html,body {
	padding:0;
	margin:0;
}

@font-face {
	font-family: HelveticaNeue;
    src: url(../fonts/HelveticaNeue.ttf);
}

@font-face {
	font-family: OpenSans;
    src: url(../fonts/OpenSans-Regular.ttf);
}

body {
	/*
	 * To enable transparency you need to set a transparent background to body
	 */
	background: url('../images/transparent.png');
	-webkit-background-composite: copy;
	/*background-color:black;*/
	font-family: HelveticaNeue, Helvetica, Trebuchet MS;
	width:1280px;
	height:720px;
	color: white;
	overflow: hidden !important;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	font-family: Verdana, sans-serif;
}

#console {
	display: block;
	position: absolute;
	bottom: 0;
	left: 72px;
	background: rgba(0, 0, 0, 0.75);
	color: #fff;
	width: 720px;
	height: 256px;
	z-index: 99999;
	overflow: hidden;
}

#console p {
	display: block;
	margin: 0;
	padding: 0;
}

#loading {
	display: none;
	position: absolute;
	top: 344px;
	left: 624px;
	width: 32px;
	height: 32px;
	z-index: 22;
}


#radio-image {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1280px;
	height: 720px;
	z-index: 21;
}

#loading img {
	width: inherit;
	height: inherit;
}


#middle {
    display: table-cell;
    vertical-align: middle;
}

#radio-image img {
	width: inherit;
	height: inherit;
}

#app_container {
	width:1280px;
	height:720px;
	overflow: hidden;
}

#page_container {
	overflow:hidden;
	height:560px;
	width:1280px;
	font-family: HelveticaNeue, Helvetica, "Trebuchet MS" !important;
}

#top_bar {
	background-color:#436190;
	width:1280px;
	height:100px;
}

#logo {
	position:absolute;
	margin: 40px 0px 0px 70px;
	height:40px;
}

#radio-image #channel-logo-radio {
    width: 212px !important;
    height: 215px !important;
    position: absolute;
    left: 704px;
    top: 252px;
    vertical-align: middle;
    display: table;
}

#radio-image #channel-logo-radio .middle {
    display: table-cell;
    vertical-align: middle;
}

#radio-image #channel-logo-radio .middle .logo {
  	width: 100%;
	height: auto;
	vertical-align: middle;
	display: table-cell;
}

#app_name {
	color: white;
	font-size: 32px;
	height: 60px;
	margin: 50px 70px 0 0;
	position: absolute;
	right: 0;
}

#pages {
	width:1280px;
}

.page-view {
	width:1210px;
	height:560px;
	padding:0 0 0 70px;
	float:left;
}

#bottom_bar {
	width:1140px;
	height:55px;
	bottom:0;
	background-color:#252525;
	padding:5px 70px 0px 70px;
	color:#FFFFFF;
}

.color-button {
	float:left;
	text-align:center;
	margin-left: 20px;
}

.button-image,.button-label {
	float:left;
	margin:0 5px;
}

.button-label {
	font-size:15px;
	padding:1px 0;
}

.color {
	float:left !important;
	margin-bottom:15px !important;
}

.color-preview {
	float:left;
	width:50px;
	height:36px;
}

.window_player {
	height: 280px;
	left: 700px;
	position: absolute;
	top: 220px;
	width: 500px;
	z-index: 100;
}

.fullscreen_player {
	position: absolute;
	height: 720px;
	width: 1280px;
	left: 0px;
	top: 0px;
	background-color: black;
	z-index: 100;
}

.window_video_object {
	width: 500px;
	height:280px;
}

.fullscreen_video_object {
	width: 1280px;
	height:720px;
}

#video_view {
	height: 720px;
	width: 1280px;
	position: absolute;
	top: 0;
	left: 0;
	/*top:-9999px;
	left:-9999px;*/
	z-index: 20;
	display: block;
}

#video {
	height: 720px;
	width: 1280px;
	position:relative;
}

#control_bar {
	position:absolute;
	z-index: 100;
	width:100%;
	height:160px;
	top:530px;
	bottom:0;
	left:0;
	padding:0;
	background-color: rgba(17, 17, 17, 0.85);
	display: none;
	font-family:HelveticaNeue, Arial, Helvetica, "Trebuchet MS" !important;
}

#control_info {
	height:120px;
}

#control_info > div {
	float:left !important;
}

#control_bar_actions {
	clear:both !important;
	background-color: #252525;
	width:100%;
	height:40px;
	padding:10px 70px 70px 70px;
	color:#c0c0c0;
}

#control_bar_actions > div {
	float:left !important;
}
#action_container {
  margin-left: 100px;
  padding-top: 5px;
  width: 1200px;
}

.action-label {
	float:left;
	margin-left:5px;
	margin-top:3px;
	font-size: 18px;
	color: #ffffff;
}

.action-item {
	width:200px;
	float:left;
}

