/* sprite defined */
#snippet-main-menu > ul.list > li.actual,
#snippet-main-menu > ul.list > li.epg,
#snippet-main-menu > ul.list > li.recorded,
#snippet-main-menu > ul.list > li.last,
#snippet-main-menu > ul.list > li.settings
{ display: inline-block; background: url('../images/sprite.png') no-repeat; text-align: left; }

body {
	color: #ffffff;
	font-family: sans-serif;
	margin: 0;
	padding: 0;
	width: 1280px;
	height: 720px;
	overflow: hidden;
	background-color: #000000;
}

#viewport {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	margin: 0;
	padding: 0;
	width: 1280px;
	height: 720px;
	overflow: hidden;
}

#loading-container {
	position: absolute;
	top: 0; /* 56px; */
	left: 0;
	right: 0;
	bottom: 0; /* 56px; */
	width: 100%;
	background-color: #000000;
	color: #ffffff;
	z-index: 9;
	display: none;
}

#loading {
	position: absolute;
	z-index: 1040;
	width: 100%;
	height: 100%;
	top: 0; /* 56 px; */
	bottom: 0; /* 56px; */
	display: none;
}

#loading > div.black {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	color: #ffffff;
	z-index: 0;
	display: none;
}

#loading > div.in {
	position: relative;
	top: 50%;
}


.spinner-start {
  margin: 0px auto;
  height: 40px;
  text-align: center;
  font-size: 10px;
  position: relative;
  top: -50px;  
}



.spinner-start > div {
  margin-left:2px;
  margin-right:2px;
  background-color: white;
  height: 100%;
  width: 10px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	-moz-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner-start .rect2 {
	-moz-animation-delay: -1.1s;
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner-start .rect3 {
	-moz-animation-delay: -1.0s;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner-start .rect4 {
	-moz-animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner-start .rect5 {
	-moz-animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.spinner-stop > div {
	-moz-animation-play-state: paused;
    -webkit-animation-play-state: paused; /* Chrome, Safari, Opera */
    animation-play-state: paused;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

body.tizen2016 .spinner-start {
	border: 16px solid rgba(255,255,255,0.5);
	border-top: 16px solid rgba(255,255,255,1);
	border-radius: 50%;
	width: 70px;
	height: 70px;
	-moz-animation: spin 2s linear infinite;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	top: -24px;
}

body.tizen2016 .spinner-start > div {
	display:none;
}

@keyframes spin {
	0% { transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	100% { transform: rotate(360deg);
			-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}

#loading > div.in > div.background {
	position: relative;
	margin: 0 auto;
	margin-top: -150px;
	width: 180px;
	height: 150px;
	border-radius: 5px;
	background-color: #999999;
	opacity: 0.5;
}

#loading-small {
	display: none;
	position: absolute;
	z-index: 1040;
	top: 50px; /* 56 px; */
	left: 50px; /* 56px; */
	width: 200px;
}

#loading-small > div.opaque {
	position: absolute;
	width: 150px;
	height: 40px;
	border-radius: 5px;
	background-color: #999999;
	opacity: 0.5;
}

#loading-small > div.text {
	position: absolute;
	padding: 8px 20px;
	font-size: 20px;
	color: #ffffff;
}

.scene {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}


#scene-stream {
	color: #ffffff;
}

#scene-stream > #snippet-player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#scene-stream > #snippet-player > #ch-name-container {
	display: none;
	position: absolute;
	top: 50px;
	right: 50px;
	height: 60px;
	width: 150px;
}

#scene-stream > #snippet-player > #ch-name-container > div.opaque {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	color: #ffffff;
	opacity: 0.5;
	z-index: 1;
}

#scene-stream > #snippet-player > #ch-name-container > #ch-name {
	position: absolute;
	padding: 0 10px;
	line-height: 64px;
	font-size: 38px;
	color: #ffffff;
	text-transform: uppercase;
	white-space: nowrap;
	z-index: 2;
}

#scene-stream > #snippet-player > #ch-num-container {
	display: none;
	position: absolute;
	top: 50px;
	right: 50px;
	height: 60px;
	width: 110px;
}

#scene-stream > #snippet-player > #ch-num-container > div.opaque {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	color: #ffffff;
	opacity: 0.5;
	z-index: 1;
}

#scene-stream > #snippet-player > #ch-num-container > #ch-num {
	position: absolute;
	right: 0;
	display:inline-block;
	padding: 0 10px;
	line-height: 64px;
	font-size: 38px;
	color: #ffffff;
	text-transform: uppercase;
	white-space: nowrap;
	text-align: center;
	letter-spacing: 10px;
	z-index: 2;
}

#scene-stream > #snippet-player > .errorMsg  {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	position: relative;
	right: 0;
	padding: 0 10px;
	font-size: 38px;
	color: #FFFFFF;
	background-color: #000000;
	text-transform: uppercase;
	white-space: nowrap;
	text-align: center;
	letter-spacing: 10px;
	z-index: 3;
}

#scene-stream > #snippet-player > .errorMsg > p {
	display: inline-block;
	margin-top: 25%;
}

#scene-stream > #snippet-player > .errorMsg > span {
	display: inline-block;
	background-color: #003366;
}

#scene-stream > #snippet-player > .backdrop {
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: #000000;
}

#scene-stream > #snippet-player > .player {
	position: absolute;
	top: 454px;
	left: 0;
	right: 0;
	display: block;
	height: 220px;
	display: none;
}

#scene-stream > #snippet-player > .player > div.opaque {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	color: #ffffff;
	opacity: 0.5;
	z-index: 1;
}

#scene-stream > #snippet-player > .player > .content {
	position: absolute;
	width: 100%;
	z-index: 2;
}

#scene-stream > #snippet-player > .player > .content > .bar {
	position: absolute;
	top: 23px;
	left: 55px;
	right: 55px;
	height: 7px;
	background: #000000;
}

#scene-stream > #snippet-player > .player > .content > .bar > .progress {
	position: absolute;
	top: 0;
	left: 0;
	height: 7px;
	background: #fec305;
}

#scene-stream > #snippet-player > .player > .content > .bar > .actual {
	position: absolute;
	top: 0;
	left: 0;
	height: 7px;
	width: 3px;
	background: #ff0000;
}

#scene-stream > #snippet-player > .player > .content > .channel-number {
	position: absolute;
	top: 50px;
	left: 55px;
	width: 48px;
	height: 42px;
	background: #FCC903;
	border-radius: 5px;
}

#scene-stream > #snippet-player > .player > .content > .channel-number > div.text {
	color: #000;
	font-size: 24px;
	line-height: 42px;
	text-align: center;
}

#scene-stream > #snippet-player > .player > .content > table {
	position: absolute;
	top: 50px;
	left: 110px;
	width: 1120px;
}

#scene-stream > #snippet-player > .player > .content > table td {
	height: 30px;
	font-size: 24px;
	white-space: nowrap;
}

#scene-stream > #snippet-player > .player > .content > table td.channels {
	color: #999999;
	width: 135px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

#scene-stream > #snippet-player > .player > .content > table td.titles > div {
	width: 750px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

#scene-stream > #snippet-player > .player > .content > table td.time {
	text-align: right;
	display: block;
    position: absolute;
    top: 7px;
    right: 10px;
}

#scene-stream > #snippet-player > .player > .content > ul.buttons {
	position: absolute;
	top: 120px;
	left: 15px;
	list-style-type: none;
	position: absolute;
}

#scene-stream > #snippet-player > .player > .content > ul.buttons > li {
	float: left;
	margin-right: 10px;
	font-size: 18px;
	background: #0E6A8F;
	border-radius:5px;
	width:140px;
}

.arris #scene-stream > #snippet-player > .player > .content > ul.buttons > li {
	font-size: 16px;
}

#scene-stream > #snippet-player > .player > .content > ul.buttons > li.focus {
	border-radius: 6px;
	background:#10C9E3;
}

#scene-stream > #snippet-player > .player > .content > ul.buttons > li.noactive {
	background-color:rgba(211,211,211,0.2);
}

#scene-stream > #snippet-player > .player > .content > ul.buttons > li > div.text {
	text-align: center;
	/*padding: 0 0 0 28px;*/
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 43px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 7px 11px;
}

.arris #scene-stream > #snippet-player > .player > .content > ul.buttons > li > div.text {
	line-height: 40px;
}

#scene-stream > #snippet-player > .player > .content > ul.buttons > li.focus > div.text {
	color: #000000;
}

#scene-stream > #snippet-player > .player > .content > ul.buttons > li.noactive > div.text {
	color: #999999;
}


/*PLAYER BUTTONS */
#scene-stream > #snippet-player > .player > .content > ul.buttons > li.buttons > span {
	font-size: 20px;
	float: left;
	margin-top: 10px;
	margin-left: 12px;
	color: white;
}

#scene-stream > #snippet-player > .player > .content > ul.buttons > li.buttons.focus > span {
	color:black;
}

/* PLAYER RECORD BUTTON */
#scene-stream > #snippet-player > .player > .content > ul.buttons > li.buttons > .record {
	width: 17px;
	height: 17px;
	float: left;
	background: red;
	border-radius: 50%;
	margin-top: 10px;
	margin-left: 14px;
}

