.body-login {
	background: linear-gradient(#bcbdc0 , #818385);
	padding: 0px;
}

a {
    color: #ccc;
 }
 
a:hover {
    color: #fff;
 } 


.packages-container {
	margin-left:10px;
	margin-right:10px;
}

.div-package {
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-radius: 7px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 315px;
	/*height: 300px;*/
    float: left;
    background-color: #363636;
}

.div-package-selected {
	box-shadow: 0px 0px 5px #fff;
	background-color: #68739a;
	
}

.package-title {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid transparent;
    border-radius: 7px 7px 0px 0px;
    background-color: #1a1a1a;
    width: 100%;
    font-weight: 300;
    font-size: 14px;
}

.package-thumbs-container {
	text-align: center;
    padding-left: 10px;
    padding-right: 15px;
    /*margin-bottom: 15px;*/
}

img.package-icon {
    width: 40px;
    margin-right: 1px;
    margin-bottom: 5px;
    border-radius: 2px;
}

p.package-price {
    float: left;
    margin-left: 10px;
    font-weight: bold;
    font-size: 32px;
	margin-top: 10px;
	margin-bottom: 0px;
}

.radio, .checkbox {
    margin-top: 0px;
}

.radio label, .checkbox label {
    padding-left: 0px;

}

#cart-total {
    display: inline-block;
	font-size: 18px;
}

#cart-container {
	text-align: center;
    font-size: 24px;
    color: #fff;
}

.btn-packages-continue,
.btn-packages-continue:hover,
.btn-packages-continue:focus,
.btn-packages-continue:active,
.btn-packages-continue.active,
.open > .dropdown-toggle.btn-packages-continue,
.btn-packages-continue.disabled,
.btn-packages-continue[disabled],
fieldset[disabled] .btn-packages-continue,
.btn-packages-continue.disabled:hover,
.btn-packages-continue[disabled]:hover,
fieldset[disabled] .btn-packages-continue:hover,
.btn-packages-continue.disabled:focus,
.btn-packages-continue[disabled]:focus,
fieldset[disabled] .btn-packages-continue:focus,
.btn-packages-continue.disabled:active,
.btn-packages-continue[disabled]:active,
fieldset[disabled] .btn-packages-continue:active,
.btn-packages-continue.disabled.active,
.btn-packages-continue[disabled].active,
fieldset[disabled] .btn-packages-continue.active {
	background-color: #30a5ff;
	border-color: #30a5ff;
	padding: 5px;
    border-radius: 5px;
}

.div-paymentcontainer {
	padding: 5px;
}

.div-paymentmethod {
	border: 1px solid rgba(0,0,0,0.1);
    border-radius: 10px;
    /*height: 200px;*/
    background-color: rgba(255,255,255,0.9);
    padding: 10px;
}

.div-paymentmethod:hover {
	background-color: #fff;
}

.paymentmethod-content {
	text-align: center;
	/*height: 145px;*/
}

.paymentmethod-content img{
	max-width: 100%;
}

.paymentmethod-footer {
	text-align: center;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(196, 22, 28, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

.paymentheader {
	width:100%;border-radius: 7px 7px 0px 0px;
}

span.dash-balance {
    font-size: 48px;
    font-weight: bold;
}

#navbar-main > ul > li.dropdown.open > ul > li > span > img, #navbar-main > ul > li.dropdown.open > ul > li > span > a > img {
    max-width: 32px;
    margin: 10px;
}

#navbar-main > ul > li.dropdown.open > ul > li > span {
    font-size: 18px;
}

.large-avatar{
	max-width: 32px;
	margin: 10px;
	border-radius: 50%;
}

.navbar-default .navbar-nav > li > a {
    color: #ebebeb;
    font-size: 18px;
}

.dropdown-menu {
	width: 250px;
	background-color: #1a1a1a;
}

.popup {
	position: absolute;
    z-index: 101;
    top: 30%;
    left: 20%;
    right: 20%;	
	
}

.panel {
	background-color: rgba(0,0,0,0.2);
	border-radius: 5px;
}

.panel-default {
    /*border: 2px solid #1a1a1a;*/
}

.panel-default > .panel-heading {
    border-radius: 0px;
}

#solo-tvchannels-container {
    max-height: calc(100vh - 150px);
    overflow-y: scroll;
    /*margin: 0 10px 0 10px;*/
}



.solo-channel-icon, .solo-channel-icon-nopackage {
    display: inline;
}