.action-icon {
	float:left;
}

#channel_info {
	position: absolute;
	top: -450px;
	left: 100px;
	padding: 10px;
	height: 25px;
	background-color: #111111;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	display: table;
}

#channel_lcn {
	font-size: 30px;
	margin-right: 10px;
}

#channel_title {
}

#channel_logo {
	display: table;
	padding-left:70px;
	/*background-color: #D2D2D2;*/
	height:120px;
	width:120px;
}

#channel_logo img{
	/*width: 100%;*/
	/*height: auto;*/
	vertical-align: middle;
}

#p_event {
	height:120px;
	width:480px;
	color: #C0C0C0;
}

#p_event_time {
	font-size: 18px;
	margin-top:5px;
	padding-left:40px;
	padding-right:40px;
}

#p_event_time_from {
	margin-left: 10px;
}

#p_event_name {
	font-size: 32px;
	color: #7EB3B8;
	text-transform: uppercase;
	padding-left:40px;
	padding-right:40px;
}

#p_event_seek_bar {
	width:400px;
	height:4px !important;
	background-color:white;
	margin-left:40px;
	margin-right:40px;
	margin-top:5px;
	padding:0;
}

#p_event_seek {
	width:0px;
	height:4px;
	background-color:#630460;
}

#p_event_description {
	font-size: 12px;
	margin-top:5px;
	padding-left:40px;
	padding-right:40px;
}

#f_event {
	height:120px;
	width:330px;
	color: #C0C0C0;
}

#f_event_time {
	font-size: 18px;
	margin-top:30px;
	padding-left:40px;
	padding-right:40px;
}

#f_event_time_from {
	margin-left: 10px;
}

#f_event_name {
	font-size: 24px;
	text-transform: uppercase;
	padding-left:40px;
	padding-right:40px;
}

#event_bar {
	height:120px;
	width:2px;
}

#event_bar_1 {
	height:20px;
}
#event_bar_2 {
	height:80px;
	background-color:#707070;
}
#event_bar_3 {
	height:20px;
}

#time_holder {
	padding-right:70px;
	height:120px;
	width:110px;
	color: #E9E9E9;
	float: right !important;
	font-size: 32px;
	text-align: center;
}

#time {
	margin-top: 10px;
	font-size: 42px;
	text-align: center;
}

#date {
	font-size: 22px;
	text-align: center;
}

#popup_view {
	display: none;
	position: absolute;
	z-index: 99998;
	width: 640px;
	left: 320px;
	height: 360px;
	top: 180px;
	background-color: black;
	color:white;
	text-align: center;
	padding: 20px;
	font-size:20px;
}

#popup_close {
	width: 60px;
	height: 30px;
	padding: 2px;
	border: 3px solid white;
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: 300px;
}

/* New additions */
#channel-number {
	position: absolute;
	z-index: 100;
	display: none;
	background-color: #111111;
	top: 80px;
	right: 100px;
	padding: 10px;
	color: white;
	font-size: 30px;
	z-index:999999999;
}
#splash-screen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/default_splash.png');
	background-repeat: no-repeat;
	background-position: center;
	z-index: 9999999;
}

#loader {
	position: absolute;
	left: 50%;
	top: 65%;
}

#no-access {
	display: none;
	position: absolute;
	font-family: OpenSans, Helvetica, Trebuchet MS;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #efefef;
	background-image: url('../images/noaccess_iptv.jpg');
	background-repeat: no-repeat;
	background-position: center;
	color: #505050;
	/*z-index: 999998;*/
	z-index: 99;
}

#no-access .no-access {
	position: absolute;
	top: 305px;
	left: 165px;
	font-size: 65px;
}

#no-access .no-access-info {
	position: absolute;
	top: 280px;
	left: 650px;
	font-size: 16px;
}

#no-access .no-access-package {
	position: absolute;
	top: 310px;
	left: 650px;
	font-size: 16px;
}

#no-access .no-access-package-name {
	position: absolute;
	top: 360px;
	left: 650px;
	font-size: 30px;
}

#view-about {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/about_iptv.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #111111;
	z-index: 9999;
}

.popup {
    display: none;
    position: absolute;
    width: 560px;
    /*height: 250px;*/
	min-height: 245px;
	max-height: 400px;
    top: 60px;
    left: 360px;
    background-color: #efefef;
    border-radius: 5px;
    overflow: hidden;
    z-index: 9999999999999;
    /*box-shadow: 0px 3px 0px 0px rgba(105,105,105,1);*/
}

