@charset "utf-8";
/* CSS Document */

.relative {
	position: relative;
}
* {
	padding:0;
	margin:0;
	z-index: 0;
}
#page_container {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image: url("../images/karaoke-mic.jpg");
	background-size: cover;
	color:white;
}
input[type="text"] {
	font-size:16px; 
	border-radius:8px; 
	padding:5px; 
	border-color:#660866; 
	border-style:ridge; 
	border-width:3px; 
	box-shadow:inset -1px 2px 5px 0px rgba(56,56,56,.75); 
	text-shadow:0px 0px 0px rgba(42,42,42,.75); 
	font-family:sans-serif; 
	color:#000000; margin:5px;
	outline: none;
} 
button {
	box-shadow:inset 0px 0px 15px 3px #23395e;
	background-color:transparent;
	border-radius:10px;
	border:1px solid #1f2f47;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	padding:6px 13px;
	text-decoration:none;
	text-shadow:0px 1px 0px #263666;
	outline: none;
	margin:5px;
}
button:hover {
	background-color:transparent;
}
button:active {
	position:relative;
	top:1px;
}

#page_container h1 {
	position: absolute;
	top:5px;
	width:100%;
	text-align: center;
}
/*** USER LIST ***/
#user_list {
	position:absolute;
	top:50px;
	left:10px;
	width:250px;
	height:100%;
	padding:10px;
	background-color: rgba(53,52,52,.70);

}

.user_list_name {
	padding:10px;
	margin:5px;
	width:85%;
	font-size: 1.4em;
	text-align: center;
	background-color: rgba(64,10,116,.70);
}
.user_list_name:hover {
	background-color: rgba(64,10,150,1.00);
}
.user_list_name:active {
	position:relative;
	top: 2px;
	left: 2px;
}
.active_user_list_name {
	background-color: rgba(141,13,251,.80);
	font-weight: bold;
}
.active_user_list_name:hover {
	
}
#ull_list {
	position:absolute;
	top:172px;
	height:50px;
	width:250px;
	overflow: auto;
}

::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #e6caf9;
  border: 1px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
::-webkit-scrollbar-thumb:active {
  background: #000000;
}
::-webkit-scrollbar-track {
  background: #940778;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: #751c6c;
}
::-webkit-scrollbar-track:active {
  background: #333333;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

/*** SONG REQUEST ***/
#song_request {
	position: absolute;
	top:50px;
	left: 290px;
	width:450px;
	height:100%;
	padding:10px;
	background-color: rgba(3,37,82,.70);
}

/*** QUEUE ***/
#current_queue {
	position: absolute;
	top:50px;
	left: 780px;
	width:450px;
	height:100%;
	padding:10px;
	background-color: rgba(200,0,200,.70);
	overflow: hidden;
}
#queue_list {
	overflow: auto;
	width:95%;
	position:absolute;
	top:35px;
}

.song_title_display{
	font-size: 1.4em;
	font-weight:bold;
}
.artist_display {
	font-style: italic;
}
.performers_display {
	padding-left:10px;
}
.requested_song {
	width: 90%;
	padding:10px;
	margin:5px;
	position:relative;
	background-color: rgba(90,255,12,.70);
	overflow: auto;
}

.delete_request {
	height:0px;
	width:100px;
	font-weight: bold;
	display:block;
	overflow: hidden;
	cursor: pointer;
	position:absolute;
	bottom: 10px;
	text-align: center;
	font-size: 1em;
	right:35px;
	background-color: rgba(50,132,11,.70);
}

.delete_request:hover {
	color:magenta;
}

.delete_request:active {
	bottom: 8px;
	right:33px;
}
.open_delete {
	cursor: pointer;
	height:1.1em;
	width:1em;
	font-weight: bold;
	color: magenta;
	position:absolute;
	right:5px;
	bottom:10px;
}
.open_delete:hover {
	color:white;
}

