.colorYellow {
    color: #ffb926;
}

#live-channels-controller-section aside.l-sidebar {
  height: 100%;
  padding-bottom: 42px; /* for footer*/
}
#live-channels-controller-section .collapsed {
  width: 100px !important;
}
#live-channels-controller-section #channels-list div.centered-img {
    background: #fff;
    border: 1px solid #369ebe;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    /* new position: relative;      height: 5em;
*/
    position: absolute;
    width: 80px;
    height: 80px;
}

.centered-img-text {
    color: #fff;
    float: left;
    position: absolute;
    background: rgba(54,158,190,.6);
    height: 40px;
    width: 80px;
    /* padding-top: 30px; */
    padding-left: 2px;
    padding-right: 2px;
    margin-top: 40px;
}
.centered-img-text-span {
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 5px;
    display: block;
    text-shadow: none;
    height: 55px;
    overflow: hidden;
}

#live-channels-controller-section #channels-list div.centered-img img {
  width: 68px;
  margin: 0;
  background: #ff0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
#live-channels-controller-section ul.channel-detail-menu li.channel-detail-menu-item.in-schedule {
  /* will grow as needed height: 200px; */
}
#live-channels-controller-section #live-channels-program-schedule-list h5 {
  margin-left: 10px;
  color: #ffb926 !important;
  font-size: 1.2em;
  font-weight: bold;
}
#live-channels-controller-section #live-channels-program-schedule-list h5 >span {
  color: #fff;
}
#live-channels-controller-section #live-channels-program-schedule-list img.hour-filter-program-image {
  width: 100%;
  /* max-height: 100px;*/
}
#program-details-section .program-info-description {
  width: 100%;
}
/* see optimal sizes http://support.brightcove.com/en/video-cloud/docs/optimal-video-dimensions 
    also to make autoresizing work I think you need to use images like blank image which scales automatically
    */
#program-details-section .program-info-main-mage {
  display: block;
  position: relative;
  max-width: 1280px;
  max-height:720px;
  height:432px; 
  width:100%; 
  overflow: hidden;
  background: #000;
}
#program-details-section .program-info-main-mage img {
  position: absolute;
  width: 100%;
  /*z-index: 100; */
}
@media screen and (max-width: 1100px) {
  #program-details-section .program-info-main-mage img {
    max-width: 100% !important;
  }
}
#program-details-section .program-info-main-mage .player-fader {
  display: block;
  position: absolute;
  z-index: 200;
  width: 100%;
  max-width: 1280px;
  max-height:720px;
  height:100%; 
  width:100%; 
  background: rgba(3,3,3,0.4);
  transition: background-color 0.2s ease;
}
#program-details-section .program-info-main-mage .player-fader:hover {
  background: rgba(3,3,3,0.09);
}
#program-details-section .program-info-main-mage i.fa {
  position:  relative;
  z-index: 300;
  left: 45%;
  top: 43%;
   font-size: 7em;
  color: rgba(255,255,255,0.46);
  transition: color 0.2s ease;
}
#program-details-section .program-info-main-mage i.fa:hover {
  color: rgba(255,255,255,0.7);
}

/* applied to time filter
@media (max-width: 1250px) {
  #main-time-filter-menu {
    margin-left: -20px;
  }
}
@media (max-width: 1230px) {
  #main-time-filter-menu {
    margin-left: -50px;
  }
}
@media (max-width: 1200px) {
  #main-time-filter-menu {
    margin-left: -90px;
  }
}
@media (max-width: 1160px) {
  #main-time-filter-menu {
    margin-left: -140px;
  }
}
@media (max-width: 1115px) {
  #main-time-filter-menu {
    margin-left: -140px;
  }
  #main-time-filter-menu .menu-item a {
    font-size: 1em !important;
  }
}
@media (max-width: 1020px) {
  #main-time-filter-menu {
    margin-left: -140px;
  }
  #main-time-filter-menu .menu-item a {
    font-size: 0.95em !important;
  }
}

    */



.l-footer {
  position: fixed;
  bottom: 1px;
}
#pages-counter {
  float: left;
/*  margin-left: 20px;*/
}
#footer-and-status-bar {
  margin: 0 !important;
  padding: 8px;
  color: #fff;
  background: #369ebe;
}
.row .marginless {
  margin: 0 0 0 0;
}
.blink_me {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@-moz-keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* old star rating for directive*/
 .star-container {
        display: inline-block;
        position: relative;
        margin-right: 26px;
        color: rgba(60, 62, 38, 0.100);
    }
    .fa.rate-star {
        position: absolute;
        top: 0;
        font-size: 18px;

    }
    .stars-color {
        color: #ffba26;
    }

    .star-right-half, .star-left-half {
        display: none;
    }

    .left-star-hover {
        position: absolute;
        top: 0;
        left: -2px;
        width: 8px;
        height: 18px;
        opacity: 0;
        background: rgba(0, 128, 0, 0.22);
    }
    .right-star-hover {
        position: absolute;
        top: 0;
        left: 6px;
        width: 18px;
        height: 18px;
        opacity: 0;
        background: rgba(255, 0, 0, 0.22);
    }


    /* new start rating */


.star-rating {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.star-rating .star {
  padding: 1px;
  color: #ddd;
  font-size: 20px;
  text-shadow: .05em .05em #aaa;
  list-style-type: none;
  display: inline-block;
  cursor: pointer;
}
.star-rating .star.filled {
  color: #fd0;
}
.star-rating.readonly .star.filled {
  color: #666;
}
