@charset "utf-8";

#seek-bar {

	cursor: pointer;
	
	position: absolute;
	z-index: 100;
	
	left: 20px;
	bottom: 7px;
	
	width : calc(100% - 40px);
	height: 6px;
	
	border: none;
	
	background-color: rgba(0,0,0,0.2);

}

/* #volume-control {

	cursor: pointer;
	
	position: absolute;
	z-index: 101;
	right : 80px;
	bottom: 20px;
	
	width : 80px;
	height: 48px;
	
	background-color: rgba(255,255,255,0.5);

} */


#volume-plus,
#volume-minus {

	top: 20px;

}
#volume-plus { right:0px; }
#volume-minus { right:38px; }

#volume-plus,
#volume-minus {

	display: block;
	cursor: pointer;
	
	position: absolute;
	z-index: 101;
	
	text-align: center;
	box-sizing: border-box;
	width : 28px;
	height: 28px;
	padding-top: 6px;
	
	-webkit-border-radius: 50%; /* Chrome */
	-moz-border-radius: 50%; /* FireFox */
	border-radius: 50%; /* IE */
	
	background-color: rgba(255,255,255,0.5);
	color: #fff;
	font-size: 16px;
	line-height: 0;

}
#volume-plus:active,
#volume-minus:active {

	background-color: rgba(255,255,255,0.9);

}

#btn-fullscreen {

	cursor: pointer;
	
	background-image : url('../image/ui/fullscreen.png');
	background-repeat: no-repeat;
	background-size: 100%;
	
	position: absolute;
	z-index: 102;
	right : 20px;
	bottom: 20px;
	
	width : 48px;
	height: 48px;

}

div.ui-slider-range.ui-widget-header {

	background-color: rgba(255,255,255,0.5);

}

#volume-control,
div.ui-slider-range.ui-widget-header {

	border: none;
	
	border-radius        : 0;
	-moz-border-radius   : 0;
	-webkit-border-radius: 0;
	-o-border-radius     : 0;
	-ms-border-radius    : 0;

}