:root {
  --background: #1C1C1E;
  --highlightBackground: #29292d;
  --foreground: #E0E0E0;
  --highlight: #b21474;
  --sheetBackground: #F5F7FA;
  --generalRadius: 15px;  
  --hover: #ff32ad;
}

* {
	box-sizing: border-box;
}
body {
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
    background-color: var(--background);
    margin: 0;
    padding: 0;
	font-size: 12px;
    color: var(--foreground);
}
#globalContainer {
	background-color: var(--foreground);
}
input, select, textarea {
    font-size: 12px;
}
a {
	color: var(--foreground);
}
a:hover {
	color : var(--hover);
}
#logoTitle {
	display: flex;
	flex-direction: row;
	justify-content: center;
	color: var(--highlight);
}
#banner {
	position: fixed;
	align-items: center;
	justify-content: center;
	width: 100%;
	top: 0px;
	height: 30px;
	background-color : var(--background);
	display: flex;	
	margin-right:15px;
	padding-top: 0px;	
	text-align: center;
	color: var(--foreground);
	z-index: 10;
}
#banner #logo {
	padding-top: 6px;
	color: var(--foreground);
}
#banner #votes {
	text-align: right;
	padding: 0px 0px 0px 25px;
}
#songInfoHeader {
	height: 22px;
	background-color : var(--background);
}
#songInfoHeader .songArtist {
	font-weight: normal;
}
#search{
	width:30px;	
	margin-top: 4px;
	text-align: right;
}
#title {
    color: var(--foreground);
	font-size: 28px;
	font-family: 'Shadows Into Light', Open Sans,Helvetica, sans-serif;
}
#content {
	margin: 35px auto 130px auto;
	display: flex;
	flex-direction: column;
	max-width: 1000px;
}
footer {
	position: fixed;
	width: 100%;
	bottom: 0px;
	height: 120px;
	background-color : var(--background);
}
.modesetlist {
	height: 60px;
}
.modebandinfo {
	height: 60px;
}
.modeqrcode {
	height: auto;
}
#currentSong {
	border: 1px var(--highlight) solid;
	background-color: #641143;
	max-width: 1000px;
	margin: 0px auto 0px auto;
}
#footerNav {
	display: flex;	
	justify-content: space-evenly;
	align-items: flex-end;
	width: 70%;
	margin: auto;
	height: 60px;
	background-color : var(--background);
}
#footerNav div {
	font-weight: bold;
}
.footerIconLabel, .footerIcon {
	text-align: center;
}
.footerIconLabel a:hover {
	text-decoration: underline;
	color : var(--hover);
}
.footerIcon a, .footerIconLabel a {
	text-decoration: none;
	color: #8a8a8a;
	font-weight: bold;
}
.svgSetlistIcon:hover {
	fill: var(--hover);
}
#songListForSort {
	width:95%;
	margin-left: auto;
	margin-right: auto;
}
#songListForSort .songInfoContainer {
	cursor: move;
}
.songInfoContainer.dragging {
	background-color: var(--hover) !important;
	cursor: move;
	border-radius: var(--generalRadius);
}
.songInfoContainer.dragging .songInfo{
	background-color: var(--hover) !important;
}
.voteDetailInfo {
	display:flex;
	flex-direction: column;
}
.voteItem {
	display:flex;
	flex-direction: row;
	align-items: flex-end;
	text-align: center;
	margin: 0px auto 0px auto;
	color: #818181;
}
.voteItem div {
	margin: 0px 10px 0px 10px;
}	
.voteItem .listnerPseudo {
	width: 150px;
	text-align: right;
}
.songInfo {
	display: flex;
	min-height: 60px;
	padding: 5px 4px 4px 4px;
	align-items: center;
}
.messageNoSetlist {
	margin: 20px auto 20px auto;
	padding: 20px 10px 20px 10px;
	border: 1px var(--highlight) solid;
	background-color: #641143;
	font-size: 22px;
	color: var(--foreground);
	font-weight: bold;
	border-radius: var(--generalRadius);
	text-align: center;
}
.linkToBandInfo {
	margin: 20px auto 20px auto;
	padding: 20px 20px 20px 20px;
	font-size: 20px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.linkToBandInfoA {
	text-decoration: none;
}
.linkToBandInfoA:hover {
	text-decoration: underline;
}
#bandBody a, #bandRegister a, #homeBody a {
	text-decoration: none;
}
#bandBody .songInfoList .songInfo{
	background-color: var(--highlightBackground);
	border-radius: var(--generalRadius);
	margin: 10px 5px 10px 5px;
}
#bandBody .songInfoList a:hover {
	text-decoration: none;
}
#bandBody .selectedSong .songInfo {
	background-color: var(--highlightBackground);
	border-radius: var(--generalRadius);
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	min-height: 100px;
	max-width: 100%;
}
#bandBody .selectedSong .songInfo .songCover {
	width: 100px;
	height: 100px;
}
#bandBody .selectedSong .songInfo .songCover img {
	height: 90px;
	max-width: 90px;
}
#bandBody .selectedSong .songInfo .songName {
	font-size: 18px;
}
#bandBody .selectedSong .songInfo .songTone {
	color: #6f6e6e;	
	text-align: left;
	font-size: 12px;
}
#bandBody .selectedSong .songInfo .songDuration, #bandBody .selectedSong .songInfo .songBPM {
	text-align: left;
}
.status3 {
	opacity: 0.4;
}
.status1 {
	background-color: var(--highlight) !important;
	width: 100%;
}
.songCover {
	width: 50px;
	height: 60px;
	padding-top: 5px;
}
.songCover img {
	height: 50px;
	max-width: 50px;
	border-radius: 5px;
}
.songNameArtist {
	flex:1;
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin: 0px 4px 0px 6px;
	font-size: 14px;	
}
.songArtist {
	color: #8a8a8a;
	text-align: left;
}
.songName {
	font-weight: bold;
	text-align: left;
}
.songDuration {
	text-align : center;
	width: 40px;
}
.songLike {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align : center;
	width: 40px;
}
.songLike a {
	color : var(--foreground);
}
.songLike a:hover {
	color : var(--hover);
}
.dislikeIcon {
	color : var(--highlight);
}
.songLikeVote {
	text-align : center;	
	font-size: 10px;
}