/**** Playlist ****/
#pl_queue_list {
	position:absolute;
	top:10px;
	left:10px;
	height:250px;
	width:350px;
	padding:10px;
	background-color: rgba(0,255,68,.70);
}
#pl_queue_list h1, #pl_request_controls h1 {
	padding: 0;
	width: 95%;
	text-align: center;
}
#pl_request_controls {
	position: absolute;
	top: 10px;
	left:370px;
	padding: 10px;
	width: 350px;
	background-color: rgba(252,2,6,.70);
}
#playlist {
	position: absolute;
	top:10px;
	left:500px;
	padding:10px;
	width:350px;
	background-color: rgba(18,0,255,.70);
}
.refresh {
	position:absolute;
	right:10px;
	top:10px;
	color:white;
	font-weight:bold;
	cursor:pointer;
	z-index: 100;
	display:block;
	padding:5px;
	border-radius:2px;
	background-color: rgba(71,71,71,0.65);
}
.refresh:hover {
	color:rebeccapurple;
}
.refresh:active {
	right:8px;
	top:12px;
}
#pl_ql_list {
	width:90%;
	position:absolute;
	top:60px;
	padding-bottom: 15px;
	overflow:auto;
}
.pl_qll_listing {
	display:block;
	width:90%;
	margin:5px;
	padding:10px;
	border-radius: 5px;
	background-color: rgba(167,19,215,0.45);
	cursor: pointer;
}
.pl_qll_listing:hover {
	background-color: rgba(167,19,215,0.7);
}
.pl_qll_listing:active {
	position:relative;
	top:2px;
	left:2px;
}
.active_pl_qll_listing {
	background-color:rgba(65,10,54,0.89);
}
.active_pl_qll_listing:hover {
	background-color:rgba(65,10,54,.7);
}
.pl_qll_title {
	font-weight: bold;
	font-size:1.4em;
}
.pl_qll_artist {
	font-style:italic;
}
.pl_qll_users {
	padding-left:15px;
}
#pl_request_inputs {
	position: absolute;
	top:60px;
}
#pl_request_inputs input[type="text"] {
	width:90%;
}
#playlist_list {
	position:absolute;
	top:60px;
	width:90%;
	padding:10px;
	padding-bottom: 15px;
	overflow: auto;
}
.playlist_listing {
	margin:5px;
	width:90%;
	height:75px;
	padding:5px;
	background-color: rgba(4,106,19,0.67);
	border-radius: 4px;
}
.playlist_sort_order {
	width:20px;
	height:90%;
	font-size: 3em;
	fond-weight:bold;
	position:absolute;
	top:5px;
	bottom:5px;
	left:5px;
	cursor: pointer;
	z-index: 100;
}
.playlist_listing_song {
	width:70%;
	position:absolute;
	left:60px;
	top:0px;
	font-size: 1.4em;
	font-weight: bold;
}
.playlist_listing_artist {
	width:70%;
	padding:5px;
	position:absolute;
	top:22px;
	left:60px;
	font-style:italic;
}
.playlist_listing_users {
	margin:5px;
	position: absolute;
	top:46px;
	left:110px;
}
.playlist_delete {
	position: absolute;
	top:0px;
	right:10px;
	cursor: pointer;
}
.playlist_delete:hover {
	color:red;
}
.playlist_delete:active {
	top:2px;
	right:8px;
}
.playlist_sort_order input {
	height: 50px;
	width: 20px;
}
/*** Billboard - Assumes 1920x1080 ***/
#now_playing_display {
	height: 820px;
	width: 1500px;
	background-color: rgba(71,71,71,0.63);
	border-radius: 4px;
	position:absolute;
	padding:10px;
	top:10px;
	left:10px;
	overflow:hidden;
}

#up_next_display {
	height:190px;
	position:absolute;
	width: 1500px;
	background-color: rgba(88,97,200,0.73);
	border-radius:4px;
	top:860px;
	left:10px;
	overflow:hidden;
	padding:10px;
}
#playlist_display {
	height:1040px;
	width:340px;
	position:absolute;
	top:10px;
	left:1540px;
	background-color: rgba(89,255,0,0.79);
	border-radius: 4px;
	overflow:hidden;
	padding: 10px;
}
#playlist_display h3 {
	width:100%;
	text-align: center;
}
#now_playing_drop {
	margin-top:35px;
}
#current_playing_song {
	font-size:4em;
	font-weight:bold;
}
#current_playing_artist {
	font-size:3em;
	font-style: italic;
}
#current_playing_users {
	padding-left:25px;
}
.current_playing_user {
	font-size:2.5em;
}