/* PLAYER LOGO */
#scene-stream > #snippet-player > .player > .content > div.logo {
	position: absolute;
	top: 106px;
	right: 55px;
	width: 204px;
	height: 72px;
	background-image: url('../images/sledovani-logo.png'); /* for samsung this must be on single line */
	background-repeat: no-repeat; /* for samsung this must be on single line */
	background-position: bottom right; /* for samsung this must be on single line */
	background-size: contain; /* for samsung this must be on single line */
}

#scene-stream > #snippet-player > .player > #timeframe {
	position: absolute;
	top: -26px;
	font-size: 20px;
	line-height: 35px;
	text-align: center;
	z-index: 3;
}

#scene-stream > #snippet-player > .player > #timeframe.focus {
	color: #000000;
}

#snippet-player > div.locked {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 38px;
	background-color: #000000;

}

#snippet-player > div.locked > div.error-head {
	position: absolute;
	top: 150px;
	left: 100px;
	right: 100px;
	color: #000000;
	padding-right: 90px;
	padding-left: 90px;
	line-height: 95px;
	font-weight: bold;
	text-align: center;
	background: #ffc000 url('../images/lock.png') no-repeat 20px 10px;
	border-radius: 5px;
}

#snippet-player > div.locked > div.error-body {
	position: absolute;
	top: 350px;
	left: 100px;
	right: 100px;
	color: #ffffff;
	text-align: center;

}

.locked-by-pin {
	margin-top: 2px;
	font-size: 20px;
}

#scene-stream > div.snippet-rc-buttons {
	display: none;
}

/* Pin error */
div.pinError {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 38px;
	background-color: #000000;
}

div.pinError > div.error-head {
	position: absolute;
	top: 150px;
	left: 100px;
	right: 100px;
	color: #000000;
	padding-right: 90px;
	padding-left: 90px;
	line-height: 95px;
	font-weight: bold;
	text-align: center;
	background: #ffc000 url('../images/star_white_big.png') no-repeat 20px 16px;
	border-radius: 5px;
}

div.pinError > div.error-body {
	position: absolute;
	top: 350px;
	left: 100px;
	right: 100px;
	color: #ffffff;
	text-align: center;

}

/* scene: welcome */
#scene-welcome {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	color: #ffffff;
	background: #01607e url('../images/background.png') no-repeat;
}

/* scene: disabled-service */
#scene-disabled-service div.device-img {
	background: transparent;
	width: 300px;
	height: 200px;
	margin: 115px auto 0px;
}

#scene-disabled-service .icon-smarttv,
#scene-disabled-service .icon-stb {
	color: white;
	font-size: 300px;
	top: 70px;
	position: absolute;
}

#scene-disabled-service div.error-text {
	font-size: 25px;
	text-align: center;
	width: 700px;
	padding: 75px 25px 50px;
	box-sizing: border-box;
	margin: 0 auto;
}

#scene-disabled-service div.button-logout,
#scene-disabled-service div.button-retry {
	/*background:#4284c6;*/
	background:#0a7a9a;
	padding:10px 5px;
	border-radius: 5px;
	width:120px;
	text-align: center;
	font-size:18px;
}

#scene-disabled-service div.button-logout.focus {
	background-color: #1c1c1c;
}

#scene-disabled-service div.button-retry.focus {
	background-color: #1c1c1c;
}

#scene-disabled-service div.button-logout {
	left: 480px;
	bottom: 150px;
}

#scene-disabled-service div.button-retry {
	margin: 80px auto 0 auto;
}

/* end - scene: disabled-service*/

/* scene: pairing */
#scene-pairing, #scene-disabled-service {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	color: #ffffff;
	background-color: #0a7a9a;
}

#scene-pairing > div.logo {
	position: absolute;
	top: 47px;
	left: 919px;
	width: 304px;
	height: 50px;
	background-image: url('../images/sledovani-logo.png') top right;
	background-repeat: no-repeat;
	background-size: contain;
}

#scene-pairing > div.info {
	position: absolute;
	top: 122px;
	left: 306px;
	width: 620px;
}

#scene-pairing > div.info > h1 {
	font-size: 38px;
}

#scene-pairing > div.info > p {
	font-size: 22px;
	line-height: 33px;
	text-align: left;
}

#scene-pairing > div.url {
	position: absolute;
	text-align: right;
	top: 562px;
	left: 622px;
	width: 300px;
	font-size: 24px;
}

#scene-pairing > #snippet-code {
	position: absolute;
	top: 385px;
	left: 308px;
	width: 650px;
}

#scene-pairing > #snippet-code > div > h1 {
	padding-left: 12px;
	padding-bottom: 0px;
	font-size: 22px;
	font-weight: normal;
}

#scene-pairing > #snippet-code > div.codes > div {
	width: 284px;
	height: 75px;
	background: #043c4c;
	border-radius: 10px;
	text-align: center;
	font-size: 22px;
	font-weight: normal;
}

#scene-pairing > #snippet-code > div.codes > div.numbers {
	line-height: 75px;
	font-size: 46px;
}

#scene-pairing > #snippet-code > div.pairing_code {
	float: left;
}

#scene-pairing > #snippet-code > div.validity {
	float: left;
	padding-left: 65px;
}

/* scene: pairing2 */
#scene-pairing2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	color: #ffffff;
	background-color: #0a7a9a;
}

#scene-pairing2 > div.logo {
	position: absolute;
	top: 47px;
	left: 919px;
	width: 304px;
	height: 50px;
	background-image: url('../images/sledovani-logo.png') top right;
	background-repeat: no-repeat;
	background-size: contain;
}

#scene-pairing2 > div.info {
	position: absolute;
	top: 122px;
	/*left: 306px;*/
	left: 300px;
	width: 620px;
}

#scene-pairing2 > div.info > h1 {
	font-size: 38px;
}

#scene-pairing2 > div.info > p {
	font-size: 22px;
	line-height: 33px;
	text-align: left;
}

#scene-pairing2 > div.url {
	position: absolute;
	text-align: right;
	top: 497px;
	left: 612px;
	width: 300px;
	font-size: 24px;
}

#scene-pairing2 > div.keyboard_pin_instruction {
	position: absolute;
	text-align: left;
	top: 350px;
	left:300px;
	width: 300px;
	font-size: 22px;
}

#scene-pairing2 > div.keyboard_pin_instruction  > h1 {
	font-size: 22px;
}

#scene-pairing2 > #snippet-code2 {
	position: absolute;
	top: 335px;
	left: 665px;
	width: 650px;
}

#scene-pairing2 > #snippet-code2 > div > h1 {
	padding-left: 0;
	padding-bottom: 4px;
	font-size: 22px;
	font-weight: normal;
}

#scene-pairing2 > #snippet-code2 > div.codes > div {
	width: 284px;
	height: 75px;
	background: #043c4c;
	border-radius: 10px;
	text-align: center;
	font-size: 22px;
	font-weight: normal;
}

#scene-pairing2 > #snippet-code2 > div.codes > div.numbers {
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 75px;
	font-size: 46px;
}

#scene-pairing2 > #snippet-code2 > div.numbers {
	position: absolute;
	top: 60px;
	left: 10px;
	line-height: 75px;
	font-size: 46px;
}

#scene-pairing2 > #snippet-code2 > div.pairing_code {
	font-size: 22px;
	float: left;
}

#scene-pairing2 > #snippet-code2 > div.pairing_code_input {
	font-size: 22px;
	float: left;
}
#scene-pairing2 > #snippet-code2 > div.validity {
	float: left;
	padding-left: 65px;
}

/* scene: configuration */
#scene-configuration {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	color: #ffffff;
	background: transparent url('../images/bg_with_small_player.png') no-repeat;
}

#scene-configuration > div.info {
	position: absolute;
	left: 905px;
	top: 280px;
	font-size: 16px;
	color: #ffffff;
}

#scene-configuration > div.info div.label_value_wrapper {
	position: relative;
	overflow: hidden;
	width: 350px;
	display:table;
}

#scene-configuration > div.info div.label {
	clear:both;	
	float: left;
	width: 140px;
	line-height: 26px;
}

#scene-configuration > div.info div.value {
	width: 210px;
	line-height: 26px;
	font-weight: bold;
	height: 100%;
	left: 140px;
	display: table-cell;
	vertical-align: middle;
}

#scene-configuration > div.tech_podpora {
	position: absolute;
	right: 70px;
	bottom: 78px;
	text-align: right;
	font-size: 16px;
	line-height: 28px;
}