#currentSong .songLike img, .songLikeVoteBig img {
	margin: 0;
	padding: 0;
	width: 36px;	
}

.songLikeVoteBig {
	cursor: pointer;
}

#btnBandAccess, #btnListenerAccess, .bandInfo {
	width:80%;
	height: 50px;
	margin : 25px auto 25px auto;
	padding-top: 10px;
	padding-bottom: 50px;
	border-radius: var(--generalRadius);
	text-align: center;
	border: 1px solid var(--highlight);
	color: var(--foreground);
}
#btnBandAccess {
	border: 1px var(--highlight) solid;
	background-color: #641143;
	font-family: 'Shadows Into Light', Open Sans, Helvetica, sans-serif;
	padding-top: 0px;
}

#aBandAccess, #aListenerAccess, .bandInfo a {
	font-size: 30px;
	text-decoration: none;	
}

#aBandAccess:hover, #aListenerAccess:hover, .bandInfo a:hover {
	text-decoration: underline;
}
#homeBody .bandInfo {
	font-family: 'Shadows Into Light', Open Sans, Helvetica, sans-serif;
	padding-top: 0px;
}
.pseudoForm {
	margin-top: 25px;;
}
.pseudoInput, .pseudoOKBtn {
	font-size: 30px;
	border-radius: var(--generalRadius);
}
.pseudoOKBtn {
	color: var(--foreground);
	background-color: #641143;
	border: 1px var(--highlight) solid;
	margin: 0px 10px 0px 10px;
	padding: 2px 10px 2px 10px;
	
}
#homeBody h2 {
	font-size: 30px;
}

#homeBody {
	text-align: center;
	max-width: 700px;
}

