@import url('css/bootstrap.min.css');
@import url('css/bootstrap-theme.min.css');
@import url('css/iconselect.css');

body {
	background: #e5e5e5;
}
.parent-content {
	min-height: 400px; 
}

li.selected a{
    background-color: #428bca !important;
    border-color: #428bca !important;
	color: white;
}
span.required {
    color: red; 
}
div.errorMessage {
    color: red;
}
.navbar {
	min-height: 60px;
}

.navbar-default {
	background: #005e9b;
	border:0px ;
	border-radius: 0px;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-size: 13pt;
	/*font-weight: bold;*/
}

.navbar-nav > li > a {
	line-height: 30px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #ffa800;
	background: transparent;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #ffa800;
	background: transparent;
}

.main-content {
	min-height: 367px;
}

.footer {
	background: #0161bf;
	min-height: 180px;
	margin-top: 40px;
}

.footer .bottom-menu {
    margin: 20px 0px;
}

.footer .bottom-menu li {
  display: inline-block;
  padding: 5px 15px;
}

.footer .bottom-menu>li>a {
	color: #fff;
	font-weight: bold;
}

.footer .bottom-menu>li>a:focus, .bottom-menu>li>a:hover {
	color: #ffa800;
	background: transparent;
}

.footer .skype {
    float: left;
    margin-left: 10px;
}

.footer .skype a {
    color: #000;
}

.footer .skype a:hover {
    color: #fff;
}

.footer p {
	color: #fff;
	font-weight: bold;
}

/*  Homepage  */
/*  Slider  */
.carousel-control {
	width: 6%;
}

.carousel-caption {
	left: 65px;
	text-align: left;
}

.carousel-caption .carousel-title {
	color: #ffa800;
	font-size: 36pt;
}

.carousel-caption .carousel-subtitle {
	font-size: 18pt;
}

.carousel-indicators {
    bottom: 0px;
}

/*  Basic Plan  */
.basic-plan,
.ultimate-plan {
	margin-top: 20px;
}

.basic-plan .panel-default,
.ultimate-plan .panel-default {
	margin-bottom: 0px;
}

.basic-plan .panel-heading {
	color: #0a64bf;
	background: #c7c7c7;
}

.ultimate-plan .panel-heading {
	color: #00800f;
	background: #c7c7c7;
}

.panel-heading .panel-title {
	font-weight: bold;
	font-size: 16pt;
}

.panel-heading .sub-title {
	font-weight: bold;
	font-size: 14pt;
}

.panel-heading .price {
	font-weight: bold;
	font-size: 24pt;
	margin-bottom: 0px;
}

.panel-body {
	padding: 10px;
}

.channel-body {
    margin: 0px auto;
}

.col-channel-4 {
    width: 25%;
    padding: 10px;
    float: left;
    text-align: center;
}

.channel-box {
    width: 100%;
    height: 72px;
    border: 1px solid #0161BF;
    padding: 5px;
}
.video-box {
	position: relative; 
	width: 100%; /* for IE 6 */ 
	height: 113px;
}
.video-box  .video-duration {
	background: none repeat scroll 0 0 #000000;
    top: 0px;
    color: #FFFFFF;
    font-size: 10px;
    height: 12px;
    padding: 0 2px 4px 1px;
    position: absolute;
    right: 0px;	
}
.img-box {
	max-width: 100%;
	max-height: 100%;
}

.channel-box:hover {
	border: 1px solid #ffa800;
}

.more-channels, .place-order {
	float: left;
	width: 50%;
	padding:10px;
	margin-top: 5px;
}

.basic-plan .btn {
	background: #0191bf; /*#0161bf;*/
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 12px;
}

.basic-plan .btn:hover {
	background: #003A73;
}

.ultimate-plan .btn {
	background: #13b27b; /*#00800F;*/
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 12px;
}

.ultimate-plan .btn:hover {
	background: #00560A;
}

/*  Channel Layout  */
.channel-layout .basic-plan {
	background: #f5f5f5;
}

.channel-layout .ultimate-plan {
	background: #e5e5e5;
}

.channel-layout .panel-heading {
	background: transparent;
}

.col-channel {
    width: 20%;
    float: left;
    padding: 10px;
    text-align: center;
}

.channel-layout .col-channel {
    width: 16.6667%;
    float: left;
    padding: 10px;
    text-align: center;
}

.more-channel-box .col-channel {
    width: 19.5%;
    float: left;
    padding: 10px;
    text-align: center;
}

.channel-layout .channel-box{
	width: 100%;
	background: #fff;
    text-align: center;
    height: 98px;
    padding: 18px 0px;
}

