.scroll_tv{
	 overflow-x: initial; 
}

.pull-left {
    float: left;
}
.pull-right{
    float: right;
}
.time_slot {
	height: 26px;
	margin-top: 4px;
	width: 240px;
	color: #52565a;
	position: relative;
	font-size: 13px;
}
.list-inline{
	 height: 90px;
	 border-right: 1px solid rgba(118,120,123,.51);
}
.channel_slot {
	width: 120px;
	position: absolute;
	left: 0px;
	z-index: 100;
	background-color: #eee;
	color: #6f7780;
	padding: 3px !important;
	text-align: center;
	font-size: 0.8em;
	line-height: 1em;

}

.program_slot:hover {
	cursor: pointer;
}
.program_slot:hover .title, .program_slot:hover .info  {
	color: #D50057;
}
.program_slot:hover .title{
	text-decoration: underline;
}
.title {
	color: #000 !important;
}

.program_slot, .channel_slot {
	border: none;
  	padding: 10px 5px;

}.program_slot {
	width: 240px;
	border-left: 2px solid rgba(118,120,123,.51);
	padding: 10px 10px 10px 10px;

}
#channels{
	margin-top: 93px;
	background-color: #e3e4e6;
}
#channels ul {
	margin: 0;
}

#channels .channel{
background-color: #fff;
border-bottom: 2px solid rgba(118,120,123,.51);
}

#channels ul:first-child li  {
	border-top: 1px solid #e3e4e6;
}

.title {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.info {
	font-weight: 300;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #999;
	font-size: 0.8em;

}

.active .info 
{	color: #999;

}

#timeline .channel_slot   {
	height: 30px;
}

#timeline{
	margin-top: 98px;
	margin-bottom: 0px;
	height: 30px;
  	position: fixed;
  	top: 140px;
	z-index: 4001;
	border-bottom: 1px solid rgba(118,120,123,.51);
	background-color: #fff;
}
#controlsMenuLink{
	border: 2px solid #3c4044;
	padding: 4px 42px;
	color:  #3c4044;
	transition: .3s;
	background-color: #fff;
}
#controlsMenuLink:hover{
	text-decoration: none;
	color: #d50057; 
}
#categories{
	border-radius: 0;
}

#categories .dropdown-item.active, #categories .dropdown-item:active{
	background-color:  #d50057;
	color: #fff;
}
/*#controls {
	height: 40px;
	width: 100%;
	position: fixed;
	background:#fff;
	top:234px;
	z-index: 4101;
}*/
/*#categories{
	justify-content: center;
	align-items: center;
	height: 100%;
	border-bottom: 1px solid rgba(118,120,123,.51);
}

#categories li{
 	padding-right: 50px;
}
#categories li:last-child{
	padding-right: 0px;
}
#categories li a{
	font-size: .87rem;
	margin-bottom: 6px;
	text-align: center;
	color: #52565a;
}
#categories li a:hover{
	text-decoration: none;
	color: #d50057;
}
#categories li.active a{
	color: #d50057;
}*/
.program_slot, .channel_slot{
	height: 90px;
}

#header_tv_guide .nav-pills li span{
	color: #52565a;
	display: block;
	font-size: .77rem;
	margin-bottom: 6px;
	text-align: center;
}
#header_tv_guide .nav-pills li p{
	color: #52565a;
	display: block;
	font-size: .87rem;
	margin-bottom: 6px;
	text-align: center;
}
#header_tv_guide .nav-pills li.active a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	color: #000;
	text-decoration: none;
	background: white;
	text-align: center;
	border-radius: 0px;
}
#header_tv_guide .nav-pills a:hover #header_tv_guide .nav-pills li p, #header_tv_guide .nav-pills a:hover #header_tv_guide .nav-pills li span{
	text-decoration: none;
	color: #d50057;

}
#header_tv_guide {
	background-color: #fff;
	height: 60px;
	width: 100%;
	position: fixed;
	top: 178px;
	left: 0px;
	z-index: 4102;
	border-bottom: 1px solid rgba(118,120,123,.51);
	border-top: 1px solid rgba(118,120,123,.51);
	padding: 6px 0px;
	/*display: flex;*/
}
#header_tv_guide ul{
	display: flex;
	justify-content: center;
	width: 100%;
	align-items: center;
	height: 100%;
}
#header_tv_guide ul li {
    padding-right: 50px;
    
}
#header_tv_guide ul li:last-child{
     padding-right: 0;
}

#header_tv_guide .days.active p, #header_tv_guide .days.active span{
	color: #d50057;
}

.time_indicator{
	position: absolute;
	top: 5px; 
	bottom: 0;
	width: 2px;
	/*height: 100%;*/
	border: none;
	background: #52565a;
	z-index: 4000;
	border-bottom: 1px solid rgba(118,120,123,.51);


}
.time_indicator:before{
	content: '';
	position: absolute;
	top: 3px;
	left: 1px;
	width: 0;
	height: 0;
	border-top: 8px solid #52565a;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	-ms-transform: translate(-50%,-100%);
	transform: translate(-50%,-100%);
}
.dropdown-menu li a,  .dropdown-menu  > li > a:hover, .dropdown-menu  > li > a:focus,
.dropdown-menu li.active a, .dropdown-menu  > li.active > a:hover, .dropdown-menu  > li.active > a:focus
{	color: #660066;

}
.dropdown{
	margin-top:2.5px;
}
.collapsed .description {
	display: none;
}
.expanded {
	height: auto !important;
	width: 470px !important;
	background: #fff !important;
	z-index: 10001;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.expanded .collapsed
{
	display: none;
	background: #fff;
}
.expanded .title {
	font-weight: bold;
	overflow: none;
	white-space: normal;
	font-size: 1.2em;
}
.expanded .info {
	line-height: 1.3em;
	font-size: 0.9em;
	overflow: none;
	white-space: normal;
}
.expanded .info {
	
	margin-bottom: 0.2em;
}
#overlay {
	position: absolute;
	z-index: 10000;
	width: 10000px;
	height: 10000px;
	background-color: #000;
	opacity: 0.5;
	left: 0;
	top: 0;
	display: none;
}
.expanded .description {
	font-size: 0.9em;
}
.program_slot.active {
	background-color: #edeeee;
	border-left: 5px solid #d50057;
	border-bottom: 2px solid rgba(118,120,123,.51);
}


