@charset "utf-8";
/* CSS Document */
* {
	font-size: 16px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif", "BPGRioniVera";
/* noselect */
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
::-webkit-scrollbar {
    display: none;
	}
html, body {
    padding: 0;
    margin: 0;
    color: rgba(255,255,255,0.44);	
    overflow: hidden;
	height: 100vh;
	position: relative;
	}
html {
    background-color: #000000;
	}
body {
    width: 100%;
    background-color: transparent;
    padding: 0;
    margin: 0;
	}

.logo {
    position: fixed;
    top: 0;
    right: 0;
    height: 4vw;
    width: 15vw;
    background: url(/img/logo_w.png) 10px 0px no-repeat;
    background-size: contain;
    margin: 0.5vw 0;
    opacity: 1;
	z-index: 1;
	display: none;
}
.leftPanel {
    position: fixed;
    left: 0;
    height: 100%;
    background-color: rgba(0,0,0,0.50);
    padding-left: 5px;
}
.User, .Look, .Search,  {
    display: block;
    position: relative;
    width: 2.8vw;
    height: 2.8vw;
    margin-top: 2vw;
    margin-right: 5px;
    padding: 3px;
    background: url(/img/user.png) center no-repeat;
    background-size: 80%;
    cursor: pointer;
    opacity: 0.5;
    color: #fff;
}
.leftPanel > div:focus-visible, .leftPanel > div:hover {
    opacity: 1;
}
.Look {
    margin-top: 2.3vw;
    background: url(/img/look.png?0) center no-repeat;
    background-size: 80%;
}
.Search {
    margin-top: 0.7vw;
    background: url(/img/search.png) center no-repeat;
    background-size: 80%;
}



.c_items{ 
	min-height: 30vh;
	background-color: rgba(0,0,0,0.76);
}

*:focus-visible{
    outline: auto;
}



.Console {
    display: inline-block;
    position: absolute;
    top: 15%;
    left: 65%;
    width: 32%;
    height: 47%; 
    background-color: #000;
    color: #fff;
    padding: 10px;
    overflow: auto;
	transition: 1s;
	z-index: 1;
	border: 1px solid #888;
	visibility: hidden;
}

.error{color:#000;}
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.50);
    text-align: center;
    vertical-align: middle;
	display: none;
}
.popup.visible{
	display:inherit;
}
.popup .box {
    background-color: white;
    display: inline-block;
    padding: 3%;
    margin-top: 20vh;
    border-radius: 10px;
    box-shadow: 20px 10px 20px rgba(0,0,0,0.50);
    color: rgba(0,0,0,0.50);
}
.box > * {
    margin-top: 9px;
}
.popup.profile table tbody tr td:nth-child(2){text-align: left; font-weight: bold}
.popup.profile table tbody tr td:nth-child(1){
	text-align: right;
}
.redalert{color:#f00; font-weight:bold; }
.bsgBox table{
	border-radius: 10px;
	box-shadow: 20px 10px 20px rgba(0,0,0,0.50);
}

.Genres, .Channels, .Programs, .tvChannelInfo {
    height: 100%;
    padding: 1vw;
    text-align: left;
	position: relative;
    white-space: nowrap;
	background0: url(/img/w_gradient.png) left repeat-y rgba(0,0,0,0.25);
}

.Genres, .tvChannelInfo {
    width: 42vw;
	padding-top: 29vw;
	}

.GenreItem {
    font-size: 15pt;
    padding: 10px 5px;
	margin: 3px;
}
.GenreItem:hover, .GenreItem:focus-visible,
.ChannelItem:hover, .ChannelItem:focus-visible,
.ProgramItem:hover, .ProgramItem:focus-visible
	{
    color: #fff8;
    cursor: pointer;
    outline: auto;
	}
.ProgramItem.Past {
    color: #fff;
}

.GenreItem.selected, .ChannelItem.selected, .ProgramItem.selected {
    outline: solid;
    color: #0f0;
    border-radius: 1px;
	position: relative;
}
.GenresList, .ChannelList, .ProgramList {
    height: 90%;
    overflow: auto;
	padding: 0;
}
.ProgramList {
	height: 100%;
}
.GenreItem.selected:after, .ChannelItem.selected:after {
    content: ' ';
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0px;
    top: calc(50% - 20px);;
    background: url(/img/next.png) center no-repeat;
    background-size: 80%;
}



.Channels, .ProgramList {
    width: 58vw;
}

.ChannelList, .ProgramList{
	font-size: 15pt;
	padding: 3px;
}
.ChannelItem, .ProgramItem {
	padding: 10px 0;
    margin-bottom: 3px;
}
.GenreHeader {
    text-transform: uppercase;
    font-size: 13pt;
    margin-top: 15px;
	color: #fff;
    margin-left: -20px;
}

.GenreItem:nth-child(odd), .ChannelItem:nth-child(odd) , .ProgramItem:nth-child(odd) {
    background-color: #fff1;
}

.ChannelItem {
    background-size: 50px 50px;
    background-position: 4px center;
    background-repeat: no-repeat;
}
.GenreItem.active, .ChannelItem.active, .ProgramItem.active {
    background-color: #080;
	color:white;
}
.ChannelItem span:nth-child(1) {
	height: 50px;
    display: inline-block;
    width: 60px;
    text-align: center;
    float: left;
    font-size: 30px;
    font-weight: bold;
    background: #fff1;
    line-height: 50px;
    margin-right: 5px;
}
.ChannelItem span:nth-child(2) {
    display: inline-block;
    width: 50px;
    height: 50px;
    float: left;
    background-size: contain;
    margin-right: 5px;
}
.ChannelItem span:nth-child(3) {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
}
span.back {
    margin-right: 8px;
    padding: 0 5px;
    width: 22px;
    height: 22px;
    text-indent: -22px;
    display: inline-block;
    overflow: hidden;
    background: url(/img/previous.png) center no-repeat;
    background-size: contain;
    vertical-align: text-bottom;
}
.TvCHeader span.Number {
    width: 70px;
    display: inline-block;
    text-align: center;
}

.ProgramItem {
    white-space: nowrap;
    padding: 10px 0;
	color: rgba(255,255,255,0.44);
	font-size: 16px;
}
.ProgramItem span {
    display: table-cell;
    vertical-align: middle;
    padding-right: 0px;
    padding-left: 15px;
    height: 100%;
	position: relative;
}

.ProgramDate {
    color: #fff;
    margin: 50px 0 10px -20px;
    font-size: 20px;
}

.ProgramItem.New {
    color: #fff;
}
.ProgramItem.Current {
    color: #8f0;
}
.ProgramItem.Current > span:nth-child(1):before {
    content: ' ';
    display: inline-block;
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: red;
    top: 21px;
    left: 5px;
    border-radius: 7px;
}
.ProgramItem.Old > span:nth-child(2):after,
.ProgramItem.Current > span:nth-child(2):after{
    content: ' ';
    display: inline-block;
    width: 20px;
    height: 12px;
    background: url(/img/btn_play_green.png) center no-repeat;
    vertical-align: middle;
    background-size: contain;
    margin-left: 5px;
}
select {
    min-width: 200px;
    padding: 5px;
    border-color: #aaa;
    border-radius: 5px;
}

.logo.showPrograms {
    left: 0;
	display: inline-block;
	}
.popup.tvchannels, .popup.tvprograms{
	background-color: #022;
	}
div#live-player.showPrograms {
    left: 1vw;
    top: 5vw;
    width: 40vw;
    height: 22.5vw;
	}