#homeTitle {
    font-size: 40px;
}
#bandTitle {
    font-size: 24px;
}
#bandBody, #homeBody, #bandRegister {
	text-align: center;
	margin: 0px auto 0px auto;	
	background-color: #000000;
}
#bandGlobalContainer, #homeGlobalContainer {
	background-color: var(--background);
	border-radius: var(--generalRadius);
	max-width: 1000px;
	width: 100%;
	margin: 10px auto 10px auto;
}
@media only screen and (max-device-width: 700px) {
	#homeBody #homeGlobalContainer {
		margin: 10px 10px 10px 10px;
		max-width: none;
		width: auto;
	}
}
#bandFooter, #homeFooter {
	width: 100%;
	color: var(--foreground);
	border-top: 1px solid var(--highlight);
	font-size: 14px;
	font-weight: 500;
	padding: 15px 20px 15px 20px;
	margin-top: 40px;
	text-align: center;
}
#homeBanner {
	margin-top: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	color: var(--foreground);	
}
#bandBanner {	
	margin: 0px auto 15px auto;
	padding-top: 8px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	color: var(--foreground);	
}
#bandBanner div {
	padding: 0px 0px 0px 0px;
}
#bandLogo {
	margin-top: 6px;
	margin-right: 2px;
}
#bandMenu {
	display: flex;
	align-items: center;	
	justify-content: space-evenly;
	margin: 5px auto 15px auto;
	text-align: center;
}
#bandMenu a {
	text-decoration: none;
}
#bandMenu a:hover {
	text-decoration: underline;
}
#bandMenu .menuCounter {
	font-size: 10px;
	padding-left: 2px;
	color: #8a8a8a;
}
.addSpacer>div, .addSpacer>a>div {
	margin: 5px 20px 5px 20px;
}
.toolbar {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.bandMenuIcon a, .bandMenuIconLabel a {
	text-decoration: none;
	color: #8a8a8a;
	font-weight: bold;
}
.setlistInfoList , .memberList {
	display:flex;
	flex-direction: column;	
}
.setlistInfoList a, .memberList a  {
	text-decoration: none;
}
.setlistInfo, .memberInfo {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 5px 5px 5px 5px;
	padding-left: 10px;
	background-color: var(--highlightBackground);
	border-radius: var(--generalRadius);
	min-height: 60px;
}
.setlistInfo .setlistIcon {
	padding: 0px 5px 0px 5px;
}
.setlistInfo .setlistCover {
	width: 50px;
	height: 60px;
	padding-top: 5px;
}
.setlistInfo .setlistCover img {
	height: 50px;
	max-width: 50px;
	border-radius: 5px;
}
.setlistInfo .setlistNameBlock, .memberInfo .memberNameBlock {
	text-align: left;
	flex:1;
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin: 0px 4px 0px 6px;
}
.setlistInfo .setlistName, .memberInfo .memberName{
	font-size:15px;
	font-weight: bold;
}
.setlistInfo .setlistDateAndSongs, .memberInfo .memberConnection {
	color: #8a8a8a;
}
.setlistTitle {
	font-size:22px;
	font-weight: bold;
}

.setlistStatus {
	width: 100px;	
}
.setlistStatus span {
	border-radius: 10px;
	padding: 3px 5px 3px 5px;
	white-space: nowrap;
}
.setlistInfoSpacer {
	margin-top: 45px;
}
.evenPoster {	
	padding: 5px 5px 5px 5px;
}
.evenPoster img {
	max-width: 50px;
	max-height: 50px;
}
.songDetails {
	display: flex;
	flex-direction: row;
}
.songStatus {
	width: 80px;
}
.songStatusHeader {
	text-align: left;
}
.songStatus span, .songStatusHeader span {
	border-radius: 10px;
	padding: 3px 5px 3px 5px;
	white-space: nowrap;
}
.songDetails .songStatus, .songDetails .songTone, .songDetails .songDuration, .songDetails .songBPM  {
	width: auto;
	padding: 3px 3px 3px 3px;
	font-size: 12px;
}
#bandContent {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.actionToolbar {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	width: 100%;
}
.actionToolbar div a {
	color:var(--foreground);
}
.actionToolbar div a:hover {
	color : var(--hover);
}
#bandContent #songInfoHeader {
	position: static;
}
.songInfoList a {
	text-decoration: none;
}
.songInfoList a:hover {
	text-decoration: underline;
}
#memberListMenu {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	margin: 10px 5px 10px 5px;
}


