html, body {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 18px;
}

#root {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
}

#root.platform-samsung {
	background: transparent;
}

h2 {
	margin: 5px 0;
	font-size: 20px;
	font-weight: normal;
}

.topline {
	position: relative;
	height: 21px;
	left: 0px;
	top: 0px;
	background-image: url(../img/topline.png);
	background-repeat: repeat-x;
}

#chanel-number {
	position: absolute;
	right: 20px;
	top: 50px;
	width: 200px;
	z-index: 10;
	display: none;
	text-align: center;
	font-size: 30px;
}

#chanel-info {
	position: absolute;
	right: 20px;
	top: 50px;
	width: 200px;
	z-index: 10;
	display: none;
}

#chanel-info-number, #chanel-info-title {
	text-align: center;
}

.wrap {
	height: 100%;
	position: relative;
	z-index: 11;
	display: none;
}

#smart_player {
	width: 1280px;
	height: 720px;
	z-index: 0;
}

.menu, .legend, .scene {
	background: #000; /* #2a2f36; */ /*for old tvs*/
	background: rgba(0, 0, 0, 0.85);
}

.menu, .scenes-wrapper {
	top: 0;
	bottom: 35px; /*legend height*/
	/* padding-top: 21px; for top line  */
}

.menu {
	width: auto; /* что-бы поместилась кнопка настроек, было 340px; */
	position: absolute;
}

.menu .menu-item {
	padding: 0 10px;
	float: left;
	color: #ccc;
}

.list-item.active, .menu .menu-item.active {
	color: #fff;
}

.list-items, .menu .navigation-items {
	margin: 0;
	overflow: hidden;
	position: relative;
	border-left: 15px solid #000000;
}

.list-item, .menu .navigation-item {
	float: none;
	height: auto;
	line-height: 24px;
	font-size: 18px;
	text-align: left;
	width: auto;
	margin: 0;
	padding: 10px;
}

.list-item.focus, .menu .navigation-item.focus, .menu .navigation-item.active {
	background-color: #333333;
	opacity: 1;
	border-radius: 20px;
}

.menu-items {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu-item {
	color: #fff;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	cursor: pointer;
	display: block;
	padding: 0;
	background: none;
	border: 0;
}

.menu-item {
	border-bottom: 15px solid #fff;
}

.menu-item_green {
	border-color: #61c791;
}

.menu-item_green.focus {
	background: #61c791;
}

.menu-item_blue {
	border-color: #31797d;
}

.menu-item_blue.focus {
	background: #31797d;
}

.menu-item_red {
	border-color: #f23c55;
}

.menu-item_red.focus {
	background: #f23c55;
}

.menu-item.rating-select,
.menu-item.date-filter-item {
	width: 300px;
	float: none;
}

.stars {
	margin: 0;
	padding: 0px;
}

.stars li {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline;
	line-height: 0;
	margin: 0 0 0 5px;
	padding: 0 0 0 16px;
}

.star-good {
	background-image: url("../img/star-icon.png");
}

.star-bad {
	background-image: url("../img/star-icon-black.png");
}

.scenes-wrapper {
	position: absolute;
	left: 300px;
	right: 0;
	/*width: 1030px;*/ /*body width - left*/
}

.button {
	position: absolute;
	width: 80px;
	height: 80px;
	font-size: 38px;
	line-height: 80px;
	background: #e0ffb3;
	/*-webkit-border-radius: 10px;
    -moz-border-radius: 10px;*/
	border-radius: 10px;
	text-align: center;
}

.button.focus {
	background: #f23c55;
}

.button-a {
	left: 350px;
	top: 140px;
}

.button-b {
	left: 550px;
	top: 250px;
}

.button-c {
	left: 350px;
	top: 400px;
}

.scene_input {
	padding: 0 50px;
}

.input-example {
	margin: 20px 10px;
}

.input-val {
	display: inline-block;
	margin-left: 10px;
}

.list-items, .navigation-items {
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}

.navigation-item {
	opacity: 0.45;
	float: left;
	margin: 6px;
	width: 96px;
	height: 96px;
	/*background: #ffffff;*/
	font-size: 24px;
	text-align: center;
	line-height: 96px;
}

.navigation-item.focus {
	opacity: 1;
}

.legend {
	height: 35px;
	padding: 0;
}
.legend-wrap {
}

.opacity8 {
	opacity: 0.8;
}

.opacity9 {
	opacity: 0.9;
}

.popup {
	z-index: 100;
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
	background-color: #000; /* #2a2f36 */;
}

.loader-popup {
	z-index: 101;
}

.error-popup {
	z-index: 102;
}

.popup-content {
	margin: 20% 25% 0 25%;
	width: 50%;
}

.popup .menu-item {
	border: 0;
}

.genre-content {
	margin: 10% 25% 0;
}

.filminfo-content {
	margin: 32px 20%;
	width: 70%;
}

.filminfo-content .video-info .director,
.filminfo-content .video-info .scenrio,
.filminfo-content .video-info .actors {
	display: block;
}

#video-episodes {
	z-index: 110;
}

#video-episodes ul {
	width: 300px;
}

