@charset "utf-8";
/*
    Filename: styles.css
    Title: Video Player
    Last Update: 06/23/21
    Last Update: 10/07/21
    Last Update: 01/17/23
*/

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

#mainContainer, #videoContainer, #player, .aVideo {
	width:1280px;
	height:720px;
/*	cursor:pointer;          */
}

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

#videoContainer {
	position: relative;
	margin: 0 auto;
	padding:0;
    border-style: none;
/*    background-image: url("../images/trashTalkPoster-0.jpg");*/
	background: #000;
}   

#player {
	position: absolute;
	top: 0px;
	margin: 0 auto;
}

.videoBtn {
	position: relative;
	background-size:cover;
    background-position: center;
	background-repeat:no-repeat;
    background-color: rgba(0, 0, 0, 1);
	border-radius: 15px;
	font-size: 1.5em;
	width: 200px;
	height: 113px;
/*    cursor: pointer;*/
	color: #8a8;
	margin: 10px 10px;
	-webkit-user-select: none;
	user-select: none;
	outline:0; 
	z-index: 1;
	float:left;
/*
	-webkit-box-shadow: 10px 10px 75px 4px rgba(37,56,26,1);
	-moz-box-shadow: 10px 10px 75px 4px rgba(37,56,26,1);
	box-shadow: 10px 10px 75px 4px rgba(37,56,26,1);
*/
}
.runtime, .btnLabel {
    position: absolute;
    text-align: center;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: .5em;
    color:#eef;
    width: 100%;
    height:20px;
/*    background-color: rgba(100,250, 100, .75);*/
    bottom: 0;
}

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


/*
#speakBtn {
    position: absolute;
	top: 120px;
    right: 5px;

    width: 50px;
    height: 50px;
    opacity: 0.5;

}

#spkr_muted {
    display: none;
}
*/

/*
.btnShape {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    padding:3px;
    background-color: rgba(250,250,250,.5);
    font-family: sans-serif;
    font-weight: 900;
    font-size: 2em;
    text-align: center;
    color: rgba(17,17,68, .65);
    line-height: 50px;
}
*/

/*
#showInfoBtn {
    position: absolute;
    top: 120px;
    left: 0px;
    z-index: 50;

}
*/

        header {
            top: -50px;
            width: 100%;
            height: 100px;
            margin: 0;
	        padding: 0;
            /*background-color: rgba(0,0,0,.5);*/
            text-align: center;
/*            color: rgba(128,128,128,.75);*/
			color: black;
            font-family: "Arial",  Impact, "Showcard Gothic";
            font-size: 2.0em;
        }
        
		#volumeSpinner, #rateSpinner, #pitchSpinner {
			width: 30px;
		}
		#controls {
			width: 600px;
			padding: 0px;
		}
		.control_spans {
			margin-right: 5px;
			height: 50px;
		}
		#control_div {
			padding: 0;
			margin: 0;
			width: 605px;
			height: 60px;
		}
        .voiceSelect {
            left: 300px;
            height: 250px;
            overflow: auto;
            
        }
        #voiceSelect {
            height: 40px;
            border-radius: 5px;
            background-color: #222;
            color: #fff;
            padding-left: 5px;
        }
        #cardContainer {
/*            top: 250px;*/
        }
         .btnLabel {
            top: 10px;
            font-size: 1em;
            position: absolute;
            text-shadow:  0px 1px 6px rgba(255, 255, 255, 1), -1px 1px 8px rgba(255, 255, 255, 1);
            color: black;
        }
       .tickBox {
            width: 15px;
            height: 15px;
            font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
            font-size: 1em;
            position: absolute;
            display: block;
            border-width: medium;
            border-color: aqua;
            border-style: solid;
            text-align: center;
            top: 5px;
            left: 5px;
            line-height: 1em;
            border-radius: 5px;
            color: #fff;
        }

        #gameCloseBtn {
            position: absolute;
            width: 15px; height: 15px;
            float: right;
            right: -20px;
            font-weight: 600;
            font-size: 1em;
            line-height: 18px;
        }

        #vdscpt {
            position: absolute;
            top: 75px;
            width: 90%;
            height: 100px;
            color: rgba(10,10,10, 1);
            font-family: Arial, "SigmarOne-Regular", "Showcard Gothic", Ravie, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, "sans-serif";
            font-size: 4em;
            text-align: center;
            z-index: 100;
            padding: 0 5%;
        }
        .vjs-poster {
/*            cursor: none;*/
        }

        #player, #cover {
            position: absolute;
            z-index: 100;
            user-select: none;
/*            cursor: none;*/
        }
        #cover {
/*            background-color: rgba(0,0,255,.5);*/
            width: 100%;
            height: 100%;
            top: 0;