/* scene: epg */
#scene-epg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	color: #ffffff;
	z-index: 2;
}


	#epgEventInfo {
		position: absolute;
		left: 40px;
		top: 70px;
		right: 390px;
		height: 175px;
	}

		#epgEventTitle {
			position: absolute;
			top: 0;
			height: 48px;
			width: 100%;
			margin: 0;
			font-size: 28px;
			line-height: 48px;
			font-weight: bold;
			color: #ffff99;
			text-transform: uppercase;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}

		#epgEventTime {
			position: absolute;
			top: 48px;
			height: 28px;
			width: 100%;
			font-size: 24px;
			line-height: 28px;
			font-weight: bold;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}

		#epgEventDescription {
			position: absolute;
			top: 88px;
			width: 100%;
			display: block;
			display: -webkit-box;

			font-size: 24px;
			line-height: 1.2;
			height: 87px; /* 3 lines (max 99px) */
			-webkit-line-clamp: 3; /* 3 lines */
			-webkit-box-orient: vertical;

			overflow: hidden;
			text-overflow: ellipsis;
		}

	#epgTable {
		position: absolute;
		top: 260px;
		left: 10px;
		right: 10px;
		bottom: 70px;
	}

		#epgLoaderBox {
			position: absolute;
			top: 0;
			left: 540px;
			width: 180px;
			height: 150px;
			border-radius: 5px;
			background-color: #454545;
			background-color: rgba(153, 153, 153, 0.5);
			z-index: 200;
		}

			#epgLoader {
				position: absolute;
				top: 55px;
				left: 49px;
			}

		#epgTimeLine {
			position: absolute;
			top: 35px;
			height: 20px;
			font-size: 16px;
			line-height: 20px;
			left: 250px;
			right: 20px;
			overflow: hidden;
		}

			#epgTimeLine .timeInterval {
				position: absolute;
				top: 0;
				height: 20px;
				padding-left: 5px;
				border-style: solid;
				border-color: #fcc715;
				border-width: 0 0 0 3px;
			}

		#epgNow {
			position: absolute;
			top: 30px;
			width: 6px;
			height: 357px;
			display: none;
			z-index: 1000;
			background-color: #eb2a52;
		}
			#epgNowTime {
				position: absolute;
				top: -22px;
				left: -25px;
				width: 56px;
				text-align: center;
				height: 22px;
				background-color: #eb2a52;
				content: '';
				text-transform: inherit;
				font-size: 17px;
				line-height: 22px;
			}

		#epgChannelChangeInput {
			box-sizing: border-box;
			text-align: center;
			position: absolute;
			top: 22px;
			left: 30px;
			width: 60px;
			height: 35px;
			font-size: 28px;
			line-height: 28px;
			padding: 5px;
			color: #fcc715;
		}


		#epgTable .epgArrow {
			position: absolute;
			z-index: 10;
		}

			#epgTable .epgArrow .arrow {
				position: absolute;
				font-family: 'icomoon';
				font-size: 70px;
				text-align: left;
				color: #fcc715;
				overflow: hidden;
				display: none;
			}

			#epgTable .epgArrow.disabled .arrow {
				color: #80808d;
			}


		#epgArrowLeft,
		#epgArrowRight {
			top: 60px;
			height: 297px;
			width: 20px;
		}
		#epgArrowLeft {left: 0;}
		#epgArrowRight {right: 0;}

			#epgArrowLeft .arrow,
			#epgArrowRight .arrow {
				top: 113px;
				width: 18px;
				height: 70px;
				line-height: 70px;
			}
			#epgArrowLeft .arrow {left: 0;}
			#epgArrowRight .arrow {right: 0;}


		#epgArrowUp,
		#epgArrowDown {
			height: 20px;
			left: 90px;
			width: 162px;
		}
		#epgArrowUp {top: 35px;}
		#epgArrowDown {top: 365px;}

			#epgArrowUp .arrow,
			#epgArrowDown .arrow {
				top: 0;
				left: 16px;
				width: 70px;      height: 18px;
				line-height: 18px;
			}


		#scene-epg .channel {
			position: absolute;
			padding: 0;
			margin: 0;
			left: 30px;
			right: 30px;
			height: 47px;
			background: #222;
			overflow: hidden;
		}

			#scene-epg .channel .channelBox {
				position: absolute;
				top: 0;
				left: 0;
				width: 230px;
				height: 47px;
				background-color: #000;
			}

				#scene-epg .channel .channelIndex,
				#scene-epg .channel .channelName {
					position: absolute;
					box-sizing: border-box;
					top: 1px;
					height:45px;
					font-size: 24px;
					line-height: 36px;
				}

				#scene-epg .channel .channelIndex {
					background-color: #444;
					text-align: center;
					left: 0;
					width: 60px;
					padding: 5px;
					color: #ccc;
					border-top-left-radius: 5px;
					border-bottom-left-radius: 5px;
				}

				#scene-epg .channel .channelName {
					left: 60px;
					width: 160px;
					padding: 5px 10px;
					background-color: #242424;
					color: #fff;
					overflow: hidden;
					white-space: nowrap;
					text-overflow: ellipsis;
					border-top-right-radius: 5px;
					border-bottom-right-radius: 5px;
				}

		#scene-epg .event {
			box-sizing: border-box;
			position: absolute;
			top: 0px;
			color: #fff;
			background-color: #454545;
			height: 47px;
			padding: 5px;
			font-size: 24px;
			line-height: 36px;
			border-style: solid;
			border-color: #000;
			border-width: 0 0 0 3px;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}
		#scene-epg .event.now {
			background-color: #81b7bc;
		}

		#scene-epg .event.playable {
			background-color: #26799B;
		}
		#scene-epg .event.playable.now {
			background-color: #10CAE4;
		}
		#scene-epg .event.unavailable {
		}
		#scene-epg .event.unavailable.now {
			background-color: #6c6c6c;
		}

		#scene-epg .event.pin {
			font-style: italic;
			/*background-color: #d997b1;*/
		}
		#scene-epg .event.pin.playable {
			background-color: #9f4c6b;
		}
		#scene-epg .event.pin.now {
			background-color: #e280a7;
		}
		#scene-epg .event.pin.future {
			background-color: #d997b1;
		}

		#scene-epg .event.future {
			background-color: #aaa;
		}
			#scene-epg .event .pvr {
				position: absolute;
				top: 5px;
				right: 5px;
				display: block;
				padding: 3px 7px;
				font-size: 12px;
				font-weight: 700;
				line-height: 1;
				color: #fff;
				white-space: nowrap;
				background-color: red;
				border: 1px solid red;
				border-radius: 9px;
			}


		#scene-epg .event.empty {
			background-color: #222;
			font-style: italic;
			color: #888;
		}

		#scene-epg .channel.focus {

		}

			#scene-epg .channel.focus .channelName {
				background-color: #fcc715;
				color: #000;
			}

				#scene-epg .channel.focus .channelName .channelIndex {
					background-color: #dfaf00;
					color: #000;
				}

			#scene-epg .channel.focus .event {

			}

			#scene-epg .channel .event.focus {
				background-color: #fcc715;
				color: #000;
			}

			#scene-epg .channel.focus .event.selected,
			#scene-epg .channel.focus .event.focus {
				background-color: #fcc715;
				color: #000;
			}

	/*.event.focus {
	  background-color: red !important;
	}*/



/* scene: currently */
#scene-currently {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	color: #ffffff;
	z-index: 2;
}

#snippet-curlist .currentlyArrow,
#snippet-recorded-list .currentlyArrow {
	position: absolute;
	z-index: 10;
	color:#fcc715;
}

#snippet-curlist .currentlyArrow.disabled,
#snippet-recorded-list .currentlyArrow.disabled {
	color: #ffffff;
}

#snippet-recorded-list .recorded-list tr.no-access th.px598,
#snippet-recorded-list .recorded-list tr.no-access th.px350,
#snippet-recorded-list .recorded-list tr.no-access td.px240,
#snippet-recorded-list .recorded-list tr.no-access td.px203 {
	    opacity: 0.3;
}

#snippet-recorded-list .recorded-list tr.no-access.focus th.px598,
#snippet-recorded-list .recorded-list tr.no-access.focus th.px350 {
	opacity:1;
}

#snippet-curlist .tb-curlist .badge .icon-noAccess {
	margin: 4px 0px 0px 5px;
}

#snippet-curlist .currentlyArrow .arrow,
#snippet-recorded-list .currentlyArrow .arrow {
	position: absolute;
	font-family: 'icomoon';
	font-size: 70px;
	text-align: left;
	overflow: hidden;
}

#curArrowLeft,
#curArrowRight,
#recArrowLeft,
#recArrowRight {
	top: 22%;
	height: 297px;
	width: 20px;
}

#curArrowLeft,
#recArrowLeft {
 	left: 0;
}

#curArrowRight,
#recArrowRight  {
	right: 0;
}

#curArrowLeft .arrow,
#curArrowRight .arrow,
#recArrowLeft .arrow,
#recArrowRight .arrow  {
	top: 113px;
	width: 18px;
	height: 70px;
	line-height: 70px;
}
#snippet-curlist #curArrowLeft .arrow {left: 40px;}
#snippet-recorded-list #recArrowLeft .arrow {left: 25px;}
#snippet-curlist #curArrowRight .arrow {right: 40px;}

#snippet-recorded-list #recArrowRight .arrow {
	right: 423px;
}

#snippet-curlist #curArrowUp,
#snippet-curlist #curArrowDown {
	height: 20px;
	left: 50%;
	width: 162px;
}

#curArrowUp, #recArrowUp {
	top: 1%;
}

#curArrowDown,
#recArrowDown {
	top: 81%;
}

#snippet-curlist #curArrowUp .arrow,
#snippet-curlist #curArrowDown .arrow {
	top: 0px;
	left: 16px;
	width: 70px;      
	height: 18px;
	line-height: 18px;
}