#songListMenu {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	margin: 10px 5px 10px 5px;
}
#songListMenu .searchBar {
	flex:1;
	background-color: var(--foreground);	
	border: 1px var(--highlight) solid;
	border-radius: 5px;
	display: flex;	
}
#songListMenu .searchBar .iconSrc {
	width: 36px;
	height: 36px;
	margin: 0;
}
#songListMenu .searchBar #filterList {	
	flex:1;	
	border: 0;
	font-size: 20px;
	margin-right: 5px;
}
#sortBtn, #filterBtn {
	position: relative;
}
#sortMenu, #filterMenu {
	background-color: #252525;
	border: 1px var(--highlight) solid;
	border-radius: var(--generalRadius);
	padding: 5px 5px 5px 5px;	
	margin: 5px 5px 5px 5px;
	width: 300px;
	position: absolute;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index:1;
	right:0;
}
#filterMenu {
	width: 140px;
}
#sortMenu .sortMenuOption {
	height: 24px;
	font-size: 24px;
	margin: 10px 10px 10px 10px;
	display: flex;
	flex-direction: row;
}
#filterMenu .filterMenuOption {
	height: 24px;
	margin: 10px 10px 10px 10px;
	display: flex;
	flex-direction: row;
}
#filterMenu .filterMenuOption .songStatus {
	margin-top: 6px;
}
#songsFilterBtn {
	font-size: 16px;
	width: 150px;
	padding-top: 5px;
	padding-bottom: 25px;
	/*padding: 15px 15px 15px 15px;*/
	background-color: var(--highlight);
	border: 1px solid #641143;
	color: var(--foreground);
	border-radius: 10px;
	cursor: pointer;
}
#sortMenu .sortMenuOption .sortMenuOptionLabel {
	flex:1;
	text-align: left;
	padding-left: 10px;
}
#SubMenuButton {
	position: relative;
}
#SubMenu {
	background-color: #252525;
	border-radius: var(--generalRadius);
	padding: 5px 5px 5px 5px;	
	margin: 5px 5px 5px 5px;
	width: 200px;
	position: absolute;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index:1;
	right:-15px;
}

#SubMenu .sortMenuOption {
	height: 36px;
	font-size: 24px;
	margin: 10px 10px 10px 10px;
	display: flex;
	flex-direction: row;
	
}
#SubMenu a:hover {
	color : var(--hover);
}
#SubMenu .sortMenuOption .SubMenuOptionLabel {
	flex:1;
	text-align: left;
	padding-left: 10px;
	line-height: 36px;
}


