@font-face {
    font-family: 'windows_command_promptregular';
    src: url('windows_command_prompt-webfont.woff2') format('woff2'),
         url('windows_command_prompt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.pixelFont
{
	font-family: 'windows_command_promptregular', sans-serif;
}

html
{
	  cursor: url('img/cursor.png'), auto;

}

body
{
	font-family: 'windows_command_promptregular', sans-serif;
	background: #080086;
}



img
{
	image-rendering: pixelated;
}

#topSection
{
	min-width: 800px;

	position: absolute;
	width: auto;
	height: auto;
	top:0;
	bottom:200px;
	left:0;
	right:250px;
	
	background-color: #00ffff;
	
	background-size: cover;
	background-position: right 40%;
	background-repeat: no-repeat;
	z-index: 0;
	
}


#niceJob:before 
{
    content:'';
    display:inline-block;
    vertical-align:middle;
    height: 100%;
}


#niceJob
{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top:20px;
	bottom:220px;
	text-align: center;
	
	font-size: 150px;
	color: yellow;
}

#nextUp:before 
{
    content:'';
    display:inline-block;
    vertical-align:middle;
    height: 100%;
}

#nextUp
{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top:20px;
	bottom:240px;
	text-align: center;
	background-color: #00ffff;
}

#title
{
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	height: auto;
	width: 800px;
	max-width: 800px;
	background-image: url("img/title.gif");
	background-position: 80px 80px;
	background-size: 80% auto;
	image-rendering: pixelated;
	background-repeat: no-repeat;
}


#copyright
{
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 60px;
	height: auto;
	width: 800px;
	max-width: 800px;
	background-image: url("img/copyright.gif");
	background-position: 80px bottom;
	background-size: 40% auto;
	image-rendering: pixelated;
	background-repeat: no-repeat;
}


#oke
{
	position: absolute;
	right: 40px;
	bottom: 40px;
	height: 350px;
	width: 350px;
	background-image: url("img/oke.gif");
	background-position: right bottom;
	background-size: 80% auto;
	image-rendering: pixelated;
	background-repeat: no-repeat;
	
	transform-origin: 225px 225px;
	transform: rotate(5deg);
	
	
	-webkit-animation: okeRotate 15s infinite steps(2);
}

.okeAnimate
{
	-webkit-animation: okeRotate 15s infinite steps(2);
}

@-webkit-keyframes okeRotate{
  0%   { transform: rotate(5deg); }
  2%   { transform: rotate(5deg); }
  4%  { transform: rotate(-5deg); }
  6%   { transform: rotate(5deg); }
  8%  { transform: rotate(-5deg); }
  10%   { transform: rotate(5deg); }
  12%  { transform: rotate(-5deg); }
  14%   { transform: rotate(5deg); }
  100%   { transform: rotate(5deg); }
}


#okeTextContainer
{
	position: absolute;
	width: 400px;
	height: 210px;
	
	bottom: 230px;
	right: 275px;
	
}

#okeText
{
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 4vh;
	text-align: center;
	color: #00ffff;
	text-shadow: 4px 4px 0px black;
}
#okeText:after
{
	position: absolute;
	margin-top: 35px;
	margin-left: 5px;
	content: "\\";
}

#nextUpTitle
{
	position: relative;
	display: inline-block;
	font-size: 84px;
	color: #00ffff;
	top:50px;
	text-shadow: 5px 5px 0px black
}

#nextUpName
{
	position: relative;
	display: block;
	font-size: 164px;
	color: #00ffff;
	text-shadow: 5px 5px 0px black
}


#karaoke
{
	position:absolute;

	left:0px;
	top:0px;
	
	width: calc(100% - 250px) !important;
	height: calc(100% - 200px) !important;
	
	
	margin:0;
	padding:0;
	
	border:none;
	overflow:hidden;
	background: none;
	display: none;
	opacity: 1;
	z-index: 25;
	transition: ease-in-out .5s;
	
	background-color: black;
}

#start
{
	text-align: center;
	position: absolute;
	left:50%;
	top:50%;
	width: 400px;
	margin-left: -200px;
	margin-top: -40px;
	display: none;
}

#queue	
{
	min-width: 800px;

	height: 170px;
	position: absolute;
	left:0;
	right:0;
	bottom: 30px;
	top:auto;
	width: auto;
	background: #080086;
}

#queueContent
{
	height: 170px;
	bottom: 30px;
	overflow: hidden;
	overflow-x: auto;
    white-space: nowrap;
    padding-right: 20px;
}

#newEntry
{
	display: block;
	height: auto;
	background: #1b00ff;
	width: 100%;
	position: relative;
	padding: 23px;
	padding-top: 14px;
	box-sizing: border-box;
	color: yellow;
	font-size: 24px;
	margin-top: 5px;
}

#loadingEntry
{
	display: none;
	width: 100%;
	height: 250px;
	position: relative;
	padding: 25px;
	box-sizing: border-box;
	text-align: center;
	font-size: 42px;
	
	-webkit-animation: flickerAnimation .45s infinite steps(2);

}

#submittingSong
{
	display: none;
	width: 100%;
	height: 250px;
	position: relative;
	padding: 25px;
	box-sizing: border-box;
	text-align: center;
	font-size: 42px;
	
	-webkit-animation: flickerAnimation .45s infinite steps(2);

}


#songSubmitted
{
	padding: 25px;
	box-sizing: border-box;
	display: none;
	width: 100%;
	height: 250px;
	position: relative;
	text-align: center;
	color: #FFFF00;
	font-size: 42px;
}


#errorEntry
{
	padding: 25px;
	box-sizing: border-box;
	display: none;
	width: 100%;
	height: 250px;
	position: relative;
	text-align: center;
	color: #FF00FF;
	font-size: 42px;
}




@-webkit-keyframes flickerAnimation{
  0%   { top:90px; }
  50%  { top:85px; }
  100% { top:90px; }
}

#newEntry h3
{
	margin-top: 0;
	margin-bottom: 10px;
}

#loadingEntry h3
{
	margin-top: 0;
	margin-bottom: 10px;
}



.newEntryTitle
{
	display: inline-block;
	position: relative;
	width: auto;
	color: yellow;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 28px;
	text-align: right;
	padding-right: 10px;
}

.queueEntry
{
	position: relative;
	display: inline-block;
	width:300px;
	height: 130px;
	margin-top: 20px;
	margin-left: 20px;
	box-sizing: border-box;
	background: #1b00ff;
	border: 3px solid #1b00ff;
	overflow: hidden;
}

.entryTitle
{
	position: relative;
	margin-top: 22px;
	padding-left: 0%;
	width: auto;
	overflow-x: hidden;
	color: yellow;
	font-weight: bold;
	font-size: 48px;
	text-transform: capitalize;
	min-width: 300px;
}

.entryPlayPercentage
{
	position: absolute;
	top:0;
	bottom: 43px;
	left:0;
	right: 300px;
	background-color: #00ffff;
}




@keyframes animatePercentage{
  0%   { right: 300px; }
  100%   { right: 0px; }
}



.queueEntry:first-child
{
	background: #3b3b3b;
	border: 3px solid yellow;
	background: yellow;
}

.queueEntry:first-child .entryTitle
{
	color: black;
}

.queueEntry:first-child .hiddenIfFirst
{
	display: none;
}

.queueEntry:nth-child(2) .hiddenIfSecond
{
	display: none;
}



.entrantName
{
	text-align: right;
	position: absolute;
	bottom:1px;
	right: 0;
	height: 41px;
	padding-right:12px;
	padding-top:7px;
	box-sizing: border-box;
	width: 180px;
	color: yellow;
	font-weight: bold;
	font-size: 37px;
	text-transform: uppercase;
}

.entryControls
{
	text-align: left;
	background: #080085;
	position: absolute;
	bottom:0;
	height: 40px;
	padding-left:10px;
	padding-top:11px;
	box-sizing: border-box;
	width: 300px;
	color: yellow;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 15px;
}

.entryControls img
{
	margin-right: 8px;
}

.entryControls span
{
	cursor: url('img/cursorPointer.png'), auto;
}

.entryLength
{
	text-align: right;
	position: absolute;
	bottom:27px;
	height: 40px;
	padding-right:18px;
	box-sizing: border-box;
	width: 300px;
	color: yellow;
	font-weight: bold;
	font-size: 12px;
}

#karaokeID
{
	display: none;
}

.hiddenVideoID
{
	display: none;
}

.search
{
	height: 42px;	
	width: 100%;
	margin-bottom: 10px;
	font-family: "windows_command_promptregular";
	font-size: 32px;
	box-sizing: border-box;
	padding: 10px;
}

.search::placeholder
{
	color: #adadad;
}

#okeFace
{
	color: #6f6f6f;
	position: absolute;
	display: block;
	right: 25px;
	top: 20px;
	cursor: url('img/cursorPointer.png'), auto;
		image-rendering: pixelated;

	-webkit-animation: okeRotate 15s infinite steps(2);
}

#searchForm
{
	width: 100%;
	position: relative;
	display: block;
}

input
{
		cursor: url('img/cursorPointer.png'), auto;
		border-radius: 0 !important;

}

input[type=button], input[type=submit], input[type=reset] 
{

	padding: 4px 5px;
	
	background-color: #6f6f6f;
	outline: none;
	width: 100%;
	color: #00ffff;
	padding: 25px;
	margin-top: 20px;
	box-sizing: border-box;
	box-shadow: 4px 4px 0px black;
	text-align: center;
	font-size: 36px;
	font-family: "windows_command_promptregular";
	border: none;
	
	cursor: url('img/cursorPointer.png'), auto;
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover
{
	box-shadow: 4px 8px 0px black;
	bottom: -61px; 
}

input[type=button]:active, input[type=submit]:active, input[type=reset]:active
{
	box-shadow: 4px 4px 0px black;
	bottom: -67px; 
}

#hideOnResults
{
	width:100%;
	padding-top: 15px;
}

#songBookResults
{
	text-align: center;
	display: none;
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	padding-top: 5px;
	padding-right: 20px;
    overflow:scroll;
    overflow-x:hidden;
    background-color: #1b00ff;
}


#instructions
{
	position: absolute; 
	width: 250px; 
	height: 310px;
	top:0;
	right:0;
	padding: 20px;
	box-sizing: border-box;
	background: blue;
	text-align: center;
	
}

#sideGraphic
{
	position: absolute;
	top:0px;
	right:0px; 
	width: 250px; 
	height: calc(100% - 145px);
	bottom: 0px;
	background-color: #6f6f6f;
	overflow: hidden;
	border: 20px solid #6f6f6f;
	box-sizing: border-box;
}

#sideDog
{
	position: absolute; 
	width: 200%; 
	height: calc(100% - 365px); 
	top:310px;
	object-fit: cover;
	animation: sideDogSideToSide 20s infinite steps(5);
}

@keyframes sideDogSideToSide{
  0%   { left: 0%; }
  50%   { left: calc(-200% + 300px); }
  100%   { left: 0%; }
}




#cancelEntry
{
	display: none;
	position: relative;
	width: 100%;
	background-color: #6f6f6f;
	color: #00ffff;
	padding: 20px;
	box-sizing: border-box;
	box-shadow: 4px 4px 0px black;
	text-align: center;
	cursor: url('img/cursorPointer.png'), auto;
	font-size: 35px;
}

#randomSong
{
	position: relative;
	width: 100%;
	background-color: black;
	color: red;
	padding: 20px;
	box-sizing: border-box;
	box-shadow: 4px 4px 0px #ccc;
	text-align: center;
	cursor: url('img/cursorPointer.png'), auto;
	font-size: 32px;
	margin-top: 20px;
}

#okeSong
{
	position: relative;
	width: 100%;
	background-color: #8c1d84;
	color: #fefb00;
	padding: 20px;
	box-sizing: border-box;
	box-shadow: 4px 4px 0px #ff40ff;
	text-align: center;
	cursor: url('img/cursorPointer.png'), auto;
	font-size: 32px;
	margin-top: 35px;
}
/*
#cancelEntry:hover
{
	box-shadow: 4px 8px 0px black;
	bottom: 29px;
}

#cancelEntry:active
{
	box-shadow: 4px 4px 0px black;
	bottom: 23px;
}*/


#info
{
	position: absolute;
    width: auto;
	bottom:0;
    right: 0;
    left: 0;
    width: 100%;
    height: 30px;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    color: #cccccc;
    background: black;
    padding: 6px 18px;
    box-sizing: border-box;
}

a
{
		cursor: url('img/cursorPointer.png'), auto;
	color: #cccccc;
}

a:hover
{
	color: #00ffff;
}

a:active
{
	color: #FF00FF;
}

ul
{
  	list-style-image: url('img/bullet.png');
  	margin-top: 0;
}

.songbookEntry
{
	position: relative;
  	width: 100%;
	background-color: #cccccc;
	color: #1b00ff;
	padding: 12px;
	box-sizing: border-box;
	box-shadow: 4px 4px 0px black;
	margin-bottom: 15px;
	text-align: center;
	cursor: url('img/cursorPointer.png'), auto;
	text-decoration: underline;
	margin-left: auto;
	opacity: 0;
	
	box-sizing: border-box;
	border: 5px solid #cccccc;

	animation: songbookEntryAppear .01s forwards;
	
	animation-delay: .6s;
}


.songbookEntry:hover
{
	box-shadow: 4px 8px 0px black;
	background: white;
	border: 5px solid white;
	top: -4px;
	bottom: 4px;
}

.songbookEntry:active
{
	box-shadow: 4px 4px 0px black;
	top: 6px;
	bottom: -2px;
}



.songbookEntry:nth-child(1) {	animation-delay: .1s;	}
.songbookEntry:nth-child(2) {	animation-delay: .2s;	}
.songbookEntry:nth-child(3) {	animation-delay: .3s;	}
.songbookEntry:nth-child(4) {	animation-delay: .4s;	}
.songbookEntry:nth-child(5) {	animation-delay: .5s;	}

@keyframes songbookEntryAppear
{
  0%   { opacity: 0; }
  0%   { opacity: .5; }
  100% { opacity: 1; }
}


.songbookEntry img
{ 
	margin-right: 5px;
}

#fadeInBlue
{
	transform: scaleX(-1);
}

#score:before 
{
    content:'';
    display:inline-block;
    vertical-align:middle;
    height: 50%;
}

#score
{
	font-size: 48px;
	position: absolute;
	width: 100%;
	height: auto;
	top:20px;
	bottom:350px;
	text-align: center;
	color: #00ffff;
	text-shadow: 4px 4px 0px black;
}

#score h1
{
	font-size: 200px;
	margin: 40px 0 30px 0;
	padding: 0;
}

#scoreContainer
{
		display: none;
}

#songPickerStartScreen
{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: auto;
	background: #080086;
	padding: 20px;
	text-align: center;
	color: yellow;
	font-size: 24px;
	box-sizing: border-box;
	z-index: 20;
}

#startScreenBG
{
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: #080086;
	top:0px;
	left:0px;
	z-index: -1;
	
}

#karaokeStartScreen
{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100vh;
	padding: 20px;
	text-align: center;
	color: yellow;
	font-size: 24px;
	box-sizing: border-box;
}

/*
.songbookEntry:nth-child(even)

{
	background-color: #cccccc;
}
*/
