﻿/**
* Template Style
*
* [Table of contents]
*	1.0 Footer
*	10.0 Slider
*/


/**
*    1.0  Footer
**/
#FooterContainer, #MobileFooterContainer {
	background-color: #323946;
}



/**
*    10.0  Slider
**/
section {
	width: 200px;
	height: 50px;
	margin: 15px auto 0;
	position: relative;
	/*background: url("/playerthemes/light/icons_player_controls/slider_bg.png") top left;*/
}

#slider {
	border-width: 1px;
	border-style: solid;
	border-color: #333 #333 #777 #333;
	border-radius: 25px;
	width: 150px;
	position: absolute;
	height: 23px;
	background-color: #26a2d7; /*#8e8d8d;*/
	background: url("/playerthemes/light/icons_player_controls/slider_bg2.png") top left;
	box-shadow: inset 0 1px 5px 0px rgba(0, 0, 0, .5), 0 1px 0 0px rgba(250, 250, 250, .5);
	left: 20px;
}

.tooltip {
	position: absolute;
	display: none;
	top: -25px;
	width: 35px;
	height: 20px;
	color: white;
	text-align: center;
	font: 10pt Tahoma, Arial, sans-serif;
	border-radius: 3px;
	border: 1px solid #333;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .3);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .3);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #26a2d7; /*#8e8d8d;*/
}

.volume {
	content: "";
	display: none;
	width: 150px;
	height: 31px;
	/*right: -5px;*/
	/*background: url('/playerthemes/light/icons_player_controls/volume_bars.png') no-repeat 0 0;*/
	position: absolute;
	margin: -35px 0px 0px 25px;
}

.ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 25px;
	height: 25px;
	cursor: pointer;
	background: url('/playerthemes/light/icons_player_controls/handle.png') no-repeat 50% 50%;
	font-weight: bold;
	color: #1C94C4;
	outline: none;
	top: 0px;
	margin-left: -12px;
}

.ui-slider-range {
	background: url("/playerthemes/light/icons_player_controls/slider_bg2_filled.png") top left;
	position: absolute;
	border: 0;
	top: 0;
	height: 100%;
	border-radius: 25px;
}
