#rundownTop {
  display: none;
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.5vw;
}
#rundownBottom {
  height: 7vh;
  display: flex;
  background: red;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
#rundownVideo {
  width: 85vw;
  max-width: 85vw;
  aspect-ratio: 16 / 9;
  height: auto;
  background: black;
}
#rundownVideo .jwplayer,
#rundownVideo .jw-wrapper,
#rundownVideo .jw-media,
#rundownVideo .jw-video,
#rundownVideo .jw-media video {
  width: 100% !important;
  height: 100% !important;
}
#rundownVideo .jw-media video {
  object-fit: contain !important;
}
#rundownSidebar {
  width: 15vw;
  /*height: 49vw;*/
  background-color: #e2e2e2;
  overflow: hidden;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}
#qrCodeRundownUrl_inChannel{
  z-index: 110;
  border-radius: 0.5em;
}
#qrCodeRundownUrl_inChannel img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* For IE8 and earlier */
  width: 100%;
}
#rundownRemoteStatusMessage{
  display: flex;
  margin: 40 auto 40 auto;
}
.rundownRemote{
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column; /* works with row or column */
   flex-direction: row;
   -webkit-align-items: center;
   align-items: center;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+77&0+0,0.65+78 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.64) 77%, rgba(0,0,0,0.65) 78%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.64) 77%,rgba(0,0,0,0.65) 78%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.64) 77%,rgba(0,0,0,0.65) 78%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.qr{
  margin: 0 auto 20 auto;
}
.qrRundown{
  text-align: center;
}
.rundownTickerText{
  padding-left: 5vw;
  padding-top: 1vh;
  color: #fff;
  font-family: var(--pls-font-family, 'Source Sans Pro', sans-serif);
  font-weight: normal;
  font-size: 3vh;
}
.powered_by{
  font-family: var(--pls-font-family, 'Source Sans Pro', sans-serif);
  font-size: 3vh;
}

.tickerCenter{
  text-align: center;
  background: url(ticker_center.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex: 8;
}
.tickerRight{
  text-align: center;
  background: url(sport_ticker_right.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  flex: 2.5;
}
.tickerLeft{
  background: url(sport_ticker_left.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  flex: 2.5;
}
.img_color{
  background-color: red;
}
.playbar{
  color: #fff;
  font-size: 2.5vh;
  background: rgb(124,24,28); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(124,24,28,1) 0%, rgba(0,0,0,1) 6%, rgba(0,0,0,1) 58%, rgba(124,24,28,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(124,24,28,1) 0%,rgba(0,0,0,1) 6%,rgba(0,0,0,1) 58%,rgba(124,24,28,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(124,24,28,1) 0%,rgba(0,0,0,1) 6%,rgba(0,0,0,1) 58%,rgba(124,24,28,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c181c', endColorstr='#7c181c',GradientType=0 ); /* IE6-9 */
}
.rundown-list-group {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  color: #fff;
  background-color: #e2e2e2;
}
.rundown-list-group-item {
  font-family: var(--pls-font-family, 'Source Sans Pro', sans-serif);
  font-size: 2vh;
  color: #40150f;
  position: relative;
  display: block;
  padding: 20px 25px;
  margin-bottom: -1px;
  border: 1px solid #8c8c8c;
  border-left: none;
background: #e2e2e2; /* Old browsers */
background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
background: linear-gradient(to bottom,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 );
-webkit-transition: top .3s;
}

@media (max-width: 1366px) {
  #rundownTop {
    gap: 1vw;
  }

  #rundownVideo {
    width: 82vw;
  }

  #rundownSidebar {
    width: 18vw;
  }
}
.rundown-list-group-item.active{
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}
.rundown-list-group-item:hover,
.rundown-list-group-item:focus {
  cursor: pointer;
  text-decoration: none;
}
