/*
 *	GuideTV CSS
 */

html {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background: url('../img/notebook.png');
	background: url('../img/brickwall.png');
	background: url("../img/background.jpg") no-repeat center center fixed #000;
    background-size: 100% 100%;
}

#main {
	padding-bottom: 20px;
}

#search {
	display: none;
}

#nMenu {
	border-top-right-radius: 5px !important;
	width: 1035px !important;
}

.ssMenu li {
	width: 185px !important;
}

#content {
	width: 96%;
	margin: 5px 0 20px 35px;
	padding-bottom: 10px;
}

#guidetv {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

#week {
	width: 840px;
	border-collapse: collapse;
	margin: 3px 0 -70px 2px;
	position: relative;
	top: -35px;
	left: 45px;
}

#days td{
	text-align: center;
	padding: 2px;
	width: 70px;
}

#days span {
	font-weight: bold;
}

#days td div {
	padding: 4px;
	/* */
	border: 1px solid #ddd;
    color: #1A1A1A;
    cursor: pointer;
    line-height: 24px;
    margin-bottom: 9px;
    text-align: center;
    text-decoration: none;
	//font-size: 10pt;
}

#days td div:hover, #days td #selected_day {
	cursor: pointer;
	color: white;
	text-shadow: none;
	background: #3B6DB4;
	background: #00529C;
}
#days span, #days td, #selected_day {
	font-size: 10pt !important;
}

#loading {
	position: absolute;
	top: 200px;
	left: 50%;
	margin-left: -66px;
	display: none;
}

#channels_container {
	width: 975px;
	margin-top: 5px;
}

.channels {
    width: 99%;
	z-index: 2;
	empty-cells: show;
	border-collapse: collapse;
	border: 1px solid #9a9a9a;
}

.channels td {
	vertical-align:top;
}

#next, #previous {
	text-shadow: 0 1px 1px #ddd;
	/* */
	position: relative;
	width: 30px;
	height: 30px;
    line-height: 30px;
	/* */
	border: 1px solid #ddd;
    color: #999;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

#next {
	top: -20px;
	left: 898px;
}

#previous {
	top: 15px;
	left: 5px;
}

.channel {
	margin-right: 1px;
	margin-left: 2px;
}

.channel_header, .channel_content {
	height: 85px;
}

.channel_header {
	width: 100px;
}

.channel_content {
	position: relative;
	border-color: #B0B0B0 #B0B0B0 #9A9A9A;
    border-style: solid;
    border-width: 1px;
	padding: 0px;
	margin: 0px;
}

.epg {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 89px;
}

.epg td {
	width: 25%;
}

.channel_header {
	padding: 2px;
	margin-left: 2px;
	position: relative;
	font-family: 'helvetica';
	/* */
    border-color: #B0B0B0 #B0B0B0 #9A9A9A;
    border-style: solid;
    border-width: 1px;
    color: #1A1A1A;
    cursor: pointer;
    text-align: left;
    text-decoration: none;
}

.channel_morning, .channel_afternoon, .channel_evening, .channel_night, .channel_now, .now {
	width: 100%;
	border: 1px solid #999;
	padding: 2px;
	margin-left: 2px;
	background: #f8f8f8 !important;
	overflow: hidden;
	border-top: none;
}

.selectedChannelPeriode {
	display: block;
}

.hiddenChannelPeriode {
	display: none;
}

.logos {
	width:30px;
	height: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.channel_logo, .channel_list_logo {
	position: relative;
	left: 20px;
	top: 12px;
	width: 60px;
	cursor: pointer;
}

.channel_list_logo {
	top: 0px;
}

.picoftheday {
	width: 100%;
	padding-top: 5px;
}

#crop_image {
	height: 100px;
	overflow:hidden;
}

#day_periodes, #time_periodes {
	margin: 0 0 0 5px;
}

.day_periode, .time_periode {
    padding: 0 16px;
	/* */
    border-color: #B0B0B0 #B0B0B0 #9A9A9A;
    border-style: solid;
    border-width: 1px;
    color: #1A1A1A;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-bottom: 9px;
    margin-right: 8px;
	margin-top: 5px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    text-decoration: none;
}

.day_periode:hover{
	background: #3B6DB4;
	background: #00529C;
	color: #fff;
}


.day_periode, .day_periode:hover {
    background: none repeat scroll 0 0 #fff;
    color: #333;
}