div#live-player.showPrograms .media-control{
	display: none;
	visibility: hidden;
	opacity: 0;
	}

video{width: 100%; height: 100%; background: #000;}
.clock {
    position: fixed;
    top: 1vw;
    right: 59vw;
    font-family: arial;
    font-size: 3vw;
    font-weight: bold;
	}
.popup.tvprograms .ChannelHeader {
    background-color: #fff1;
    width: 100%;
    min-height: 50px;
    padding: 10px;
	overflow: hidden;
    text-overflow: ellipsis;
}

.popup.tvprograms span.channelLogo {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-size: contain;
    margin-right: 10px;
    vertical-align: middle;
}
.popup.tvprograms span.ChannelName {
    font-size: 25px;
    font-weight: bold;
    vertical-align: middle;
}
.popup.tvprograms .ProgramDetails {
    background-color: #fff1;
    width: 100%;
    min-height: 50px;
    padding: 10px;
    margin-top: 20px;
}
.ProgramList{ padding: 3px 10px 3px 3px; padding-top: 5vw;    }

.ProgramItem *{font-size: 22px;}

.dayName {
    text-align: left;
    font-size: 30px;
    background-color: #fff4;
    color: #fff;
    padding: 7px 10px;
}
span.PrName {
    text-align: left;
}
.PrDivider {
    height: 50px;
}
.ProgramItem.Past.disabled {
    color: #f00a;
}

body.showPrograms .popup.tvchannels.active, body.showPrograms .popup.tvprograms.active{
	display: inline-flex;
}

.ChannelItem{
	padding: 0;
	min-height: 50px;
	margin-bottom: 3px;
	color: #fff;
}
.ChannelItem.noStream {
    background-color: #800;
    opacity: .5;
}
.ChannelNumPopup, .errorPopup{z-index: 1;}
.ChannelNum {
    font-size: 5vw;
    color: #050;
}
.errorText {
    font-size: 2vw;
    color: #500;
}