@charset "utf-8";
/*
    Filename: styles.css
    Title: YouTube Streaming Videos
    Last Update: 09/07/16
    Last Update: 12/31/22
*/

body, html {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	background-color: #000;
	background-image: url("../../_appImages/Grid_Gray.gif");
	overflow:hidden;  
    -webkit-touch-action: none; /* defeat multitouch actions*/
    touch-action: none;			/* defeat multitouch actions*/
	/*cursor:none;  */        
}

#mainContainer {
	position: relative;
/*	top:100px;*/
	width: 100%;
/*	width: 1024px;*/
	height:100%;
	margin: 0 auto;
	padding:0;
/*	background-color: rgba(0,0,200, .5);*/
}          

#videoContainer {
	position: relative;
	width: 1024px;
	height:576px;
	margin: 0 auto;
	padding:0;
    border-style: none;
	-webkit-box-shadow: 10px 10px 75px 4px rgba(37,37,37,1);
	-moz-box-shadow: 10px 10px 75px 4px rgba(37,37,37,1);
	box-shadow: 10px 10px 75px 4px rgba(37,37,37,1);
	background-size: contain;
}    

#player {
	position: relative;
	display: block;
	width: 1024px;
	height: 576px;
	top: 0px;
	margin: 0 auto;
	background-size: cover;	
}

.camBtn {
	position: relative;
/*	display: block;*/
	background-size:contain;
    background-position: center;
	background-repeat:no-repeat;
    background-color: rgba(88,88, 88, 0.75);
	border-radius: 15px;
	font-size: 1.5em;
	width: 212px;
	height: 119px;
    cursor: pointer;
	color: #8a8;
/*	margin:0 5px 30px 6px;*/
	margin:0 15px;
	padding: 0;
/*	margin-bottom: 30px;*/
	-webkit-user-select: none;
	user-select: none;
	outline:0; 
	z-index: 1;
	float:left;
	-webkit-box-shadow: 10px 10px 75px 4px rgba(37,37,37,1);
	-moz-box-shadow: 10px 10px 75px 4px rgba(37,37,37,1);
	box-shadow: 10px 10px 75px 4px rgba(37,37,37,1);
}
.selected {
	-webkit-box-shadow: -1px 0px 5px 5px rgba(200,200, 200,.6);
	-moz-box-shadow: -1px 0px 5px 5px rgba(200,200, 200,.6);
	box-shadow: -1px 0px 5px 5px rgba(200,200, 200,.6);	
 
    border-style: solid;
    border-color: rgba(200,250, 200, .75);
	border-width: 3px;
	margin: 0 4px 0 4px;
	transform: scale(1.05);

}
#overlay {
	position:absolute;
	margin: 0;
	padding: 0;
	top:0;
	width:100%;
	height: 100%;
	/*background-color: rgba(0,250,0, .25);*/
}
#mask {
	position: absolute;
	right: 0px;
	bottom: 49px;
	visibility:hidden;
}

		#descript {
			display: block;
			position: relative;
			width: 960px;
			height: 500px;
			top: 20px;
			margin: 20px auto;
			padding: 25px;
			color: #fff;
			background-color: rgba(0,0,0,.5);
			font-family: "Myriad Pro","Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
			font-size: 1.5em;
			-webkit-box-shadow: 0px 0px 21px 1px rgba(0,0,0,0.75);
			-moz-box-shadow: 0px 0px 21px 1px rgba(0,0,0,0.75);
			box-shadow: 0px 0px 21px 1px rgba(0,0,0,0.75);			
		}
		#descCloser {
			position: absolute;
			font-family: sans-serif;
			font-size: 20px;
			width: 30px;
			height: 25px;
			background-color: rgba(0,0,0, .5);
			text-align: center;
			padding:0px;
			border-radius: 25px;
			top: 20px;
			right: 15px;
			color:#fff;
			z-index: 50;
			cursor: pointer;
			pointer-events: all;
		/*	color:limegreen;	*/
		}
		
		button {
			height: 30px;
			width: 150px;
			border-radius: 15px;
			margin: 5px;
			cursor: pointer;
		}
		#mask{
			position: absolute;
			background-color: #000000;
			width: 100%;
			height: 44px;
			bottom: 0px;
			visibility: hidden;
		}
        header {
			position: relative;
			display: block;
			width: 100%;
			text-align: center;
			margin-top: 20px;
            background-color: rgba(0,0,0,0);
			color: #ffffff;
			margin: 0 auto;
			font-family: "Arial", "Lucida Grande", sans-serif;
			visibility: visible;
        }
		
		#btnBox {
			position: relative;
			width: 200px;
			height: 75px;
			margin: 0 auto;
			padding: 0;
			/*background-color: rgba(0,0,250, 0.5);*/
		}
		
		#btns {
			position:relative;
			display: block;
			width: 100%;
			height: 125px;
			margin: 25px auto;
			/*background-color: rgba(0,100,0,.4);*/
		}

		.btnTitle {
			position: relative;
			text-align: center;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size: .75em;
			color:#fff;
			width: 100%;
			height:75px;
			top: 130px;
			/*background-color: rgba(100,250, 100, .75);*/
		}
		#mainTitle, #vTitle {
			text-align: center;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size: 2em;
			color:#fff;
			margin: 15px auto;
		}
		#mainTitle h1{
			margin: 10px auto;
		}
		#vTitle {
