@font-face {
	font-family: 'Teko';
	src:	url('fonts/Teko-Light.woff2') format('woff2'),
			url('fonts/Teko-Light.woff') format('woff'),
			url('fonts/Teko-Light.ttf')  format('truetype'),
			url('fonts/Teko-Light.svg#svgFontName') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Teko';
	src:	url('fonts/Teko-Medium.woff2') format('woff2'),
			url('fonts/Teko-Medium.woff') format('woff'),
			url('fonts/Teko-Medium.ttf')  format('truetype'),
			url('fonts/Teko-Medium.svg#svgFontName') format('svg');
	font-weight: bold;
	font-style: normal;
}
@keyframes fadein {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes fadeout {
  from { opacity: 1; }
  to { opacity: 0; }
}

body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
[canvas=container] {
	width: 100%;
	height: 100%;
}
::-webkit-scrollbar {
    display: none;
}
body * {
	scrollbar-width: none;  /* Firefox */
}
body {
  background-color: var(--color_background);
  color: rgb(var(--color_text));
  font-family: Helvetica, Arial, Opensans, sans;
  font-size: 14px;
}

hr {
  border: none;
  height: 1px;
  clear: both;
  background-color: rgb(var(--color_helper));
}
em {
  opacity: .7;
}
input::placeholder {
  font-style: italic;
}
[contenteditable=true]:empty:before {
	content: attr(placeholder);
	font-style: italic;
	color: #aaa;
}
input[type=range] {
	width: 100%;
	background: transparent;
}
input[type=date] {
  font-family: Helvetica, Arial, Opensans, sans;
}

.sidebar {
	position: fixed;
	transition: transform 0.3s ease-in-out;
	overflow: hidden;
	z-index: 10;
}
.sidebar-open-top #search,
.sidebar-open-right #profile,
.sidebar-open-bottom #useradmin,
.sidebar-open-left #config {
	transform: translateX(0) translateY(0);
}
.sidebar-open-top #main-nopush { transform: translateY(255px); }
.sidebar-open-right #main-nopush { transform: translateX(-280px); }
.sidebar-open-bottom #main-nopush { transform: translateY(-300px); }
.sidebar-open-left #main-nopush { transform: translateX(300px); }

#config {
	top: 0;
	left: 0;
	bottom: 0;
	transform: translateX(-100%);
	background-color: var(--color_background_alt);
	color: rgba(var(--color_text_alt), .7);
	border-right: 1px solid rgba(var(--color_border), 1);
	width: 300px;
	font-size: 12px;
	padding: 0px 5px;
	line-height: 1.5;
}
#configheader {
	height: 12px;
}
#configheader i {
	color: rgba(var(--color_helper_alt), 1);
}
#configbody {
	overflow-y: auto;
	height: 100%;
}
#configclose {
	position: absolute;
	top: 2px;
	right: 2px;
}

#profile {
	top: 0;
	right: 0;
	bottom: 0;
	width: 282px;
	transform: translateX(100%);
	background-color: var(--color_background_alt);
	color: rgba(var(--color_text_alt), .7);
	border-left: 1px solid rgba(var(--color_border), 1);
}
#profile #profileheader {
	position: fixed;
	width: 100%;
	background-color: var(--color_background_alt);
	padding: 2px 6px;
	z-index: 5;
}
#profile #profilebody {
	overflow-y: auto;
	height: 96%;
	padding: 16px 6px 6px 6px;
}
#profileclose {
	float: left;
}
#profileresponse {
	color: lightgreen !important;
	display: none;
	float: right;
	margin-right: 4px;
    animation: fadein .3s;
}
.sidebar .title {
	background-color: rgba(var(--color_header), 1);
	color: rgba(var(--color_text_alt), .5);
	text-transform: uppercase;
	border-top: 1px solid #5c5c5c;
	border-bottom: 1px solid #5c5c5c;
	margin: 8px 0 8px 0;
	padding: 4px;
	clear: both;
}
.sidebar .title:hover {
	cursor: pointer;
}
#profile .adminuser {
	float: right;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 2px;
	padding-right: 10px;
}
.sidebar input {
	border: 1px solid #bbb;
	border-radius: 3px;
	padding: 2px 4px;
	margin: 0;
}
.sidebar .row {
	clear: both;
	padding: 2px 0 6px 0;
}
.sidebar .data {
	color: white;
	font-weight: bold;
}
.sidebar .sub {
	font-size: 12px;
	line-height: 1.5;
}
#profile i {
	color: rgba(var(--color_helper_alt), 1);
}
#profile .timestamp {
	margin-right: 2px;
}

