.login > .bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.7;
	z-index: 9;
}
.login > .entry {
	position: absolute;
	left: calc(50% - 100px);
	top: calc(50% - 30px);
	background-color: #eeeeee;
	padding: 10px;
	border-radius: 10px;
	z-index: 10;
	color: #000000;
}
.login input {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #000000;
	background-color: #eeeeee;
}
.login > .entry > div { margin-bottom: 5px; }
.login .password { margin-left: 4px; }
.login .go {
	float: right;
	border-radius: 5px;
	margin-bottom: 0;
	margin-top: 5px;
}

.selector {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	min-height: 100%;
}
.selector .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	background-color: #333333;
	opacity: .95;
	z-index: 8;
}
.selector.waiting .lists { display: none; }
.loading {
	color: #ffffff;
	font-size: 30px;
	position: relative;
	z-index: 9;
	text-align: center;
	margin-top: 20px;
}
.lists {
	position: relative;
	z-index: 9;
	display: flex;
    justify-content: center;
	margin-top: 20px;
}
.lists > div {
	border-radius: 10px;
	padding: 20px;
	background-color: #eeeeee;
	color: #000000;
}
h3 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 5px;
}
.lists .list {
	float: left;
	margin-right: 10px;
}
.lists .options > .group { float: left; margin-right: 20px; }
.lists .buttons { clear: both; }
.lists .button {
	border-radius: 10px;
	padding: 5px 10px;
	background-color: #112266;
	color: #ffffff;
	width: 130px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	float: right;
	margin-left: 10px;
}
.lists .button.disabled {
	cursor: default;
	background-color: #999999;
	color: #cccccc;
}

.volume {
	width: 165px;
	position: relative;
}
.volume .slider{
	border-width: 1px;
	border-style: solid;
	border-color: #333 #333 #777 #333;
	border-radius: 25px;
	width: 100px;
	position: absolute;
	height: 13px;
	background-color: #8e8d8d;
	background: url('../images/volumebg-track.png') repeat top left;
    box-shadow: inset 0 1px 5px 0px rgba(0, 0, 0, .5), 0 1px 0 0px rgba(250, 250, 250, .5);
    left: 5px;
	top: 2px;
}
.volume .label { float: left; }
.volume .control { float:  left; position: relative; }
.volume .number {
	position: absolute;
	display: block;
	top: -25px;
	width: 35px;
	height: 20px;
	color: #fff;
	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: -moz-linear-gradient(top,  rgba(69,72,77,0.5) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,0.5)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(69,72,77,0.5) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(69,72,77,0.5) 0%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(69,72,77,0.5) 0%,rgba(0,0,0,0.5) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(69,72,77,0.5) 0%,rgba(0,0,0,0.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8045484d', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
}
.ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 25px;
	height: 25px;
	cursor: pointer;
	background: url('../images/volumehandle.png') no-repeat 50% 50%;
	font-weight: bold;
	color: #1C94C4;
	outline: none;
	top: -7px;
	margin-left: -12px;
}
.ui-slider-horizontal .ui-slider-handle { top: -3px; }
.ui-slider-range {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #eaeaea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
	position: absolute;
	border: 0;
	top: 0;
	height: 100%;
	border-radius: 25px;
}

.slideshow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	background-color: #333333;
	z-index: 5;
}

svg.button {
	height: 15px;
	width: 15px;
	margin-top: 2px;
	cursor: pointer;
}
svg.button rect, svg.button polygon { fill: #ffffff; }

.playPause rect { display: none; }
.playPause.pause rect { display: inline; }
.playPause.pause polygon { display: none; }

#settings .button { display: none; }
#pauseAfter .button { display: none; }
#pauseAfter .button.pause { display: block; }


.imageDetails > div { float: left; }
.songDetails > div { float: right; }
.imageName, .songName { margin: 0 10px; }
.controls > div {
	float: left;
	margin-left: 2px;
	margin-right: 3px;
}
.allControls {
	position: absolute;
	left: calc(50% - 20px);
}
.controls .activated {
	background-color: #009922;
	border-radius: 24px;
}

.imageDetails { float: left; width: calc(50% - 20px); }
.songDetails { float: right; width: calc(50% - 20px); }
.imageName, .songName {
	white-space: nowrap;
	max-width: calc(100% - 80px);
	overflow: hidden;
	text-align: right;
}
.imageName > span, .songName > span { float: right; text-align: right; cursor: default; }


.image { 
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.image img {
	position: relative;
	z-index: 3;
	min-height: 90%;
	max-height: 120%;
	opacity: .01;
}

#titleImg {
	position: relative;
	top: 10px;
	z-index: 8;
	margin-left: auto;
	margin-right: auto;
	max-width: 695px;
}
#titleImg > img { max-width: 100%; }

#clock {
	position: fixed;
	top: 5px;
	right: 5px;
	z-index: 8;
	margin-left: auto;
	margin-right: auto;
	max-width: 695px;
	font-weight: bold;
	color: #ffffff;
	opacity: 0.25;
}

.info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #000000;
	opacity: .6;
	z-index: 8;
	color: #ffffff;
}

.tooltip {
	display: none;
	position: absolute;
	bottom: 21px;
	background-color: #ffffcc;
	border: 1px solid #999999;
	border-radius: 5px;
	z-index: 10;
	padding: 1px 8px;
	min-width: 250px;
}
.tooltip.imageTip { left: 0px; display: block; }
.tooltip.songTip { right: 0px; display: block; }
.tooltip.imageTip .curSong, .tooltip.imageTip .songControls, .tooltip.songTip .curImage { display: none; }

.timing { float: right; cursor: pointer; }
.timing > div { float: right; }
.timing.countdown .current, .timing:not(.countdown) .left { display: none; }

@media (max-width: 1200px){
	.info, .tooltip { font-size: 10px; }
	svg.button { transform: scale(.6); }
	.imageName, .songName { margin-top: 4px; }
	.controls > div { margin-left: 1px; margin-right: 0px; }
}
@media (max-width: 1200px){
	.volume .slider { height: 7px; }
	.tooltip { bottom: 15px; }
}

@media (max-width: 920px){
	.info, .tooltip { font-size: 8px; }
	svg.button { transform: scale(.5); }
	.imageName, .songName { margin-top: 5px; }
}
@media (max-width: 920px){
	.volume .slider { height: 4px; }
}

.error { color: #ff0000; font-weight: bold; }

.hide { display: none; }

.noSelect {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

.volume-slider {
	width: 100%;
	height: 6px;
	-webkit-appearance: none;
	appearance: none;
	background: #333;
	border-radius: 3px;
	outline: none;
	cursor: pointer;
}

.volume-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
}

.volume-slider::-moz-range-thumb {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	border: none;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
}

.volume-slider::-moz-range-track {
	background: transparent;
	border: none;
}

.volume-range {
	width: 100%;
	height: 100%;
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	outline: none;
	display: block;
}

.volume-range::-webkit-slider-runnable-track {
	background: transparent;
	height: 13px;
	border: none;
	-webkit-appearance: none;
}

.volume-range::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: url('../images/volumehandle.png') no-repeat 50% 50%;
	background-size: 100% 100%;
	cursor: pointer;
	margin-top: -6px;
	border: none;
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
}

.volume-range::-moz-range-track {
	background: transparent;
	border: none;
}

.volume-range::-moz-range-thumb {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: url('../images/volumehandle.png') no-repeat 50% 50%;
	background-size: 100% 100%;
	cursor: pointer;
	border: none;
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
}