.vcb-empty {
    height: 100%;
  display: inline-block;
  vertical-align: middle;
  visibility: collapse;
}
.vcb-hide {
  display: none !important;
}
.vcb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
    vertical-align: middle;
    text-align: center;
  z-index: 2147483647;
}
.vcb-block {
    background: #333;
    background: rgba(0,0,0,.9);
    background: -webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,.9)),to(rgba(0,0,0,.9)));
    background: -webkit-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));
    background: -moz-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));
    background: -o-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));
    background: -ms-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));
    background: linear-gradient(rgba(50,50,50,.9),rgba(0,0,0,.9));
    display: inline-block;
    padding: 10px;
}
.vcb-overlay .fa-spinner {
  font-size: 40px;
  color: white;
}
.vcb-error {
  color: white;
  background-color: black;
  font-size: 20px;
}
.vcb-video-container {
  position: relative;
  width: 100%;
  background-color: black;
}
.vcb-video{
  width: 100%;
  height: 100%;
}
.vcb-video::-webkit-media-controls {
  display:none !important;
}
.vcb-video-controls {
  z-index: 2147483647;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,.7);
  background: -webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,.7)),to(rgba(0,0,0,.7)));
  background: -webkit-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
  background: -moz-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
  background: -o-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
  background: -ms-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
  background: linear-gradient(rgba(50,50,50,.7),rgba(0,0,0,.7));
  height: 30px;
  width: 100%;
  font-size: 11px;
  color: white;
  font-family: Helvetica,Arial;
  vertical-align: middle;
}
.vcb-video-controls button {
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  background: transparent;
  color: white;
  border: 0;
  font-size: 14px;
  vertical-align: middle;
  cursor: pointer;
}
.vcb-video-controls > span {
  padding: 5px;
}
.vcb-left-controls {
  float: left;
}
.vcb-right-controls {
  position: absolute;
  right: 0;
  top: 0;
}
.vcb-seek-bar-container {
  margin: 0 100px 0 70px;
  padding: 0 5px;
  vertical-align: middle;
  height: 26px;
  position: relative;
}
.vcb-time-hover {
  position: absolute;
    background: #eee;
    width: 36px;
    height: 17px;
    border: solid 1px #333;
    top: -19px;
    margin-left: -18px;
    text-align: center;
    color: #111;
}
.vcb-time-hover-current {
  margin: 2px;
    width: 30px;
    display: block;
    text-align: center;
    left: 0;
}
.vcb-time-hover-corner {
  position: absolute;
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    border: solid 5px #eee;
    border-color: #eee transparent transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: 15px;
    left: 13px;
}
.vcb-seek-bar {
  width: 100%;
  display: inline-block;
  background: #333;
    background: rgba(50,50,50,.8);
    background: -webkit-gradient(linear,0 0,0 100%,from(rgba(30,30,30,.8)),to(rgba(60,60,60,.8)));
    background: -webkit-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));
    background: -moz-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));
    background: -o-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));
    background: -ms-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));
    background: linear-gradient(rgba(30,30,30,.8),rgba(60,60,60,.8));
  height: 10px;
  vertical-align: middle;
  position: relative;
}
.vcb-seek-bar span {
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
}
.vcb-buffer-bar {
  background: #3caac8;
    background: rgba(60,170,200,.8);
    background: -webkit-gradient(linear,0 0,0 100%,from(rgba(44,124,145,.8)),to(rgba(78,183,212,.8)));
    background: -webkit-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));
    background: -moz-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));
    background: -o-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));
    background: -ms-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));
    background: linear-gradient(rgba(44,124,145,.8),rgba(78,183,212,.8));
}
.vcb-play-bar {
  background: #fff;
    background: rgba(255,255,255,.8);
    background: -webkit-gradient(linear,0 0,0 100%,from(rgba(255,255,255,.9)),to(rgba(200,200,200,.8)));
    background: -webkit-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
    background: -moz-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
    background: -o-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
    background: -ms-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
    background: linear-gradient(rgba(255,255,255,.9),rgba(200,200,200,.8));
}
.vcb-volume-control {
  display: inline;
  position: relative;
}
.vcb-volume-bar {
  writing-mode: bt-lr; /* IE */
  -webkit-appearance: slider-vertical; /* WebKit */
  width: 25px;
  height: 100px;
  margin: 5px 0 0 0;
  padding: 0;
}
.vcb-volume-bar::-ms-track {
  width: 4px;
  height: 100px;
  color: transparent;
  background: transparent;
}
.vcb-volume-bar::-ms-fill-lower {
  background: #ddd;
  border-radius: 2px;
}
.vcb-volume-bar::-ms-fill-upper {
  background: #777;
  border-radius: 2px;
}
.vcb-volume-bar::-ms-thumb {
  border-color: #696969;
  height: 5px;
  width: 15px;
  border-radius: 30%;
  background: white;
}
.vcb-volume-bar:active::-ms-thumb {
  background: #D3D3D3;
}
.vcb-volume-bar-container {
  width: 25px;
  height: 115px;
  position: absolute;
  bottom: 15px;
  display: inline;
  background: rgba(50,50,50,.7);
}
.vcb-full-screen-container {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  cursor: pointer;
}
button.vcb-full-screen {
  background-image: url('/global/assets/images/icons/video-controls.png');
  background-position: -32px 0;
  margin: 5px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
button.vcb-full-screen.vcb-full-screen-collapse {
  background-position: -32px -16px;
}