#search {
	top: 0;
	left: 0;
	right: 0;
	height: 255px;
	transform: translateY(-100%);
	background-color: var(--color_background_alt);
	padding: 10px;
}
#searchresponse {
	color: lightgreen;
	display: none;
	animation: fadein .3s;
}
#searchclose {
	position: absolute;
	bottom: -5px;
	right: -5px;
}
#searchbody {
	height: 250px;
	overflow-y: auto;
}
#search i {
	color: rgba(var(--color_helper_alt), 1);
}
.searchbox {
	margin-bottom: 4px;
}
.searchbox label, .searchbox input {
	color: #373737;
	font-size: 12px;
	margin: 0 4px 4px 0;
	font-weight: normal;
	padding: 2px 4px 0px 4px !important;
	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
}
.searchbox .task {
	background-color: #ffd4b3;
	border: 1px solid #bbb;
}
.searchbox .crew {
	background-color: #f9eccf;
	border: 1px solid #bbb;
}
.searchbox .attr {
	background-color: #ddf4ff;
	border: 1px solid #bbb;
}
.searchbox .text {
	font-size: 13px;
}

#useradmin {
	bottom: 0;
	left: 0;
	right: 0;
	height: 300px;
	transform: translateY(100%);
	background-color: var(--color_background_alt);
	color: rgba(var(--color_text_alt), .7);
	border-top: 1px solid rgba(var(--color_border), 1);
}
#useradminheader {
	position: fixed;
	top: 6px;
	right: 6px;
	width: 100%;
}
#useradminclose {
	color: rgba(var(--color_text_alt), .5);
}
#useradminclose :hover {
	color: rgba(var(--color_text_alt), 1);
}
#useradminresponse {
	color: lightgreen;
	display: none;
	animation: fadein .3s;
}
#useradminbody {
	padding: 0px 10px;
	font-size: 12px;
	height: 100%;
	overflow-y: auto;
	margin-top: 36px;
}
#useradminpanel input {
	border: 1px solid rgba(var(--color_helper));
	border-radius: 3px;
	padding: 2px 4px;
}

dialog::backdrop {
    backdrop-filter: brightness(50%);
    animation: fadein .3s;
}
dialog[open] {
    animation: fadein .3s;
}
dialog {
    background-color: rgba(75, 75, 75, .9);
    border: 2px solid #888;
    border-radius: 6px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, .4);
    color: rgb(232, 232, 232);
    padding: 0px;
}
dialog .header {
    background-color: #323232;
    padding: 6px 8px;
    font-weight: bold;
}
dialog .body {
    padding: 8px;
    overflow-y: auto;
}
dialog hr {
    background-color: #777;
}
dialog i, dialog .itext {
    color: rgba(255, 255, 255, .9);
}
dialog .footer {
    clear: both;
    border-top: 1px solid #707070;
    padding: 4px 8px;
    text-align: right;
}
dialog .footer button {
    color: rgb(205, 205, 205);
    background-color: #333;
    font-weight: bold;
    padding: 4px 8px;
    border: 1px solid #606060;
    border-radius: 4px;
    cursor: pointer;
}
dialog .footer button:hover {
    color: white;
}

[data-tooltip] {
	position: relative;
}
[data-tooltip][data-position="right"]::before {
	top: -50%;
	left: 105%;
	transform: translateX(-10px);
}
[data-tooltip][data-position="bottom"]::before {
	top: 150%;
	transform: translateY(-10px);
}
[data-tooltip][data-position="top"]::before {
  top: -90%;
  transform: translateY(-10px);
}
[data-tooltip][data-position="left"]::before {
	top: -25%;
	right: 105%;
	left: auto;
	transform: translateX(10px);
}
[data-tooltip][data-position="center"]::before {
  top: 5px;
  left: 5px;
  transform: translateY(-10px);
}
[data-tooltip][data-position="hidden"]::before {
}
[data-tooltip]:hover::before {
	transform: translate(0);
	opacity: 1;
}
[data-tooltip]::before {
	content: attr(data-tooltip);
	position: absolute;
    white-space: nowrap;
	display: block;
	background: #222;
    color: whitesmoke;
	padding: 6px 10px;
    line-height: 1 !important;
	top: -50px;
	box-shadow: 0px 0px 4px #0000008c;
	border-radius: 14px;
    border: 1px solid rgb(160, 160, 160);
	text-align: center;
    /* text-transform: uppercase; */
    font-size: 10px;
    font-weight: bold;
	left: 0;
	z-index: 10;
	opacity: 0;
	pointer-events: none;
	transform: translateY(10px);
  	transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

.smallbold {
  font-size: xx-small !important;
  font-weight: bolder !important;
  margin-top: -1px !important;
}

#errordialog {
  background-color: var(--color_error);
}

