

/* style.css */

*{
	margin:0px;
	padding:0px;
	border:0px;	
}

html
{
    height: 100%;
	overflow:hidden;
}

body
{
    height: 100%;
	background-image:url('../../../gfx/static.gif');
}

.sr-only {
	display: none;
}

body:hover #embedButton,
#embedButton.embedButtonClicked
{
	display:block;
}

#componentContainer
{
	height:100%;
}


#applicationContainer
{
	height:100%;
}


#player
{
	display:block;
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	background-color:black;	
	position:relative;
	z-index:0;
}


#videoPlayback
{
	display:block;
    color:#ffffff;
	background-color:black;	
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

/* Style for displaying errors */

#playbackReport
{
	margin:10%;
	padding:3%;
	text-align:middle;
	font-size:24px;
	color:#ff0000;
	background-color:black;
	text-align: center;
}

/* Embed Button and controls */

#embedButton
{
	display:none;
	position:absolute;
	top:20px;
	right:20px;
	border-radius:3px;
	width:50px;
	height:50px;
	cursor:pointer;
	z-index:99;
	background-image: url(../../../gfx/embed.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #666;
}

#embedButton:hover
{
	background-color:#444 !important;
}

#embedButton:focus,
#embedButton::-moz-focus-inner {
	outline: 0!important;
}

#embedButton.embedButtonClicked {
	background-image: url(../../../gfx/close.png);
	background-color: transparent!important;
}

#embedScreen
{
	display: none;
	position:absolute;
	z-index:100;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	height:100%;
	width:100%;
	background-color:#999;
	opacity:0.95;
}


#embedContainer
{
	position:absolute;
	z-index:150;
	left:70px;
	right:80px;
}


#embedSnippet
{
	z-index:150;
	background-color:#cc0000;
	color:white;
	opacity:0.95;
	overflow:auto;
	padding:10px;
	word-break:break-all;
	font-size:12px;
}

#embedInstructions
{
	display:block;
	color:white;
	text-align:center;
	font-size:24px;
	background-color:black;
	padding-top:10px;
	padding-bottom:10px;
}

#embedSnippetContainer
{
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	display:none;
	background-color:#666;
	z-index: 20;
	opacity:0.9;
}

#applicationContainer:hover #embedButton {
	display: block;
}

.jwplayer.jw-skin-watershed .jw-controls .jw-display-icon-container {
	position: absolute;
    border: none;
    border-radius: 0;
    padding: 0;
    background-color: #444;
    margin: 0;
    top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
    font-size: 20px;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.jwplayer.jw-skin-watershed .jw-controls .jw-display-icon-container .jw-icon {
	padding: 15px;
    color: white;
}

.jwplayer.jw-skin-watershed:hover .jw-controls .jw-display-icon-container {
	background-color: #D03645;
}

.jw-background-color {
	background-color: #444;
}

.jwplayer.jw-skin-watershed.disableFullscreen .jw-icon-fullscreen {
	display: none!important;
}

.jw-skin-watershed .jw-icon-cc .jw-svg-icon-cc-on,
.jw-skin-watershed .jw-off.jw-icon-cc .jw-svg-icon-cc-off {
	display: none;
}

.jw-icon-cc:before {
    content: "S"!important;
    background: #aaa;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    border-radius: 3px;
    vertical-align: middle;
    padding: 1px 6px;
    line-height: 13px;
    margin-top: -4px;
    display: inline-block;
    height: 13px;
}

.jw-icon-cc:hover:before {
    background: #fff;
}

.jw-state-idle .jw-controlbar {
	display: none!important;
	visibility: hidden:!important;
}