@charset "utf-8";

html {
	/*overflow-x: hidden;
	overflow-y: hidden;*/
}
body {
	margin: 0;
	padding: 0;
	color: black;
	font-family: "tekton-pro", "Dosis", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 21px;
	background-color: #112A53;
	background-repeat: repeat-x;
	background-image: url(../app/images/blue_grad.png);
}

b, strong {
	color: black;
	font-weight: bold;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
	list-style-type: disc;
	text-indent: 50px;
	list-style-position: inside;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 0px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
p {	
	
}
video {
	/*margin-top: 10px;*/
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #FFF;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
}
 
/*.btn {
	-webkit-appearance: none;
-webkit-box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
-webkit-writing-mode: horizontal-tb;
align-items: flex-start;
background-color: rgb(245, 245, 245);
background-image: linear-gradient(rgb(255, 255, 255), rgb(230, 230, 230));
background-repeat: repeat-x;
border-bottom-color: rgb(204, 204, 204);
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-image-outset: 0px;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-color: rgb(204, 204, 204);
border-left-style: solid;
border-left-width: 1px;
border-right-color: rgb(204, 204, 204);
border-right-style: solid;
border-right-width: 1px;
border-top-color: rgb(204, 204, 204);
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-top-style: solid;
border-top-width: 1px;
box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
box-sizing: border-box;
color: rgb(51, 51, 51);
cursor: pointer;
display: inline-block;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: normal;
height: 30px;
letter-spacing: normal;
line-height: 20px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 4px;
padding-left: 12px;
padding-right: 12px;
padding-top: 4px;
text-align: center;
text-indent: 0px;
text-shadow: rgba(255, 255, 255, 0.74902) 0px 1px 1px;
text-transform: none;
vertical-align: middle;

word-spacing: 0px;
writing-mode: lr-tb;
} */
.btn {
	background-image: url(../app/images/brownBtn.png);
	background-repeat: no-repeat;
	background-position: center top;
	cursor: pointer;
	display: inline-block;
	color: rgba(255,255,255,1.00);
	font-family: 'Tekton pro', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	height: 50px;
	width: 177px;
	letter-spacing: normal;
	line-height: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	padding-bottom: 4px;
	padding-top: 17px;
	opacity: 1;
}
.smallBtnCorner {
	cursor: pointer;
	display: inline-block;		
	background-repeat: no-repeat;
	height: 26px;
	width: 26px;
	background-position: center top;	
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	position: absolute;
	right: 5px;
	top: 5px;
}
.smallBtnClose {
	background-image: url('../images/btnClose.png');
}
.smallBtnClose:hover, .smallBtnClose:focus, .smallBtnClose:active, .smallBtnClose.active, .smallBtnClose.disabled, .smallBtnClose[disabled] {
	background-image: url('../images/btnClose_1.png');
	outline: none;
}
/*.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	color: #333;
	background-color: #e6e6e6;
	background-image: none;
	outline: none;
}*/

.imgBtnClose {
	cursor: pointer;
	display: inline;	
	background-image: url(../images/btnClose.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 50px;
	width: 70px;
	background-position: center top;	
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1em;
	right: 0px;
	float: right;
}
.imgBtnClose:hover, .imgBtnClose:focus, .imgBtnClose:active, .imgBtnClose.active, .imgBtnClose.disabled, .imgBtnClose[disabled] {
	background-image: url(../images/btnClose_1.png);
	outline: none;
}
.imgBtnMinimize {
	position: absolute;
	cursor: pointer;
	background-image: url(../images/left.png);
	background-repeat: no-repeat;
	height: 39px;
	width: 39px;
	background-position: center top;
	margin: 0;
	top: 40px;
	right: 9px;
}
.imgBtnMinimize:hover, .imgBtnMinimize:focus, .imgBtnMinimize:active, .imgBtnMinimize.active, .imgBtnMinimize.disabled, .imgBtnMinimize[disabled] {
	background-image: url(../images/left_1.png);
	outline: none;
}
.imgBtnMaximize {
	position: absolute;
	cursor: pointer;
	background-image: url(../images/right.png);
	background-repeat: no-repeat;
	height: 39px;
	width: 39px;
	background-position: center top;
	margin: 0;
	
}
.imgBtnMaximize:hover, .imgBtnMaximize:focus, .imgBtnMaximize:active, .imgBtnMaximize.active, .imgBtnMaximize.disabled, .imgBtnMaximize[disabled] {
	background-image: url(../images/right_1.png);
	outline: none;
}

.imgBtnMinimizeRight {
	position: absolute;
	cursor: pointer;
	background-image: url(../images/right.png);
	background-repeat: no-repeat;
	height: 39px;
	width: 39px;
	background-position: center top;
	margin: 0;
	top: 40px;
	left: 9px;
}
.imgBtnMinimizeRight:hover, .imgBtnMinimizeRight:focus, .imgBtnMinimizeRight:active, .imgBtnMinimizeRight.active, .imgBtnMinimizeRight.disabled, .imgBtnMinimizeRight[disabled] {
	background-image: url(../images/right_1.png);
	outline: none;
}
.imgBtnMaximizeRight {
	position: absolute;
	cursor: pointer;
	background-image: url(../images/left.png);
	background-repeat: no-repeat;
	height: 39px;
	width: 39px;
	background-position: center top;
	margin: 0;
	
}
.imgBtnMaximizeRight:hover, .imgBtnMaximizeRight:focus, .imgBtnMaximizeRight:active, .imgBtnMaximizeRight.active, .imgBtnMaximizeRight.disabled, .imgBtnMaximizeRight[disabled] {
	background-image: url(../images/left_1.png);
	outline: none;
}

.btnPlayHolder {
	position: relative;	
	height: 26px;
	width: 26px;
	top: 0px;
}

.btnLabel {
	line-height: 50px;	
}

.content {
	position: relative;
	float: none;
	width: 1024px;
	padding: 0;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: left;
	height: 670px;
	overflow: hidden;
	-webkit-box-shadow: 3px 3px 20px 0px #000000;
	box-shadow: 3px 3px 20px 0px #000000;	
	background-image: url(../app/images/starfield.jpg);
	/*background-size:inherit;*/
}
.footer {
	position: relative;
	float: none;
	width: 1024px;
	padding: 0;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: left;
	padding: 10px;
	font-family: "tekton-pro", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: rgb(0, 171, 178);
}
.credits {
	position: relative;
	float: none;
	width: 600px;
	padding: 10;
	margin-left: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: left;
	padding: 10px;
	font-family: "tekton-pro", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #000000;
	background-color:#FFFFFF;
	display: block;
	-webkit-box-shadow: 3px 3px 20px 0px #000000;
	box-shadow: 3px 3px 20px 0px #000000;
}
.credits a {
	
	color: #2f60b1;
}

.footer#credits a {
    vertical-align: top;
    margin-top: 20px;
    position: relative;
    display: inline-block;
    margin-right: 20px;
    float: right;
}

#preload {
	visibility: hidden;
}