.solo-channel-icon img {
    /*margin: 10px;*/
    background: white;
    /* margin-bottom: 10px; */
    width: 100%;
    border-radius: 5px;
	
}



.solo-channel-icon img:hover {
    opacity: 0.8;
	
}

.solo-channel-icon-nopackage img {
    margin-right: 0px;
    width: 0px;
}

img.player-placeholder {
    width: 100%;
}

.mv-player {
    /*margin-top: 15px;*/
	text-align: center;
	width: 100%;
	display: inline-block;
	position: relative;
	/*margin-bottom:80px;*/
}
.mv-player:after {
  padding-top: 56.25%;
  /* 16:9 ratio */
  display: block;
  content: '';
}
.mv-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  
}

.mv-player-tv {
	width: 100% !important;
}

span#solo-title {
    float: left;
    line-height: 48px;
	margin-left: 15px;
}

select#variantselect, select#playerselect, select#qualityselect, select#ispselect {
    background: #555;
    width: 100px;
    border: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 100;
	margin-top:5px
}

#solo-tv-settings-player {
    display: inline;
}



div#solo-tv-settings-quality, div#solo-tv-settings-isp, div#solo-tv-settings-playerselect {
    width: 260px;
    margin: auto;
	display: inline;
}

div#solo-tv-settings-variant {
    display: none;
}

.dropdown-menu > li > a {
    font-size: 18px;
}


#solo-schedule-list > li {
    border-bottom: 1px solid #404040;
    display: list-item;
    text-align: -webkit-match-parent;	
	padding: 5px;
}
#solo-schedule-list > li:hover {
    background: rgba(255,255,255,0.1) ;
}
#solo-schedule-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#solo-rerun-list > li {
    border-bottom: 1px solid #404040;
    display: list-item;
    text-align: left;	
	/*padding: 5px;*/
}
#solo-rerun-list > li:hover {
    background: #363636 ;
}
#solo-rerun-list {
    list-style-type: none;
    max-height: 40vh;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-top: 5px;
}
div#solo-rerun-info-l {
    /*font-weight: bold;*/
	display: inline;
}
div#solo-rerun-info-r {
    float: right;
	display: inline;
}
.solo-add-fav {
	content: url(../images/tv-fav-off.png);
}
.solo-rem-fav {
	content: url(../images/tv-fav-on.png);
}
#solo-favaction-container > a {
    font-size: 0px;
	
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(24, 144, 224, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  border-radius: 50%;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

 .cd-top {
   height: 60px;
   width: 60px;
   right: 30px;
   bottom: 30px;
}


#solo-vodthumbs-ul, #solo-seriesthumbs-ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.right-movies {
    width: 100%;
}

.movies-list {
    padding: 0;
    width: 100%;
    float: left;
}

.movies-list .movies-list-all {
    height: auto;
    width: 100%;
	float: left;
    padding-bottom: 50px;	
}
.movies-list .movies-list-all ul li {
	width: 180px;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 5px;
}

.img-xxx {
	width: 15%;
	float: left;
	margin-right: 20px;
}
	
div#solo-trailer-container {
    width: 640px;
    height: 360px;
    margin-bottom: 20px;
}	

.movies-list .movies-list-all ul li img {
    width: 100%;
    height: 100%;
}

.tag_zoom {
	content: url(//images.u-play.tv/images/vodtags/zoom.png);
    position: absolute;
	width: 100%;
	height: auto;
	padding: 5px;
	
}

.tag_3d {
	content: url(//images.u-play.tv/images/vodtags/3d.png);
    position: absolute;
	width: 100%;
	height: auto;
	padding: 5px;
	
}

.tag_4k {
	content: url(//images.u-play.tv/images/vodtags/4k.png);
    position: absolute;
	width: 100%;
	height: auto;
	padding: 5px;
	
}

div.solo-vodthumbs.th::before {
    content: url(../images/ribbons/master.png);
    width: 50px;
    height: 50px;
    position: absolute;
}

div.solo-vodthumbs.rong::before {
    content: url(../images/ribbons/rong.png);
    width: 50px;
    height: 50px;
    position: absolute;
    top: 2px;
    left: 2px;
}

div.solo-vodthumbs.kr18::before, div.solo-vodthumbs.jp18::before, div.solo-vodthumbs.th18::before {
    content: url(../images/ribbons/18.png);
    width: 50px;
    height: 50px;
    position: absolute;
    top: 2px;
    left: 2px;
}

.movies-list .movies-list-all ul li .solo-vod-thumbs-actions {

    display: none;
}
.containe {
    padding: 0;
    margin-right: 10px;
    margin-left: 10px;
	position: relative;
}
.left-details {
    width: 100%;
    margin: 0;
}

.left-details .movies-tilte, .left-details .series-tilte {
    border-bottom: 1px solid #3a3f55;
    margin-bottom: 10px;
}
.movies-tilte h3 {
    font-size: 47px;
}
#solo-favaction-container > a > img {
	vertical-align: baseline;
}
.banner {
    position: relative;
}
.left-details .img-details img {
    width: 100%;
}
img#solo-voddetails-bg, img#solo-seriedetails-bg {
    visibility: hidden;
    height: 0px;
}
span.poster {
    width: 100%;
}

.movies-information > ul, #solo-serie-episodes-ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.movies-information ul li {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
}
.movies-information ul li span {
    white-space: pre-wrap;
    word-wrap: break-word;
	font-weight: 100;
}