.formLine {
	display: flex;
	margin: 20px 20px 20px 20px;
}
.formLine .formValueBlock {
	display: flex;
	flex-direction: column;
	align-items: left;
}
.formLine #bandLogoInput, .formLine #bandImage1, .formLine #bandImage2, .formLine #bandImage3, .formLine #bandImage4 {
	width: auto;
}
.existingFileInfo {
	border: 1px solid #666666;
	border-radius: var(--generalRadius);
	color: #666666;
	padding: 2px 2px 2px 2px;
	margin: 0px auto 5px 5px;
	text-align: left;
}
.existingFileInfo a {
	color: #666666;
}
.existingFileInfo a:hover {
	color : var(--hover);
}
#mp3FileBlock {
	display: flex;
	flex-direction: row;
}
.formLine input, .formLine select {
	width: 50%;
	display: block;	
	font-size: 16px;
}
#isAdminOui, #isAdminNon, #lblIsAdminOui, #lblIsAdminNon {
	width:auto;
}
.formLine label {
	display: block;	
	font-size: 20px;
	width: 200px;
	text-align: right;
	padding: 0px 10px 0px 10px;
}
.optional label {
	color: #999999;
}
.formLine .unit {
	font-size: 20px;
}
.formSubmit {
	margin: 0px auto 0px auto;
	display: flex;
	justify-content: center;
}
.formSubmit input {
	font-size: 20px;
	width: 150px;
	padding: 15px 15px 15px 15px;
	background-color: var(--highlight);
	border: 1px solid #641143;
	color: var(--foreground);
	margin-right: 5px;
	border-radius: var(--generalRadius);
	cursor: pointer;
}
.formSubmit .deleteBtn {
	font-size: 20px;
	width: 150px;
	padding: 15px 15px 15px 15px;
	background-color: var(--highlight);
	border: 1px solid #641143;
	border-radius: var(--generalRadius);
	color: var(--foreground);
	margin-left: 5px;
}
.formSubmit .deleteBtn a {
	text-decoration: none;
}
.formSong, .formSheet, .formMember, .formEvent {
	padding: 10px 10px 10px 10px;
	background-color: var(--highlightBackground);
	border-radius: var(--generalRadius);
}
.formSong #songBPM, .formSong #songTranspo {
	width: 80px;
}
.formSong #songMajor, .formSong #songMinor {
	width: 32px;
}
.formSong #lblSongMajor, .formSong #lblSongMinor, .formSong #songTone {
	width:auto;
}
#formLineSongDuration {
	font-size: 20px;
}
#formLineSongDuration select, .formSheet select {
	width: auto;
	margin-right: 6px;
	font-size: 16px;
}
#songDurationSecond {
	margin-left: 10px;
}
#formLineForSongSelection {
	margin-bottom: 15px;
}
#formLineForSongSelection .checkSong {
	font-size: 20px;
	width: 20px;
	height: 20px;
}
.checkSong {
	font-size: 20px;
	width: 20px;
	height: 20px;
}
#sheetContentRemoveEmptyLine {
	font-size: 20px;
	margin-top: 0px;
}
.errorInfo {
	font-size: 20px;
	font-weight: bold;
	color: red;
	background-color: #efefef;
	border-radius: var(--generalRadius);
	width: 80%;
	text-align: center;
	margin: 25px auto 25px auto;
	padding: 15px 0px 15px 0px;
}
.formLogin .formSubmit {
	margin: 0px auto 0px auto;
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
}
.createAccountButton, .connectButton {
	font-size: 20px;
	width: 200px;
	padding: 15px 15px 15px 15px;
	background-color: var(--highlight);
	border: 1px solid #641143;
	color: var(--foreground);
	border-radius: var(--generalRadius);
	margin: 10px 10px 10px 10px;
}
.createAccountButton a, .connectButton a {
	text-decoration: none;
}
.createAccountButton:hover, .connectButton:hover {
	background-color: var(--background);
}
.formLogin .formSubmit input {
	width: 200px;
	border-radius: var(--generalRadius);
	cursor: pointer;
}
.formLogin, .formRegister {
	text-align: center;	

	border-radius: var(--generalRadius);
}
.formLogin .formLine {
	margin: 20px auto 20px auto;
	width: 400px;
}
.formLogin .formLine input {
	width : 100px;	
}
.spacerOr {
	margin-top: 22px;
	margin-left: 5px;
	margin-right: 5px;
}
.formRegister .formLine {
	margin: 20px auto 20px auto;
	width: 360px;
}
.formRegister .formLine input, .formRegister .formLine label {
	width : 180px;
}
.formRegister #lblIsAdminOui, .formRegister #lblIsAdminNon {
	width: auto;
}
.formRegister #isAdminOui, .formRegister #isAdminNon {
	width: 32px;
}
.formRegister .formSubmit input {
	width: 240px;
	border-radius: var(--generalRadius);
}
.sheetContent, .sheetContentHTML {
	text-align : left;
	background: var(--sheetBackground);
	color: var(--background);	
	line-height: 8px;
	padding : 15px;
	margin-top: 10px;
	border-radius: var(--generalRadius);
	overflow-x: hidden;
}
.sheetContent pre {
	white-space: pre-wrap; 
	margin: 0;
	padding: 0;
}
.sheetContent, .sheetContentHTML, .sheetContent pre {
	font-family: "Fira Code", monospace;
  	font-optical-sizing: auto;
  	font-weight: 300;
  	font-style: normal;
}
.standardText {
	font-size: 16px;
}
.smallText {
	font-size: 13px;
}
.verySmallText {
	font-size: 11px;
}
@media only screen and (max-device-width: 450px) {
    .standardText {
		font-size: 7px;
		line-height: 5px;
	}
	.smallText {
		font-size: 6px;
		line-height: 4px;
	}
	.verySmallText {
		font-size: 5px;
		line-height: 3px;
	}
}
.sheetContent h2 {
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
	color: var(--highlight);
	line-height: normal;	
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	font-size: 20px;
}
.sheetContent h3 {
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
	color: #73acd1;
	line-height: normal;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
}
.sheetContentSeparator {
	height: 20px;
}
#sheetContentPDFEmbed, #sheetContentUrlIframe {
	width:100%;
	height:100vh;
}
.sheetContentImg img {
	margin: 0px 0px 0px 0px;
	max-width: 100%;	
}
.sheetContentImg img:first-child {
	margin-top: 10px;
	border-top: 1px solid var(--highlight);
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.sheetContentImg img:last-child {
	border-bottom: 1px solid var(--highlight);
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.sheetComment {
	text-align : left;
	padding : 15px;
	margin-top: 10px;
	background-color: var(--highlightBackground);
	border-radius: var(--generalRadius);
	font-size: 16px;
	font-weight: bold;
}
.sheetSourceContent {
	padding : 10px 10px 10px 10px;
	margin-top: 10px;
	border: 1px solid var(--highlight);
	border-radius: var(--generalRadius);
	font-size: 24px;
}

.sheetSourceContent a {
	text-decoration: none;
}
.sheetAdd {
	display: flex;
	flex-direction: row;
	border: 1px solid var(--highlight);
	border-radius: var(--generalRadius);	
	margin: 25px 40px 25px 40px;
	align-items: center;
}
.sheetAddLabel {
	flex: 1;
	font-size: 18px;
	font-weight: bold;	
}
#pageDelimiter {
	border-top: 1px var(--highlight) solid;
	position: absolute;
	top: -10px;
	left:0;
	width:100%;
}
#pageExtender {
	height: 0px;	
	border-radius: var(--generalRadius);
	background: var(--background);
	
}
.playMode {
	display: flex;
	flex-direction: row;
	background-color: var(--highlightBackground);
	border-radius: var(--generalRadius);	
	margin: 5px auto 5px auto;
	align-items: center;
	height: 60px;
	width: 100%;
	padding-left: 5px;;
}
.playModeText {
	flex: 1;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
}
#audioPlayerSliders {
	display: flex;
	flex-direction: row;
	justify-content: center;
  	align-items: center;
	padding-left: 5px;
	padding-right: 5px;
}
#timeInputSlide {
	flex:1;	
}
#timeRangeInput {

	width:99%;
}
#timeDuration, #timeCurrent {
	width: 32px;
}
#volumeRangeInput {
	width: 100px;
}
#audioPlayerSliders {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #fff;
  gap: 8px;
}