#snippet-recorded-list #recArrowUp .arrow {
	top: 55px;
	left: 365px;
	width: 70px;   
	height: 18px;
	line-height: 18px;
}

#snippet-recorded-list #recArrowDown .arrow  {
	top: 7px;
	left: 365px;
	width: 70px;      
	height: 18px;
	line-height: 18px;	
}

#scene-currently > div.opaque {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	color: #ffffff;
	opacity: 0.5;
	z-index: 1;
}

/* scene-error */
#scene-error {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	color: #ffffff;
	background-color: #000000;
	z-index: 2;
}

#scene-error > div.snippet-error-msg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#scene-error > div.snippet-error-msg > div.error-head,
#scene-stream > div#snippet-stream-error > div.error-head {
	position: absolute;
	top: 150px;
	left: 100px;
	right: 100px;
	color: #000000;
	padding-right: 90px;
	padding-left: 90px;
	line-height: 95px;
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	background-color: #ffc000;
	border-radius: 5px;
}

#scene-error > div.snippet-error-msg > div.error-body,
#scene-stream > div#snippet-stream-error > div.error-body {
	position: absolute;
	top: 350px;
	left: 100px;
	right: 100px;
	font-size: 38px;
	color: #ffffff;
	text-align: center;

}

/* scene-pin */
#scene-pin {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	color: #ffffff;
	background-color: #000000;
	z-index: 1;
}

/* SNIPPETS */
/* snippet: rc-buttons */
div.rc-buttons {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 56px;
	background:#222323;
	z-index: 10;
}

div.rc-buttons td {
	height: 36px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	margin-right: 10px;
	font-size: 22px;
	white-space: nowrap;
}

div.rc-buttons td.fill {
	width: 100%;
}

div.rc-buttons td.start, div.rc-buttons td.end {
	padding-left: 10px;
	padding-right: 10px;
}

div.rc-buttons td div {
	padding-left: 30px;
}

div.rc-buttons td.button-blue {
	background: transparent url('../images/button-blue.png') no-repeat;
	background-position: 0 5px;
}

div.rc-buttons td.button-red {
	background: transparent url('../images/button-red.png') no-repeat;
	background-position: 0 5px;
}

div.rc-buttons td.button-green {
	background: transparent url('../images/button-green.png') no-repeat;
	background-position: 0 5px;
}

div.rc-buttons td.button-yellow {
	background: transparent url('../images/button-yellow.png') no-repeat;
	background-position: 0 5px;
}

div.rc-buttons td.button-back {
	background: transparent url('../images/button-back.png') no-repeat;
	background-position: 0 5px;
}

/* snippet: panel-header */
.snippet-panel-header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 56px;
	line-height: 56px;
	color: #ffffff;
	background: #126e93;
	z-index: 10;
}

.snippet-panel-header div.day {
	position: relative;
	float: left;
	padding-left: 40px;
	font-size: 24px;
	text-transform: uppercase;
}

.snippet-panel-header div.title {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

.snippet-panel-header div.time {
	position: relative;
	float: right;
	padding-right: 40px;
	font-size: 24px;
	font-weight: bold;
}

/* snippet: carousel */
#snippet-carousel {
	position: absolute;
	top: 150px;
	left: 272px;
	width: 736px;
	height: 420px;
	display: block;
	background: transparent url('../images/carousel_bg.png') no-repeat;
}

#snippet-carousel > div.content-box > div.content {
	display: none;
	position: absolute;
	width: 100%;
}

#snippet-carousel > div.content-box > div.content > div.title {
	position: absolute;
	text-align: center;
	font-size: 28px;
	line-height: 88px;
	width: 100%;
}

#snippet-carousel > div.content-box > div.content > div.title00 {
	text-align: center;
	font-size: 24px;
	width: 100%;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 5px;
}

#snippet-carousel > div.content-box > div.content > div.description {
	position: absolute;
	display: none;
}

#snippet-carousel > div.content-box > div.content > div.logo {
	position: absolute;
	top: 30px;
	right: 20px;
	height: 28px;
	width: 200px;
	background: transparent url('../images/sledovani-logo_180.png') no-repeat top right;
	background-size: contain;
}

#snippet-carousel > div.content-box > div.content > div.logo00 {
	text-align: center;
}

#snippet-carousel > div.content-box > div.content > img.shadow {
	position: absolute;
	top: 320px;
	left: 150px;
	opacity: 0.7;
}

#snippet-carousel > div.content-box > div.content > div.image {
	position: absolute;
	top: 75px;
	left: 153px;
	width: 430px;
	height: 242px;
}

#snippet-carousel > div.content-box > div.content > div.image00 {
	position: absolute;
	top: 100px;
	left: 61px;
	width: 612px;
	height: 218px;
	background: transparent url('../images/carousel_00_stv.png') no-repeat;
}

#snippet-carousel > div.content-box > div.content > div.image01 {
	background: transparent url('../images/carousel_01_stv.png') no-repeat;
}

#snippet-carousel > div.content-box > div.content > div.image02 {
	background: transparent url('../images/carousel_02_stv.png') no-repeat;
}

#snippet-carousel > div.content-box > div.content > div.image03 {
	background: transparent url('../images/carousel_03_stv.png') no-repeat;
}

#snippet-carousel > div.content-box > div.content > div.image04 {
	background: transparent url('../images/carousel_04_stv.png') no-repeat;
}

#snippet-carousel > div.content-box > div.content > div.image05 {
	background: transparent url('../images/carousel_05_stv.png') no-repeat;
}

#snippet-carousel > div.status-container {
	position: absolute;
	text-align: center;
	top: 343px;
	width: 100%;
	height: 15px;
}

#snippet-carousel > div.status-container > div.status {
	display: inline-block;
}

#snippet-carousel > div.status-container > div.status > div.dot {
	display: inline-block;
	float: left;
	width: 15px;
	height: 13px;
}

#snippet-carousel > div.status-container > div.status > div.dot > div.dot-img {
	background-position: -1122px -165px; width: 14px; height: 13px;
}

#snippet-carousel > div.status-container > div.status > div.dot.active > div.dot-img {
	background-position: -1106px -165px; width: 14px; height: 13px;
}

#snippet-carousel > div.control-area {
	position: absolute;
	top: 377px;
	width: 100%;
	height: 40px;
	display: table;
}

#snippet-carousel > div.control-area > div.arrow-left {
	display: table-cell;
	width: 72px;
	text-align: center;
	vertical-align: middle;
}

#snippet-carousel > div.control-area > div.arrow-left > div.arrow-left-bg {
	background-position: -612px -712px; width: 18px; height: 26px;
}

#snippet-carousel > div.control-area > div.arrow-left.focusable > div.arrow-left-bg {
	background-position: -1209px -844px; width: 18px; height: 26px;
}

#snippet-carousel > div.control-area > div.arrow-left.focusable.focus > div.arrow-left-bg {
	background-position: -592px -712px; width: 18px; height: 26px;
}

#snippet-carousel > div.control-area > div.arrow-right {
	display: table-cell;
	width: 72px;
	text-align: center;
	vertical-align: middle;
}

#snippet-carousel > div.control-area > div.arrow-right > div.arrow-right-bg {
	background-position: -1249px -844px; width: 18px; height: 26px;
}

#snippet-carousel > div.control-area > div.arrow-right.focusable > div.arrow-right-bg {
	background-position: -1248px -897px; width: 18px; height: 26px;
}

#snippet-carousel > div.control-area > div.arrow-right.focusable.focus > div.arrow-right-bg {
	background-position: -1229px -844px; width: 18px; height: 26px;
}

#snippet-carousel > div.control-area > div.center-button {
	display: table-cell;
	text-align: center;
	font-size: 24px;
	line-height: 44px;
}

#snippet-carousel > div.control-area > div.center-button.focus {
	color: #7bb6e8;
}

#snippet-carousel > div.control-area > div.center-button > div.start {
	display: none;
}

/* snippet: info */
#snippet-info {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 200;
}

#snippet-info > div.opaque {
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.5;
}

#snippet-info > div.info {
	position: absolute;
	top: 170px;
	left: 310px;
	bottom: 150px;
	right: 310px;
	color: #ffffff;
	padding: 25px;
	background-color: rgba(0,0,0,0.8);
	border: 3px solid #f9c404;
	border-radius: 5px;
}

#snippet-info > div.info div.top {
	width: 100%;
	height: 290px;
	overflow: hidden;
}

#snippet-info > div.info div.wrapper {
	width: 100%;
	display: table;
	height: 290px;
}

#snippet-info > div.info div.cell {
	display: table-cell;
	vertical-align: middle;
}

#snippet-info > div.info div.inner {
	font-size: 24px;
	text-align: center;
}

#snippet-info > div.info #info-title {
	width: 340px;
	padding: 4px 0 10px 50px;
	min-height: 34px;
	font-size: 28px;
	line-height: 40px;
	font-weight: bold;
	text-transform: uppercase;
	background: transparent url('../images/button-info.png') no-repeat 0 3px;
	float: left;
}

#snippet-info > div.info #info-time {
	font-size: 20px;
	padding-top: 14px;
	text-align: right;
	float: right;
}

#snippet-info > div.info div.clear {
	clear: both;
	padding-bottom: 10px;
	border-top: 2px solid #808080;
}