.tvod-layout .heading {
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

.tvod-layout .heading input, .tvod-layout .heading select {
	border-radius: 0px;
	border: 1px solid #0161bf;
}

.tvod-layout .heading .btn  {
	margin-left: -6px;
    border-radius: 0px;
    color: #ffa800;
    background: #0161bf;
    border: 1px solid #0161bf;
}

.tvod-layout .heading select {
	width: 200px;
    background: url('images/down-arrow.png') 164px 0px no-repeat #fff;
    -webkit-appearance: none;  /*Removes default chrome and safari style*/
    -moz-appearance: none;  /*Removes default style Firefox*/
}

.tvod-layout .content {
	background: #fff;
}

.prog-list-container {
    margin-top: 20px;
}

.tvod-layout .content .channel-box {
	width: 100%;
	background: #fff;
    text-align: center;
    padding: 0px;
    height: 160px;
    border: 0px;
}

.tvod-layout .content .channel-box img {
	width: 100%;
	height: auto;
}

.tvod-layout .content .channel-box p {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 12pt;
}

a:hover{
	text-decoration: none;
}

#player-box {
	background: #000;
	/*padding: 20px;*/	
	padding: 20px 5px 20px 5px;
	/*margin: 0px 30px 0px 100px;*/
	margin: 0px 10px 0px 72px;
	height: 580px;
	width: 1205px;
}

.player {
	width: 854px;
	min-height: 140px;
	float: left;
	position: relative;
}

.channel-title {
	text-transform: uppercase;
	color: #ffa800;
	height: 80px;
	line-height: 80px;
	text-align: center;
}

#epg {
	float: right;
	/*background: #fff;*/
	width: 335px;
}
.epg-content {
	background: #fff;
	height: 495px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.date {
	height: 31px;
    margin-bottom: 5px;
    width: 100%;
    background: #fff;
}

.date label {
	padding-left: 10px;
}

.date input {
    height: 31px;
    border: 1px solid #c5c5c5;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.ui-datepicker-trigger {
	background: #fff;
	height: 31px;
    border-radius: 0px 4px 4px 0px;
    border: 1px solid #c5c5c5;
    border-left: none;
    margin-top: -1px;
    padding: 3px;
}

.more-channel-btn {
	position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -12px;
    color: #FFA800;
    cursor: pointer; cursor: hand;
}

.more-channel-box {
	display: none;
	position: absolute;
    top: 0px;
    width: 854px;
    height: 480px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.show {
	display: block;
}

.more-channel-box .channel-box {
	width: 98%;
    height: 83px;
    position: relative;
}

.more-channel-box .channel-box .bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width:100%;
    background: #000;
    filter:alpha(opacity=60); /* IE */
	-moz-opacity:0.6; /* Mozilla */
	opacity: 0.6; /* CSS3 */
    border: 0px;
}

.more-channel-box .channel-box .channel-logo {
    position: absolute;
    padding: 6px 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.play-tvod #player-box {
	width: 100%;
	margin: 0px auto;
}

.play-tvod .player {
	float: none;
	margin: auto;
}

.guide-layout,
.policy-layout,
.payment-layout {
	background: #fff;
	min-height: 367px;
	padding: 20px;
	overflow: hidden;
}

.guide-layout .page-title, 
.policy-layout .page-title,
.payment-layout .page-title {
	margin-top: 20px;
	margin-bottom: 50px;
}

.guide-layout .page-title h3, 
.policy-layout .page-title h3,
.payment-layout .page-title h3 {
	color: #FFA800;
    font-weight: bold;
    font-size: 26px;
}

.step-title {
	text-align: center;
	color: #FFA800;
	font-size: 18px;
	padding: 20px 25px 0px;
}

.policy-layout .page-title p {
	font-size: 16px;
	font-style: italic;
}

.policy-layout .basic .panel-heading {
	font-size: 26px;
	font-weight: bold;
	color: #005E9B;
}

.policy-layout .ultimate .panel-heading {
	font-size: 26px;
	font-weight: bold;
	color: #FFA800; 
}

.payment-layout p {
	font-size: 24px;
	text-align: center;
}

.payment-layout .panel-heading {
	font-size: 26px;
	font-weight: bold;
}

.about p {
	text-align: left;
	font-size: 16px;
}

.about .logo {
	text-align: center;
	margin-bottom: 30px;
}

.about .logo img {
	padding: 10px;
	background: #c5c5c5;
	margin: auto;
}

.about .apps-icon {
	padding: 0px 40px;
}

.about .apps-icon img{
	margin: 20px;
} 

.tab-pane {
	padding:20px;
}

.payment-layout .register-info {
    font-size: 14px;
    text-align: left;
}

.week {
    height: 35px;
    display: inline-block;
    line-height: 25px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    background: #005E9B;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
}

.next-week, .prev-week {
    margin-top: -4px;
}

@media (min-width:480px) and (max-width: 768px) {
    .footer .app-download {
        text-align: center;
        padding-bottom: 10px;
    }
    .footer .skype {
        margin-left: 0px;
    }

    .col-channel-4 {
        width: 33.333%;
        padding: 5px;
        text-align: center;
    }

    .col-channel {
        width: 25%;
        float: left;
        padding: 10px;
        text-align: center;
    }

    .channel-layout .col-channel {
        width: 25%;
        float: left;
        padding: 10px;
        text-align: center;
    }

    .more-channel-box .col-channel {
        width: 24%;
        float: left;
        padding: 10px;
        text-align: center;
    }

    .channel-layout .channel-box {
       width: 100%;
        background: #fff;
        text-align: center;
        height: 90px;
        padding: 10px 0px;
    }

    .tvod-layout .content .channel-box img {
        width: 100%;
        height: auto;
    }

    .tvod-layout .content .channel-box {
        width: 100%;
        background: #fff;
        text-align: center;
        padding: 0px;
        height: 160px;
        border: 0px;
    }

    .tvod-layout .heading .btn {
        position: absolute;
        top: 0px;
        right: 15px;
    }

    .guide-layout img {
        margin: auto;
    }

    #player-box {
        height: auto;
    }

    .player {
        width: 100%;
    }

    .play-channel #player-box {
        margin: auto;
        overflow: hidden;
        width: 100%;
    }
    .play-channel .player {
        width: 100%;
    }

    #epg {
        width: 100%;
    }

    .more-channel-box {
        width: 100%;
        height: 75%;
    }
}

