
body {
  --connected-color: #fba850;
  --disconnected-color: #fff;
}

#air-play-button {
  border: none;
  order: 101;
  background: transparent;
  display: flex !important;
  align-items: center;
  padding-right: 10px !important;
}

#air-play-button.connected {
  color: #fba850;
}


#air-play-button.disabled {
  display: none !important;
}

google-cast-launcher:not([style*="display: none"]) {
  max-width: 24px;
  margin-top: 6px;
  margin-right: 12px;
  margin-left: 6px;
  float: right;
}

#cast-status {
  display: none;
  align-items: center;
  position: absolute;
  bottom: 50px;
  left: 20px;
  padding: 10px 20px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.7);
}

#cast-status-text {
  margin-left: 5px;
}

#cast-status-button {
  line-height: 0;
}

.wwvideoContainer {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.wwvideoContainer {
}

.wwvideoContainer>video {
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 0;
}



.shaka-text-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    /*bottom: 0;
    bottom: 8%;  /* 15%; */
    width: 100%;
    height: 92%;
    min-width: 48px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;  /*  visible; */
    line-height: 1.4;
    font-size: 3.3vh !important;  /* 1.3em !important; */
    z-index: 2;
    text-shadow: #000000 1px 0 10px;
}


.shaka-text-container__IGNORE span {
    display: inline-block;
    /*font-size: 1.3em !important;*/
    font-size: 4.4vh !important;
}



.shaka-text-container__IGNORE p {
  display: inline-block;
  /*font-size: 1.3em !important;*/
  font-size: 4.4vh !important;
}

@font-face {
  font-family: proportionalSansSerif;
  src: local("Helvetica Neue"), local("Helvetica"), local("Arial"), local("sans-serif");
}

/*
.shaka-video-container * {
    font-family: Roboto-Regular,Roboto,sans-serif;
}
*/




#videoController {
    opacity: 0.7;
    text-align: center;
    width: 100% !important;
    z-index: 3;
    position: absolute;
    top: auto !important;
    display: flex !important;
    left: 0 !important;
    bottom: 0 !important;
    align-items: center;
    background-color:rgba(0,0,0,0.5);
    line-height: 20px;
}

::-webkit-media-controls {
  display:none !important;
}


#mvpIndex {
    opacity: 1.0;  /* was 0.7 */
    text-align: center;
    width: 184px;
    margin-top: -120px; /* perfect with -120px except fox */
    padding-top: 4px;
    padding-bottom: 5px;
    padding-left: 7px;
    padding-right: 4px;
    height: 128px; /* 108px */
    background: #fff;
    position: absolute;
    bottom: 80px;
    left: 80px;
    background-color: black;
    z-index: 3;
    flex-direction: column;
    display: none;
}


#videoStats {
    position: relative;
    opacity: 0.7;
    text-align: left;
    width: 99%;
    padding-top: 7px;
    height: 24px;
    background: #fff;
    top: 50px;
    margin-top: -30px;
    background-color: black;
    color: red;
    z-index: 3;
    padding-left:16px;
    padding-right:-16px;
    color: #a1a0fe;
    left: 0;
    right: 0;
    font-weight: normal;
    font-size: .9em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: none;
}


@font-face {
  font-family: 'icomoon';
  src:url("././contrib/akamai/controlbar/icomoon.ttf") format("truetype");
}








/* ------------------------------------------------------------------------ */
/* ---- Player Overrides */

.seek-buttons {
  margin-top: 0px !important;
}

.player-pause, .player-play, .player-more-play, .portal-inactive-icon, .player-fullscreen, .player-more-selected, .player-more, .player-left, .player-right, .player-check, .wwicon-fullscreen-enter {
    max-width: 100%;
    background-size: 100%;
    background-image: url(./img/playersprite.png);
}


.wwicon-play,
.wwicon-pause,
.wwicon-caption,
.wwicon-mute-off,
.wwicon-mute-on,
.wwicon-fullscreen-enter,
.wwicon-fullscreen-exit{
    font-family: 'icomoon';
    font-size: 20px;
    color: #fba850;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;

}

.wwicon-fullscreen-enter:before {
    content: "" !important;
}

.wwicon-fullscreen-enter {
    background-position: 0 51.510791%;
    background-size: 342.424242%;
    width: 20px;
    height: 20px;
    display: inline-block;
}