#ajaxstatus {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 140px;
  height: 112px;
  margin-left: -70px;
  margin-top: -56px;
  text-align: center;
  vertical-align: middle;
  z-index: 120;
  text-shadow: 0px 0px 10px #000000;
  display: none;
  /* animation: fade .5s; */
}

.reveal {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
.reveal:hover {
  opacity: 1;
}

.error {
  animation: fade 3s forwards;
  background-color: var(--color_error);
}

.helper {
  color: rgb(var(--color_helper));
  border-color: rgb(var(--color_helper));
}

i.handler:hover {
  cursor: grab;
}

#login_logo {
	margin: 5% auto 0 auto;
	max-height: 100px;
	display: block;
}

#login {
	width: 260px;
	text-align: center;
	margin: 5% auto 0 auto;
	background: rgb(63, 63, 63);
	/* background: linear-gradient(135deg, rgba(53,64,68,1) 0%, rgba(166,184,190,1) 100%); */
	padding: 0px 0 8px 0;
	border: 1px solid #c6c6c6;
	border-radius: 15px;
	box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.5);
}
#login table {
  width: 90%;
  margin: auto;
}
#login input[type=text], #login input[type=password] {
  width: 180px;
	border: 1px solid #c6c6c6;
	padding: 4px 8px;
	font-weight: bold;
	border-radius: 5px;
	box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.5);
}
#login i {
  color: #c6c6c6;
}
#login button i {
  color: rgb(0, 0, 0);
}
#version {
  font-size: 9px;
  color: #bbb;
  position: fixed;
  bottom: 10px;
  right: 10px;
  text-shadow: -1px 0 2px rgba(0, 0, 0, 0.7), 0 1px 2px rgba(0, 0, 0, 0.7), 1px 0 2px rgba(0, 0, 0, 0.7), 0 -1px 2px rgba(0, 0, 0, 0.7);
  text-align: center;
}

#settings {
	margin: auto;
	border: 2px double grey;
	border-radius: 10px;
	padding: 5px;
	background-color: rgb(220, 220, 220);
}
#settings td {
	padding: 0 2px;
}

#main {
  background-color: var(--color_background);
  color: rgb(var(--color_text));
  overflow-x: hidden;
}

.wrapped {
  float: left;
  margin: 4px;
  padding: 4px;
  background-color: rgba(255, 255, 255, .3);
  border-radius: 4px;
  font-size: 12px;
}

.wrapped input[type="checkbox"], .wrapped input[type="radio"] {
  margin: 0px 3px 0 0;
  position: relative;
  top: 2px;
}

.red {
  color: red;
}

.newproduct {
	float: left;
	background-color:#eee;
	min-height: 600px;
	border-radius: 18px;
	padding: 1px 2px;
	border: 1px solid rgb(200, 200, 200);
	margin: 10px;
}

.newproduct td:first-of-type .param:first-of-type {
	border-top-left-radius: 10px;
}

.newproduct td:nth-child(2) .param:first-of-type {
	border-top-right-radius: 10px;
}

.newproduct .param {
	clear: both;
	display: flow-root;
	padding: 2px 4px;
	margin: 2px 0;
	background-color: rgba(200, 200, 200, .5);
	font: 13pt Teko;
}

.newproduct input, .newproduct textarea, .newproduct select {
	margin-bottom: 2px;
	float: right;
	padding: 3px 10px;
	border-radius: 12px;
	border: 1px solid rgb(150, 150, 150);
}

.newproduct input {
	width: 50%;
}

 .newproduct textarea {
	 width: 70%;
 }

.newproduct select {
	float: right;
	width: 56%;
}

.newproduct button {
	border: 1px solid rgb(140, 140, 140);
	border-radius: 18px;
	background-color: #cdcdcd;
	color: #555;
	font-size:14px;
	padding:6px 16px;
}

.newproduct button:hover {
	cursor: pointer;
	background-color: #666;
	color: #eee;
}

.product {
	width: 150px;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	height: 270px;
	background-color: rgba(80, 80, 80, .35);
}

.product img {
	width: 150px;
}

#orgbox {
  padding: 2px;
  font-size: 12px;
  overflow-y: auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}
