
#container{
    overflow: hidden;
}

.rangeslider {
  width: 100%; /* Width of the outside container */
}

/* The slider itself */
.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;  
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  transition: opacity .2s;
}


/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%; 
  background: #4CAF50;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}
.degreesLabel{
  position: absolute;
  top:5px;
  left:15px;
  border-radius: 5px;
  background:rgba(255,255,255,0.7);
}

.modal .degreesLabel{
  top:15px;
  left:25px;
}

#sliderImages{
  /*position: relative;*/
}
.sliderImage{
  
  position:absolute;
  top:0;
  left: 0;
}

.highlight {
  outline: 6px solid rgba(255,0,0,.5);
}
.highlight:hover, .highlight:focus {
  outline-color: rgba(255,0,0,1);
}
.highlightDouble{
  border: 6px double rgba(255,0,0,.5);
}
.highlightblue{
  outline: 6px solid rgba(0,0,255,.5);        
}

.highlightblue:hover, .highlightblue:focus {
  outline-color: rgba(0,0,255,1);
}
.highlightText{
  background-color: rgba(255,255,255,.6);
  display: inline-block;
}
.highlightTextCenter{
  background-color: rgba(255,255,255,.6);
  text-align: center;
}
.rotationOverlay {
  border-radius: 25px;
  padding: 10px;
}
.rotationOverlay img {
  background: radial-gradient(circle at center, rgba(255,255,255,1),rgba(255,255,255,.9)20%, rgba(255,255,255,0)40%);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  transition: transform .4s ease-in-out;
  padding: 40px;
}
.rotationOverlay img:hover, .rotationOverlay img:focus {
  transform: translate(-50%, -50%) rotate(180deg) ;
}

.circleEdges {
  margin: 10px;
  border-radius: 50%;
  overflow: hidden;
}

.insetTopright{
  position: relative;
  float:right;
}

.info-div{
  position:absolute;
  right:30px;
  top:30px;
  left:30px;
  background-color:#eee;
  padding:10px 20px;
  border-radius:5px;
  border:solid 1px #000;
  overflow-y:auto;
  z-index:1000;
  max-height:calc(100% - 60px);
  transition: right 1s,left 1s,top 1s,bottom 1s;
}

.insetRight{
  left:70%;
  right:10px;
}

.insetLeft{
  right:70%;
  left:10px;
}

.insetCenter{
  left:10px;
  right:10px;
}

.insetBottom{
  top:auto;
  bottom:10px;
}

.insetTop{
  top:10px;
  bottom:auto;
}

.insetFill{
  left:10px;
  right:10px;
  bottom:10px;
  top:10px;
  max-height:calc(100% - 20px);
}

@media only screen and (max-width: 768px) {
  /* For small screens */
  .insetRight{
    bottom:0px;
    top:auto;
    left: 0px;
    right:0px;
    max-height: 40%;
  }

  .insetLeft{
    bottom:0px;
    top:auto;
    left: 0px;
    right:0px;
    max-height: 40%;
  }

  .insetCenter{
    top:0px;
    bottom:0px;
  }

  .insetBottom{
    top:auto;
    bottom:0px;
  }

  .insetTop{
    top:0px;
    bottom: auto;
  }

  .insetFill{
    left:0px;
    right:0px;
    bottom:0px;
    top:0px;
    max-height:100vh;
  }


}

#cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
  from {-webkit-transform:rotate(0deg);}
  to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
  from {transform:rotate(0deg);}
  to {transform:rotate(360deg);}
}

#cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.embed-responsive-item{
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 12px;
}
.embed-responsive {
  position: relative;
  width:100%;
  height: 0;
}
.embed-responsive-16by9{
  padding-top: 56.25%;
}
canvas { 
    display: block; /* fix necessary to help with reSize issues? */
}


/* Dashjs CSS */
/**************************************************/
/*Control bar*/
/**************************************************/
.hide{
    display: none;
}

.disable {
    pointer-events:none;
}