#snippet-info > div.info #info-description {
	font-size: 24px;
	line-height: 26px;
}

#snippet-info #info-overlay {
	position: relative;
	top: 190px;
	left: 320px;
	width: 610px;
	height: 310px;
}

#snippet-info > div.info div.button {
	position: absolute;
	bottom: 25px;
	right: 25px;
	height: 35px;
	text-align: center;
	font-size: 22px;
	line-height: 35px;
	color: #ffffff;
	border-radius: 5px;
	background-color: #055d85;
	padding: 0px 9px;
}

#snippet-info > div.info div.button.back {
	right: 135px;
}

#snippet-info > div.info div.button.customButton {
	left:25px;
	background: grey;
}

#snippet-info > div.info div.button.textClose {
	background: grey;
}

#snippet-info > div.info div.button.focus {
	background-color: #05c4e1;
}

#snippet-info > div.info div.button.customButton.focus {
	left:25px;
	background: red;
}

/* snippet: pinerror */
#snippet-pinerror {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 200;
}

#snippet-pinerror > div.opaque {
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.5;
}

#snippet-pinerror > div.info {
	position: absolute;
	top: 170px;
	left: 310px;
	bottom: 150px;
	right: 310px;
	color: #ffffff;
	padding: 25px;
	background-color: rgba(0,0,0,0.8);
	border: 3px solid #f9c404;
	border-radius: 5px;
}

#snippet-pinerror > div.info div.top {
	width: 100%;
	height: 290px;
	overflow: hidden;
}

#snippet-pinerror > div.info div.wrapper {
	width: 100%;
	display: table;
	height: 290px;
}

#snippet-info > div.info div.cell {
	display: table-cell;
	vertical-align: middle;
}

#snippet-info > div.info div.inner {
	font-size: 24px;
	text-align: center;
}

#snippet-info > div.info #info-title {
	width: 340px;
	padding: 4px 0 10px 50px;
	min-height: 34px;
	font-size: 28px;
	line-height: 40px;
	font-weight: bold;
	text-transform: uppercase;
	background: transparent url('../images/button-info.png') no-repeat 0 3px;
	float: left;
}

#snippet-info > div.info #info-time {
	font-size: 20px;
	padding-top: 14px;
	text-align: right;
	float: right;
}

#snippet-info > div.info div.clear {
	clear: both;
	padding-bottom: 10px;
	border-top: 2px solid #808080;
}

#snippet-info > div.info #info-description {
	font-size: 24px;
	line-height: 26px;
}

#snippet-info #info-overlay {
	position: relative;
	top: 190px;
	left: 320px;
	width: 610px;
	height: 310px;
}

#snippet-info > div.info div.button {
	position: absolute;
	bottom: 25px;
	right: 25px;
	width: 90px;
	height: 35px;
	text-align: center;
	font-size: 22px;
	line-height: 35px;
	color: #ffffff;
	border-radius: 5px;
	background-color: #055d85;
}

#snippet-info > div.info div.button.back {
	right: 135px;
}

#snippet-info > div.info div.button.focus {
	background-color: #05c4e1;
}

/* snippet: pindialog */
#snippet-pindialog {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 3;
	background-color: #000000;
}

#snippet-pindialog > div.opaque {
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.5;
}

#snippet-pindialog > div.pindialog {
	position: absolute;
	top: 230px;
	left: 270px;
	bottom: 174px;
	right: 560px;
	color: #ffffff;
	padding: 25px;
	background-color: rgba(0,0,0,0.8);
	border: 3px solid #f9c404;
	border-radius: 5px;
}

#snippet-pindialog > div.pindialog div.top {
	width: 100%;
	height: 290px;
	overflow: hidden;
}

#snippet-pindialog > div.pindialog div.wrapper {
	width: 100%;
	display: table;
	height: 290px;
}

#snippet-pindialog > div.pindialog div.cell {
	display: table-cell;
	vertical-align: middle;
}

#snippet-pindialog > div.pindialog div.inner {
	font-size: 24px;
	text-align: center;
}

#snippet-pindialog > div.pindialog .pindialog-title {
	width: 100%;
	padding: 4px 0 10px 50px;
	min-height: 34px;
	font-size: 28px;
	line-height: 40px;
	font-weight: bold;
	background: transparent url('../images/button-info.png') no-repeat 0 3px;
}

#snippet-pindialog > div.pindialog .pindialog-description {
	border-top: 2px solid #808080;
	padding-top: 15px;
	padding-bottom: 25px;
	font-size: 24px;
	line-height: 26px;
}

#snippet-pindialog .pindialog-input {
	width: 150px;
	height: 30px;
	color: #ffffff;
	padding: 8px;
	font-size: 42px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.5);
	border: 3px solid #ffffff;
	border-radius: 5px;
	margin: auto;
}

#snippet-pindialog .pindialog-overlay {
	position: relative;
	top: 190px;
	left: 320px;
	width: 610px;
	height: 310px;
}

#snippet-pindialog .keyboardNumeric {
	position: absolute;
	top: 250px;
	left: 740px;
	width: 300px;
}

#snippet-pindialog .keyboardNumeric .line {
	width: 100%;
	height: 50px;
	padding: 0 5px 5px 0;
	line-height: 50px;
}

#snippet-pindialog .keyboardNumeric .line .key {
	display: inline-block;
	text-align: center;
	color: white;
	padding: 4px 0 4px 4px;
	vertical-align: top;
	box-sizing: border-box;
}

#snippet-pindialog .keyboardNumeric .line .key .content {
	background: #1c1c1c;
	display: inline-block;
	width: 100%;
	height: 100%;
	font-size: 28px;
	border: 0px solid;
    border-radius: 5px;
    cursor: pointer;
}

#snippet-pindialog .keyboardNumeric .line .key.focus .content {
	color: #000000;
	background-color: #22cde7;
}

#snippet-pindialog .keyboardNumeric .line .key .BSP {
	background: #1c1c1c url('../images/keyboard/backspace.png') no-repeat 32px center;
}

#snippet-pindialog .keyboardNumeric .line .key:focus .BSP {
	background: #22cde7 url('../images/keyboard/backspace-active.png') no-repeat;
}

/* snippet: enterpindialog */
#snippet-enterpindialog {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 664px;
	display: none;
	z-index: 3;
	/*background-color: transparent;*/ /*#000000;*/
}

#snippet-enterpindialog > div.opaque {
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
	/*background-color: #000000;
	opacity: 0.5;*/
}

#snippet-enterpindialog > div.enterpindialog {
	position: absolute;
	top: 230px;
	left: 270px;
	bottom: 174px;
	right: 560px;
	color: #ffffff;
	padding: 25px;
	/*background-color: rgba(0,0,0,0.8);*/
	border: 3px solid #f9c404;
	border-radius: 5px;
}

#snippet-enterpindialog > div.enterpindialog div.top {
	width: 100%;
	height: 290px;
	overflow: hidden;
}

#snippet-enterpindialog > div.enterpindialog div.wrapper {
	width: 100%;
	display: table;
	height: 290px;
}

#snippet-enterpindialog > div.enterpindialog div.cell {
	display: table-cell;
	vertical-align: middle;
}

#snippet-enterpindialog > div.enterpindialog div.inner {
	font-size: 24px;
	text-align: center;
}

#snippet-enterpindialog > div.enterpindialog .enterpindialog-title {
	width: 100%;
	padding: 4px 0 10px 50px;
	min-height: 34px;
	font-size: 28px;
	line-height: 40px;
	font-weight: bold;
/*	background: transparent url('../images/button-info.png') no-repeat 0 3px;*/
}

#snippet-enterpindialog > div.enterpindialog .enterpindialog-description {
	border-top: 2px solid #808080;
	padding-top: 15px;
	padding-bottom: 25px;
	font-size: 24px;
	line-height: 26px;
}

#snippet-enterpindialog .enterpindialog-input {
	width: 150px;
	height: 30px;
	color: #ffffff;
	padding: 8px;
	font-size: 42px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.5);
	border: 3px solid #ffffff;
	border-radius: 5px;
	margin: auto;
}

#snippet-enterpindialog .enterpindialog-overlay {
	position: relative;
	top: 190px;
	left: 320px;
	width: 610px;
	height: 310px;
}

#snippet-enterpindialog .keyboardNumeric {
	position: absolute;
	top: 390px;
	left: 296px;
	width: 300px;
}

#snippet-enterpindialog .keyboardNumeric .line {
	width: 100%;
	height: 50px;
	padding: 0 5px 5px 0;
	line-height: 50px;
}

#snippet-enterpindialog .keyboardNumeric .line .key {
	display: inline-block;
	text-align: center;
	color: white;
	padding: 4px 0 4px 4px;
	vertical-align: top;
	box-sizing: border-box;
}

#snippet-enterpindialog .keyboardNumeric .line .key .content {
	background: #1c1c1c;
	display: inline-block;
	width: 100%;
	height: 100%;
	font-size: 28px;
	border: 0px solid;
	border-radius: 5px;
cursor: pointer;
}

#snippet-enterpindialog .keyboardNumeric .line .key.focus .content {
	color: #000000;
	background-color: #22cde7;
}