/*.program_slot.active {
	background-color: #d50057;
	border-left: 5px solid #edeeee;
	border-bottom: 2px solid rgba(118,120,123,.51);
}
.program_slot.active .title{
	color: #fff !important;
}
.program_slot.active .info{
	color: #fff;
}
.program_slot.active .description {
	color: #fff;
}*/
.program_slot.active.expanded {

	color:#1f1f1f;
}

.media-body {

	color:#000 !important;
}


.collapsed .endTime {
	display: none;
}
.expanded .endTime {
	padding-bottom: 1em;
	padding-top: 1em;
	margin-bottom: 1em;
}
.date{
	color: #fff;
	background: transparent;
	font-size: 0.9em;
	border-right: 2px solid #D50057;
}
#now{
	padding-top: 10px;
    padding-left: 14px;
	color: #fff;
	background: #D50057;
	font-size: 0.9em;
}

.ztop {
	z-index: 9999;
}
.channel_logo{
	height: 100%;
	display: flex;
	justify-content: center;

	align-items: center;
}

.channel_logo img{
	height: 70px;
    width: 80px;
    object-fit: contain;
    filter: grayscale(100%);
}

.channel_pos {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    display: none;
}


/* Floating button - live */
.btn-floating {
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 37px;
    height: 37px;
    line-height: 37px;
    padding: 0;
    background-color: #26a69a;
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
    vertical-align: middle;
}

.btn-floating.btn-large {
    width: 55.5px;
    height: 55.5px;
}
.btn-floating {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.fixed-action-btn {
    position: fixed;
    right: 23px;
    bottom: 23px;
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 998;
}

.red {
    background-color: green !important;
}

.padtop10 {

	padding-top: 10px;
}

.dayblank {
	    margin-right: 30px;
    padding-top: 12px;
}

#loading_img
        {
            position: fixed; 
            top: 50%; 
            left: 50%; 
            margin-top: -4px; 
            margin-left: -13px; 
            z-index: 1000;
        }
        
        #loading_div,#overlay
        {
            background-color: #c0c0c0;
            height: 100%;
            left: 0;
            opacity: 0.2;
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 999;
        }

.displayhere {
	
}
.displayhere a {
	font-size: 11px;
	color:#d3222a;
}

.list-inline > li{
    display: inline-block;
padding-right: 5px;
padding-left: 5px;
}

.tv_guide_wrap{
    position: relative;
    /*overflow-x: scroll;*/
    /*min-height: 100vh;*/
}

.scroll_tv header{
	position: fixed;
	z-index: 99999;
	left: 0;
	right: 0;
	top: 0;
}
#header_tv_guide.scroll_guide{
	top: 159px;
}

#controls.scroll_guide{
	top: 176px;
}
#timeline.scroll_guide{
	top: 120px;
}

footer.sticky{
	position: fixed;
/*bottom: 0px;*/
left: 0px;
right: 0px;
width: 100%;
}
.today_mobile{
	display: none;
}
@media (max-width: 1279px){
	#header_tv_guide{
		top: 127px;
	}
	#timeline{
		margin-top: 52px;
	}
	#channels{
		margin-top: 59px;
	}
}

@media(max-width: 1025px){
	.tv_guide_wrap{
		overflow-x: hidden;
	}
	/*#header_tv_guide, #timeline{
		display: none;
	}*/
	/*#channels{
		margin-top: 140px;
	}*/
	.list-inline{
		height: 100%;
	}
	.channel_slot{
		height: 100%;
		width: 89px;
	}
	.program_slot{
		position: relative !important;
		left: 87px !important;
		width: 100% !important;
	}
	.channel_logo img{
		height: 60px;
		width: 80px;
	}
	.mobile_hide{
		display: none !important;
	}
	.collapsed .endTime{
		display: inline-block;
	}
	.info{
		font-size: 13px;
	}
	.title{
		font-size: 13px;
	}
	.program_slot, .channel_slot{
		height: 100%;
	}
	#header_tv_guide{
		height: inherit;
		padding: 12px 0px;
	}
	
	#header_tv_guide ul{
		display: none;
		position: absolute;
		top: 37px;
		background: #fff;
		height: 100%;
		height: 400px;
		border: 1px solid rgba(0,0,0,.15);
	}
	.today_mobile{
		border: 2px solid #3c4044;
		padding: 4px 42px;
		color: #3c4044;
		transition: .3s;
		background-color: #fff;
	}
	.list-inline{
		display: none;
	}
	#controlsMenuLink{
		padding: 4px 17px;
	}
	.today_mobile:hover{
		text-decoration: none;
		color: #d50057;
	}
	#header_tv_guide.mobile_scroll_guide{
		top: 92px;
	}
	.today_mobile{
		display: block;
	}

	#header_tv_guide ul li{
		padding-right: 0;
	}
	.mobile_days_wrap{
		position: relative;
	}
}



@media(max-width: 520px){
	#header_tv_guide{
		top: 102px;
	}
	#header_tv_guide.mobile_scroll_guide{
		top: 70px;
	}
	
}