.popup-header {
    background-color: #4B96D2;
    color: #efefef;
    /*padding: 10px 20px;*/
    padding: 20px;
    font-size: 20px;
    background : -moz-linear-gradient(22.35% -210.48% -45deg,rgba(13, 114, 186, 1) 0%,rgba(91, 172, 223, 1) 100%);
	background : -webkit-linear-gradient(-45deg, rgba(13, 114, 186, 1) 0%, rgba(91, 172, 223, 1) 100%);
    background : -webkit-gradient(linear,22.35% -210.48% ,77.65% 310.48% ,color-stop(0,rgba(13, 114, 186, 1) ),color-stop(1,rgba(91, 172, 223, 1) ));
    background : -o-linear-gradient(-45deg, rgba(13, 114, 186, 1) 0%, rgba(91, 172, 223, 1) 100%);
    background : -ms-linear-gradient(-45deg, rgba(13, 114, 186, 1) 0%, rgba(91, 172, 223, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0D72BA', endColorstr='#5BACDF' ,GradientType=0)";
    background : linear-gradient(135deg, rgba(13, 114, 186, 1) 0%, rgba(91, 172, 223, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0D72BA',endColorstr='#5BACDF' , GradientType=1);
}

.popup-message p {
    padding: 25px;
    font-size: 20px;
	color: #606060;
	/*testing*/
	padding-bottom: 5px;
}

.popup-nav {
    /* position: absolute; */
    bottom: 5px;
    display: flex;
    overflow: hidden;
    justify-content: center;
	width: 100%;
	padding-bottom: 5px;
}

.popup-button {
    color: #efefef;
    font-size: 20px;
    /*border-radius: 2px;*/
    background-color: #4B96D2;
    padding: 13px 45px;
    margin-right: 5px;
    /*border: 2px solid transparent;*/
    background : -moz-linear-gradient(50% 100% 90deg,rgba(13, 114, 186, 1) 0%,rgba(91, 172, 223, 1) 100%);
    background : -webkit-linear-gradient(90deg, rgba(13, 114, 186, 1) 0%, rgba(91, 172, 223, 1) 100%);
    background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(13, 114, 186, 1) ),color-stop(1,rgba(91, 172, 223, 1) ));
    background : -o-linear-gradient(90deg, rgba(13, 114, 186, 1) 0%, rgba(91, 172, 223, 1) 100%);
    background : -ms-linear-gradient(90deg, rgba(13, 114, 186, 1) 0%, rgba(91, 172, 223, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0D72BA', endColorstr='#5BACDF' ,GradientType=0)";
    background : linear-gradient(0deg, rgba(13, 114, 186, 1) 0%, rgba(91, 172, 223, 1) 100%);
    border-radius : 11px;
    -moz-border-radius : 11px;
    -webkit-border-radius : 11px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5BACDF',endColorstr='#0D72BA' , GradientType=0);
}

.popup .popup-button.selected {
    background-color: #ef7419;
    /*border-color: #a15f1e;*/
    background : -moz-linear-gradient(50% 100% 90deg,rgba(255, 147, 30, 1) 0%,rgba(255, 190, 120, 1) 100%);
    background : -webkit-linear-gradient(90deg, rgba(255, 147, 30, 1) 0%, rgba(255, 190, 120, 1) 100%);
    background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(255, 147, 30, 1) ),color-stop(1,rgba(255, 190, 120, 1) ));
    background : -o-linear-gradient(90deg, rgba(255, 147, 30, 1) 0%, rgba(255, 190, 120, 1) 100%);
    background : -ms-linear-gradient(90deg, rgba(255, 147, 30, 1) 0%, rgba(255, 190, 120, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF931E', endColorstr='#FFBE78' ,GradientType=0)";
    background : linear-gradient(0deg, rgba(255, 147, 30, 1) 0%, rgba(255, 190, 120, 1) 100%);
    border-radius : 11px;
    -moz-border-radius : 11px;
    -webkit-border-radius : 11px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBE78',endColorstr='#FF931E' , GradientType=0);
    
}

#softwareUpdatePopup {
    display: none;
    position: absolute;
    width: 560px;
    /*height: 250px;*/
    height: 245px;
    top: 60px;
    left: 360px;
    background-color: #efefef;
    border-radius: 5px;
    overflow: hidden;
    z-index: 9999999999999;
}

#softwareUpdatePopup .header {
    background-color: #4B96D2;
    color: #efefef;
    /*padding: 10px 20px;*/
    padding: 20px;
    font-size: 20px;
}

#softwareUpdate-messages p {
    padding: 25px;
    font-size: 20px;
    color: #606060;
}

#softwareUpdateNav {
    position: absolute;
    bottom: 5px;
    display: flex;
    overflow: hidden;
    justify-content: center;
    width: 100%;
}

#softwareUpdateNav .popup-button {
    color: #efefef;
    font-size: 20px;
    /*border-radius: 2px;*/
    background-color: #4B96D2;
    padding: 13px 35px;
    margin-right: 5px;
    /*border: 2px solid transparent;*/
}
/*
#softwareUpdateNav .selected {
    background-color: #ef7419;
    border-color: #a15f1e;
}
*/