#snippet-enterpindialog .keyboardNumeric .line .key .BSP {
	background: #1c1c1c url('../images/keyboard/backspace.png') no-repeat 32px center;
}

#snippet-enterpindialog .keyboardNumeric .line .key:focus .BSP {
	background: #22cde7 url('../images/keyboard/backspace-active.png') no-repeat;
}

/* snippet: options */
#snippet-options {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

#snippet-options > div.opaque {
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.5;
	z-index: 3;
}

#snippet-options > ul.list {
	position: absolute;
	padding: 10px;
	margin: 0;
	list-style: none;
	top: 0;
	left: 550px;
	width: 250px;
	border: 3px solid #f9c404;
	border-radius: 5px;
	font-size: 22px;
	background-color: #000000;
	z-index: 10;
}

#snippet-options > ul.list > li {
	padding: 15px;
	line-height: 15px;
	color: #ffffff;
}

#snippet-options > ul.list > li.focus {
	color: #000000;
	border-radius: 5px;
	background-color: #05c4e1;
}




#snippet-settings {
	position: absolute;
	top: 0;
	padding-top: 80px;
	left: 45px;
	width: 100%;
	height: 100%;
}

#snippet-settings > table.settings {
	color: #ffffff;
}

#snippet-settings > table.settings th, #snippet-settings > table.settings td {
	text-align: left;
	height: 47px;
	font-size: 23px;
	font-weight: normal;
}

#snippet-settings > div.player-clickable {
	position: absolute;
	top: 79px;
	left: 859px;
	width: 311px;
	height: 175px;
}

/* scene: recorded */
#scene-recorded {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	color: #ffffff;
	background: transparent url('../images/bg_with_small_player.png') no-repeat;
}


#snippet-recorded-info {
	position: absolute;
	top: 280px;
	left: 900px;
	width: 340px;
}

#snippet-recorded-info > div.info {
	position: absolute;
	top: 260px;
	color: #ffffff;
	width: 340px;
}

#snippet-recorded-info table.info {
	float: right;
}

#snippet-recorded-info > div.info-event {
	color: #ffffff;
}

#snippet-recorded-info table.info-event {
	padding-top: 20px;
}

#snippet-recorded-info table.info th, #snippet-recorded-info table.info td,
#snippet-recorded-info > div.info-event th, #snippet-recorded-info > div.info-event td {
	font-size: 20px;
	height: auto;
}

#snippet-recorded-info table td {
	text-align: right;
}



#snippet-recorded-info > div.info-event .eventName {
	padding-left: 6px;
	font-size: 22px;
}

#snippet-recorded-info > div.info-event .eventInfo {
	float: right;
	width:340px;
}
#snippet-recorded-info table.info-event,
#snippet-recorded-info table.info {
	width:340px;
}

#snippet-recorded-info .validity,
#snippet-recorded-info .length,
#snippet-recorded-info .totalCapacity,
#snippet-recorded-info .freeCapacity,
#snippet-recorded-info .countOfRecorded {
	text-align: left;
}
/*
 {
*/
	/*text-align: left;
	width:244px;*/

/* poisition is from top, because we need scrollable list on every part of scene */
#snippet-recorded-list {
	position: absolute;
	top: 0;
	padding-top: 62px;
	padding-left: 45px;
	width: 100%;
	height: 100%;
}

#snippet-recorded-list > div.arrow-up {
	position: absolute;
	top: 58px;
	margin-top: 8px;
	margin-bottom: 8px;
 	left: 421px;
	background-position: -988px -165px; width: 62px; height: 14px;
	z-index: 10;
}

#snippet-recorded-list > div.arrow-up.enabled {
	background-position: -924px -165px; width: 62px; height: 14px;
}

#snippet-recorded-list > div.arrow-right {
	position: absolute;
	top: 323px;
	left: 861px;
	margin-right: 8px;
	margin-left: 8px;
	background-position: -880px -971px; width: 14px; height: 62px;
	z-index: 10;
}

#snippet-recorded-list > div.arrow-right.enabled {
	background-position: -864px -971px; width: 14px; height: 62px;
}

#snippet-recorded-list > div.arrow-down {
	position: absolute;
	top: 630px;
 	left: 421px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-position: -860px -165px; width: 62px; height: 14px;
	z-index: 10;
}

#snippet-recorded-list > div.arrow-down.enabled {
	background-position: -796px -165px; width: 62px; height: 14px;
}

#snippet-recorded-list > div.arrow-left {
	position: absolute;
	top: 325px;
 	left: 22px;
 	margin-right: 8px;
	margin-left: 8px;
	background-position: -312px -966px; width: 14px; height: 62px;
	z-index: 10;
}

#snippet-recorded-list > div.arrow-left.enabled {
	background-position: -296px -966px; width: 14px; height: 62px;
}

#snippet-recorded-list > div.player-clickable {
	position: absolute;
	top: 79px;
	left: 859px;
	width: 311px;
	height: 175px;
}

#snippet-recorded-list > div.emptyList {
	position: absolute;
	top: 310px;
	left: 100px;
	right: 500px;
	color: #000000;
	padding-right: 90px;
	padding-left: 90px;
	line-height: 95px;
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	background-color: #ffc000;
	border-radius: 5px;
}

/* Snippet curlist */
#snippet-curlist {
	position: absolute;
	top: 56px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
}

#snippet-curlist > div.arrow-up {
	position: absolute;
	top: 2px;
 	left: 608px;
 	margin-top: 8px;
 	margin-bottom: 8px;
	background-position: -988px -165px; width: 62px; height: 14px;
	z-index: 10;
}

#snippet-curlist > div.arrow-up.enabled {
	background-position: -924px -165px; width: 62px; height: 14px;
}

#snippet-curlist > div.arrow-right {
	position: absolute;
	top: 270px;
	left: 1228px;
	margin-right: 8px;
	margin-left: 8px;
	background-position: -880px -971px; width: 14px; height: 62px;
	z-index: 10;
}

#snippet-curlist > div.arrow-right.enabled {
	background-position: -864px -971px; width: 14px; height: 62px;
}

#snippet-curlist > div.arrow-down {
	position: absolute;
	top: 577px;
 	left: 608px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-position: -860px -165px; width: 62px; height: 14px;
	z-index: 10;
}

#snippet-curlist > div.arrow-down.enabled {
	background-position: -796px -165px; width: 62px; height: 14px;
}

#snippet-curlist > div.arrow-left {
	position: absolute;
	top: 270px;
 	left: 25px;
	margin-right: 8px;
	margin-left: 8px;
	background-position: -312px -966px; width: 14px; height: 62px;
	z-index: 10;
}

#snippet-curlist > div.arrow-left.enabled {
	background-position: -296px -966px; width: 14px; height: 62px;
}

#snippet-curlist > div.pages {
	position: absolute;
	top: 41px;
	left: 843px;
	font-size: 24px;
}

#snippet-curlist > table.tb-curlist {
	position: absolute;
	top: 26px;
	left: 105px;
	color: #ffffff;
}

#snippet-curlist > table.tb-curlist div.locked {
/* 	background: transparent url('../images/lock_small.png') no-repeat 5px; */
}

/* snippet: program-guide */
#snippet-program-guide {
	width: 100%;
	height: 100%;
}

#snippet-program-guide > div.info {
	position: absolute;
	top: 70px;
	left: 45px;
	width: 830px;
	font-size: 24px;
}

#snippet-program-guide > div.info > #epg-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 28px;
	line-height: 48px;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#snippet-program-guide > div.info > #info-channel {
	position: absolute;
	top: 44px;
	left: 0;
}

#snippet-program-guide > div.info > #info-channel > #epg-channel {
	font-weight: bold;
	line-height: 28px;
	float: left;
	padding-right: 20px;
}

#snippet-program-guide > div.info > #info-channel > #epg-icons {
	float: left;
}

#snippet-program-guide > div.info > #info-channel > #epg-icons > img {
	padding-right: 10px;
}

#snippet-program-guide > div.info > #epg-time {
	position: absolute;
	top: 44px;
	left: 520px;
	z-index: 8;
}

#snippet-program-guide > div.info > #epg-description {
	position: absolute;
	top: 84px;
	height: 85px;
	overflow: hidden;
}

#snippet-program-guide > div.player-clickable {
	position: absolute;
	top: 79px;
	left: 904px;
	width: 311px;
	height: 175px;
}

#snippet-program-guide > div.epg {
	position: absolute;
	top: 302px;
	left: 3px;
	width: 100%;
}

#snippet-program-guide > div.arrow-up {
	position: absolute;
	top: 258px;
	left: 89px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-position: -988px -165px; width: 62px; height: 14px;
	z-index: 10;
}

#snippet-program-guide > div.arrow-up.enabled {
	background-position: -924px -165px; width: 62px; height: 14px;
}

#snippet-program-guide > div.arrow-right {
	position: absolute;
	top: 442px;
	left: 1218px;
	margin-right: 8px;
	margin-left: 8px;
	background-position: -880px -971px; width: 14px; height: 62px;
	z-index: 10;
}

#snippet-program-guide > div.arrow-right.enabled {
	background-position: -864px -971px; width: 14px; height: 62px;
}

#snippet-program-guide > div.arrow-down {
	position: absolute;
	top: 626px;
	left: 89px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-position: -860px -165px; width: 62px; height: 14px;
	z-index: 10;
}