@media (max-width: 575px) {
    .more-channel-box {
        width: 100%;
        height: 75%;
    }

    .col-channel {
        width: 33.333%;
    }

    .channel-layout .col-channel {
        width: 33.333%;
        float: left;
        padding: 10px;
        text-align: center;
    }

    .more-channel-box .col-channel {
        width: 32.5%;
        float: left;
        padding: 10px;
        text-align: center;
    }

    .more-channel-box .channel-box {
        width: 100%;
        height: 83px;
        position: relative;
    }

    .more-channel-box .channel-box .channel-logo {
        position: absolute;
        top: 11px;
        left: 0px;
        width: 100%;
        height: 100%;
        text-align: center;
    }
}

@media (max-width: 479px) {
    .footer .app-download {
        text-align: center;
        padding-bottom: 10px;
    }
    .footer .skype {
        margin-left: 0px;
    }

    .col-channel-4 {
        width: 50%;
        padding: 5px;
        text-align:center;
    }

    .col-channel {
        width: 50%;
    }

    .channel-layout .col-channel {
        width: 50%;
        float: left;
        padding: 10px;
        text-align: center;
    }

    .more-channel-box .col-channel {
        width: 47.5%;
        float: left;
        padding: 10px;
        text-align: center;
    }

    .channel-layout .channel-box {
       width: 100%;
        background: #fff;
        text-align: center;
        height: auto;
        padding: 10px 0px;
    }

    .tvod-layout .content .channel-box {
        width: 100%;
        background: #fff;
        text-align: center;
        padding: 0px;
        height: 160px;
        border: 0px;
    }

    .tvod-layout .content .channel-box p {
        text-align: center;
    }

    .tvod-layout .heading .btn {
        position: absolute;
        top: 0px;
        right: 15px;
    }

    .guide-layout img {
        margin: auto;
    }

    #player-box {
        height: auto;
    }

    .player {
        width: 100%;
    }

    .play-channel #player-box {
        margin: auto;
        overflow: hidden;
        width: 100%;
    }
    .play-channel .player {
        width: 100%;
    }

    #epg {
        width: 100%;
    }

    .more-channel-box {
        width: 100%;
        height: 75%;
    }

    .more-channel-box .channel-box {
        width: 100%;
        height: 95px;
        position: relative;
    }

    .more-channel-box .channel-box .channel-logo {
        position: absolute;
        top: 11px;
        left: 0px;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .about .apps-icon img {
        margin: 6px;
    }
}

@media (max-width: 319px) {
    .col-channel-4 {
        width: 100%;
        text-align: center;
    }

}

.facebook {
    position: fixed;
	width: 59px;
    left: 3px;
    top: 240px;
    background: #fff;
    padding: 10px 0px 5px 1px;
    box-shadow: 1px 1px 5px #333;
}
.fb-like {
    width: 100%;
	height: 70%;
	margin-left:4px;
}
.fb-comments-box{
	margin-top: 20px;
	margin-left: 140px;
	margin-bottom: 15px;
}