#orgbox input, #orgbox select {
  margin-bottom: 3px;
  border: 1px solid rgb(var(--color_border));
  padding-left: 3px;
}
#orgbox .dropzone {
  margin: 4px 0 4px 0;
}
#orgbox .dressingroom {
  padding: 1px;
  background-color: rgb(var(--color_location));
  border: 1px solid rgb(var(--color_border));
}

#lineup, #lineup_header {
  border-collapse: collapse;
  border-style: hidden;
}
#lineup_header {
  border: 1px solid rgb(var(--color_border));
}
#lineup .timeline {
  background-color: rgb(var(--color_background));
  color: rgb(var(--color_helper));
  border-top: 1px solid rgb(var(--color_helper));
  position: absolute;
  width: 100%;
  /* font-size: .8vw; */
  font-weight: lighter;
  opacity: .5;
}
#lineup .stage_day {
  position:relative;
  background: repeating-linear-gradient(140deg, rgba(var(--color_helper), .1), rgba(var(--color_helper), .1) 1px, var(--color_background) 1px, var(--color_background) 7px);
}
#lineup .event {
  border-top: 1px solid var(--color_background);
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 10px;
  overflow-y: clip;
}
#lineup .event:hover {
  background-color: rgba(var(--rgb), 1);
}
.eventname {
  /* display: table-cell;
  vertical-align: middle; */
  font-family: 'Teko', sans-serif;
  font-weight: bold;
  line-height: 1;
  color: rgba(var(--color_text), 0.7);
  font-size: clamp(10px, 1.3vw, 15px);
}
.eventtype {
  font-weight: normal;
  font-family: Helvetica, Arial, Opensans, sans;
  font-size: clamp(7px, .6vw, 10px);
}
#lineup .show {
  --rgb: var(--color_show);
  background-color: rgba(var(--rgb), 0.3);
  border: 1px solid rgb(var(--color_text));
  border-right: 2px solid rgb(var(--color_text));
}
.soundcheck, .linecheck {
  --rgb: var(--color_tech);
  background-color: rgba(var(--rgb), 0.3);
}
.setup, .loadin, .loadout, .programming {
  --rgb: var(--color_setup);
  background-color: rgba(var(--rgb), 0.3);
}
.breakfast, .lunch, .dinner, .other {
	--rgb: var(--color_other);
	background-color: rgba(var(--rgb), 0.3);
}
.tech {
  --rgb: var(--color_tech);
  background-color: rgba(var(--rgb), 0.3);
}



#report {
  font-size: 12px;
}

#adminuser {
	float: right;
	font-size: 12px;
	font-weight: bold;
	margin: 2px 6px 0 6px;
	cursor: pointer;
}

.qrcode > svg {
  background-color: white;
  width: 100%;
}

.admin {
	height: 280px;
	max-width: 500px;
	line-height: 1.5;
	border: 1px solid #5c5c5c;
	margin: 4px;
	overflow: hidden;
}
.admin .title {
	background-color: #1d1d1d;
	color: #959595;
	text-transform: uppercase;
	border-bottom: 1px solid #5c5c5c;
	padding: 4px;
}
.admin .body {
	overflow-y: auto;
	max-height: 250px;
	padding: 8px;
}
.admin .body .info {
	color: white;
	font-weight: bold;
}

#orgbox .body hr.animated {
  float: left;
  margin: 0;
  width: 0;
  transition: width 1s  ease-out;
}
.admin td {
	font-size: 12px;
}
i {
	opacity: 0.7;
	margin: 2px 1px 0px 1px;
    color: rgb(var(--color_helper));
}

#locations, #places, #weekdays {
	margin: 0 6px;
	width: 98%;
}
#locations td, #places td, #weekdays td {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: rgb(var(--color_datetime));
}
#weekdays td {
  width: 12.7%;
}

#day, #cal, #ven, #lst, #tml {
	border-collapse: separate;
	margin: 0 6px;
	width: 98%;
}
#cal td {
	background-color: rgb(var(--color_block));
	width: 10%;
	vertical-align: top;
	height: 160px;
	padding: 2px;
}

