/*--------------------------------------------------------------
## custom class for date selector
--------------------------------------------------------------*/
.tv-thumb {
  position: relative;
  display: inline-block;
}

.programslide .tv-thumb {
  width: auto;
  float: left;
}

.thumbimg {
  border-radius: 6px;
  display: block;
  width: 100%;
  height: auto;
}

.programslide .tv-info {
  float: left;
  margin-left: 20px;
  margin-top: 8px;
  width: 60%;
}

.live-tag {
  top: 0px;
}

.dtt-tag {
  bottom: 0px;
}

.live-tag,
.dtt-tag {
  position: absolute;
  right: 0px;
  background-color: #222221;
  color: #ffd700;
  font-weight: bold;
  font-size: 10px;
  padding: 2px 4px;
  border-radius: 4px;
  text-transform: uppercase;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