.wwcontroller > input[type=range] {
    height: 6px;
    border-radius: 0px;
    background-color:rgba(200,200,200,0.6);
}

.wwcontroller > input[type=range]::-webkit-slider-thumb
{
        -webkit-appearance: none;
        width: 12px;
        height: 12px;
        border: none;
        border-radius: 50%;
        /*background-color: white;*/
        background-color:#fba850;
}

.wwcontroller > input[type=range]::-moz-range-thumb {
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
        /*background-color: white;*/
background-color:#fba850;
}

.wwcontroller > input[type=range]::-ms-thumb {
    width: 12px;
    height: 12px;
    border-radius: 6px;
        /*background-color: white;*/
background-color:#fba850;
}

.wwcontroller > input[type=range]::-moz-range-track {
    border: inherit;
    background: transparent;
}

.wwcontroller > input[type=range]::-ms-track {
    border: inherit;
    color: transparent; /* don't drawn vertical reference line */
    background: transparent;
    height: 6px;
}


.wwcontroller > input[type=range]::-ms-fill-lower {
    border-radius: 10px;
    background-color: transparent;
}

.wwcontroller > input[type=range]::-ms-fill-upper {
    background-color: transparent;
    border-radius: 10px;
}

.wwcontroller > input[type=range]:focus::-ms-fill-lower {
    background: transparent;
}

.wwcontroller > input[type=range]:focus::-ms-fill-upper {
    background: transparent;
}

#mvpVideoIndex
{
  width: 100%;
}

#mvpIndex
{
    opacity: 1.0;  /* was 0.7 */
    text-align: center;
    width: 184px;
    margin-top: -100px; /* perfect with -120px except fox */
    padding-top: 4px;
    padding-bottom: 5px;
    padding-left: 7px;
    padding-right: 4px;
    height: 128px; /* 108px */
    background: #fff;
    position: absolute;
    bottom: 80px;
    left: 80px;
    background-color: black;
    z-index: 3;
    display: none;
}

.wwhide
{
  display: none;
  visibility: hidden;
}


/* ------------------------------------------------------------------------ */
/* ---- Digital Screeners Player Overrides */

::cue
{
  font-family: Helvetica,Helvetica Neue,Arial,sans-serif !important; 
}

.dds-caption-menu
{
  background-color: rgba(0,0,0,0.85);
  display:flex;
  flex-direction: column;
  position:absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 100%;
  z-index:1501;
  padding: 5px;
  font-family: Roboto;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.43;
  cursor: default;
}

.dds-caption-menu-close
{
  margin: 20px;
  cursor: pointer;
}

.dds-caption-menu-title
{
  padding: 20px;
  flex-grow: 1;
  font-family: Roboto;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.43;
}

.dds-caption-substracks-header
{
  margin-bottom: 10px;
  font-weight: 370;
}

.dds-caption-audiotracks-header
{
  margin-bottom: 10px;
  font-weight: 370;
}

.dds-caption-audiotracks
{
  padding: 5px;
  padding-right: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.dds-caption-audiotracks > ul
{
  list-style-type:none;
  padding-left: 20px;
}

.dds-caption-substracks > ul
{
  list-style-type:none;
  padding-left: 20px;
}

.dds-caption-substracks
{
  padding: 5px;
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.dds-caption-item-selected
{
  font-weight: 320;
  color: white;
  padding-left: 1em;  /* space to preserve indentation on wrap */
}

.dds-caption-item-selected:before
{
  content1:"\2713\0020";
  content0:"\2714\0020";
  content2:"\2611\0020";
  content3: '-';
  content: '';
  display: inline-block;
  margin-left: -1.5em;
  width: 1em;
  height: 1em;
  fill: white;
  background-size: contain;
  background-image: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg width='18' height='18' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'><path fill='white' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/></svg>");
  background-repeat: no-repeat;
  margin-right:0.5em;
}

.dds-caption-item-unselected
{
  font-weight: 300;
  color:#aaaaaa;
  padding-left: 1em;
  cursor: pointer;
}

.dds-caption-item-over
{
  font-weight: 310;
  color: white;
}


/* #shaka-text-region---defreg_1 > span */
.shaka-text-region > span
{
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 4px;
}



/* eof! */