#day .event {
  padding: 6px 2px;
  margin: auto;
  cursor: pointer;
}
#day .day {
  position: sticky;
  top: 0px;
}
#day .departure, #day .getin, #day .loadin, #day .loadout, #day .setup, #day .soundcheck, #day .show, #day .dressingroom, #day .car, #day .truck, #day .bus, #day .van {
  border-radius: 2px;
  border: 1px solid #bbb;
  padding: 2px 4px;
}
#day .month, #cal .month {
	height: 12px;
	text-align: center;
	font-size: 14px;
	background-color: white;
}
.today {
	border: 2px dotted red !important;
}
#cal td > .day {
	float: left;
	margin: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #555;
	background-color: white;
	width: 16px;
	text-align: center;
	border-top: 1px solid #c70008;
	border-bottom: 1px solid lightgrey;
	border-right: 1px solid lightgrey;
	border-radius: 1px 1px 0 0;
	cursor: nw-resize;
}
#cal td > .toolbar, #ven td > .toolbar, #lst td > .toolbar {
	float: left;
	display: none;
}
#cal td > .toolbar > .add, #ven td > .toolbar > .add, #lst td > .toolbar > .add {
	float: left;
	font-size: 9px;
	margin: 2px;
	padding: 0 2px;
	background-color: white;
	color: black;
	border: 1px solid #aaa;
}
#cal td > .toolbar > .add:hover, #ven td > .toolbar > .add:hover, #lst td > .toolbar > .add:hover {
	cursor: pointer;
	background-color: #aaa;
	color: white;
}

#ven .date, #locations .date, #lst .date {
	width: 8%;
	min-width: 8%;
	text-align: center;
	vertical-align: middle;
}
#tml .date, #places .date {
	width: 4%;
	min-width: 4%;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}
#ven td, #lst td, #tml td {
	background-color: #eee;
	vertical-align: top;
}
#ven .weekday, #lst .weekday, #tml .weekday {
	font-size: 12px;
	display: none;
}
#ven .card {
	position: relative;
	margin: 0 2px;
}
#lst .card {
	min-width: 160px;
	max-width: 260px;
	height: 36px;
	display: inline-block;
}
#tml .card {
	position: relative;
	margin: 0 2px;
	background-color: #2d0356;
	opacity: .25;
	border: 1px solid #000;
}
#lineup_header .date {
  font-size:16px;
  font-weight:bold;
}
#lineup_header .weekday {
  font-size:12px;
  font-weight:normal;
}
.weekend {
	background-color: #e1e1e1 !important;
}
.stageday {
	background-color: rgba(var(--color_location), .8) !important;
}