.day_periode, .time_periode {
    border: 1px solid #ddd;
    border-radius: 0;
    color: #333;
	font-size: 10pt;
    height: 25px;
    line-height: 15px;
    margin-left: -1px;
    padding-top: 10px;
    position: relative;
    text-decoration: none;
    top: 2px;
    width: 150px;
}

.time_periode {
    float: right;
    position: relative;
    right: 28px;
    top: -50px;
}

.time_periode:hover {
	background: #3B6DB4;
	background: #00529C;
	color: #fff;
}

.selectedPeriode, .selectedPeriode:hover {
    box-shadow: none;
    border: 1px solid #ddd;
	color: white;
	font-weight: bold;
	background: #577CA2;
	background: #3B6DB4;
	background: #00529C;
	font-weight: normal;
	text-shadow: none;
}

.channel_title_container {
	width: 70%;
	height: 28px;
	overflow: hidden;
}

.channel_title {
	line-height: 28px;
    margin: 0;
    padding: 0 16px;
    font-size: 9pt;
	font-weight: bold;
    text-transform: uppercase;
	width: 90px;
}

.channel_title:hover {
	cursor: pointer;
}

.channel_list {
	width: 100%;
	overflow: hidden;
	background: white;
	/* */
	border-color: #B0B0B0 #B0B0B0 #9A9A9A;
    border-style: solid;
    border-width: 1px;
	border-bottom: none;
	border-top: none;
}

.channel_list:first-child {
	border-left: none;
}

.channel_list:last-child {
	border-right: none;
}

.channel_list, .channel_list td {
	padding-top: 3px;
	padding-bottom: 3px;
	background: #f8f8f8;
}

.channel_list:hover {
	cursor: pointer;
	background: #e8f6fd !important;
}

.currentShow, .currentShow:hover {
	background: #476C92 !important;
	background: #3B6DB4 !important;
	background: #00529C !important;
}

.currentShow .channel_time, .currentShow .channel_name, .currentShow .channel_text {
	color: #fff !important;
}

.currentShow .channel_genre {
	color: #bbb !important;
}

.channel_name {
	font-size: 11pt;
	width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
}

.channel_no_info {
	font-size: 11pt;
	color: #000;
	position: relative;
	top: 30px;
	left: 10px;
}

.channel_duration {
	color: lightsalmon;
	font-size: 10pt;
}

.channel_num {
    text-align: left;
	font-weight: bold;
	margin-left: 5px;
}

.channel_genre, .switch .channel_genre {
	color: slategrey;
	width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 10pt;
}

.channel_time {
    color: #464F57;
    text-align: left;
	font-weight: bold;
	margin-left: 1px;
	font-size: 10pt;
    width: 100%;
}

.channel_text, .channel_header_text {
	text-decoration: none;
	width: 100%;
	color: black;
    font-size: 12pt;
}

.channel_text {
	margin-left: 5px;
}

.channel_header_text {
	font-style: italic;
}

.oneLineN {
	width: 30%;
	float: left;
}

.oneLineT {
	width: 100px;
	float: left;
}

.borderBottom {
	width: 102%;
	height: 30px;
	background: white;
	border-top: 1px solid #999;
	position: relative;
	bottom: 1px;
	left: 3px;
}

.channel_image_container {
	width: 100%;
	height: 150px;
	margin-top: -2px;
	position: relative;
}

.channel_image {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: auto;
	background-repeat: no-repeat;
	border: 1px solid #666;
}

.channel_image_info {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
	padding: 1px 0 8px 6px;
	position: absolute;
	bottom: 0px;
	width: 100%;
}

.channel_image_info_name {
	font-size: 10pt;
}

.channel_image_info_time {
	font-size: 10pt;
	text-transform: italic;
}

.channel_image_container:hover {
	opacity: 0.9;
}

#channel_infobox {
	position: fixed;
	left: 50%;
	//top: 150px;
	top: 50%;
	-ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin-left: -315px;
	width: 600px;
	height: auto;
	//opacity: 0.95;
	border: 1px solid #888;
	z-index: 99999999;
	color: black;
    border-radius: 4px 4px 4px 4px;
	background: #fff;
	display: none;
}

#info_header {
	padding: 0px;
	text-align: center;
	width: 130px;;
}

#info_description {
	vertical-align: middle;
	padding-left: 10px;
	padding-top: 20px;
	width: 420px;
}

#info_logo {
	float: left;
	padding: 0px;
	padding-left: 8px;
	padding-right: 11px;
}

#info_channel {
	margin-left: -13px;
}

#info_name h2, #info_subName h4, #info_channel h2 {
	padding: 0px;
	margin: 0px;
}

