/**************************************************/
/*Control bar*/
/**************************************************/
.wwhide{
    display: none;
}

.wwdisable {
    pointer-events:none;
}

.wwunselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

:-webkit-full-screen {
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    z-index: -100;
    background: none;
}

:-ms-fullscreen {
    width: auto;
    height: auto;
    margin: auto;
}

/* VV: defined in main index.php to fix IE
@font-face {
    font-family: 'icomoon';
    src:url("./icomoon.ttf") format("truetype");
}
*/

.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: white;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;

}



.wwbtn-play-pause{
    padding: 0px 8px !important;
    cursor: pointer;
    display: flex !important;
    align-items: center;
}

.wwtime-display{
    padding:11px;
    color: white;
    font-weight: normal;
    font-size: .9em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    order: 93;
}


.wwseekContainer {
    overflow: auto;
    padding-right: 10px;
    overflow-y: hidden;
    overflow-x: hidden;
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    width: auto !important;
    order: 94;
    padding: 8px;
}

.wwduration-display{
    padding:11px;
    color: white;
    font-weight: normal;
    font-size: .9em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    order: 95;
}


.wwbtn-mute{
    padding:9px 10px;
    cursor: pointer;
    order: 97;
    display: flex !important;
    align-items: center;
}

.wwvolumebar {
    margin-top: 0px !important;
    width: 70px;
    order: 98;
}

.wwbtn-caption{
    padding:9px 10px;
    cursor: pointer;
    order: 96;
    display: flex !important;
    align-items: center;
}

.wwbtn-fullscreen {
    padding:9px 10px;
    cursor: pointer;
    order: 100;
    display: flex !important;
    align-items: center;
}



.wwvideo-controller {
    min-height:35px;
    z-index: 2147483646;
}

.wwvideo-controller-fullscreen {
    position: fixed;
    z-index:2147483647;
    width: 100%;
    bottom: 0;
    left: 0;
}

.wwcaption-menu,
.wwvideo-controller {
    background-color: black;
}

.wwcaption-item-unselected,
.wwcaption-item-selected{
    font-weight: normal;
    font-size: .9em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.wwcaption-item-unselected{
    color: white;
}

.wwcaption-item-over,
.wwcaption-item-selected {
    background-color: white;
    color: black;
}

.wwcaption-item-selected {
    opacity: .7;
}

.wwcaption-menu ul{
    list-style-type: none;
    padding:0;
    margin:0;
}

.wwcaption-menu li{
    padding:0 10px;
    cursor: pointer;
}

.wwcaption-menu {
    position: absolute;
}

.wwicon-fullscreen-enter:before {
    content: "\e989";
}
.wwicon-fullscreen-exit:before {
    content: "\e98a";
}
.wwicon-play:before {
    content: "\ea1c";
}
.wwicon-pause:before {
    content: "\ea1d";
}
.wwicon-mute-on:before {
    content: "\ea29";
}
.wwicon-mute-off:before {
    content: "\ea27";
}
.wwicon-caption:before {
    content: "\e600";
}


.wwseekbar {
    position: relative;
    width: 100%;
    max-width: none;
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}

.wwcontroller>input[type="range"]  {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    height: 14px;
    border: none;
    padding: 1px 2px;
    border-radius: 5px;
    background: #232528;
    box-shadow: inset 0 1px 0 0 #0d0e0f, inset 0 -1px 0 0 #3a3d42;
    -webkit-box-shadow: inset 0 1px 0 0 #0d0e0f, inset 0 -1px 0 0 #3a3d42;
    outline: none; /* no focus outline */
}

.wwcontroller>input[type=range]::-moz-focus-outer {
    border: 0;
}

.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;
}

/*div#videoController>input[type="range"]::-ms-fill-lower, */
.wwcontroller>input[type="range"]::-ms-fill-lower,
.wwcontroller>input[type="range"]::-ms-fill-upper {
    background: transparent;
}

.wwcontroller>input[type="range"]::-ms-tooltip {
    display: none;
}

/* thumb */
.wwcontroller>input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 15px;
    height: 8px;
    border: none;
    border-radius: 2px;
    background-color:rgb(0, 150, 215);
}
.wwcontroller>input[type="range"]::-moz-range-thumb {
    width: 15px;
    height: 8px;
    border: none;
    border-radius: 2px;
    background-color:rgb(0, 150, 215);
}

.wwcontroller>input[type="range"]::-ms-thumb {
    width: 15px;
    height: 8px;
    border: none;
    border-radius: 2px;
    background-color:rgb(0, 150, 215);
}

.wwcontroller>input[type="range"]{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="range"].wwvolumebar {
  width: 70px;
/*  max-width: 280px; */
}


/* FOXFAST TEST ONLY */
/*
#GlobalVideoPlayerContainer .video-player {
    padding-left: 55px;
    padding-right: 55px;
    height: 100%;
    min-height:654px;
}
.wwvideoContainer>video {
    min-height:700px;
}
*/


/**** FOXFAST SPECIFIC ****/

#GlobalVideoPlayerContainer .wwvideoContainer video {
    min-height:700px;
}


#GlobalVideoPlayerContainer #mvpIndex video {
    min-height:10px;
}


#GlobalVideoPlayerContainer #mvpIndex {
    width: 192px;
}



