
div#player,div#dash,div#load,div#play_container{
	width:100%;
	height:100%;
	overflow:hidden;
	position: relative;
	background-color: black;
	color:white;
	margin:0px auto;
	min-height: 100%;
	z-index: 2147483643;
}

div#player{
	display:none;
}

div#video_controller{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	height: 100px;
	/*width:90%;*/
	top:-100px;
	display:none;
	/*overflow:hidden;*/
}

div#video_play_control{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width: 284px;
	height: 284px;
	text-align:center;
	overflow:hidden;
	background-image: url( '../images/dash/base.png' );
	background-repeat: no-repeat;
	background-position: center center;
}

div#video_time_control{
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex; /* STB‚Íwebkit */
	display: -ms-flex;
}

div#video_top{
	position:absolute;
	top: 88px;
	left: 135px;
}

div#video_top_label{
	position:absolute;
	top: 40px;
	left: 110px;
}

div#video_stop{
	position:absolute;
	top: 184px;
	left: 135px;
}

div#video_stop_label{
	position:absolute;
	top: 219px;
	left: 100px;
}

div#video_rev{
	position:absolute;
	top: 135px;
	left: 85px;
}

div#video_rev_label{
	position:absolute;
	top: 125px;
	left: 0px;
}

div#video_ff{
	position:absolute;
	top: 135px;
	left: 184px;
}

div#video_ff_label{
	position:absolute;
	top: 128px;
	left: 221px;
}

div#video_play_pause{
	position:absolute;
	top: 112px;
	left: 112px;
}

div.control_btn{
}

div#loading{
	position:absolute;
	background-color: #black;
	width: 100%;
	height: 720px;
	top: 0px;
	left: 0px;
	z-index: 2147483644;
}

div.loading_message_container{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width: 640px;
	top: 250px;
	text-align: center;
	font-size: 28px;
}

div.loading_animation{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width: 640px;
	top: 400px;
	text-align: center;
}

div#error{
	width:58%;
	min-height: 300px;
	margin-left: -29%;
	margin-top: -150px;
	z-index: 2147483645;
}
/*
div.error_message_container{
	margin: 0 0 30px 0;
	text-align: center;
	font-size: 130%;
}
*/
div#stop{
	width: 500px;
	min-height: 250px;
	margin-left: -250px;
	margin-top: -125px;
	z-index: 2147483645;
}
/*
div.stop_message_container{
	margin: 0 0 30px 0;
	text-align: center;
	font-size: 130%;
}
*/
.playerInner{
	position: fixed;
	background-color: #fff;
	color:#000;
	text-align: center;
	padding: 20px;
	border-radius: 4px;
	top: 50%;
	left:50%;
	box-sizing: border-box;
	box-shadow: 0 0 10px rgba( 0, 0, 0 ,0.3);
}

.pbutton {
	display: block;
	width: auto;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #595959 0%, #262626 100%) repeat scroll 0 0;
	border: 1px solid #555;
	border-radius: 2px;
	color: #fff !important;
	cursor: pointer;
	letter-spacing: -0.05em;
	padding: 6px 20px;
	text-align: center;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
	white-space: nowrap;
}

.pfocus{
	box-shadow: 0 0 6px 3px #fff;
	z-index: 100;
}


div#debug{
	position:absolute;
	background-color: rgba(255,255,255,0.70);
	color: #202020;
	width: 50%;
	height: auto;
	line-height: normal;
	top: 0px;
	left: 0px;
	z-index: 2147483646;
	overflow:hidden;
	font-size: 18px;
	display: none;
}

.hide{
	display: none;
}

.disable {
	pointer-events:none;
}

.unselectable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.time-display,
.duration-display{
	padding:11px;
	font-weight: normal;
	font-size: .9em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.video-controller {
	z-index: 999;
}

.caption-menu {
	background-color: black;
}

.caption-item-unselected,
.caption-item-selected{
	font-weight: normal;
	font-size: .9em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.caption-item-over,
.caption-item-selected {
	background-color: white;
	color: black;
}

.caption-item-selected {
	opacity: .7;
}

.caption-menu ul{
	list-style-type: none;
	padding:0;
	margin:0;
}

.caption-menu li{
	padding:0 10px;
	cursor: pointer;
}

.caption-menu {
	position: absolute;
}

.seek_container {
	width: 100%;

	flex: 1;
	-moz-flex: 1;
	-o-flex: 1;
	-webkit-flex: 1; /*STB*/
	-ms-flex: 1;
}

#video_seekbar{
	height: 16px;
	background-color: #808080;
	position: relative;
	border-radius: 50px;
	top: 30px;
	opacity:0.5;
}
#video_seekbar #beforetime{
	width: 0;
	height: 16px;
	background-color: #00FFFF;
	border-radius: 50px;
	opacity:0.5;

}
#video_seekbar #currenttime{
	width: 42px;
	height: 42px;
	background-color: transparent;
	background-position: center center;
	background-image: url( '../images/dash/seek_thumb_enable.png' );
	background-size: contain;
	background-repeat: no-repeat;

	position: absolute;
	top:-13px;
	left: -19px;
}

#video_seekview{
	width: 320px;
	height: 180px;

	position: relative;
	left: -160px;
	top: -180px;
}