#info_channel h2 {
	font-size: 15pt;
	font-weight: normal;
}

#info_name h2 {
	margin-bottom: 10px;
	font-size: 16pt;
}

#info_specs {
	clear: both;
}

#info_genre {
	float: left;
	margin-right: 15px;
}

#info_status {
	font-size: 10pt;
	font-style: italic;
	padding: 15px 0;
}

#info_time {
	float: left;
	margin-right: 4px;
	color: dimgrey;
}

#info_duration {
	font-size: 12pt;
	color: dimgrey;
}

#info_rating img {
	width: 20px;
	height: 20px;
}

#info_text_container {
	height: 170px;
	overflow: hidden;
	padding-top: 5px;
	width: 100%;
	text-align: justify;
}

#info_text {
	text-align: left;
	overflow: auto;
	overflow-x: hidden;
	height: 170px;
	border-radius: 3px 3px 3px 3px;
	padding-right: 15px;
	width: 97%;
	font-size: 10pt;
}

#info_close {
	width: 10%;
	height: 10%;
	background: none;
	border: none;
	font-size: 16pt;
	cursor: pointer;
	position: absolute;
	right: -10px;
	top: -2px;
	color: black;
	right: 0px;
	top: 10px;
}

#infoContainer {
	width: 100%;
}

#info_main {
	width: 100%;
	padding: 20px;
}

#info_up, #info_down {
	position: absolute;
	right: 0px;
	display: none;
	cursor: pointer;
}

#info_up {
	top: 5px;
}

#info_down {
	bottom: -3px;
}

#info_up img, #info_down img {
	width: 13px;
	height: 8px;
}

#selector {
	float: left;
	width: 7%;
}

.selectors {
	padding: 1px;
	margin: 5px;
	min-height: 150px;
	/* */
    border-color: #B0B0B0 #B0B0B0 #9A9A9A;
    border-style: solid;
    border-width: 1px;
    color: #1A1A1A;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.selectors:hover {
    box-shadow: 0px 0px 2px #69a9f1;
}

.currentSelector {
    box-shadow: 0px 0px 2px #69a9f1;
}

.selectors img {
	margin: 0 auto;
	vertical-align: middle;
	display: block;
}

.mychannel_title_container {
	width: 100%;
	height: 28px;
	overflow: hidden;
}

.country_flag {
	padding: 3px;
	width: 18px;
	height: 13px;
	cursor: pointer;
}

#filter_country {
	position: absolute;
	left: 65%;
	top: 45px;
}

#filter_search {
	float: right;
	margin-top: 15px;
	position: relative;
	right: 40px;
	width: 250px;
}

#search_tv {
	padding-left: 8px;
	border: 1px solid #aaa;
	height: 30px;
	width: 100%;
}

#filter_country select{
	width: 150px;
}

#country_flags {
	position: absolute;
	right: 3%;
	top: 1%;
}

.noProgram {
	width: 50px;
	height: 30px;
}

#addSelector {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 5px;
}

#addSelectorButton, #prevButton, #nextButton {
	width: 16px;
	height: 16px;
	border: none;
	cursor: pointer;
	position: relative;
	top: 2px;
	left: 0px;
}

#addSelectorButton {
	background: url('../img/add.png') no-repeat;
}

#prevButton {
	background: url('../img/leftpanel.png') no-repeat;
}

#nextButton {
	background: url('../img/rightpanel.png') no-repeat;
}

.mychannel_select {
	border: none;
	background: white;
	width: 100%;
	height: 28px;
	font-size: 12pt;
	opacity: 0;
	cursor: pointer;
}

.mychannel_header {
	width: 100%;
	position: absolute;
}

.mychannel_title {
	position: absolute;
	height: 28px;
	cursor: pointer;
	font-size: 10pt;
	font-weight: bold;
	padding: 6px 0 0 7px;
}

.mychannel_drop {
	float: right;
	width: 10px;
	height: 6px;
	margin: 12px 10px 0 0;
}

#totalTime {
	width: 100%;
	width: 95%;
	height: 6px;
	background: #F3F3F3;
	border: 1px solid #ddd;
}

#elapsedTime {
	height: 4px;
	width: 0px;
	background: #104c92;
	border: 1px solid #cfcfcf;
}

#progressBar {
	width: 100%;
	width: 95%;
	position: relative;
}

.progressBarTime {
	padding-top: 1px;
	font-size: 11pt;
}

#progressBarBar {
	width: 80%;
}

#info_name h2 {
	margin-bottom: 0px;
}