#snippet-program-guide > div.arrow-down.enabled {
	background-position: -796px -165px; width: 62px; height: 14px;
}

#snippet-program-guide > div.arrow-left {
	position: absolute;
	top: 442px;
 	left: 10px;
 	margin-right: 8px;
 	margin-left: 8px;
	background-position: -312px -966px; width: 14px; height: 62px;
	z-index: 10;
}

#snippet-program-guide > div.arrow-left.enabled {
	background-position: -296px -966px; width: 14px; height: 62px;
}

#snippet-program-guide > div.epg > div.epg-wrap {
    position: relative;
}

#snippet-program-guide > div.epg > div.epg-wrap > div.epg-channels {
	position: relative;
	top: 2px;
}

#snippet-program-guide > div.epg > div.epg-wrap > div.epg-channels > ul > li {
	margin-bottom: 6px;
	width: 203px;
}

#snippet-program-guide > div.epg > div.epg-wrap > div.epg-channels > ul > li.active {
	margin-bottom: 8px;
	background:#FBCB1B;
	border-radius:5px;
}

#snippet-program-guide > div.epg > div.epg-wrap > div.epg-channels > ul > li.active > div.epg-channel {
	color: #000000;
}

#snippet-program-guide > div.epg > div.epg-wrap > div.epg-timeruler {
	position: absolute;
	top: -22px;
	left: 251px;
	z-index: 8;
}

#snippet-program-guide > div.epg > div.epg-wrap > div.epg-timeruler > div {
    display: inline-block;
    height: 100%;
    box-sizing: border-box;
    vertical-align: top;
    font-size: 16px;
    padding-left: 5px;
    line-height: 17px;
    border-left: 3px solid #fcc715;
}

#snippet-program-guide > div.epg > div.epg-wrap > div.epg-timeruler > div.noborder {
    border-left: 0;
}

#snippet-program-guide > div.epg > div.epg-wrap > div.epg-timeruler > div.last {
	text-align: right;
	padding-right: 5px;
    border-left: 0;
    border-right: 3px solid #fcc715;
}

#snippet-program-guide > #epg-date {
	position: absolute;
	top: 293px;
	left: 43px;
	width: 203px;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}

#snippet-program-guide > div.epg > div.epg-wrap > div.epg-events {
    position: absolute;
    top: 0;
    left: 254px;
    right: 0;
    width: 962px;
    overflow: hidden;
}

#snippet-program-guide > div.epg > div.epg-wrap > div.epg-events > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#snippet-program-guide > div.epg > div.epg-wrap > div.epg-events > ul > li {
    height: 49px;
    margin-bottom: 3px;
    overflow: hidden;
    white-space: nowrap;
}

#snippet-program-guide > div.epg > div.epg-wrap > div.epg-events > ul > li > div.epg-event {
    display: inline-block;
    height: 100%;
    box-sizing: border-box;
    vertical-align: top;
    background: #AAAAAA;
    color: #000000;
    padding: 0;
    font-size: 24px;
    line-height: 40px;
    border-right: 3px solid #000000;
}

/* epg - chybici porad */
#snippet-program-guide > div.epg > div.epg-wrap > div.epg-events > ul > li > div.epg-event.noplay,
#snippet-program-guide > div.epg > div.epg-wrap > div.epg-events > ul > li > div.epg-event.empty {
    width: 100%;
    background: #454545;
    color: #ffffff;
}

#snippet-program-guide > div.epg > div.epg-wrap > div.epg-events > ul > li > div.epg-event.empty-small {
    width: auto;
    background-color: #454545;
}

/* epg - porad, jde prehrat */
#snippet-program-guide > div.epg > div.epg-wrap > div.epg-events > ul > li > div.epg-event.playable {
    background: #26799B;
    color: #ffffff;
}

/* aktualni - nejde prehrat*/
#snippet-program-guide > div.epg > div.epg-wrap > div.epg-events > ul > li > div.epg-event.playing {
    background: #6c6c6c;
}

/* aktualni - jde prehrat*/
#snippet-program-guide > div.epg > div.epg-wrap > div.epg-events > ul > li > div.epg-event.playing.playable {
    background: #10CAE4;
    color: #ffffff;
}

#snippet-program-guide > div.epg > div.epg-wrap > div.epg-events > ul > li > div.epg-event.active,
#snippet-program-guide > div.epg > div.epg-wrap > div.epg-events > ul > li > div.epg-event.focus {
    background: #fcc715 !important;
    color: #000000 !important;
}

#snippet-program-guide > div.epg > div.epg-wrap > div.epg-events > ul > li > div > div.epg-event-inner {
    display: block;
    margin: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* badge definition */
#snippet-program-guide > div.epg > div.epg-wrap > div.epg-events > ul > li > div > div.badge {
	position: relative;
	float: right;
	top: -45px;
	right: 5px;
	width: 35px;
	padding: 0;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	background: transparent url('../images/mini_badge.png') no-repeat;
	font-weight: normal;
	text-overflow: clip;
	font-family: sans-serif;
	color: #ffffff !important;
}

#snippet-program-guide > div.epg-overlay {
	position: absolute;
	width: 5px;
	top: 318px;
	left: 1215px;
	height: 309px;
	background-color: #000000;
}

#snippet-program-guide > div.epg-loading {
	position: absolute;
	top: 318px;
	left: 257px;
	width: 960px;
	height: 309px;
	background-color: #000000;
	opacity: 0.75;
	display: none;
}

#snippet-program-guide > #epg-now {
	position: absolute;
	display: none;
	top: 303px;
	left: 242px;
	z-index: 1;
}

/*
shared boxes (grey is default)
	usage: <element class="box px437 yellow center focus-blue"><div>text</div></element>
	yellow box with 437px width, after focusing changing to blue color, with centered text inside
*/

/* box css */
.box {
	position: relative;
}
.box.blue.px598 {
	background: transparent url('../images/598-window-blue.png') no-repeat;
}
.box.yellow.px598 {
	background: transparent url('../images/598-window-yellow.png') no-repeat;
}
.box.grey.px598 {
	background: transparent url('../images/598-window-grey.png') no-repeat;
}
.box.yellow.px203 {
	background: transparent url('../images/203-window-yellow.png') no-repeat;
}
.box.grey.px203 {
	background: transparent url('../images/203-window-grey.png') no-repeat;
}
.box.grey.px186 {
	background: transparent url('../images/186-window-grey.png') no-repeat;
}

/* default */
.px598 {
	display: table-cell;
	background:#242424;
	border-radius:5px;

}
.px598 div.text {
	width: 530px;
}
.px437 {
	width:437px;
	background:rgba(36,36,36,0.5);
	border-radius:5px;
}
.px350 {
	display: table-cell;
	background: #242424;
	border-radius: 5px;
	width: 350px;
}
.px350 div.text {
	width: 290px;
}
.px263 {
	background:rgba(36,36,36,0.5);
	border-radius: 5px;
	width:263px;
	margin-right: 6px;
}
.px240 {
	display: table-cell;
	background: #242424;
	border-radius: 5px;
}
.px203 {
	display: table-cell;
	background: #242424;
	border-radius: 5px;
	width: 203px;
}
.px203 div.text {
	width: 143px;
}
.px186 {
	width: 186px;
	background: transparent url('../images/186-window.png') no-repeat;
}

/* focused */
.focus > .px598.focus-blue, .active > .px598.focus-blue {
	background-position: -2px -184px; width: 598px; height: 47px;
}
.focus > .px598.focus-yellow, .active > .px598.focus-yellow {
	background:#FBCB1B;
	border-radius:5px;
}
.focus > .px598.focus-grey, .active > .px598.focus-grey {
	background-position: -602px -184px; width: 598px; height: 47px;
}
.focus > .px437.focus-blue, .active > .px437.focus-blue {
	background:#21CBE5;
	border-radius:5px;
}
.focus > .px350.focus-blue, .active > .px350.focus-blue {
	background-position: -880px -282px; width: 350px; height: 47px;
}
.focus > .px350.focus-yellow, .active > .px350.focus-yellow {
	background: #FBCB1B;
	border-radius: 5px;
}
.focus > .px350.focus-grey, .active > .px350.focus-grey {
	background-position: -441px -331px; width: 350px; height: 47px;
}
.focus > .px263.focus-blue, .active > .px263.focus-blue {
	background:#21CBE5;
	border-radius: 5px;
}
.focus > .px263.focus-yellow, .active > .px263.focus-yellow {
	background:#FBCB1C;
	border-radius:5px;
}

.focus > .px240.focus-blue, .active > .px240.focus-blue {
	background-position: -905px -429px; width: 240px; height: 47px;
}
.focus > .px240.focus-yellow, .active > .px240.focus-yellow {
	background-position: -2px -478px; width: 240px; height: 47px;
}
.focus > .px240.focus-grey, .active > .px240.focus-grey {
	background: #CDCDCD;
	border-radius:5px;
}
.focus > .px203.focus-blue, .active > .px203.focus-blue {
	background: transparent url('../images/203-window-blue.png') no-repeat;
}
.focus > .px203.focus-yellow, .active > .px203.focus-yellow {
	background-position: -244px -506px; width: 203px; height: 44px;
}
.focus > .px203.focus-grey, .active > .px203.focus-grey {
	background: #CDCDCD;
	border-radius:5px;
}
.focus > .px186.focus-blue, .active > .px186.focus-blue {
	/* no image here... background: transparent url('../images/186-window-blue.png') no-repeat; */
}
.focus > .px186.focus-yellow, .active > .px186.focus-yellow {
	/* no image here... background: transparent url('../images/186-window-yellow.png') no-repeat; */
}
.focus > .px186.focus-grey, .active > .px186.focus-grey {
	background: transparent url('../images/186-window-grey.png') no-repeat;
}