.card {
	background-color: #ccc;
	padding: 0px;
	margin: 2px;
	border: 1px solid #999;
	width: 8px;
	height: 8px;
	float: left;
}
.card:hover {
	background-color: #ddd;
	cursor: pointer;
}
.card > .title, #day .title {
	font-family: 'Teko', sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	white-space: nowrap;
	color: white;
	background-color: #404040;
	padding: 3px 2px 0px 2px;
	overflow: hidden;
}
.card > .location {
	font-size: 10px;
	float: left;
	padding: 1px 2px !important;
}
.card > .datetime {
	font-size: 10px;
	float: left;
	padding: 1px 2px !important;
}
.card > .pm {
	float: left;
	padding: 1px 2px !important;
}
.card > .task {
	float: left;
	background-color: #ffd4b3;
	border: 1px solid #bbb;
	padding: 1px 2px !important;
}
.card > .state {
	font-size: 10px;
	border-radius: 2px;
	padding: 1px 4px;
	float: left;
}
.card > .type {
	font-size: 10px;
	border-radius: 2px;
	padding: 1px 4px;
	float: left;
	text-transform: uppercase;
}
#opencard {
	height: 80%;
	margin: auto;
	background-color: #ddd;
	display: none;
	overflow-y: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border: 6px solid white;
	box-shadow: 0px 0px 55px rgba(0, 0, 0, .5);
	border-radius: 8px;
	z-index: 100;
	transition: opacity 1s;
	overflow: hidden;
}
[contenteditable="true"] {
	padding: 1px 2px;
}
[contenteditable="true"]:active, [contenteditable="true"]:focus{
	background-color: white;
	outline: 1px solid #ccc;
}
#opencard #header {
	background-color: rgba(var(--color_header), .85);
	padding: 4px 4px 3px 4px;
	border-radius: 4px 4px 0 0;
}
#opencard #header [contenteditable="true"]:active, #opencard #header [contenteditable="true"]:focus{
	color: black;
}
#opencard #header i {
	color: rgba(var(--color_helper_alt));
}
#opencard #header .folderpath {
  color: rgb(184, 184, 184);
}
#opencard #body {
	overflow-y: auto;
	max-height: 92%;
	padding: 10px 6px 10px 10px;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));
    background-color: var(--color_card_background);
}
#opencard .block, #orgbox .block {
	float: left;
	margin: 0 4px 4px 0;
	background-color: rgba(var(--color_block), .7);
	border: 1px solid rgba(var(--color_border), .7);
	border-radius: 4px 4px 0 0;
    min-height:320px;
    max-height: 360px;
    overflow-y: auto;
}
#opencard .block .header, #orgbox .block .header {
	background-color: rgba(var(--color_header), .65);
    color: rgba(var(--color_helper_alt));
	padding: 2px 4px;
	border-radius: 4px 4px 0 0;
}
#orgbox .block .header {
	font-weight: bold;
	text-transform: uppercase;
}
#opencard .block .header i,
#opencard .block .header .itext,
#orgbox .block .header i,
#orgbox .block .header .itext {
	color: rgba(var(--color_helper_alt));
}
#opencard .block > .body, #orgbox .block > .body {
	padding: 6px 10px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 290px;
}
#opencard .block .body i {
	opacity: .4;
}
#opencard input.autocomplete {
  border: none;
  width: 85%;
  font-weight: bold;
}
#opencard input.autocomplete:disabled::placeholder {
  visibility: hidden;
}
#opencard input.autocomplete:enabled::placeholder {
  font-weight: normal;
  font-size: 12px;
}
.autocomplete-suggestions { overflow: auto; background-color: rgba(30, 30, 30, .75); color: #eeeeee; font-size: 13px; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; cursor: pointer; }
.autocomplete-selected { background: #1c1c1c; }
.autocomplete-suggestions strong { font-weight: bold; color: #ff9932; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }
.autocomplete-no-suggestion { padding: 2px 4px; color: #ccc; font-style: italic; }
#opencard select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	background: transparent;
	cursor: pointer;
	font-size: 14px;
}
#opencard #dateinput {
	cursor: pointer;
	font-size: 14px;
	width: 88px;
}
#opencard #dateinput:disabled {
	font-weight: bold;
	cursor: default;
}
#opencard select:disabled {
	color: black;
	cursor: default !important;
}
#opencard #location_id {
	cursor: pointer;
}
#opencard #state_id {
	font-weight: bold;
	padding: 2px 4px;
	cursor: pointer;
}
#opencard #name {
	font-family: 'Teko', sans-serif;
	font-weight: bold;
	color: white;
	padding: 0 2px 0 2px;
	font-size: 26px;
	line-height: 26px;
	position: relative;
	top: 3px;
}
#opencard #color {
  width: 14px;
  height: 13px;
  border: none;
  cursor: pointer;
  margin-top: 3px;
  float: right;
}
::-webkit-color-swatch-wrapper {
  padding: 0;

}
#opencard #comment {
	height:52px;
	max-height:52px;
	overflow-y: auto;
}
#opencard .droom {
	margin-bottom: 10px;
	padding: 5px;
	background-color: #f5f5f5;
}
#opencard .task {
	margin-bottom: 2px;
	padding-bottom: 4px;