.emptyChannelEntry {
	width: 100%;
	height: 100%;
	overflow: visible;
}

.hiddenChannelEntry {
	display: none;
	/* */
    width: 141px;
	height: 60px;
	background: white;
	position: absolute;
	border: 1px solid #B1B1B1;
    padding: 10px;
    z-index: 5;
}

.hiddenChannelEntry .channel_time {
	color: #464F57 !important;
	font-weight: normal;
}

.hiddenChannelEntry .channel_name {
	color: #000 !important;
	font-weight: normal;
	width: 130px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.hiddenChannelEntry .channel_genre {
	color: #708090 !important;
	font-weight: normal;
}

.emptyChannelEntry:hover .hiddenChannelEntry {
	display: inline-block;
}

#guide {
	padding-left: 80px;
	margin-bottom: 20px;
}

.guide_info, .guideList, .guideListEntry {
	width: 830px;
	text-decoration: none;
}

.guide_time {
	width: 120px;
	vertical-align: middle;
}

.guide_channel_name, .guide_channel_genre, .guide_channel_time, .guide_channel_description {
	width: 100%;
	text-align: left;
	font-weight: normal;
}

.guide_channel_time {
	font-size: 12pt;
}

.guide_channel_name {
	font-size: 11pt;
	color: #333;
}

.guide_channel_genre {
	font-size: 12pt;
	color: #666;
}

.guide_channel_description {
	font-size: 12pt;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 700px;
}

.grey .guide_channel_genre {
	color: #666;
}

.currentShow .guide_channel_time, .currentShow .guide_channel_name, .currentShow .guide_channel_description {
	color: #fff;
}

.currentShow .guide_channel_genre {
	color: #ccc;
}

.guideListEntry {
    border-radius: 2px;
    padding: 5px;
	border: 1px solid #bbb;
	margin-top: -1px;
}

.guideListEntry:hover {
	background: #e8f6fd;
}

#guideLogo {
    position: relative;
	left: 62px;
    top: 15px;
	width: 100%;
	height: 65px;
}

#guideLogo img {
    float: left;
	width: 60px;
}

#guideName {
    position: relative;
    top: 10px;
    left: 30px;
    font-size: 25pt;
	line-height: 55px;
	width: 600px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.grey {
	background: #f6f6f6;
}

.guide_sep {
	width: 10px;
}

.guide_separator {
	border-right: 1px solid #bbb;
	height: 100%;
	width: 1px;
}

#list_channels {
	position: relative;
	left: 125px;
	width: 740px;
	overflow: hidden;
	height: 65px;
}

.channels_panel {
	position: absolute;
}

#channel_list_logos {
	margin:auto;
}

#list_channel_left, #list_channel_right {
	cursor: pointer;
	position: relative;
	width: 30px;
	line-height: 30px;
	color: #999;
	border: 1px solid #ddd;
	text-align: center;
}

#list_channel_right {
	top: -40px;
	left: 800px;
}

#list_channel_left {
	left: 100px;
	top: 50px;
}

.channel_delete {
    position: absolute;
    right: -32px;
    top: 30px;
	cursor: pointer;
	color: #555;
	font-weight: normal;
	font-size: 13pt;
}

#no_channel_message {
	font-size: 11pt;
	color: #000;
	position: relative;
	top: 25px;
	left: 10px;
}


#guide_fav {
    position: relative;
    right: 115px;
    bottom: 20px;
    float: right;
	font-size: 11pt;
}

#guide_fav a {
    color: #000;
    font-weight: normal;
    text-decoration: underline;
}

.ssMenuImagePic {
	width: 50px !important;
	height: 35px !important;
}

/* EPG Images */
#info_image {
	text-align: center;
}
#image_emission {
	max-height: 250px;
	max-height: 200px;
}

/* EPG Videos */
.info_video {
	position: relative;
	display: table-cell;
}

.videoImage{
	max-height: 200px;
	cursor: pointer;
}

.video:hover {
	opacity: 0.7;
}

.playButton {
	position: absolute;
	left: 110px;
	top: 80px;
	cursor: pointer;
}

.videoContainer {
	display: none;
	background: rgba(4, 4, 4, 0.9);
	border: 1px double #444;
	width: 960px;
	height: 600px;
	position: absolute;
	left: 50%;
	margin-left: -480px;
	z-index: 999999;
}

.videoContainer iframe {
	width: 100%;
	height: 100%;
}

.trailerClose {
	position: relative;
	right: -30px;
	float: right;
	cursor: pointer;
}