/*
			width: 100%;
			height: 50px;
			margin: 0 auto;
*/
		}
			
		#navBar_bot, #navBar_top {
			position: absolute;
			display: block;
			bottom: 0px;
			width: 100%;
			height: 70px;
			padding: 5px;
		}
		#navBar_top {
			top: 0;
			opacity: 1;
		}
		
		#navBar_bot {
			position: relative;
			margin-top: 75px;
		}

		#back {
			float: left;
		}
		
		#fullscrn {
			float: right;
			
		}
		#fullscrn:hover, #back:hover {
			color:red;	
			font-weight:bold;	
		}
		

		.navBtn {
			background-color: rgba(37,37,37, .5);
			text-align: center;
			padding: 5px;
			margin: 0 5px;
			border-radius: 30px;

			color:#fff;
			z-index: 50;
			cursor: pointer;

			position: relative;
			font-family: "Arial Black", Impact, Haettenschweiler, "Franklin Gothic Bold", "sans-serif"; 
			font-weight: normal; 
			font-size: 2em; 
			height: 40px;
			width: 40px;
			float: left;
/*			opacity: .2	;*/
		}

		.backBtn {
			float: right;
			margin: 0;
			line-height: 1.3em;
			right: 10px;
			font-family: "Arial", Impact, Haettenschweiler, "Franklin Gothic Bold", "sans-serif"; 
		}

		.navBtn:hover {
			opacity: .6;
		    transform: scale(1.2);
		}

		#navBar_botm {
			height: 60px;
		/*	background-color: aqua;*/
			margin-top: 50px;
		}
		#navBtns {
			width: 300px;
			margin: 0 auto;
			padding: 20px 10px;
		}

		.overlayMask {
/*			background-color: rgba(0,0,0,.90);*/
			background-repeat: no-repeat;
			background-position: center; 
			background-size: 1024px 576px;
			background-image: url("../appImages/overlayMask.png");
/*			background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);*/
		}		
		#vol {
			font-size: 1.5em;
			line-height: 1.75em;
			margin: 0;
			font-family: "Arial";
		}	
		.openIcon, .closeIcon, .backIcon {
			background-repeat: no-repeat;
			background-position: center; 
			background-size: 30px 30px;
			background-image: url("../../../_commons/appImages/fullscreen.svg");
		}
		
		.closeIcon {
			background-image: url("../../../_commons/appImages/fullscreen-in.svg");	
		}
		
		.backIcon {
			background-image: url("../../../_commons/appImages/backTriangle.svg");	
		}		
		
#spkr_muted {
    display: none;
}

/*#muteBtn, */
/*
#refresh {
    position: absolute;
    left: -100px;
	top: 120px;
    width: 50px;
    height: 50px;
    opacity: 0.75;
    cursor: pointer;
}

#refresh {
	display: block;
	width:40px;
	height:40px;	
	bottom: 15px;
}
*/

.dropShadow {
	-webkit-box-shadow: 5px 5px 50px 4px rgba(37,37,37,1);
	-moz-box-shadow: 5px 5px 50px 4px rgba(37,37,37,1);
	box-shadow: 5px 5px 50px 4px rgba(37,37,37,1);
}

#loader {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 10000;
}	
#loaderImg {
    position: relative;
    top: 400px;
    display: block;
    margin: 0 auto;
    width: 46px;
    height: 46px;
}
				
