﻿/*This file contains all of the layout information for the WINNOV HTML5 Desktop Player*/
/*Editing this file could result in the player not functioning properly*/
/*Create a backup of this file before making any changes*/
/*Copyright 2013, WINNOV LLC*/
@CHARSET "UTF-8";

html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

body {
	-webkit-backface-visibility: hidden
		/*fixes the Google Chrome radio button bounding box problem */
}

#branding_container {
	position: absolute;
	width: 100%;
	height: 64px;
	background-position: 10px;
}

#branding_image {
	height: 64px;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
}

#controls_container {
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: 0px;
	z-index: 3;
}

.counter {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 20px;
	margin-top: 10px;
	vertical-align: top;
}

#player_controls {
	float: left;
	height: 100%;
}

.playerControl {
	display: inline-block;
	margin-left: 20px;
	width: 18px;
	height: 18px;
	margin-top: 10px;
	cursor: pointer; cursor: hand;
}

#navigation_controls {
	float: right;
	height: 100%;
	padding-top: 10px;
}

.navcontrol {
	display: inline;
	margin-right: 20px;
	width: 18px;
	height: 18px;
	float: right;
	cursor: pointer; cursor: hand;
}

#slider {
	height: 4px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border: none;
}

#speedButton_popup {
	display: none;
	position: absolute;
	width: 50px;
	height: 80px;
	padding: 5px;
}

#volumeButton_popup {
	display: none;
	position: absolute;
	width: 40px;
	height: 120px;
}

#volume_slider {
	height: 100px;
	width: 4px;
	left: 18px;
	top: 10px;
}

#information_popup {
	display: none;
	position: absolute;
	width: 300px;
	height: 300px;
	overflow: hidden;
}

#chapter_popup {
	display: none;
	position: absolute;
	width: 300px;
	height: 300px;
	overflow: auto;
}

#version_information {
	display: block;
	position: absolute;
	bottom: 3px;
	right: 5px;
	font-size:10px;
	font-weight:bold;
}

#room_information {
	display: block;
	position: absolute;
	bottom: 3px;
	left: 5px;
	font-size:10px;
	font-weight:bold;
}
#chapterlist {
	list-style-type: none;
	margin-left: -20px;
	line-height: 14px;
}

::-webkit-scrollbar {
    -webkit-appearance: auto;
    width: 8px;
	padding:0;
}

::-webkit-scrollbar-track {
    background-color: rgba(57,57,57, .6);
    border-radius: 8px;
}
::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: rgba(156, 156, 156, .6);
}

#search_popup {
	display: none;
	position: absolute;
	width: 300px;
	height: 300px;
}

#searchlist {
	list-style-type: none;
	margin-left: -20px;
	line-height: 14px;
}

#video_container {
	position: absolute;
	width: 100%;
	top: 0px;
	bottom: 0px;
}

.radio_button {
	background: transparent;
}

.radio_button_label {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#chapter_bar {
	position: relative;
	width: 100%;
	height: 10px;
	background: #000000;
	margin-left: auto;
	margin-right: auto;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-image:url('images/loader.gif');
    background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center; 
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
}