 .table-header {
	display: table;
	border-collapse: collapse;
	width: 100%;
}

.table-header .thead {
	display: table-row;
	flex-direction: row;
	width: 100%;
}

.table-header .thead .th {
    border: 1px solid #dfdfdf;
	display: table-cell;
	border-top: none;
	background: #fff;
}

.channellistings-application-container h1 {
	font-size:25px;
	font-weight: 300;
	color: #fff;
}
.flex-table .header-wrapper-fixed{
	background: #777;
}
/***********Enter Zip************/
.flex-table .zip-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.flex-table .zip-wrapper .print-icn{
	margin: 0 5%;
}
.flex-table .zip-wrapper .print-icn img{
	margin: auto;
}
.channellistings-zipcode-lookup {
	width: 100%;
	background: #eee;
	padding: 2% 5%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.channellistings-zipcode-lookup-cell>input {
	padding: 5px 10px;
}

.channellistings-zipcode-lookup-row {
	display: flex;
	align-items: center;
}
.channellistings-print-upper-divider-image {
    width: 25px;
    margin: auto;
}
.channellistings-zipcode-lookup-cell {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    text-align: right;
    font-size: 14px;
    max-width: 177px;
}

/*************Table*****************/
.flex-table {
	width: 90%;
	margin: 10px auto;
	display: flex;
	flex-direction: column;
	color: #707070 !important;
	font: Book 35px/30px "Montserrat";
}
.flex-table .header-row {
	width: 100%;
	background: #777;
	color: #fff;
	display: flex;
	flex-direction: row;
	padding: 1% 3%;
	justify-content: space-between;
	align-items: center;
}

.flex-table .header-row input {
	width: 100%;
	height: 100%;
	padding: 10px;
	color: #505050;
}

.flex-table .header-row .channellistings-searchfilter-input.channel-search
	{
	width: 402px;
}

.channellistings-select-dropdown {
	position: absolute;
	z-index: 999;
	background-color: #fff;
	border: 1px solid #979797;
	border-top: none;
	color: #dfdfdf;
	width: 100%;
}

.channellistings-select-dropdown>div {
	padding: 10px 20px 10px 20px;
	vertical-align: middle;
}

.flex-table .header-row .channellistings-select-dropdown a {
	color: #505050;
	background: #fff;
	width: 100%;
	display: block;
	padding: 2px 5px;
}

.channellistings-searchfilter-input {
	position: relative;
}

.channellistings-searchfilter-input input {
	background: #fff
		url(/resources/images/channel-lineup/dropdown-blue-down.png) no-repeat;
	background-size: 15px 15px;
	background-position: 95% center;
}

.channellistings-searchfilter-input.channel-search input {
	background: #fff
		url(/resources/images/home-services/cspiretv-channels/icn-search.svg)
		no-repeat;
	background-size: 15px 15px;
	background-position: 1% center;
	padding-left: 25px;
	color: #505050;
}

.channellistings-filter-icon {
	position: absolute;
	width: 45px;
	height: 45px;
	background-position: center center;
	background-size: 19px 10px;
	top: 0;
	right: 0;
}

.print-icn a {
	display: flex;
	flex-direction: column;
	color: #fff;
}
.header-row .all-channels-search-wrapper {
	display: none;
}

.table-title.show-mob {
	display: none;
}
/**************Table Styling Content*******************/
.table-channels-wrapper {
	border: 1px solid #dfdfdf;
	border-top: none;
	width: 100%;
}

.channels-nav .large-font a, .network-drop, .network-drop-mobile {
	display: block;
}

.channels-nav .large-font a {
	background-position: 95% 50%;
	width: 100%;
	margin: auto;
}

.channels-nav .network-drop {
	background-position: 100% 50%;
	width: 140px;
}

.channels-nav .network-drop-mobile {
	background-position: 50% 80%;
	height: 60%;
}

.channellisting-category-cell .channellisting-nav-check {
	width: 20px;
	height: 20px;
	position: relative;
	border-radius: 5px;
	border: 1px solid #aaa;
	background: #eee;
	margin: auto;
}

.channellisting-category-cell .channellisting-nav-check div {
	width: 20px;
	height: 20px;
	position: relative;
	border-radius: 5px;
	background: #28C2FE;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	margin: auto;
}

.channellisting-category-cell .channellisting-nav-check div:before {
	content: "\2714";
}

.table-channels-wrapper td.channellistings-channels-cell-logo {
	border-bottom: 1px solid #dfdfdf;
	width: 10%;
}

.flex-table tbody .channellistings-channels-cell-number {
	width: 10%;
}

.flex-table .thead .th {
	height: 75px;
	vertical-align: middle;
	text-align: center;
	padding: 1%;
	width: 10%;
	font-weight: 300;
}

.flex-table .thead .th.empty-cell {
	width: 10%;
	height: 100%;
}

.flex-table .th.large-font {
	font-size: 18px;
	width: 10%;
}

.flex-table .thead .channels-long-cell {
	font-size: 18px;
	text-align: center;
	width: 25%;
}

.flex-table .thead a {
	color: #707070;
}
.flex-table .replay{
	background: #777777;
    color: #fff;
    padding: 0 42px 20px;
    font-weight: 100;
    display:flex;
    align-content: center;
	position: relative;
}
.flex-table .replay .info-icon {
    width: 15px;
    height: 15px;
}
.flex-table .replay span {
	padding: 4px 10px 0 10px;
}
.flex-table .replay .popup {
	display: flex;
	flex-flow: column nowrap;
	position: absolute;
	width: 415px;
	height: 204px;
	padding: 22px 14px;
	border-radius: 8px;
    border: 2px solid #CCC;
    background: #F9F9F9;
	z-index: 200;
	bottom: 40px;
    left: 30px;
}
.flex-table .replay .popup::before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 16%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
	z-index: 2;
}
.flex-table .replay .popup::after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 16%;
    transform: translateX(-50%);
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #ccc;
	z-index: 1;
}
.flex-table .replay .popup.fixed {
    position: fixed;
    top: 60px;
    left: 200px;
	z-index: 200;
}
.flex-table .replay .popup.fixed::before {
    content: "";
    position: absolute;
    top: 21%;
    left: -20px;
	bottom: unset;
    transform: translateY(-50%);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid white;
}
.flex-table .replay .popup.fixed::after {
    content: "";
    position: absolute;
    top: 21%;
    left: -23px;
	bottom: unset;
    transform: translateY(-50%);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 11px solid #ccc;
}
.flex-table .replay .popup a{
    position: absolute;
	top: 5px;
	right: 10px;
	transform: scale(1.5);
	color: #CCC;
}
.flex-table .replay .popup .features-info-wrapper {
	display: flex;
	flex-flow: row nowrap;
	margin-block: 10px;
	align-items: center;
}
.flex-table .replay .popup .features-info-wrapper p {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.flex-table .replay .popup .features-info-wrapper img {
	width: 24px;
	height: 24px;
	margin-right: 8px;
}
.flex-table .replay .replay-marker{
	height: 25px;
    width: 25px;
    background: #10227D;
    display: inline-block;
    position: relative;
}
.flex-table .left-panel{
    display: flex;
    max-width: 800px;
    width: 100%;
    justify-content: space-between;
}
.table-channels-wrapper tbody td {
	height: 65px;
	vertical-align: middle;
	text-align: center;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	padding: 0 1%;
	width: 25%;
}

.table-channels-wrapper tbody td.dots-cell {
	width: 10%;
}

.table-channels-wrapper tbody:nth-child(2n) {
	background-color: #eee;
}

.table-channels-wrapper tbody td img {
	width: 60px;
	padding: 2px;
}
.table-channels-wrapper tbody td img.features-image {
	width: 24px;
	height: 24px;
	margin: 0 2px;
	vertical-align: middle;
}
.table-channels-wrapper tbody .channellistings-channels-table-mobile-hide
	{
	text-align: center;
}

.table-channels-wrapper .blue-dot {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: #28C2FE;
	margin: auto;
}
.table-channels-wrapper .replay-class{
    box-shadow: inset 7px 0px 0px 0px #0f227c;
    -webkit-box-shadow: inset 7px 0px 0px 0px #0f227c;
    -moz-box-shadow: inset 7px 0px 0px 0px #0f227c;
    box-shadow: inset 7px 0px 0px 0px #0f227c;
}
/*drop down caret for mobile*/
.channels-nav .mobile-drop-down-caret {
	display: none;
}

@media screen and (max-width: 1024px){
	.channellistings-zipcode-lookup-cell {
	    max-width: 100%;
	}
	.flex-table .th.large-font {
		font-size: 15px;
		width: 32%;
	}
	.table-channels-wrapper tbody td.dots-cell {
		width: 16%;
	}
	.flex-table .thead .th {
		width: 16%;
	}
	.flex-table tbody .channellistings-channels-cell-number {
    	width: 16%;
	}
	.table-channels-wrapper td.channellistings-channels-cell-logo {
		width: 20%;
	}
	.flex-table .thead .th.empty-cell {
		width: 20%;
	}
	.table-channels-wrapper .th.large-font {
		font-size: unset;
	}
	.flex-table {
		width: 100%;
	}
	.flex-table .table-channels-wrapper {
		border-left: none;
		border-right: none;
	}
	.flex-table .header-row {
		flex-direction: column-reverse;
	}
	.flex-table .zip-wrapper {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 90%;
	}
	.print-icn {
		display: none;
	}
	.table-title.show-mob {
		display: block;
	}
	.table-title.hide-mob {
		display: none;
	}
	.channellistings-select-dropdown {
		width: 100%;
	}
	.header-row .all-channels-search-wrapper {
		display: block;
	}
	.flex-table .header-row .channellistings-searchfilter-input, .flex-table .header-row .channellistings-searchfilter-input.channel-search,
	.all-channels-search-wrapper {
		width: 90%;
		margin: 10px auto;
	}
	.flex-table .header-row .all-channels-search-wrapper .channellistings-searchfilter-input{
		width: 100%;
		margin: 0;
	}
	.channellistings-zipcode-lookup-row {
		flex-direction: column;
		width: 90%;
		margin: auto;
	}
	.channellistings-zipcode-lookup-cell {
		width: 100%;
		margin: 10px auto;
		text-align: center;
	}
	.channellistings-zipcode-lookup-cell>input {
		width: 100%;
	}
	.flex-table .left-panel{
	    flex-wrap: wrap;
	    max-width: 100%;
	    width: 100%;
	}
	.flex-table .header-row * {
	    margin-left: auto;
	    margin-right: auto;
	}
	.flex-table .replay{
		justify-content: center;
	}
}

@media screen and (max-width: 600px) {
	.channels-nav .large-font a, .network-drop, .network-drop-mobile {
		background: none;
		display: unset;
	}
	.channels-nav .network-drop-mobile {
		background: none;
	}
	.channels-nav .mobile-drop-down-caret {
		display: block;
		width: 15px;
		height: 15px;
		margin: auto;
	}
	.table-channels-wrapper tbody td img {
		width: 50px;
	}

}
/*removing box shadow for nav-caret*/
@media ( min-width : 1125px) {
	#nav-header .nav-secondary {
		box-shadow: none;
	}
}

@media ( max-width : 500px) {
	.flex-table .thead .th {
		font-size: 10px;
	}
}