/* 	background-color: #ffd4b3; */
/* 	border: 1px solid #bbb; */
}
#opencard #costs div.cost {
	padding: 3px;
	clear: both;
}
#opencard #costs .partner {
	font-style: italic;
	color: #999999;
	font-size: 12px;
}
#opencard #costs .pricecont {
	float: right;
}
#opencard .textarea {
	margin-top: 4px;
	width: 96%;
	height: 60px;
	resize: none;
	font-family: Helvetica, Arial, Opensans, sans;
	font-size: 12px;
	line-height: 16px;
	padding: 4px;
	border: 1px solid #bbb;
	background-color: white;
	overflow-y: auto;
}
#opencard #files a .input {
	color: #666;
	text-decoration: none !important;
}
#opencard #files {
	overflow-y: auto;
}
#opencard .close:hover {
	color: red !important;
}
#opencard .act {
	background-color: #eee;
}
#opencard .textbox {
	border: 1px solid #bbb;
	margin-top: 6px;
	padding: 4px;
	max-height: 150px;
	overflow-y: auto;
}
#opencard #dropzone, #orgbox .dropzone {
	border: 3px #7a7a7a dashed;
	opacity: 0.5;
	text-align: center;
	margin-bottom: 3px;
}
#opencard .log {
	color:#999;
	font-size: 12px;
	line-height: 1.5;
}
#opencard .timestamp {
	background-color: #aaa;
	color: #eee;
}
.tech.stripe:nth-child(odd) {
  background-color: rgba(187, 253, 255, 0.3);
}
.tech.stripe:nth-child(even) {
  background-color: rgba(146, 225, 227, 0.3);
}
.stripe:nth-child(odd) {
  background-color: #f1f1f1;
}
.highlight {
  background-color: rgba(var(--color_highlight), 0.75);
  border: 2px dotted rgba(var(--color_highlight), 0.75) !important;
}
#opencard .guesttype {
	position: relative;
	top: -1px;
	text-transform: uppercase;
	font-size: 8px;
	color: #fff;
	border-radius: 2px;
}
#profile .guesttype {
  text-transform: uppercase;
  font-size: 8px;
  color: #fff;
  border-radius: 2px;
  padding: 1px 2px 0px 2px;
  min-width: 18px;
  max-height: 11px;
  text-align: center;
}
#opencard span.guesttype {
	padding: 1px 2px 0px 2px;
	margin-left: 2px;
}
#opencard select.guesttype {
	padding: 0 2px;
}
#opencard #chat_messages {
	font-size: 12px;
}
#opencard #chat_comment {
	margin-top: 3px;
}
#opencard #chat_message {
	width: 88%;
}
.user {
	background-color: #77a4b2;
	opacity: .6;
	color: white;
	padding: 1px 3px;
	border-radius: 2px;
	margin: 1px;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
	line-height: 16px;
}
#opencard .color {
	width: 20px;
}
#opencard #wristbands {
	max-height: 206px;
	overflow-y:auto;
}
#opencard .wristband {
	background-color: #f5f5f5;
    height: 30px;
    padding: 3px 2px 0 2px;
    margin-bottom: 3px;
    vertical-align: bottom;
	border-radius: 2px;
	border: 1px solid #bbb;
}
#opencard .ticket.pcs {
	width: 36px;
	float: left;
	text-align: right;
}
#opencard .wband {
	padding-top: 6px;
	float: left;
}
.active {
	opacity: 1 !important;
	background-color: #f5f5f5;
}
.datetime {
	background-color: rgba(var(--color_datetime), 1);
    color: black;
	border-radius: 2px;
	border: 1px solid #bbb;
	padding: 1px 4px;
	text-align: center;
    margin: 1px 0;
}
.location {
	background-color: rgba(var(--color_location), 1) !important;
	border-radius: 2px;
	border: 1px solid #bbb !important;
	padding: 1px 4px !important;
}
.task {
	border-radius: 2px;
	padding: 1px 2px;
	margin: 1px 0;
}
.type {
	background-color: #ffb8d0 !important;
	border-radius: 2px;
	border: 1px solid #bbb !important;
	padding: 2px 4px;
}
.pm {
	font-size: 10px;
	font-weight: bold;
	background-color: white;
	padding: 1px 2px;
	border-radius: 2px;
	border: 1px solid #bbb;
}
.state {
	background-color: #bcfcff !important;
	border-radius: 2px;
	border: 1px solid #bbb !important;
	text-transform: uppercase;
}
.schedule {
	margin-bottom: 1px;
}
a:link .ibutton, a:active .ibutton {
  color: rgb(var(--color_helper));
}
.ibutton:hover {
	cursor: pointer;
    opacity: 1;
}
.ibutton.disabled {
	visibility: hidden;
}
.ibutton.selected {
  opacity: 1;
}
.itext {
	color: rgb(var(--color_helper));
	font-weight:bold;
	font-size: 12px;
}
.timestamp {
	background-color: #8f8f8f;
	color: #dbdbdb;
	padding: 0px 2px;
}
#admin_log {
  line-height: 1.3;
}

#lockuser, #timer {
	font-size: 10px;
	font-weight: bold;
	position: relative;
	top: -28px;
}
.locked {
	color: rgba(255, 0, 0, 1) !important;
}
.unlocked {
	color: rgba(0, 255, 0, 1) !important;
}
.stroke {
/* 	-webkit-text-stroke: 1px white; */
	text-shadow: -1px 1px 0 white,
				  1px 1px 0 white,
				 1px -1px 0 white,
				-1px -1px 0 white;
}

#event_export_dialog .eventcolor {
  width: 24px;
  height: 20px;
  margin: 2px;
  text-align: center;
  padding-top: 3px;
  float: left;
  margin-top: 4px;
}