#timeDuration,
#timeCurrent {
  text-align: center;
}

#timeInputSlide input[type="range"],
#volumeRangeInput {
  -webkit-appearance: none;
  appearance: none;
  height: 6px;
  background: #444;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
}

#timeRangeInput::-webkit-slider-thumb,
#volumeRangeInput::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 14px;
  width: 14px;
  background: var(--highlight);
  border-radius: 50%;
  border: none;
  transition: background 0.3s;
  margin-top: -4px;
}

#timeRangeInput::-moz-range-thumb,
#volumeRangeInput::-moz-range-thumb {
  height: 14px;
  width: 14px;
  background: var(--highlight);
  border-radius: 50%;
  border: none;
}

#volumeInputSlide svg {
  fill: currentColor;
  cursor: pointer;
  transition: transform 0.2s;
}

#volumeInputSlide svg:hover {
  transform: scale(1.1);
}

.sheetContentHTML {
	overflow-x: auto;
	padding-left: 20px;
	line-height: normal;
}
.sheetContentHTML .sheetContentSeparator {
	height: auto;
}

.otherSheets {
	display: flex;
	flex-direction: row;
	justify-content: center;
  	align-items: center;
	flex-wrap: wrap;
}
.otherSheetLink {
	background-color: var(--highlight);
	height: 64px;
	width:64px;	
	border-radius: 32px;
	margin: 10px 10px 10px 10px;
	font-size: 45px;
	font-weight: 800;
}
.currentSheet {
	background-color: var(--foreground);
	color: var(--highlight);
	font-weight: bold;
	height: 64px;
	width:64px;	
	border-radius: 32px;
	margin: 10px 10px 10px 10px;
	font-size: 45px;
	font-weight: 800;
}
.otherSheetLink a {
	font-weight: bold;
}
.tunebatLink, .ytmp3Link, .youtubeLink {
	padding: 0;
	margin:0;
}
.tunebatLink img, .ytmp3Link img, .youtubeLink img {
	border-radius: 5px;
	height : 22px;
	margin: 0px 5px 0px 0px;
	padding: 0;
}
.formSort .formSubmit {
	margin-top: 10px;
}
#setlistStatsDetail {
	text-align: center;
}
.statTable {
	margin: 10px auto 10px auto;
	width: 95%;
	border-top: 1px var(--highlight) solid;
	border-bottom: 1px var(--highlight) solid;
	border-collapse: collapse;
}
.statTable th, .statTable td {
	font-size: 14px;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #333333;
}
.statTable tr:last-child td {
	border-bottom: 1px var(--highlight) solid;
}
.statTable .total {
	font-weight: bold;
}
.statTable .songs {
	text-align: left;
	font-size: 11px;
}
.counters, .countersGlobal {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.counters div, .countersGlobal div {
	font-size: 48px;
	font-weight: bold;
	margin: 5px 5px 5px 5px;
	padding: 10px 20px 10px 20px;	
	background-color: var(--highlight);
	border-radius: var(--generalRadius);
	text-align: center;
	width: 150px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.countersGlobal div {
	width: 200px;
}
.statTitle {
	margin: 30px auto 10px auto;
	font-size: 24px;
}

#statRunningAndNext .songInfo {
	height: 90px;
}
#statRunningAndNext .songCover {
	height: 90px;
	width: 80px;
}
#statRunningAndNext .songCover img {
	height: 80px;
	max-width: 90px;
}
#statRunningAndNext .songNameArtist {
	font-size: 30px;
}