/*            cursor: none, url("images/dot.svg");          */
        }
        
        /*///////////////////// Attract Styles ////////////////////////*/

        #attract_panel{
            overflow: hidden;
            position: absolute;
            left: 0; 
            top: 0;
            margin: 0; 
            padding: 0;
            width: 1920px;
            height: 1080px; 
            background-color: rgba(200,200,200, 1);
            background-image: url("images/oceanToday_background.jpg");    

            z-index: 100;
            pointer-events: all;
        }

        #attract_panel h1{
            color: #fff;
            text-align: center;  
        }

        #attr_message{
            position: absolute;
            margin: 0px; padding: 0;
            width: 475px; height: 200px;
            top:750px; 
            left: 650px;
            text-shadow: 0px 1px 30px rgba(0, 0, 0, .75);
        /*	background-color: rgba(250,0,0,.5);*/
        }

        #attr_message h1{
            position: relative;
            margin:0;
            font-family: Arial, "Showcard Gothic", "Myriad Pro", Helvetica, sans-serifsans-serif;
            font-size: 3.5em;
            line-height:102px;
            color: #ddd;
/*            top: -100px;*/
        }    
        
        .attractVideo {
            width: 100%; height: 100%;
            padding: 0; margin: 0;
            z-index: 100;
            display: block;
            position: absolute;
            left: 0; top: 0;
        }

#closer:hover {
	color:red;	
    font-weight:bold;	
}
/*
.dropShadow {
	-webkit-box-shadow: 5px 5px 50px 4px rgba(37,26,56,1);
	-moz-box-shadow: 5px 5px 50px 4px rgba(37,26,56,1);
	box-shadow: 5px 5px 50px 4px rgba(128,128,128, 1);
    z-index: 100;
}
*/

.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);
}

.textDropShadow {
/*    text-shadow: 5px 5px 20px rgba(200,200,200, .75);*/
/*    text-shadow: 5px 5px 20px rgba(1,64,157, .75);*/
/*    text-shadow: 5px 5px 20px #051A38;*/
}
.textDropShadowLt {
    text-shadow: 5px 5px 20px rgba(5,26,56, .5);
}
.textDropShadowBrt {
/*    text-shadow: 5px 5px 20px rgba(255, 255, 255, 1);*/
}

.textHaloWhite {
    text-shadow: 5px 5px 25px rgba(255, 255, 255, .85), -5px -5px 25px rgba(255, 255, 255, .85);
}

li {
     list-style: none;
}

#navContainer {
    position: relative;
	width: 100%;
    bottom: -30px;
    height: 100px;
/*    background-color: rgba(250,0,0,.15);*/
/*    padding: 10px;*/
}

#btnWindow {	/*window for 1/2 the buttons*/
    position: relative;
/*    overflow: hidden;*/
/*    width: 100%;*/
/*    width: 1280px;*/
    height: 125px;
/*	background-color: rgba(250,0,0,.25);	*/
    margin: 0 auto;
    padding: 0;
    left: 0;
}

#btns {	/*container strip for all buttons*/
    position: relative;
	display: block;
	width: 100%;
/*    width:1480px;*/
    height: 100px;	
    margin: 0 auto;
    padding: 0;
/*    background-color: rgba(0,250,0,.25);	*/
}		

ul#btns {
	width: 100%;
}
/*
.navArrows {
    position: relative;
    display: block;
    width: 45px;
    height: 100px;
    margin: 0;
    padding: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
}
#leftArrow {
    float: left;
    background-image: url(../images/ArrowLeftWht.svg);
}
#rightArrow {
    float: right;
    background-image: url(../images/ArrowRgthWht.svg);
}
*/
.transBlue {
    background-color: rgba(0,0,255,.3);
}
/*
.info {
    position: absolute;
    font-family:  "Arial Black", Impact, Haettenschweiler, "Franklin Gothic Bold", "sans-serif";
    font-size: 10px;
    color: #fff;
    top: -175px;
    background-color: rgba(0,0,0,.65);
    border-radius: 5px;
    width: 95%;
    height: 75px;
    float: left;
    transition-duration: 0.4s;
    text-align: left;
    padding: 5px;
    z-index: 1000;
}
*/

/*
#selectorcontainer {
    position: absolute;
    display: block;
    left: -70px;
    top: 20px;
    width: 150px;
    height: 500px;


}
#selectors{
    display: block;
    position: relative;
    margin: 0 auto;
    width: 100px;
    left: 0;
}
*/
/*
#selectors li {
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px;
    left: -50px;
    width: 120px;
}

.selectBtn {
    width:150px;
    height:40px;
    position:relative;

    border: 10px solid #fff;
    border-radius: 50px;
    background: #3C0;
    color: #fff;

    padding: 10px;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight:bold;
    text-align:center;

    -moz-box-shadow:inset 0px 1px 0px 0px #caefab;
    -webkit-box-shadow:inset 0px 1px 0px 0px #caefab;

    box-shadow:inset 0px 1px 0px 0px #caefab;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(.20, #8f8), color-stop(.70, #5cb811) );
    background:-moz-linear-gradient( center top, #77d42a 5%, #8f8 20%, #5cb811 70%);
    border:2px solid #268a16;						
}
*/