.unselectable {
    -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 {
    width: 100%;
    top:0;
    z-index: -100;
    background: none;
}

:-ms-fullscreen {
    width: auto;
    height: auto;
    margin: auto;
}

.time-display,
.duration-display{
    padding:11px;
    color: white;
    font-weight: normal;
    font-size: .9em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.time-display{
    float:left;
    min-width: 72px;
}

.duration-display{
    float: right;
}

.live-icon {
    cursor: pointer;
}
.live-icon.live{
    color:red !important;
    pointer-events: none;
    cursor: default;
}

.btn-play-pause{
    float: left;
    padding:9px 10px;
    cursor: pointer;
}

.control-icon-layout
 {
    float: right;
    padding:9px 10px;
    cursor: pointer;
}

.btn-fullscreen {
    margin-right: 10px;
}

.volumebar {
    float: right;
    width: 70px;
}

.video-controller {
    min-height:35px;
    z-index: 2147483646;
    line-height: 1;
    margin: 5px;
}

.video-controller-fullscreen {
    position: fixed;
    z-index:2147483647;
    width: 100%;
    bottom: 0;
    left: 0;
}

.menu,
.video-controller {
    background-color: black;
}

.menu-item-unselected,
.menu-item-selected{
    font-weight: normal;
    font-size: .9em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.menu-item-unselected {
    color: white;
}

.menu-item-over,
.menu-item-selected {
    background-color: white;
    color: black;
}

.menu-sub-menu-title {
    background-color: #191919;
    padding-left: 2px;
    font-weight: bold;
    font-size: 1.0em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

}

.menu-item-selected {
    opacity: .7;
}

.menu ul{
    list-style-type: none;
    padding:0;
    margin:0;
}

.menu li{
    padding:0 10px;
    cursor: pointer;
}

.menu {
    position: absolute;
}

#bitrateMenu .menu-sub-menu-title {
    min-width: 150px;
}

@font-face {
    font-family: 'icomoon';
    src: url("./icomoon.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.icon-play,
.icon-pause,
.icon-caption,
.icon-mute-off,
.icon-mute-on,
.icon-fullscreen-enter,
.icon-fullscreen-exit,
.icon-tracks,
.icon-bitrate {
    font-family: 'icomoon';
    font-size: 20px;
    color: white;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
}

.icon-fullscreen-enter:before {
    content: "\e90b";
}
.icon-fullscreen-exit:before {
    content: "\e90c";
}
.icon-play:before {
    content: "\e910";
}
.icon-pause:before {
    content: "\e911";
}
.icon-mute-on:before {
    content: "\e909";
}
.icon-mute-off:before {
    content: "\e918";
}
.icon-caption:before {
    content: "\e901";
}
.icon-bitrate:before {
    content: "\e905";
}
.icon-tracks:before {
    content: "\e90a";
}

.seekContainer {
    display: flex;
    overflow: auto;
    overflow-y: hidden;
    overflow-x: hidden;
}

input[type="range"] {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    height: 14px;
    border: none;
    margin:12px 5px;
    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 */
}

input[type=range]::-moz-focus-outer {
    border: 0;
}

input[type="range"]::-moz-range-track {
    border: inherit;
    background: transparent;
}

input[type="range"]::-ms-track {
    border: inherit;
    color: transparent; /* don't drawn vertical reference line */
    background: transparent;
}

input[type="range"]::-ms-fill-lower,
input[type="range"]::-ms-fill-upper {
    background: transparent;
}

input[type="range"]::-ms-tooltip {
    display: none;
}

/* thumb */
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 15px;
    height: 8px;
    border: none;
    border-radius: 2px;
    background-color:rgb(0, 150, 215);
}
input[type="range"]::-moz-range-thumb {
    width: 15px;
    height: 8px;
    border: none;
    border-radius: 2px;
    background-color:rgb(0, 150, 215);
}

input[type="range"]::-ms-thumb {
    width: 15px;
    height: 8px;
    border: none;
    border-radius: 2px;
    background-color:rgb(0, 150, 215);
}

.thumbnail-container {
    position: absolute;
    text-align: center;
}

.thumbnail-elem {
    position: relative;
    box-shadow: 0px 0px 0.9em #000000;
    transform-origin: center bottom;
}

.thumbnail-time-label {
    position: relative;
    bottom: 1.8em;
    display: table;
    margin: 0 auto;
    padding: 2px 5px 2px 5px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 12px;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.seekbar-complete {
    width: 100%;
    height: 7px;
    margin-top: 16px;
    background: #999a99;
    position: relative;
    overflow: hidden;
}

.seekbar-buffer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0%;
    height: 7px;
    background: lightgray;
}

.seekbar-play {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0%;
    height: 7px;
    background: rgb(0, 150, 215);
}