@media only screen and (max-device-width: 450px) {
	#statRunningAndNext .songCover {
		display:none;
	}
	#statRunningAndNext .songNameArtist {
		font-size: 20px;
	}
	#statRunningAndNext .songDuration {
		display: none;
	}
}


.profileBandInfo .bandLogo {
	margin: 0px auto 0px auto;
	text-align: center;
}
.profileBandInfo .bandLogo img {
	max-width: 250px;
	max-height: 250px;
}
.profileBandInfo .bandName {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin: 10px 20px 10px 20px;
}
.profileBandInfo .bandMessageNoSetlist, .profileBandInfo .bandMessageMoreInfo {
	background-color: var(--highlightBackground);
	border-radius: var(--generalRadius);
	margin: 10px 20px 10px 20px;
	padding: 10px 10px 10px 10px;
	font-size: 16px;
	text-align: justify;
}
.profileBandInfo .label {
	font-style: italic;
	color: #919191;
}
.profileBandInfo .bandImages {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0px auto 0px auto;
	text-align: center;
}
.profileBandInfo .bandImages img {
	max-width : 88%;
	max-height: 800px;
	border-radius: var(--generalRadius);
	margin: 10px 20px 10px 20px;
}
.profileBandInfo .bandLinks {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	margin: 10px auto 10px auto;
}
.profileBandInfo .bandLinks .link {
	margin: 0px 20px 0px 20px;
}
.profileBandInfo .updateButton {
	font-size: 20px;
	width: 200px;
	padding: 15px 15px 15px 15px;
	background-color: var(--highlight);
	border: 1px solid #641143;
	color: var(--foreground);
	border-radius: var(--generalRadius);
	margin: 10px auto 10px auto;
}
.profileBandInfo .copyright {
	text-align: center;
	font-size: 14px;
}
.profileBandInfo .copyright a {
	text-decoration: none;
}
.profileBandInfo .copyright a:hover {
	text-decoration: underline;
}

.globalCalendar {
	display: flex;
	flex-wrap: wrap;
	margin: 0px auto 0px auto;
	justify-content: center;
	align-items: start;
}

.monthCalendar {
	/*width: 350px;*/
	padding: 5px;
}
.calendar {
	/*margin: 0px auto 0px auto;*/
	width: 100%;
	font-size: 14px;
	border: 1px #641143 solid;
	border-radius: 5px;
}
.globalCalendar h2 {
	margin: 10px 0px 0px 0px;
}
.calendar th {
	font-weight: bold;
}
.calendar td {
	padding: 0px 0px 0px 0px;
	height: 60px;
	width: 50px;
	color: #818181;
	vertical-align: top;
	border-radius: 5px;
}
.calendar .hasDate {
    background-color: #202020;
}
.calendar .weekEndDate {
	background-color: #333333;
	border-radius: 5px;
}
.calendar .currentDate {
	background-color: var(--highlight);
	color: var(--foreground);
	border-radius: 5px;
	padding: 5px;
}
.calendar .infoForDate {
	color: var(--foreground);
}
.calendar .checkDate {
	width: 20px;
	height: 20px;
}
.calendar .radioAvailability {
	width: 20px;
	height: 20px;
}
.calendar .withUpcoming {
	background-color: var(--highlight);
}
.chordToTab .myTab {
	position: relative;
	display: inline-block;
	top: -16px;
	/*right: -16px;*/
	color:#999999;
	font-size: 12px;
	word-break: keep-all;
  	white-space: nowrap;
	margin-top: 20px;
	font-family: monospace, courier, courier new, serif;
	letter-spacing: -2px;
  	line-height: 8px;
	text-align: left;
	width: 0;
}
.chordToTab .myChord {
	color: var(--highlight);
	font-weight: bold;
	display: inline-block;
	margin-top: 10px;
}
.toolbar {
	display: flex;
	flex-wrap: wrap;
	margin: 0px auto 0px auto;
	justify-content: center;
	align-items: start;
}