#vodplayer-header {
    height: 48px;
    text-align: right;
    width: 100%;
    background: rgba(0,0,0,0.4);
	border-radius: 5px 5px 0px 0px;
}

#solo-serieplay-ep-prev {
	float: left;
	width: 35px;
	height: 100%;
	background: url('../images/bx-prev.png') no-repeat center center;
}

#solo-serieplay-ep-next {
	float: left;
	width: 35px;
	height: 100%;
	background: url('../images/bx-next.png') no-repeat center center
}

div#solo-vodplay-settings {
    float: right;
    height: 48px;
    text-align: right;
    width: 100%;
    background: rgba(0,0,0,0.4);
    padding-right: 5px;
	border-radius: 5px 5px 0px 0px;
}

div#solo-serieplay-settings {
    float: right;
	

}

div#solo-play-select-player, div#solo-play-select-quality, div#solo-play-select-audio, div#solo-play-select-subs {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    width: 125px;
    position: relative;
    vertical-align: top;
}

div#solo-play-select-player > p, div#solo-play-select-quality > p, div#solo-play-select-audio > p, div#solo-play-select-subs > p {
    font-size: 18px;
    color: #fff;
    font-weight: 100;
    margin: 0;
    line-height: 48px;
}

#solo-play-select-player > a, #solo-play-select-quality > a, #solo-play-select-audio > a, #solo-play-select-subs > a {
    display: none;
    position: relative;
    z-index: 999;
    background: #000;
    top: 5px;
    left: 2px;
    padding: 10px;
    color: white;
    font-weight: 100;
	font-size: 14px;
}

#solo-play-select-player > a.dropdownselected, #solo-play-select-quality > a.dropdownselected, #solo-play-select-audio > a.dropdownselected, #solo-play-select-subs > a.dropdownselected {
    color: #c4161c;
    font-weight: normal;
}

.mv-wrapper-vod {
    position: absolute;
    top: 48px;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
}

img#solo-season-thumb {
    max-width: 100%;
	border-radius: 5px;
}

div#solo-season-thumb-container {
    float: left;
    padding: 5px;
    width: 20%;
}

#solo-serie-episodes-ul li {
    width: 25%;
}


div#solo-season-thumb-container-title {
    text-align: center;
	font-size: 14px;
}

div#serie-episodes-info {
    padding: 25px 0;
    margin-top: 0px;
    border-top: 1px solid #383d52;
}

#serie-episodes-info h5 {
    color: #ffffff;
    font-size: 24px;
    margin: 0 0 10px 0;
}
#serie-episodes-info h5 span {
    font-weight: 100;
}
div#serie-episodes-ep-container {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
}
#solo-serie-episodes-ul li {
    float: left;
    position: relative;
    padding: 10px;
-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;	
}

#solo-serie-episodes-ul li:hover {
    background: rgba(255,255,255,0.1);
	border-radius: 5px;
-o-transition:.2s;
  -ms-transition:.2s;
  -moz-transition:.2s;
  -webkit-transition:.2s;
  /* ...and now for the proper property */
  transition:.2s;		
}

.solo-serie-epi-thumb img {
    width: 100%;
    height: auto;
	border-radius: 5px;
}
.solo-serie-epi-info {
    font-size: 20px;
    font-weight: 100;
    color: #fff;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 30px;
}

@media (max-width:1025px) {
	.solo-serie-epi-info {
		font-size: 16px;
		font-weight: 100;
	}	
	
}

a.solo-serie-play-tsr-btn {
    color: #fff;
    width: 100%;
    display: inline-block;
	text-align: center;
    padding-top: 5%;
    padding-bottom: 5%;
    font-size: 16px;
    font-weight: 100;
    background: #1a1a1a;
    background-size: 30px;
	margin-bottom: 10px;
}