.inputElement {
	position: absolute;
	top: 300px;
	left: 700px;
}

#soundPlayers {
	position: relative;
}
#contentBottom {
	position: relative;
	bottom: 0px;
	float: none;	
	width: 1114px;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
}
.disclaimer {
	color: #C00;	
}
.pointer {
	cursor: pointer;
}

.bubbleContainer {
	position: absolute;
	width: 500px;
	padding: 0px;
	margin: 0px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bubbleContainerLeft {
	left: 5px;
}
.bubbleContainerRight {
	right: 5px;
}
.bubbleBox {
	position: absolute;	
	background-color: #FFF;
	width: 500px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	-webkit-filter: none;	
	/*background-image: linear-gradient(rgb(255, 255, 255) 50%, rgb(228, 228, 228));*/
	border-color: rgba(122,173,252,1.00);
	border-width: thick;
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.50);
	box-shadow: 3px 3px 5px rgba(0,0,0,0.50);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	display: block;
	filter: none;
	border: thick solid rgba(122,173,252,1.00);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
.bubbleBoxLeft {
	float: left;
	left: -510px;
}
.bubbleBoxrRight {
	float: right;
	right: 510px;
}
.faceImg {
	position: absolute;	
	margin-top: 5px;
	top: 44px;
	height: 39px;
    width: 39px;
}
.karaokeText {
	position: absolute;
	top: 0px;
	left: 0px;
	display: inline-block;
}
.karaokeTextInline {
	position: relative;
	display: inline-block;
	width: 420px;
	
}
.inputField {	
	background-color: white;
}
.inputFieldWrong {	
	background-color: #F99;
}
.inputFieldRight {	
	background-color: #CFC;
}
@media screen {
	.content {margin-left: auto;}
}
@media only screen and (max-width: 1200px) {
	.content {
	margin-left: 0px;
	position: relative;
	background-color: #6C6C6C;
	}
}

@media print {
	.content {margin-left: 0px;}
}