/* focused blue and yellow should have black text, also not focused blue and yellow */
.focus > .box.focus-blue > div,
.focus > .box.focus-yellow > div,
.focus > .box.focus-grey > div,
.active > .box.focus-blue > div,
.active > .box.focus-yellow > div,
.active > .box.focus-grey > div,
.box.blue > div,
.box.yellow > div,
.box.grey > div {
	color: #000;
}


/* this is weird, so it is commented
.focus > .box > div {
	font-weight: bold;
}
*/

/* general text-div */
.box > div {
	padding: 0 25px;
	text-overflow: ellipsis;
	line-height: 46px;
	white-space: nowrap;
	overflow: hidden;
	color: #FFF;
	text-align: left;
	font-size: 23px;
}

.arris .box > div {
	font-size: 20px;
}

/* inside text-div */
.px437 > div {
	width: 387px;
}
.px263 > div {
	width: 213px;
}
.px186 > div {
	width: 136px;
}

/* narrower text-div with badge */
.px437.with-badge > div {
	padding: 0 75px 0 25px;
	width: 337px;
}
/* episode padding */
.px350.episode > div.text {
	padding-left: 50px;
	width: 265px;
}
.px350.with-badge > div.text {
	padding: 0 75px 0 25px;
	width: 245px;
}
.px350.episode.with-badge > div.text {
	padding: 0 75px 0 50px;
	width: 220px;
}
.px263.with-badge > div {
	padding: 0 75px 0 25px;
	width: 163px;
}
.px203.with-front-badge > div {
	padding: 0 25px 0 65px;
	width: 123px;
}
.px263.with-front-badge > div {
	padding: 0 25px 0 65px;
	width: 183px;
}
.px186.with-badge > div {
	padding: 0 75px 0 25px;
	width: 86px;
}

/* badge definition */
.with-badge > div.badge {
	position: absolute;
	width: 50px;
	padding: 0;
	right: 9px;
	top: 9px;
	height: 28px;
	font-size: 16px;
	line-height: 29px;
	text-align: center;
	background: #EB2B52;
	border-radius: 5px;
	font-weight: normal;
	text-overflow: clip;
	font-family: sans-serif;
	color: #fff !important;
}

.with-front-badge > div.badge {
	position: absolute;
	width: 30px;
	padding: 0;
	left: 25px;
	top: 9px;
	height: 28px;
	font-size: 16px;
	line-height: 29px;
	text-align: center;
	background: #EB2B52;
	border-radius: 5px;
	font-weight: normal;
	text-overflow: clip;
	font-family: "Helvetica Narrow","Arial Narrow";
	color: #fff !important;
}

.with-front-badge > div.badge.lock-small {
	padding-top: 2px;
}

.with-front-badge > div.badge.star {
	padding-top: 3px;
}

.box.center > div {
	text-align: center;
}

/* default table */
table {
	border-spacing: 6px;
}

table th, table td {
	text-align: left;
	height: 47px;
	font-weight: normal;
}

table.curlist td + td,
table.settings th + td {
	margin-left: 6px;
}

table.settings th + td {
	margin-left: 6px;
}

div.epg-channels .px203 {
	display: block;
}

/* snippet main-menu */
#snippet-main-menu {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 1000;
}
#snippet-main-menu > div.opaque {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: 0.75;
}
#snippet-main-menu > div.opaque.small {
	top: 200px;
	height: 300px;
	width: 100%;
}
#snippet-main-menu > ul.list {
	position: absolute;
	top: 200px;
	left: 0px;
	list-style: none;
	left: 95px;
}
#snippet-main-menu > ul.list > li.actual {
	position: absolute;
	top: 25px;
	left: 0;
	width: 188px;
	height: 183px;
	background-position: -449px -527px; width: 188px; height: 183px;
}
#snippet-main-menu > ul.list > li.actual.focus {
	background-position: -2px -527px; width: 188px; height: 183px;
}
#snippet-main-menu > ul.list > li.epg {
	position: absolute;
	top: 25px;
	left: 214px;
	width: 188px;
	height: 183px;
	background-position: -192px -552px; width: 188px; height: 183px;
}
#snippet-main-menu > ul.list > li.epg.focus {
	background-position: -956px -527px; width: 188px; height: 183px;
}
#snippet-main-menu > ul.list > li.recorded {
	position: absolute;
	top: 25px;
	left: 429px;
	width: 188px;
	height: 183px;
	background-position: -1019px -712px; width: 188px; height: 183px;
}
#snippet-main-menu > ul.list > li.recorded.focus {
	background-position: -829px -712px; width: 188px; height: 183px;
}
#snippet-main-menu > ul.list > li.last {
	position: absolute;
	top: 25px;
	left: 642px;
	width: 188px;
	height: 183px;
	background-position: -2px -712px; width: 188px; height: 183px;
}
#snippet-main-menu > ul.list > li.last.focusable {
	background-position: -382px -712px; width: 188px; height: 183px;
}
#snippet-main-menu > ul.list > li.last.focus {
	background-position: -639px -561px; width: 188px; height: 183px;
}
#snippet-main-menu > ul.list > li.settings {
	position: absolute;
	top: 25px;
	left: 856px;
	width: 188px;
	height: 183px;
	background-position: -572px -746px; width: 188px; height: 183px;
}
#snippet-main-menu > ul.list > li.settings.focus {
	background-position: -192px -737px; width: 188px; height: 183px;
}
#snippet-main-menu > ul.list > li > div.wrapper {
	position: absolute;
	top: 170px;
	width: 180px;
}
#snippet-main-menu > ul.list > li > div.wrapper > div {
	width: 180px;
	height: 90px;
	display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
	color: #666666;
}
#snippet-main-menu > ul.list > li.focusable > div.wrapper > div {
	color: #ffffff;
}

/* snippet: help */
div.snippet-help {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
}

div.snippet-help > div.opaque {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.7;
}

div.snippet-help > div.help-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*
#scene-stream > div.snippet-help > div.help-layer {
	background: transparent url('../images/help-stream.png') no-repeat;
}

body.cs #scene-currently > div.snippet-help > div.help-layer {
	background: transparent url('../images/help-currently-cs.png') no-repeat;
}

body.sk #scene-currently > div.snippet-help > div.help-layer {
	background: transparent url('../images/help-currently-sk.png') no-repeat;
}

body.pl #scene-currently > div.snippet-help > div.help-layer {
	background: transparent url('../images/help-currently-pl.png') no-repeat;
}

body.cs #scene-epg > div.snippet-help > div.help-layer {
	background: transparent url('../images/help-epg-cs.png') no-repeat;
}

body.sk #scene-epg > div.snippet-help > div.help-layer {
	background: transparent url('../images/help-epg-sk.png') no-repeat;
}

body.pl #scene-epg > div.snippet-help > div.help-layer {
	background: transparent url('../images/help-epg-pl.png') no-repeat;
}

body.cs #scene-recorded > div.snippet-help > div.help-layer {
	background: transparent url('../images/help-recorded-cs.png') no-repeat;
}

body.sk #scene-recorded > div.snippet-help > div.help-layer {
	background: transparent url('../images/help-recorded-sk.png') no-repeat;
}

body.pl #scene-recorded > div.snippet-help > div.help-layer {
	background: transparent url('../images/help-recorded-pl.png') no-repeat;
}
*/
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	background: transparent;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #fee593;
	position: relative;
}

.jspDrag
{
	background: #6090a6;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

/* info box */
#info-top-container {
	display: none;
	position: absolute;
	top: 50px;
	left: 50px;
	height: 60px;
	width: 150px;
	z-index: 1000;
}

#info-top-container > div.opaque {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	color: #ffffff;
	opacity: 0.5;
	z-index: 1;
}

#info-top-container > #info-top-name {
	position: absolute;
	padding: 0 10px;
	line-height: 64px;
	font-size: 38px;
	color: #ffffff;
	text-transform: uppercase;
	white-space: nowrap;
	z-index: 2;
}

.arrow-hover {
	display: none;
}

.icon-timeframe {
	font-size: 56px;
	position: relative;
}

.icon-timeframe .time {
	font-size: 20px;
	position: absolute;
	z-index: 10;
	top: 10px;
	left: 29px;
}

.icon-timeframe .path1 {
	position: absolute;
	top: -3px;
	display:block;
	left: -1px;
}

.icon-timeframe .path2 {
	position: absolute;
	left: 108px;
	top: 0px;
	display:none;
}

#timeframe.focus .path1 {
	display:none;
}

#timeframe.focus .path2 {
	display:block;
}

#snippet-stream-error {
	width: 100%;
	height: 100%;
	background: black;
}