#rating-select ul {
	width: 300px;
}

.genre-item {
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	margin: 2px;
	width: 156px;
}

.close-genre-select {
	color: #f23c55;
}

.close-genre-select.focus {
	color: #fff;
}

#load-text {
	font-size: 20px;
}

#error-text {
	font-size: 20px;
}

#logout-modal .menu-item_red {
	float: left;
	width: 50%;
}

.iselect {

}

.iselect ul {
	position: absolute;
	background-color: #000000;
	z-index: 999;
}

.iselect li {
	list-style-type: none;
}

.paginate {
	display: block;
	font-size: 1.2em;
	margin: auto;
	width: 55%;
	text-align: center;
}

.nav-but {
	display: inline-block;
	box-sizing: content-box;
	color: #ffffff;
	text-decoration: none;
	padding: 9px 12px;
	margin-right: 6px;
	border-radius: 3px;
	/* background: #31797d; */
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border: 1px solid #455263;
	background-color: transparent;

	font-family: Helvetica, Arial, Verdana, Sans-Serif;
  font-size: 18px;
}

.nav-but.focus {
	-webkit-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, .55);
	-moz-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, .55);
	box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, .55);
	background: #1e7aad;
	border-color: #1e7aad;
	color: #fff;
}

.paginate.pag4 li.single, .paginate.pag4 li.current {
	padding: 9px 12px;
	margin-right: 6px;
	background: #1e7aad;
	border-color: #1e7aad;
}

#duration-cur {
	left: 0;
	margin-left: 10px;
}

#version {
	position: absolute;
	left: 2px;
	bottom: 2px;
	z-index: 300;
}

.icon {
	height: 36px;
	width: 36px;
	float: left;
	margin-right: 6px;
	margin-top: -6px;
	background-size: 100% 100%;
}

.menu .menu-item_settings {
	float:left;
	height: 50px;
	width: 30px;
}

.menu .menu-item_icon {
	float:left;
	height: 50px;
	width: 30px;
	box-sizing: initial;
}

.menu .icon {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 30px;
	height: 30px;
	padding: 0;
	border-bottom: 0;
	opacity: 0.5;
	margin-top: 10px;
	margin-right: 0;
}

.menu button .icon {
	margin-top: 0;
}

.menu .menu-item_settings .icon {
	background-image: url(../img/settings.png);
}

.menu .menu-item_back .icon {
	background-image: url(../img/back.png);
}

.scenes-wrapper .scene_settings {
	width: auto;
	right: 0;
	bottom: 0;
}

.settings-sub-item.active {
	background-color:#31797d;
}

#runtext {
  display: none;
  position: absolute;
  background: rgba(42, 47, 54, 0.85);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55px;
  color: #fff;
  font-size: 40px;
  z-index: 100;
  overflow: hidden;
}
#runtext span {
  position: absolute;
  top: 5px;
  white-space: nowrap;
}

.program-progress {
	height: 16px;
	position: relative;
	text-align: left;
	display: inline-block;
	width: 100px;
}
.program-progress-bg,
.program-progress-fg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	height: 100%;
}
.program-progress-fg {
	overflow: hidden;
}
.program-progress i {
	display: inline-block;
	background: gray;
	width: 8px;
	height: 100%;
	border-radius: 3px;
	margin: 0 1px;
}
.program-progress-fg i {
	background: #990000;
	z-index: 2;
}

.scene_program {
	z-index: 20;
	text-align: center;
}
.scene_program h4 {
	font-size: 20px;
}
.scene_program #elem-programs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	max-width: 1300px;
}
.scene_program ul {
	list-style: none;
  padding: 0;
  margin: 0;
	float: left;
	width: 50%;
}
.scene_program .channel-item {
	display: block;
	width: auto;
	height: auto;
	line-height: initial;
	text-align: left;
	font-size: 18px;
	float: none;
	margin: 15px 0;
}

.scene_program .previous_program {
	opacity: 0.45;
	font-style: italic;
}
.scene_program .current_program {
	opacity: 1;
	font-weight: bold;
	font-size: 19px;
}
.scene_program .next_program {
	opacity: 1;
}

/* Затемнить всю область слева и снизу */
[scene='program'] .scenes-wrapper {
	left: 0;
	bottom: 0;
}

.menu-item_search .icon {
	background: url("../img/search.png") no-repeat center center;
	background-size: 80%;
	width: 32px;
	height: 32px;
	float: right;
  margin-top: 9px;
  margin-right: -1px;
	opacity: 0.5;
}

.menu-item_bookmarks .icon {
	background: url("../img/bookmarks-icon.png") no-repeat;
	width: 32px;
	height: 32px;
	float: right;
	margin-top: 7px;
	opacity: 0.5;
	background-size: 100%;
}

.focus .icon,
.active .icon {
	opacity: 1
}

.but-icon {
	float: left;
}

.tvx-icon22 {
	font-size: 22px;
}

.tvx-icon-history:before {
	content: "\e889";
}

.tvx-icon-backspace:before {
	content: "\e14a";
}

.tvx-icon-language:before {
	content: "\e894";
}