a.solo-serie-play-web-btn {
    color: #fff;
    width: 100%;
    display: inline-block;
	text-align: center;
    padding-top: 5%;
    padding-bottom: 5%;
    font-size: 16px;
    font-weight: 100;
    background: #1a1a1a;
    background-size: 30px;
}

#solo-pinform-input {
	height: 55px;
    background: #555;
    border-radius: 25px;
    border: 0;
    font-size: 25px;
    text-align: center;
	max-width: 80%
}

#solo-pinform-error {
    border-radius: 5px;
    background: repeating-linear-gradient( -45deg, pink, pink 10px, lightpink 10px, lightpink 20px );
    text-align: center;
    line-height: 2.5;
    color: red;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 20px;
}

.solo-menuitem > img, .solo-menuitem > a > img{
	max-width: 32px;
	max-height: 32px;
    margin: 10px;
}



span#solo-favaction-container {
/*    float: left;
    position: absolute;
    top: 50px;
    left: 40px;
    z-index: 999;*/
}

span#solo-channel-name {
    position: relative;
    bottom: 10px;
    margin-left: 10px;
}

.modal-header {
    border-bottom: 0px solid #000;
    background: rgba(0,0,0,0.3);
    padding-bottom: 5px;
}


::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,0.3);
}
::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,0);
    /* border-left: 1px solid #ccc; */
}

.sidemenu > li {
	list-style: none;
}

.sidemenu > li > a, .list-group-item {
	position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: 1px;
    background-color: rgba(0,0,0,0.2);
    border: 1px solid transparent;
}
.sidemenu > li > a:hover, .sidemenu > li > a:focus, .list-group-item:hover {
	background-color: rgba(255,255,255,0.2);
	color: white;
	text-decoration: none;
}

.modal-content {
	background-color: #1c1f2a;
}

div#solo-breadcrumbs {
    margin-top: 5px;
}

.scedule .all-channel-list li {
    border-bottom: 1px solid #404040;
    height: 75px;
}
.scedule .all-channel-list li:hover {
    background: #363636 ;
}
.solo-match-data-container {
	display: table;
    width: 99%;
    position: relative;
    overflow: hidden;
	height: 100%;
}

.solo-match-data-info {
    border-right: 1px solid #404040;
    text-align: center;
    display: table-cell;
	vertical-align:middle;
}
.solo-match-data-time {
    width: 100px;
    height: 100%;
    border-right: 1px solid #404040;
    display: table-cell;
	vertical-align:middle;
}
.solo-match-data-channels {
    width: 175px;
    text-align: center;
    display: table-cell;
	vertical-align:middle;
}
.solo-match-data-info-t {
	display: inline-block;
	padding-top: 11px;
}
.solo-match-data-info p {
	margin: 0;
	color:#fff;
	font-size: 18px;
	font-weight: 300;
}	

p.schedule_league {
    font-weight: 600;
}


.match_live {
	
	opacity: 1;
	
}

.solo-match-data-time p {
	text-align: center;
    margin: 0;
    color: #fff;
    font-weight: 300;
    /*font-size: 1vw;*/
}
.epgframe {
	width: 100%;
	height: 100%;	
}
.epgpanel {
    height: 525px;
    overflow: hidden;
	display: inline-block;
    width: 98%;
    background: #1a1a1a;
    padding: 20px 1%;
}

.vodbutton {
	margin-top: 10px; width: 100%
}

.panel-default {
    border: 0px;
}

.channelrow > tbody > tr:first-child > td {
    width: 120px;
    vertical-align: top;
    padding-right: 10px;
}
span.channelname {
    color: white;
    font-size: 18px;
}

.channel_nownext {
    color: #888;
}

.now_live{
	font-size: 16px;
    color: #ccc;
}

a.list-group-item:hover, a.list-group-item:active, a.list-group-item:focus {
    background-color: rgba(0,0,0,0.5);
}

.nowplaying_channel {
    font-size: 20px;
}

.nowplaying_subtitle {
    color: #aaa;
}

.nowplaying_desc {
    /* font-weight: 100; */
    color: #ccc;
}
hr.nowplaying_separator {
    margin: 2px;
}
div#solo-rerun-info-l {
    color: #888;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#solo-rerun-list > li, #solo-rerun-list > a {
    padding: 1px 2px;
}
a.list-group-item.rerun_now, .tvcats.active {
    background: rgba(255,255,255,0.1);
}