/*
.btnSelected {
    background:#090;
    outline: none;
    z-index: 100;
}        
#descript {
    display: block;
    position: relative;
    width: 960px;
    height: 500px;
    top: 120px;
    margin: 0px 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;
    line-height: 25px;
    width: 30px;
    height: 25px;
    background-color: rgba(68,68,68, .5);
    text-align: center;
    padding:0px;
    border-radius: 25px;
    top: 20px;
    right: 15px;
    color:#fff;
    z-index: 50;
    cursor: pointer;
    pointer-events: all;

}
*/
/*#map_canvas, #map_cover {
    position:absolute;
    width:600px; 
    height:300px;
    padding:0; 
    overflow: hidden;

    margin: 10px auto;
    bottom: 5px;
    left:50%;
    margin-left:-300px;            
}

#map_cover {    transparent cover over clickable links on Google map
    background-color: rgba(0,0,200,.0);            
    height: 50px;
    bottom: 0;
}
*/
/*///////////////////// Dialog Box Styles ////////////////////////*/

.hideDialog{
    display:none;
}

#dialog {
	overflow-y:visible;
	overflow-x:hidden;
}

.ui-dialog {
/*	height: 650px;*/
	overflow-y:hidden;
}

.ui-dialog-content {
    width:680px;
    height:500px;
	overflow-y:scroll;
	overflow-x:hidden;
}

.ui-menu { max-height: 300px !important; }

.spinners { 	
    width:35px;
    text-align: right;
    padding:2px;
}

#copyright {
    bottom:0px; 
    text-decoration:none;
    color:#555;	
}


#dialog_warning {
    color: red;
    width:100%;
    text-align: center;
}

#textBox {
	margin:0px 0px;;
	background:#000;
    padding: 5px;
	color:#fff;	
	width:590px;
	height:300px;
	border:none;
	overflow:aut o;
}

#itemContent {
	height:520px;
}
/*/////////////////// Timeout Warning Dialog \\\\\\\\\\\\\\\\\\\\\*/

#to_dialog h1 {
    text-align: center;
    color: red;
}

#to_dialog h2 {
    text-align: center;
    color: #fff;
}
button {
    margin: 10px;
    padding: 5px 10px;
    border-style: none;
    border-radius: 10px;
/*    cursor: pointer;*/
    text-decoration: none;
    outline:0;
}

#exitApp button {
    background-color: orange;
}

#to_dialog button {
    position: relative;
    display: block;
    width:550px;
    height: 70px;
    font-size:36px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

    margin: 0 auto;
    border: 5px solid darkgreen;
    border-radius: 35px;
    color:darkgreen;
    background-color: greenyellow;    
}

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

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

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

.navBar_top {
    position: absolute;
    display: block;
    bottom: 0px;
    width: 100%;
    height: 70px;
    margin: 0px;
    padding: 10px;
    top: 5px;
    right: 10px;
    opacity: 1;
}

#back {
    float: left;
    margin: 0;
}

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

.textDropShadow {
    text-shadow: 3px 3px 10px rgba(0, 0, 0, .25);
}
.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);
}
#title {
    color: #999;
}
#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;
}

.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;
}


/*
.fanback
{
	background-image: 
	radial-gradient(circle at 100% 150%, #888 24%, gray 25%, gray 28%, #888 29%, #888 36%, gray 36%, gray 40%, transparent 40%, transparent),
	radial-gradient(circle at 0    150%, #888 24%, gray 25%, gray 28%, #888 29%, #888 36%, gray 36%, gray 40%, transparent 40%, transparent),
	radial-gradient(circle at 50%  100%, gray 10%, #888 11%, #888 23%, gray 24%, gray 30%, #888 31%, #888 43%, gray 44%, gray 50%, #888 51%, #888 63%, gray 64%, gray 71%, transparent 71%, transparent),
	radial-gradient(circle at 100% 50%, gray 5%, #888 6%, #888 15%, gray 16%, gray 20%, #888 21%, #888 30%, gray 31%, gray 35%, #888 36%, #888 45%, gray 46%, gray 49%, transparent 50%, transparent),
	radial-gradient(circle at 0    50%, gray 5%, #888 6%, #888 15%, gray 16%, gray 20%, #888 21%, #888 30%, gray 31%, gray 35%, #888 36%, #888 45%, gray 46%, gray 49%, transparent 50%, transparent);
    
}
*/
