:root{
	--color-1: #333333;
	--color-2: #777777;
	--color-border-grey: #111111;
	--color-background-light-grey: #222222;
}

/****/

@font-face{
font-family: "Header"; font-style: normal; font-weight: 400;
src: url("../_lib/_media/fonts/jenkins2.woff2") format("woff2");
}

@font-face{
font-family: "Header"; font-style: normal; font-weight: 700;
src: url("../_lib/_media/fonts/jenkins2.woff2") format("woff2");
}

@font-face{
font-family: "Condensed"; font-style: normal; font-weight: 400;
src: url("../_lib/_media/fonts/ubuntucondensed-regular.woff2") format("woff2");
}

/****/

@media screen{

	html, #page, .ui-widget-content{
		background: #000000;
	}

	#headerWrap, .sideColumn{
		background: rgba(0, 0, 0, 0.8);
	}

	:root{
		--color-text: #ffffff;
	}

}

input.text:focus, select:focus, textarea:focus{
	background: transparent;
}

a{
	font-weight: inherit;
    color: var(--color-text);
}

::selection{
	background: var(--color-1);
	color: var(--color-1-overlay);
}

::-moz-selection{
	background: var(--color-1);
	color: var(--color-1-overlay);
}

/****/

#mainWrap{
    padding: 1% 3%;
}

/****/

header h1{
	text-transform: lowercase;
    color: var(--color-text);
}

/****/

#footerWrap{
    padding: 1% 3%;
}

/****/

.navMenu li{
	text-transform: lowercase;
	line-height: 1em;
}

.navMenu li a{
    color: var(--color-text);
	font-family: "Header", sans-serif;
	font-size: 1.4em;
}

.navToggle{
    color: var(--color-text);
}

/****/

.adminModule{
	border-color: transparent;
}

.adminModule h1{
	color: var(--color-text);
	text-transform: lowercase;
	margin: 0.1em auto 0.2em;
}

/****/

.sideColumn{
	position: sticky;
	top: 1em;
  	align-self: flex-start;
}

@media only screen and (min-width: 500px){

	.flexWrap{
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items: stretch;
		align-content: flex-start;
		margin: 0 auto;
		gap: 4%
	}

	.flexWrap > .mainColumn{
		flex: 1 1;
	}

	.flexWrap > .sideColumn{
		flex: 0 0 200px;
	}

}

@media only screen and (max-width: 500px){

	.sideColumn{
		top: 0;
		padding-bottom: 1em;
	}

}

/****/

.topButtonsWrap{
	font-size: 0.9em;
	text-align: right;
	position: sticky;
	top: 10px;
	z-index: 10;
}

.topButtonsWrap form{
	width: auto;
}

.topButtonsWrap .uiButton{
	min-width: 4em;
	margin-top: 0.2em;
}

.songFilterSelection .offlineModeToggle.current{
	background: var(--color-amber);
}

@media only screen and (max-width: 500px){

	.topButtonsWrap{
		font-size: 0.8em;
	}

}

.topButtonsWrap .ui-dialog{
    width: 100% !important;
    max-width: 750px;
}

.songFilter #search, .songFilter #searchLyrics{
	padding: 0.8em 1.2em;
	width: 100%;
}

/****/

.ui-dialog .ui-dialog-title{
	text-transform: lowercase;
	margin: 0.5em 0 0 0;
}

.searchSection h1{
    border-bottom: 1px solid transparent;
	text-transform: lowercase;
	margin-top: 1em;
	margin-bottom: 0;
}

/****/

.song{
	min-height: 500px;
	line-height: 1.4;
}

.song .sideColumn{
	font-family: "Condensed", sans-serif;
}

.artist{
	font-size: 0.8em;
	margin-top: 0.3em;
}

.capoText{
	font-size: 0.7em;
	margin-top: 0.3em;
}

.chords{
	font-size: 0.9em;
	margin-top: 1em;
}

.playlist{
	width: 80%;
	margin-top: 2em;
	font-size: 0.7em;
	text-align: center;
}

.playlist div{
	margin: 0.5em;
}

.playlist .uiButton{
	width: 100%;
	padding: 1em 0.5em;
}

p.lyrics{
	line-height: 1.4;
	margin: 0;
}

.name input, .artist input, .chords textarea, .lyrics textarea{
	width: 100%;
}

.song .booleanToggleButton{
	font-size: 0.8em;
}

.uiButton.current{
	background: green;
}

/****/

.teleprompter body{
	transform: scalex(-1);
}

.teleprompter .adminModule.song, .teleprompter .songs{
	font-size: 1.5em;
}

.teleprompter .topButtonsWrap{
	text-align: center;
}

/****/

@media print{

	body, a{
		color: #000000;
	}

	.dataTable td{
		padding: 0.2em 0.8em;
	}

}