html {height: 100%;}
body.login { height: 100%; margin: 0; background-repeat: no-repeat; background-attachment: fixed; background: #fcecfc; background: linear-gradient(217deg, rgba(255,0,0,.8), rgba(255,0,0,0) 70.71%), linear-gradient(127deg, rgba(0,255,0,.8), rgba(0,255,0,0) 70.71%), linear-gradient(336deg, rgba(0,0,255,.8), rgba(0,0,255,0) 70.71%); }
body.login h3 {color: #fff; text-align: center;}
body.box-office {padding: 5em 0 6em 0;}
.callout { border:none;}
/*
#color1: rgba(73, 73, 71, 1);
#color2: rgba(53, 255, 105, 1);
#color3: rgba(68, 204, 255, 1);
#color4: rgba(116, 148, 234, 1);
#color5: rgba(245, 26, 164, 1);
#color1: rgba(58, 23, 114, 1);
#color2: rgba(83, 152, 190, 1);
#color3: rgba(242, 205, 93, 1);
#color4: rgba(222, 165, 75, 1);
*/

a:hover { text-decoration: underline;}
.menu a:hover, a.button:hover { text-decoration: none;}
.button.sneaky-button { padding: .5em; background-color: transparent; color: #333; margin-bottom: 0; transition: all .5s ease;}
.button.expand-button { color: rgba(200,100,0,1); padding: 1.2em; text-align: center; margin: 1em -10% -1em;  background-color:transparent; width:120%; border:none; border-top: 1px solid rgba(150,70,0,.4); font-weight: bold; transition: all 1s ease;}
.button.expand-button:hover { background: linear-gradient(135deg, rgba(255,153,0,.2) 1%,rgba(255,0,0,.2) 100%);  color: rgba(50,0,50,1); border-color: rgba(255,200,0,.5);}
.button.sneaky-button.obtuse { color: rgba(83, 152, 190, 1); font-weight:bold;}
/*.button.sneaky-button.obtuse:hover  { background-color: rgba(58, 23, 114, .2);}*/

hr { border-color: rgba(150,70,0,.4);}
.muted .button.sneaky-button {color: rgba(0,0,0,.3);}
.sneaky-button .label { margin: -.5em -.75em -.5em 0;}
/*.switch.round .switch-paddle, .switch.round .switch-paddle::after  { border-radius: 2000px; transition: all 1s ease;}
*/.button.text-left {text-align:left;}
.button.sneaky-button:hover { box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);}
.button.sneaky-button:active {background-color:#00bff3;transition: background 0s;}
.button.sneaky-button .sneaky-icon { visibility: hidden; opacity: 0; transition: visibility 0s, opacity 0.5s linear;}
.button.sneaky-button:hover .sneaky-icon { visibility: visible; opacity: 1;}
.button,.label { background-color: rgba(68, 204, 255, 1);}
.button.hollow { border-color: rgba(68, 204, 255, 1); color:rgba(68, 204, 255, 1);}
.button.alert,.label.alert { background-color: rgba(245, 26, 164, 1);}
.button.warning,.label.warning {background-color: rgba(242, 205, 93, 1);}
.photo-upload-label { position: relative; cursor: pointer;}
.photo-upload-label .button { transition: .5s ease; opacity: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); text-align: center; pointer-events: none;}

button.staff-button { text-align: left; padding-left: 1.5em;}
button.staff-button .label { text-indent: 0;}
a.success-link,a.success-link:visited, #app-dashboard-sidebar a.success-link,#app-dashboard-sidebar a.success-link:visited { color:#3adb76; transition: all .5s ease;}
#app-dashboard-sidebar a.success-link:hover { color: #fff; background-color: transparent; animation:spin .5s linear infinite;}
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
#app-dashboard-sidebar a.success-link:active { color: #fff; }
a.warning-link,a.warning-link:visited { color:#ffae00;}
a.alert-link,a.alert-link:visited {color:rgba(245, 26, 164, 1);}
a.alert-hover-link:hover {color:rgba(245, 26, 164, 1)}

/*prevent zooming*/
@media screen and (max-width: 767px) {
  input[type="text"], input[type="number"], input[type="email"], input[type="tel"], input[type="password"] { font-size: 16px; }
}

.photo-upload-label:hover img {
  opacity: 0.3;
}

.photo-upload-label:hover .button {
  opacity: 1;
}

.line-numbered { font: 400 11px system-ui; background: url(http://i.imgur.com/2cOaJ.png); background-attachment: local; background-repeat: no-repeat; padding-left: 35px; padding-top: 10px; border-color:#ccc; height: 66px !important; }

.playbill-edit label { margin-top: -2em; }
.playbill-edit label:first-of-type {margin-top:0;}
.limit-characters,.url-input { margin-bottom: 0;}
.pop-note { position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); border-radius: 1em; background: linear-gradient(to right, rgba(52,247,82,0.8) 0%, rgba(39,87,230,0.8) 100%); z-index: 10000; color: #fff; padding: 1em 2em; font-size: 2em; box-shadow: 10px 10px 73px 48px rgba(255,255,255,1); pointer-events: none; }
.photo-preview { position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); background: url("chess.png") 40% / cover; height: 400px; width: 400px; z-index: 10000; box-shadow: 10px 10px 73px 48px rgba(255,255,255,1); pointer-events: none; }

.tool-menu { margin: -2em !important;}
ul.tooltip-menu { width: auto; margin: 0; list-style:none;}
ul.tooltip-menu li { border: 1px solid rgba(0,0,0,.2); border-width: 0 0 1px 0; cursor: pointer; padding: .2em 2em;}
ul.tooltip-menu li span { margin-left: -1em;}
ul.tooltip-menu li:last-of-type { border-width: 0; }
ul.tooltip-menu li:hover { background: rgba(0,100,255,1); color:#fff; }

.ui-tooltip,.reveal {
	background-color:#fff;  box-shadow: 0 10px 38px rgba(0, 0, 0, 0.30), 0 8px 12px rgba(0, 0, 0, 0.22);;
}
.ui-tooltip-content img { /*margin-top: .5em;*/}
.ui-tooltip-content {
	line-height: 1em;
	position: relative;
	padding-top: .5em;
/*	padding: 10px;*/
}


.ui-tooltip-content::after {
	content: '';
	position: absolute;
	border-style: solid;
	display: block;
	width: 0;
	top: -18px;
	left: 10px;
	border-color: #fff transparent;
	border-width: 0 10px 10px;
}
.tool-menu .ui-tooltip-content::after{
	border-width: 0;
}

.ui-menu { 
	
	position: absolute;
	z-index: 10;
	border: 1px solid #d0d0d0;
	background: #ffffff;
	margin: -1px 0 0 0;
	border-top: 0 none;

	box-sizing: border-box;

	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);

	border-radius: 0 0 3px 3px;
}
.ui-menu .ui-menu-item {
	color: #303030;
	font-family: inherit;
	font-size: 13px;
	line-height: 18px;

}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin:0;
	background: rgba(125, 168, 208, 0.2);

	border-radius: 1px;
}

.label.tiny{ font-size: .6em;}
a.label {cursor:pointer;}
.label-l {border-right: rgba(255,255,255,.5) 1px dashed; border-radius: 0 3px 3px 0;}
.label-r {border-radius: 3px 0 0 3px;}

#order-list { list-style-position:inside; line-height: 1.5em; margin:0; padding: 0; }
#order-list li {padding: 0 .5em; margin:0;}
div.placeholder-act, .placeholder-act { font-weight: normal; font-style:italic; color:#fff; background-color: rgba(0,0,0,.3); padding: .3em 0;}
.next-up { color: #0c0; }
/*.next-up .numeral {visibility:hidden;}*/
.next-up .highlighter {background-color: rgba(0,255,0,.7); color: #030;}
.next-up .tertiary {background-color: rgba(200,255,200,.7); color: #0c0;}
.next-up .tertiary:hover {background-color: rgba(100,255,100,.7); color: #0c0;}


.invert { transform: rotate(180deg); margin-top: 3em;}

#humans + .selectize-control.multi .selectize-input [data-value]::before { content: "\f504"; font-weight:900; display:none; font-family:"Font Awesome 5 Free";}
#humans + .selectize-control.multi .selectize-input [data-value] svg {margin-right: .5em;}
#humans + .selectize-control.multi .selectize-input [data-value] { 
	background-image: linear-gradient(to bottom, #0c0,#090);
}
#humans + .selectize-control.multi .selectize-input > div, #humans + .selectize-control.plugin-remove_button [data-value] .remove {
	border-color: #090;
}
/*#tags + .selectize-control.multi .selectize-input [data-value]::before { content: "\f02b "; font-weight:900; font-family:"Font Awesome 5 Free"; display: none; }*/
#tags + .selectize-control.multi .selectize-input [data-value] svg {margin-right: .5em;}
#tags + .selectize-control.multi .selectize-input [data-value]:after{ content:""; position:absolute; top:10px; left:4px; float:left; width:4px; height:4px; border-radius:2px; background:#fff; }
#tags + .selectize-control.multi .selectize-input [data-value] {
	padding-left: 1em;
	clip-path: polygon( 0% 20%, 10% 0%,100% 0%, 100% 100%, 10% 100%, 0% 80% );
	background-image: linear-gradient(to bottom, #cc0,#990);
}
#tags + .selectize-control.multi .selectize-input > div, #tags + .selectize-control.plugin-remove_button [data-value] .remove {
	border-color: #990;
}
.selectize-control.multi .selectize-input {border:none !important;}

input:placeholder{ color:rgba(0,0,0,.5) !important;}

select#acts-tag-filter { top: -.5em; display: inline-block; width: auto;  font-size: .5em; position: relative; color: #fff;  background: linear-gradient(135deg, #1e5799 0%,#2defc8 100%); clip-path: polygon( 0% 20%, 10% 0%,100% 0%, 100% 100%, 10% 100%, 0% 80% ); padding: 0 2.3em 0 1em; }
/*select#acts-tag-filter:after{ content:""; position:absolute; top:10px; left:4px; float:left; width:4px; height:4px; border-radius:2px; background:#fff; }*/
select#acts-tag-filter:after { content: "\f078"; color:#f90; position:absolute; right:1em; top:1em; font-weight:900; font-family:"Font Awesome 5 Free";}
.add-one-here { padding: 1.5em 0 1em 0; text-align: center; outline-offset: -5px; box-sizing: border-box; box-shadow: inset 0px 0px 50px 0px rgba(0,0,0,0.1); border-radius: .3em;}


/*.columns.bord-l,.column.bord-l {border:dotted 1px rgba(0,0,0,.2); border-width: 0 0 0 1px;}
@media screen and (max-width: 39.9375em) {
	.columns.bord-l,.column.bord-l {  border-width:  0; padding: 1em 0;}
}*/

.ui-helper-hidden-accessible { visibility: hidden;}

.section-top { border-top: 3px solid #999;}

.hider {display:none;}

.dot {
	background-color: red;
	border-radius: 50%;
	border-width: 5px;
	height: 25px;
	width: 25px;
	line-height: 25px;
	display: inline-block;
}


/*.availability-switch label.switch-paddle {
	background-color: rgba(150,0,0,.3);
	width:100% !important;
}
.availability-switch .switch-paddle:after{
	transition: all 1s ease-out !important;
}
.availability-switch input:checked~.switch-paddle{
	background-color: rgba(0,150,0,.3);
}

.availability-switch input:checked~.switch-paddle:after {
	right: .25rem !important;
	left: auto !important;
}*/

.waiting-block {
	background: linear-gradient(45deg, rgba(0,0,0,.2), rgba(0,0,0,0), rgba(0,0,0,.2));
	background-size: 400% 400%;
	animation: gradient-mover 2s ease infinite;
	} /*loading*/

@keyframes gradient-mover { 
	0%{background-position:0% 50%}
	50%{background-position:100% 50%}
	100%{background-position:0% 50%}
}

.numeral { text-align: center;}

.rad-elements {display: none;}
.rad-buttons {list-style: none;}
.rad-buttons li{float:left; border:1px solid green; margin-right:5px; padding:5px 10px; cursor:pointer;}
.rad-buttons li.active{ background: #CCC}
.button {border-radius: 3px;}
.button.itsy { font-size: .7em; padding: 1px; display: inline-flex; align-items: center; }
.button.itsy i { margin: 0 !important;}
.button.icon-button { font-size: 2em; padding: .2em;}
.button.icon-button span{ font-size: .3em; display:table; padding-top: .5em; text-align: center;}


.event-act-select { display: flex; width:100%; align-items: center;}
.event-act-select > div { display: block; width: 100%;}
.event-act-select > label { font-size: .6em; white-space:nowrap; color: rgba(0,0,0,.5); margin-right: auto;}

.event-act-select .selectize-control.single .selectize-input { left: 2em; border:none; background:none; width: 90%; border-bottom: 1px solid rgba(0,0,0,.3); box-shadow:none; border-radius:0; }
.event-act-select .selectize-control.single .selectize-input:hover, .event-act-select .selectize-control.single .selectize-input.focus { border: 1px dashed rgba(0,0,0,.25); border-radius: 3px; margin-top:-1px;}

.event-act-select .selectize-control.single .selectize-input:after { display:none;}

.stats-table td{font-weight: bold; text-align:center; color:#333; }
.stats-list-label { font-size:.8em; font-weight:normal; display:block; }

 
.big, input.big {font-size: 2rem;}
input.big, button.big {height: 4.625rem;}
.alert-link { color: color:rgba(245, 26, 164, 1);} 
.alert-link:visited {color: #600;}
.alert-link:hover {color: #900;}


.alternator .row.used , .alternator .row.used  h3, .alternator .row.checked , .alternator .row.checked  h3, .alternator .row.canceled , .alternator .row.canceled  h3 {color: rgba(255,255,255,.9);}
.alternator .row.used {background-color: #0b0; }
.alternator .row:nth-of-type(even).used { background-color: #0a0;}
.alternator .row.checked {background-color: #bb0;}
.alternator .row:nth-of-type(even).checked { background-color: #aa0;}
.alternator .row.canceled  {background-color: #b00;}
.alternator .row:nth-of-type(even).canceled { background-color: #a00;}
.alternator > .row:nth-of-type(even) {background-color: #eee;}
.alternator > .row .row { background-color:transparent;}
.selectize-dropdown div span.label { background-color:transparent; color:#000;font-weight:bold;}

/*body .row { background-color:transparent;}*/

.img-center { margin: 0 auto; display:block;}

body .vanishing {background: url("../img/back-vanishing.gif") left top repeat;}
.sticky {width:100%;}

.booked-10 { background-color: #4D0016; color: #fff;}
.booked-5 { background-color: #73132E; color: #fff;}
.booked-4 { background-color: #993350;}
.booked-3 { background-color: #BF607B;}
.booked-2 { background-color: #E699AF;}
.booked-1 { background-color: #277455;}
.freshest { background-color: rgba(0,255,100,.3);}
.muted { color: rgba(0,0,0,.3);}
.muted a:link, .muted a:visited, .muted a { color: rgba(0,0,0,.5);} 
.muted a:focus, .muted a:hover { color: rgba(0,0,0,.8);} 
/*.row {background-color: #fff;}*/
table .row {background-color:transparent;}


.placeholder-act.next-up { background-color: rgba(0,200,0,.7); color: #fff;}
/*.placeholder-act.next-up .numeral:after { color: #fff;}
*/
.sortable .sortable-placeholder { box-shadow: inset 1px 1px 4px 0 rgba(0,0,0,.3); background-color: #eff; border-radius: 3px; margin: 0 -.8em;}
.sortable .handle {cursor:grab;}
div.sorting { opacity: 1 !important; box-shadow: 2px 2px 5px 0 rgba(0,0,0,.5); transform:rotate(-1deg); background-color: #fff !important; color: #333;}

.big { line-height: 1.2em;}
.small, .small.muted { font-size: smaller; line-height: 1em;}
span.lead { line-height: 1em;}
.tiny {font-size:x-small;}

#cropper { width: 500px; height: 500px; position:relative; image /* image cropping with croppic */}
.cropImgWrapper img {max-width:none;}

button.button.earlier { display: block; margin:0 auto; }
textarea.incident-report {border:none; padding: none; font-size: .7em;}

.card { padding: 1em; background: #fff; margin: 0 auto 1em; border: none; border-radius: 5px; overflow:hidden;  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); transition: all .25s !important;}
.card:hover{box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);}
.card { padding: 1em;}
/*.tabular {margin: 1em auto; padding: 1em;}*/
.card .card-label {  margin: -1em -10% .5em -10%; width: 120%; padding: .6em; text-align:center; background: linear-gradient(135deg, rgba(255,153,0,.5) 1%,rgba(255,0,0,.5) 100%);  color: #fff; transition: all 1s !important;}
.card:hover .card-label {background-color: #fa0; transition: all 1s !important;}
/*.edit-event, .view-act {margin: -1em; margin-bottom: 1em; background-color: rgba(100,200,255,.3); border-radius: 5px 5px 0 0; padding-top: 1em; display:none;}*/
.edit-event, .view-act { display:none;}
 .rest-of-the-dates { display:none;}
.show-it-all .view-act,  .show-it-all .rest-of-the-dates { display: block;}

img.round { border-radius: 2000px; }

@media screen and (max-width: 39.9375em) {
	.event-box .booking-box { font-size: 1.4em; padding: .3em 0;}
}
@media screen and (max-width: 63.9375em) {
	.card {width: 100%; padding: 1em; max-width: 100%;}
}
.booking-list-row { border-bottom: 1px solid rgba(0,0,0,.1);padding: 1em 0;}
.booking-list-row:last-of-type { border:none; }

.tickets .button.count-butt { font-weight: bold; border-right-width:0;}
.tickets .button.count-butt.hollow:hover { color: rgba(68, 204, 255, 1); background-color: rgba(68, 204, 255, .2); border-color: rgba(68, 204, 255, 1);}
.tickets .button.count-butt:first-of-type {border-radius: 1000px 3px 3px 1000px;}
.tickets .button.count-butt:last-of-type {border-radius: 3px 1000px 1000px 3px; border-right-width: 1px;}

.brand-new { background-color: #afc !important;}
.ticket-box { border-bottom: solid 1px rgba(0,0,0,.2); padding: 1em 0 0 0; cursor: pointer;}
.blurred .ticket-box {cursor:auto;}
.blurred .ticket-box:hover { background-color: transparent;}
.ticket-box:last-of-type { border-bottom: none;}
.ticket-box.active,.ticket-box.doom, #tickets-canceled .ticket-box { background-color: #00bff3; color: #fff;}
.ticket-box.active .muted, .ticket-box.doom .muted, #tickets-canceled .ticket-box .muted { color: rgba(255,255,255,.5);}
.ticket-box.doom {background-color:#c00;}
#tickets-used .ticket-box {background-color: rgba(0,0,0,.2);}
#tickets-canceled .ticket-box {background-color: rgba(0,0,0,.9);}
#ticket-sections{ transition: all 1s ease}


#box-office-search { background: linear-gradient(135deg, #1e5799 0%,#2defc8 100%); position: fixed; top:0; width:100%;}
#box-office-toolbar {position: fixed; bottom:0; width: 100%;}
#box-office-toolbar .button { box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.3);}
#guest-search { margin: .5em auto;}
#ticket-change-box,#box-office-tool-dialog,#box-office-receipt { display:none;}
#box-office-tool-dialog {width:100%; position: fixed; bottom: 0; right:0; box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.3); background-color: #fff;}

#ticket-new-count, #ticket-new-price {display:none;}
#create-tickets { transition: all 1s ease;}
.rotated{ transform: rotate(-135deg);}

.blurred { filter: blur(4px);}

.click-thru { pointer-events: none; }
.clickable {pointer-events:auto;}


.floating-button {position: fixed; top: 100px; left: 40%;-webkit-box-shadow: 0px 0px 88px 34px rgba(255,255,255,1); -moz-box-shadow: 0px 0px 88px 34px rgba(255,255,255,1); box-shadow: 0px 0px 88px 34px rgba(255,255,255,1); display:none;} 
.reveal-modal-bg { position: fixed; } 
.reveal-modal { top: 3px !important; }
body table tr.checkin-t.disabled td, body table tr.checkin-g.disabled td { background-color: #999;}

.timer-box { position: fixed; width: 100%;  z-index: 10; height: 200px; background-color: #090; color:#fff; top:0; box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.5);}
.timer-box.spectator { position: relative; height:90vh; }
.timer-box.clock-warning {color:#330; background-color: #fe0;}
.timer-box.clock-done { color: #fff; background-color: #f00;}
#timer-tooltip { position: absolute; top:0; left:0; font-weight: bold;}
#timer-tooltip .timer-box { position: relative; width:auto;height:auto; display:inline-block; padding: .3em 1.5em; position: relative; margin-top:-1.5em; margin-left: 1em; box-shadow: -2px 2px 10px 0px rgba(0,0,0,.4);}
#timer-tooltip .timer-box::after {
    content: " ";
     position: absolute;
     top: 50%;
     right: 100%; /* To the left of the tooltip */
     margin-top: -5px;
     border-width: 5px;
     border-style: solid;
     border-color: transparent #090 transparent transparent; 
}
#timer-tooltip .timer-box.clock-warning::after {border-color: transparent #fe0 transparent transparent; }
#timer-tooltip .timer-box.clock-done::after {border-color: transparent #f00 transparent transparent; }


.tag-box { text-align:justify; display: inline-block;}
.tag-box .label { clip-path: polygon( 0% 20%, 10% 0%,100% 0%, 100% 100%, 10% 100%, 0% 80% ); padding-left: 1em; position: relative;}
.tag-box .label:after{ content:""; position:absolute; top:10px; left:4px; float:left; width:4px; height:4px; border-radius:2px; background:#fff; }

.has-tip {font-weight: normal; border:none;}

.round {
border-radius: 1000px;
}
body div.callout.hollow { background-color:transparent; }

.highlighter { background-color: rgba(255,255,0,.8); padding: .5em; color:#330;}

/*SELECTIZE.js*/

.selectize-input {padding: 0 0 0 8px !important;}
.selectize-input [data-value] .email:before {
content: '<';
}
.selectize-input [data-value] .email:after {
content: '>';
}
.selectize-input [data-value] {
text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
}
.selectize-input [data-value] .name + .email {
margin-left: 5px;
}
.selectize-input [data-value] .email {
opacity: 0.5;
}
/*.option:before {  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f067"; padding-right:1em; position: absolute; left:0; color: var(--fa-primary-color, #0c0); }*/
.option.booked { background-color: #aaa !important; color: rgba(0,0,0,.3) !important; cursor: default !important;}
/*.option.booked::after {content: "\f00c"; color: rgba(0,0,0,.3); font-family: "Font Awesome 5 Free"; font-weight: 900;}*/


/*box office*/
.box-office-acts { display: none;} /*hide when teh page loads*/
.mobile-ofc .menu a {
height: 45px;
line-height: 45px;
color: #e6e6e6;
padding-top: 0;
padding-bottom: 0;
}
.mobile-ofc {
background: #121212;
font-size: 0.8125rem;
font-weight: bold;
color: #fff;
}
#offCanvas{ background-color:#121212;}
.callout.dark { background-color: #666; color: #ccc;}
.callout.dark h1,.callout.dark h2,.callout.dark h3,.callout.dark h4,.callout.dark h5,.callout.dark h6{ color: #fff;}
#ticket-holster {font-weight: normal; list-style: none; border-bottom: 1px solid rgba(255,255,255,0.1); padding: 0; margin:0;}
#ticket-holster li { margin:0; padding: 10px; list-style:none;}
#ticket-holster li .unsel-button {float:right; }
#ticket-action-buttons.row{position:absolute; bottom:0px; display:block; background-color: #000;}
#new-tix-price,#new-tix-count {background-color: #060; padding: 5px 0 20px 0; width: 100%; display: block;}
#new-tix-price .row,#new-tix-count .row {background-color: #060; margin-bottom: 1rem;}

/*TECH PAGE */
.float { position: fixed; top: 50%; background-color: #fff; width: 225px; padding: 2em 2em 1em; box-shadow: 0 10px 20px rgba(0,0,0,0.05); display: block; animation-name: float; animation-duration: 1.5s; animation-iteration-count: infinite; }
.float .fa-exclamation-triangle { float: left; margin-right: 12px; height: 40px; margin-top: 6px; font-size: 2em; color: #ffae00; }
.float .close-button { color: #999; position: absolute; top: .5em; right: .5em; font-size: 1em;}
.close-button:hover { color: #000;}

@keyframes float { 
	0% { transform: translateY(0%); }
	50% { transform: translateY(8%); }
	100% { transform: translateY(0%); } 
}

.done { color: rgba(0,0,0,.3); }
.done .big {font-size: 1rem;}
.note-box {white-space: pre-line; cursor: text;}
.done .note-box { display: none; }
.tech-page .booking-box { padding: 1em 0;}
.booking-box { border-radius: 3px;}
.hover-row:hover {background-color: #eee;}
.booking-box.placeholder-act:hover{background-color: #666;}
.tertiary , .tertiary:focus{background-color: rgba(0,0,0,.2); }
.tertiary:hover { background-color: rgba(0,0,0,.4);}
/*.booking-box .switch-paddle {margin-top: .7em;}*/


/*--------- dashboard ---------*/
#app-dashboard-sidebar {background: linear-gradient(-50deg, #0f254c 0%,#731a8c 100%);}
#app-dashboard-sidebar a:link, #app-dashboard-sidebar a:visited { color:#fff; }
#app-dashboard-sidebar a:hover { background:rgba(0,0,0,.3);}
	
.app-dashboard {
height: 100vh;
display: flex;
flex-direction: column;
}

.app-dashboard-body {
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
display: flex;
}

.app-dashboard-top-nav-bar {
display: block;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, #1e5799 0%,#2defc8 100%);
height: 55px;
width: 100%;
flex: 0 0 55px;
}

.app-dashboard-top-nav-bar .menu-icon {
vertical-align: text-bottom;
}

.app-dashboard .app-dashboard-top-nav-bar a, .app-dashboard .app-dashboard-top-nav-bar a:link,.app-dashboard .app-dashboard-top-nav-bar a:visited {
color: rgba(255,255,255,.7);
border-color: rgba(255,255,255,.7);
text-transform: uppercase;
font-weight: bold;
transition: 0.5s all ease;
}
.app-dashboard .app-dashboard-top-nav-bar .button { margin-top: .5em;}
a.app-dashboard-logo:hover { color: rgba(255,255,255,1);}

.selectize-dropdown.multi.app-dashboard-search {border:none;}
.selectize-dropdown-content .global-search-result { border-left:4px solid #c00; background-color: #fee; border-bottom:1px dashed rgba(0,0,0,.3);}
.selectize-dropdown-content .global-search-result.active { background-color: #fcc;}

.selectize-dropdown-content .global-search-result.human {background-color:#efe; border-left-color: #0c0;}
.selectize-dropdown-content .global-search-result.active.human {background-color:#cfc;}
.selectize-dropdown-content .global-search-result.event {background-color:#eef; border-left-color: #00c;}
.selectize-dropdown-content .global-search-result.active.event {background-color:#ccf;}
.selectize-dropdown-content .global-search-result.tag {background-color:#ffe; border-left-color: #990;}
.selectize-dropdown-content .global-search-result.active.tag {background-color:#ff9;}

.selectize-dropdown-content .global-search-result:last-of-type {border-bottom:none;}

/*#reveal-global-search { float:right; margin-right: 1em;}
*/

.off-canvas-content { padding-top: 1em;}
@media screen and (min-width: 40em) and (max-width: 100em) {
	.off-canvas-content { padding: 1em;}
}

body.lineups .off-canvas-content, body.acts .off-canvas-content,  body.statistics .off-canvas-content ,  body.tickets .off-canvas-content { background: #eff; }


.global-search-result .title { font-size: 1.2em; display: block;}
.selectize-dropdown-content .global-search-result .highlight { background-color: rgba(255,240,0,.3);}

.app-dashboard-search-bar-container .selectize-input, .selectize-control.single .selectize-input.input-active { border: 1px solid rgba(255,255,255,.3); border-width: 0 0 1px 0; margin-bottom: 0; color: #fff; }
.app-dashboard-search-bar-container .selectize-input {background: rgba(0,90,90,.7); }
#global-search-selectized {color:#fff;}
#global-search-selectized DIV { background: transparent;}
.app-dashboard-search-bar-container>div {display:flex;}
#search-status {display:inline-block; width: 2em; color: rgba(255,255,255,.7); font-size:1.2em; padding: .5em .5em; margin-left: -3em; z-index:3000; position:relative;}
#box-search-status {display:inline-block; width: 2em; color: rgba(0,0,0,.7); font-size:.75em; padding: 1.3em .5em; margin-left: -3em; z-index:3000; position:relative;}
.app-dashboard-search-bar-container .selectize-control { display:inline-block; width: 100%; margin-top: .3em;}

.app-dashboard-search:active, .app-dashboard-search:focus { background: #222b31; }

.app-dashboard-top-bar-actions {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}

.app-dashboard-top-bar-actions button {
margin-bottom: 0;
margin-right: 2rem;
}

.app-dashboard-top-bar-actions button.hollow {
border-color: #fefefe;
color: #fefefe;
}

.app-dashboard-top-bar-actions button.hollow:hover {
background: #fefefe;
color: #1779ba;
}

.app-dashboard-top-bar-actions .fa-info-circle {
color: #fefefe;
font-size: 1.5rem;
}

.app-dashboard-sidebar {
background-color: #fefefe;
height: 100%;
overflow-x: visible;
overflow-y: auto;
z-index: 1;
transition: all 0.5s ease;
}

.app-dashboard-sidebar .app-dashboard-open-sidebar, .app-dashboard-sidebar .app-dashboard-close-sidebar {
-webkit-align-items: baseline;
-ms-flex-align: baseline;
align-items: baseline;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
min-height: 2em;
}

.app-dashboard-sidebar .app-dashboard-sidebar-close-button, #open-sidebar  {
position: absolute;
right: 0;
background: rgba(255,255,255,.1);
padding: .5em 1em;
border-radius: .3em 0 0 .3em;
transition: 0.15s all ease;
font-size:.7em;
top: .5em;
}
#open-sidebar  { padding: .5em 1em; } 

.app-dashboard-sidebar .app-dashboard-sidebar-close-button:hover, #open-sidebar:hover {
padding-right: 1.5em;
background: rgba(255,255,255,.3);
}
#open-sidebar:hover {
padding-right: .5em;
}


.app-dashboard-sidebar .app-dashboard-sidebar-inner {

overflow-x: hidden;
overflow-y: auto;
}

.app-dashboard-sidebar .app-dashboard-sidebar-inner .menu > li {
text-align: center;
position: relative;
}

.app-dashboard-sidebar .app-dashboard-sidebar-inner .menu > li > a {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}


.app-dashboard-sidebar .fa.large {
font-size: 1.5rem;
width: 40px;
}

.reveal-for-medium .app-dashboard-open-sidebar {
display: none;
}

.app-dashboard-sidebar-footer {
background: rgba(42, 57, 79, 0.8);
bottom: 0;
left: 0;
padding: 1rem;
position: absolute;
width: 100%;
}

.app-dashboard-open-sidebar {
text-align: center;
}

.app-dashboard-body-content {
transition: all 0.5s ease;
overflow-y: auto;
-webkit-flex: 1 1 0;
-ms-flex: 1 1 0px;
flex: 1 1 0;
/*padding: 20px;*/
background-color: #fefefe;
-webkit-overflow-scrolling: touch;
}

.app-dashboard-sidebar-text { transition: all .5s ease; opacity:1;}


@media screen and (min-width: 40em) and (max-width: 63.9375em) {
.app-dashboard.shrink-medium .app-dashboard-close-sidebar, .app-dashboard.shrink-medium .app-dashboard-sidebar-text {
	position: absolute;
	opacity: 0;
}
 
.app-dashboard.shrink-medium .app-dashboard-open-sidebar {
	display: block;
}
.app-dashboard.shrink-medium .app-dashboard-sidebar {
	width: 80px;
}
.app-dashboard.shrink-medium .app-dashboard-sidebar .fa.large {
	width: auto;
}
.app-dashboard.shrink-medium .off-canvas-content {
	margin-left: 80px;
	width: calc(100% - 80px);
}
.app-dashboard.shrink-medium .navigation {
	margin-top: 2rem;
	text-align: center;
}
.app-dashboard.shrink-medium .menu.vertical > li > a {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.app-dashboard.shrink-medium .menu li::after {

	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}
.app-dashboard.shrink-medium .menu li a {
	padding: 0.75rem;
}
.app-dashboard.shrink-medium .menu li a svg {
	margin: 0;
}
.app-dashboard.shrink-medium .menu li a span {

	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}
}

@media print, screen and (min-width: 64em) {
.app-dashboard.shrink-large .app-dashboard-close-sidebar, .app-dashboard.shrink-large .app-dashboard-sidebar-text {
	position: absolute;
	opacity: 0;
}
.app-dashboard.shrink-large .app-dashboard-open-sidebar {
	display: block;
}
.app-dashboard.shrink-large .app-dashboard-sidebar {
	width: 80px;
}
.app-dashboard.shrink-large .app-dashboard-sidebar .fa.large {
	width: auto;
}
.app-dashboard.shrink-large .off-canvas-content {
	margin-left: 80px;
	width: calc(100% - 80px);
}
.app-dashboard.shrink-large .navigation {
	margin-top: 2rem;
	text-align: center;
}
.app-dashboard.shrink-large .menu.vertical > li > a {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.app-dashboard.shrink-large .menu li::after {

	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}
.app-dashboard.shrink-large .menu li a {
	padding: 0.75rem;
}
.app-dashboard.shrink-large .menu li a svg {
	margin: 0;
}
.app-dashboard.shrink-large .menu li a span {
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
	/*	position: absolute;*/
	font-size: 1px;
	/*	margin-left: 200px;*/
}
}

.app-dashboard-sidebar-inner i { display:inline-block; width:1em; }


.alert-callout-subtle {
  width: 100%;
  background: #e6e6e6;
  color: #8a8a8a;
  border: 0;
  border-left: 0.3125rem solid #8a8a8a;
  box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
}

.alert-callout-subtle.success {
  background: #e6e6e6;
  color: #8a8a8a;
  border-left: 0.3125rem solid #3adb76;
}

.alert-callout-subtle.alert {
  background: #e6e6e6;
  color: #8a8a8a;
  border-left: 0.3125rem solid #cc4b37;
}

.alert-callout-subtle.warning {
  background: #e6e6e6;
  color: #8a8a8a;
  border-left: 0.3125rem solid #ffae00;
}

.alert-callout-subtle.primary {
  background: #e6e6e6;
  color: #8a8a8a;
  border-left: 0.3125rem solid #1779ba;
}

.alert-callout-subtle.small {
  font-size: 80%;
}

.alert-callout-subtle.small .close-button {
  font-size: 1.5rem;
}

.alert-callout-subtle.large {
  font-size: 150%;
}

.alert-callout-subtle.large .close-button {
  font-size: 3rem;
}

.alert-callout-subtle .close-button {
  font-size: 2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.alert-callout-subtle.radius {
  border-radius: 0.6rem;
}

/* Base styling for the toggle wrapper */
.toggle-wrapper {
  font-size: 16px; /* Default font size, adjust as needed */
}

/* Hide the checkbox */
.toggle-checkbox {
  display: none;
}

/* Styling for the label which acts as the toggle switch */
.toggle-label {
  position: relative;
  display: block; /* Change to block to allow width adjustment */
  width: 100%; /* Takes full width of the container */
  height: 2em; /* Height relative to font-size */
  background-color: rgba(245, 26, 164, 1);
  border-radius: 1em; /* Keep the border-radius relative to height */
  cursor: pointer;
  transition: all 0.3s;
  line-height: 2em;
  text-align: center;
  color: #fff;
  padding: 0 2.2em; /* Padding to avoid text overlaying the circle */
}

/* Circle inside the toggle */
.toggle-label:before {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0.1em;
  width: 1.8em; /* Width of the circle */
  height: 1.8em; /* Height of the circle */
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.3s;
}

/* Set default text using data attribute */
.toggle-label:after {
  content: attr(data-off);
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
}

/* Change styles when the checkbox is checked */
.toggle-checkbox:checked + .toggle-label {
  background-color: rgba(68, 204, 255, 1); /* Green background for active state */
}

/* Change text when the checkbox is checked */
.toggle-checkbox:checked + .toggle-label:after {
  content: attr(data-on);
}

/* Move the circle to the right when checked */
.toggle-checkbox:checked + .toggle-label:before {
  transform: translateX(6em); /* Adjust based on total width - width of the circle */
}
