/* GUIDE */

@media only screen and (max-width: 1300px) {
  #myguide {
    overflow-x: auto !important;
  }
}

#myguide {
  background: #333
}

.channellogo img {
  height: auto;
  width: 100%;
  max-width: 100%;
}

.channelname {
  background: #fff;
  color: #000;
  display: block;
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin: 0 auto;
  padding: 8px 15px;
  position: relative;
  text-align: center;
  top: 0;
  width: 100%;
  height: 60px;
}

.tvguide table {
  border-collapse: separate;
  border-spacing: 0px 1px;
  color: #000;
  font-size: 15px;
  font-weight: 300;
  width: 100%;
}

.tvguide table th {
  vertical-align: middle;
  border-bottom: 0 none;
  padding: 5px;
  font-size: 11px;
  text-align: left;
  font-weight: 400;
}

.tvguide .broadcast {
  float: left;
  border: 1px solid #000;
}

.tvguide table tr, .tvguide .broadcast, .broadcastrow {
  background: #f7bc23;
  background: -moz-linear-gradient(top, #f7bc23 0%, #b58200 100%);
  background: -webkit-linear-gradient(top, #f7bc23 0%, #b58200 100%);
  background: linear-gradient(to bottom, #f7bc23 0%, #b58200 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7bc23', endColorstr='#b58200', GradientType=0);
}

.tvguide .listseptime {
  margin: 0 5px;
}

.tvguide table tr td a {
  text-decoration: none;
  color: #000;
}

.tvguide table tr td a:hover {
  color: #000;
}

.beticon {
  background: #ff0000;
  color: #fff;
  border-radius: 5px;
  width: 35px;
  font-style: normal;
  font-size: 12px;
  padding: 0px 5px;
  text-align: center;
}

.liveicon {
  background: #ff0000;
  color: #fff;
  border-radius: 5px;
  width: 35px;
  font-style: normal;
  font-size: 12px;
  padding: 0px 5px;
  text-align: center;
}

.liveiconguide {
  background: #ff0000;
  color: #fff;
  border-radius: 3px;
  font-style: normal;
  font-size: .45rem;
  padding: 0px 5px;
  text-align: center;
  position: absolute;
  top: 5px;
  right: 5px;
}
.tvguide table tr td.logo {
  width: 20%;
}

.tvguide table tr td.ltime {
  width: 5%;
}

.tvguide table tr td.lTitle {
  text-align: left;
}

.tvguide table tr td.icons {
  width: 5%;
}

.tvguide table tr td span {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.tvguide table tr td.ltype {
  width: 10%;
}

.tvguide table tr td.lstatus {
  width: 10%;
}

.tvguide table tr td {
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  margin-bottom: 1px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  padding: 0 5px;
  vertical-align: middle;
}

.tvguide table tr td.tleft {
  text-align: left;
}

.tvguide table tr.black, .tvguide table tr.black td {
  background: #333;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  padding: 0px;
  height: 20px;
  text-align: center;
  padding: .5rem 0;
}

.tvguide table tr td.statuslive {
  text-align: center
}

.tvguide {
  margin: 0
}

.tvguide .logo {
  background: #000000;
  background: -moz-radial-gradient(center, ellipse cover, #000000 0%, #545454 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #000000 0%, #545454 100%);
  background: radial-gradient(ellipse at center, #000000 0%, #545454 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#545454', GradientType=1);
  height: 60px;
  padding: 7px 0px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .tvguide .logo {
    min-width: 75px !important;
  }
  .tvguide table tr td, .tvguide table tr td span {
    padding: 2px;
  }
}

.tvguide .logo img {
  min-width: 50px;
  width: 150px;
}

.tvguide .logo span {
  background: #fff;
  padding: 2px 5px;
  font-size: 12px;
  color: #ff0000;
}

.innerBlack {
  display: table;
  margin: 0 auto;
  text-align: center;
}

.tvfilter {
  background: #444;
  color: #fff;
  padding: 50px;
}

#line {
  z-index: 5000;
  border-right: 1px dashed #FFC533;
  height: 100%;
  width: 1px;
  left: 50%;
  position: absolute;
}

#transparent {
  z-index: 4000;
  background-color: rgba(0, 0, 0, .5);
  height: 100%;
  width: 2250px;
  right: 0;
  position: absolute;
}

.channellogos {
  margin-top: 50px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, .8);
}

.boxshadows {
  box-shadow: 5px 0px 5px rgba(0, 0, 0, .5);
  z-index: 999999;
}

.channellogos>div {
  width: 100%;
  font-size: .55em;
  height: 60px;
  background: #000000;
  background: -moz-radial-gradient(center, ellipse cover, #000000 0%, #545454 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #000000 0%, #545454 100%);
  background: radial-gradient(ellipse at center, #000000 0%, #545454 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#545454', GradientType=1);
  border-bottom: 1px solid #747373;
}

.channellogos img {
  max-width: 100%;
  position: relative;
  top: 5px;
}

.channelline {
  height: 60px !important;
  position: relative !important;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  box-sizing: border-box !important;
  width: 4500px !important;
}

.channelline .broadcast {
  height: 60px;
  position: absolute;
}

.broadcast {
  display: block;
  visibility: visible;
  opacity: 1;
}

/*.broadcast span, {display: block;} */

.broadcast div {
  color: #000;
  font-family: 'Open Sans', sans-serif !important;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
  vertical-align: top;
}

.sportpix {
  display: inline;
}

.sportpix img {
  border-right: 1px solid #000;
  height: 59px !important;
  width: auto;
}

.broadcast .clockcat {
  font-size: 11px;
  font-weight: 600;
}

.broadcast .title {
  font-size: 11px;
  font-weight: 400;
}

.broadcast .meta {
  font-size: 11px;
  font-weight: 400;
}

.broadcast a {
  color: #000;
  text-decoration: none;
}

.broadcast .innerPic {
  float: left;
  height: 100%;
  width: 60px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.broadcast .innerText {
  height: 100%;
  width: 75%;
  display: inline-block;
  float: left;
  margin-left: 2%;
}

.sticky {
  position: fixed;
}

.senderlogo {
  background: rgba(0, 0, 0, .8);
  color: #fff;
  float: left;
  left: 0;
  position: sticky;
  text-align: center;
  z-index: 100;
  width: 60px !important;
}

.senderlogo::after {
  content: "";
  clear: both;
}

.senderlogo>div {
  font-size: 1em;
  background: #000000;
  background: -moz-radial-gradient(center, ellipse cover, #000000 0%, #545454 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #000000 0%, #545454 100%);
  background: radial-gradient(ellipse at center, #000000 0%, #545454 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#545454', GradientType=1);
  border-bottom: 1px solid #747373;
  padding: 7px 0;
}

.senderlogo img {
  height: 45px;
  width: auto;
}

.timeline {
  height: 50px;
  position: relative;
  width: 4500px;
  cursor: ew-resize;
}

.swiper-slide {
  cursor: ew-resize;
}

.timeline ul {
  list-style: none;
  font-size: 14px;
  width: 100%;
  padding: 0;
  margin: 0;
}

.timeline ul li {
  float: left;
  width: 90px;
}

.timeline>div {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: 4em;
  background: repeating-linear-gradient(90deg, #c8c8c8, #c8c8c8 0.125em, transparent 0, transparent 180px) 50% no-repeat, repeating-linear-gradient(90deg, #c8c8c8, #c8c8c8 0.125em, transparent 0, transparent 45px) 50% no-repeat;
  background-position: right 50% bottom 2.25em;
  background-size: 100% .5em, 100% .25em;
}

.mytitle {
  margin: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.iconset {
  position: absolute;
  right: 1px;
  top: -6px;
  color: #000;
}

.iconset .liveicon {
  font-size: 10px;
}

.iconset .fa, .iconset .fas {
  font-size: 12px;
  color: #000;
}

.detailLive {
  position: absolute;
  top: 50%;
  right: 0px;
}

td.ad-tv-programm {
  height: 60px;
  line-height: 0;
  border-bottom: none !important;
  border-right: none !important;
  padding: 0px !important;
  background: linear-gradient(to right, #333, white); 
}

@media screen and (max-width: 652px) {
  td.ad-tv-programm {
    display: none !important;
  }
}