.chart {
  background: #FFFFFF;
  background: -webkit-radial-gradient(top, #FFFFFF, #DEDEDE);
  background: -moz-radial-gradient(top, #FFFFFF, #DEDEDE);
  background: radial-gradient(to bottom, #FFFFFF, #DEDEDE);
  margin: 1%;
  border: 1px solid #acacac;
}

@media only screen and (max-width: 480px) {
	#cal td {
		max-width: 30px;
		height: 60px;
	}
	#ven td, #tml td {
		max-width: 30px;
		height: 60px;
	}
	#lst td {
		max-width: 30px;
		height: 60px;
	}
	.card > .title {
		font-size: 10px;
	}
	.card > .location {
		display: none;
	}
	.card > .datetime {
		display: none;
	}
	.card > .pm {
		display: none;
	}
	.card > .type {
		display: none;
	}
	.card > .state {
		display: none;
	}
	.card > .task {
		display: none;
	}
	#opencard {
		width: 90%;
	}
	#ven .date, #lst .date, #tml .date, #lineup .date {
		font-size: 12px;
		font-weight: bold;
	}
  #lineup_header .weekday {
    display: none;
  }
  .timeline {
    font-size: 7px;
  }
  .event {
    padding: 0;
  }
  /* .eventname {
    font-size: 11px;
  }
  .eventtype {
    font-size: 8px;
  } */
}

@media only screen and (min-width: 480px) {
	#cal td {
		max-width: 50px;
		height: 80px;
	}
	#ven td, #tml td {
		max-width: 30px;
		height: 100px;
	}
	.card > .title {
		font-size: 12px;
	}
	.card > .location {
		font-size: 8px;
	}
	.card > .pm {
		font-size: 8px;
	}
	.card > .datetime {
		display: none;
	}
	.card > .type {
		display: none;
	}
	.card > .state {
		display: none;
	}
	.card > .task {
		display: none;
	}
	#ven .date, #lst .date, #tml .date, #lineup .date {
		font-size: 14px;
	}
  #lineup_header .weekday {
    font-size: 10px;
  }
  #lineup_header .location {
    font-size: 10px;
  }
  .timeline {
    font-size: 8px;
  }
  /* .eventname {
    word-wrap: break-word;
    font-size: 12px;
  }
  .eventtype {
    font-size: 8px;
  } */
}

@media only screen and (max-width: 600px) {
	.locname {
		display: none;
	}
	.locnameshort {
		display: block;
	}
}

@media only screen and (min-width: 600px) {
	.locnameshort {
		display: none;
	}
	.locname {
		display: block;
	}
	#ven .date, #lst .date {
		font-size: 14px;
	}
  #lineup_header .weekday {
    font-size:12px;
  }
  .timeline {
    font-size: 10px;
  }
  /* .eventname {
    font-size: 14px;
  }
  .eventtype {
    font-size: 9px;
  } */
}

@media only screen and (min-width: 768px) {
	#cal td {
		height: 100px;
	}
	#ven td, #tml td {
		height: 140px;
	}
	.card > .datetime {
		display: block;
		font-size: 8px;
	}
	.card > .type {
		display: block;
		font-size: 8px;
	}
	.card > .state {
		display: none;
	}
	.card > .task {
		display: none;
	}
  .timeline {
    font-size: 12px;
  }
  /* .eventname {
    font-size: 16px;
  }
  .eventtype {
    font-size: 10px;
  } */
}

@media only screen and (min-width: 870px) {
	#ven .weekday, #lst .weekday {
		display: block;
	}
	#ven .date, #lst .date, #lineup .date {
		font-size: 16px;
	}
}

@media only screen and (min-width: 992px) {
	#cal td {
		height: 120px;
	}
	#ven td, #tml td {
		height: 180px;
	}
	#lst td {
		height: 60px;
	}
	.card > .type {
		display: block;
		font-size: 8px;
	}
	.card > .task {
		display: block;
		font-size: 8px;
		padding: 1px 2px 0px 2px;
	}
	.card > .state {
		display: block;
		font-size: 8px;
	}
	#opencard {
		max-width: 1000px;
	}
  /* .eventname {
    font-size: 18px;
  }
  .eventtype {
    font-size: 11px;
  } */
}

@media only screen and (max-width: 1058px) {
  #lineup_locations {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
	#cal td {
		height: 140px;
	}
	#ven td, #tml td {
		height: 240px;
	}
	#lst td {
		height: 60px;
	}
	.card > .location {
		font-size: 10px;
	}
	.card > .pm {
		font-size: 10px;
	}
	.card > .datetime {
		font-size: 10px;
	}
	.card > .state {
		display: block;
		font-size: 10px;
	}
	.card > .type {
		display: block;
		font-size: 10px;
	}
	.card > .task {
		display: block;
		font-size: 10px;
		padding: 3px 2px 0px 2px;
	}
	#opencard {
		width: 86%;
		max-width: 1200px;
	}
  .timeline {
    font-size: 14px;
  }
  /* .eventname {
    font-size: 20px;
  }
  .eventtype {
    font-size: 12px;
  } */
}
