<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ijs-custom {
width: 100%;
height: 100%;
/*background-image: url(images/background.jpg);
background-repeat: no-repeat;
*/
}

.ijs-videocontent {
width: 100%;
height: 100%;
background-color: #a11;
}

.ijs-display-button div { background-position: -100px -75px; }
.ijs-display-button ul { width: 20em; left: -8.5em; /* Width of menu - width of button / 2 */ }

.ijs-displaybar-hidden {
  visibility: hidden;
}

.ijs-slide-div {
  width: 100%; height: 100%;
}
/*
.ijs-slide-video {
  width: auto; height: 100%;max-width: 100%;
}

.ijs-slide-image {
  width: auto; height: 100%;max-width: 100%;
}
*/
.ijs-slide-video {
  width: 100%; height: 100%;max-height: 100%; vertical-align: middle;margin: auto;cursor: pointer;
}

.ijs-slide-image {
 width: auto;
 height: 100%;
 max-height: 100%;
 max-width: 100%;
 border: 0px;
 vertical-align: middle;
 cursor: pointer;
 background-position: 50%;
 background-repeat: no-repeat;
 background-size: contain;
 margin: 0 auto;
}

.ijs-slide-video-hidden {
  width: auto; height: 100%;max-height: 100%; max-width: 100%;vertical-align: middle;margin: auto;display: none;cursor: pointer;
}

.ijs-slide-image-hidden{
  width: auto;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  border: 0px;
  vertical-align: middle;
  margin: auto;
  display: none;
  cursor: pointer;
}

.ijs-displaybar {
  /*margin: 0 50%; padding: 0; */
  /* Scale with the size of the player div. Works when poster is vertically shorter, but stretches when it's less wide. */
  position: absolute;
  right: 5%;
  width: 30%;
  height: auto;
  bottom: 60px;
  visibility: hidden;
  z-index: 1000;
  outline: none;
  color: #fff; font-weight: bold;
  overflow: hidden;
  overflow-y: hidden;
  cursor: default;
  opacity: 0.8;
  background-color: #111;
  border: 2px solid #333;
  -moz-border-radius: 0.7em; -webkit-border-radius: 1em; border-radius: .5em;
  -webkit-box-shadow: 0 2px 4px 0 #000; -moz-box-shadow: 0 2px 4px 0 #000; box-shadow: 0 2px 4px 0 #000;
}


.ijs-displaybar-image {
top: 0px;
outline: none;
position: relative;
float: left;
text-align: center;
margin: 0;
padding: 0;
cursor: pointer;
width:6vw;
height:4.5vw;

}

.ijs-displaybar-image:hover{
  -webkit-filter: drop-shadow(0px 0px 10px #fff); filter: drop-shadow(0px 0px 10px #fff)
}

/*
.ijs-displaybar-view-1, .ijs-displaybar-view-1::before, .ijs-displaybar-view-1::after {

  content:"";
  background-image: url(images/view2.png);
  background-repeat: no-repeat;
  background-size: 25% auto;
  width: 25%;

  height: auto;
  display: block;
}


.ijs-displaybar-view-1, .ijs-displaybar-view-1::before, .ijs-displaybar-view-1::after {

  content:url(images/view1.png);
  width: 25%;

  height: auto;
  display: block;
}

.ijs-displaybar-view-2, .ijs-displaybar-view-2::before, .ijs-displaybar-view-2::after {
  content:url(images/view2.png);
  width: 25%;
  height: auto;
  display: block;
}

.ijs-displaybar-view-3, .ijs-displaybar-view-3::before, .ijs-displaybar-view-3::after {
 width: 25%;
  height: auto;
  display: block;
  content:url(images/view3.png);

}

.ijs-displaybar-view-switch, .ijs-displaybar-view-switch::before, .ijs-displaybar-view-switch::after {
  width: 25%;
  display: block;
   height: auto;
  content:url(images/switch.png);
}
*/

.ijs-displaybar-view-1 {
  top: 0px;
  background-image: url(images/view1.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.ijs-displaybar-view-2 {
  top: 0px;
  background-image: url(images/view2.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.ijs-displaybar-view-3 {
  top: 0px;
  background-image: url(images/view3.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.ijs-displaybar-view-switch {
  top: 0px;
  background-image: url(images/switch.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.ijs-displaybar-view-chroma-100 {
  top: 0px;
  background-image: url(images/chromakey-100.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.ijs-displaybar-view-chroma-30-100{
  top: 0px;
  background-image: url(images/chromakey-30-100.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.ijs-displaybar-view-chroma-100-30{
  top: 0px;
  background-image: url(images/chromakey-100-30.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.ijs-displaybar-view-chroma-50-100 {
  top: 0px;
  background-image: url(images/chromakey-50-100.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.ijs-displaybar-view-chroma-100-50 {
  top: 0px;
  background-image: url(images/chromakey-100-50.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.ijs-displaybar-view-switch {
  top: 0px;
  background-image: url(images/switch.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.ijs-preview-panel {
  /*margin: 0 50%; padding: 0; */
  /* Scale with the size of the player div. Works when poster is vertically shorter, but stretches when it's less wide. */
  position: absolute;
  width: 240px;
  height: 180px;
  /*top: 300px;*/
  display: none;
  z-index: 100;
  top: -220px;
  color: #fff; font-weight: bold;
  overflow: hidden;
  overflow-y: hidden;
  cursor: default;
  opacity: 0.8;
  background-color: #111;
  border: 2px solid #333;
  -moz-border-radius: 0.7em; -webkit-border-radius: 1em; border-radius: .5em;
  -webkit-box-shadow: 0 2px 4px 0 #000; -moz-box-shadow: 0 2px 4px 0 #000; box-shadow: 0 2px 4px 0 #000;
}

.ijs-preview-textonly-panel {
  /*margin: 0 50%; padding: 0; */
  /* Scale with the size of the player div. Works when poster is vertically shorter, but stretches when it's less wide. */
  position: absolute;
  width: 240px;
  height: 80px;
  top: 300px;
  visibility: hidden;
  z-index: 100;
  top: -120px;
  color: #fff; font-weight: bold;
  overflow: hidden;
  overflow-y: hidden;
  cursor: default;
  opacity: 0.8;
  background-color: #111;
  border: 2px solid #333;
  -moz-border-radius: 0.7em; -webkit-border-radius: 1em; border-radius: .5em;
  -webkit-box-shadow: 0 2px 4px 0 #000; -moz-box-shadow: 0 2px 4px 0 #000; box-shadow: 0 2px 4px 0 #000;
}

.ijs-tag-display-panel, .ijs-tag-display-panel:visited, .ijs-tag-display-panel:active, .ijs-tag-display-panel:link
{
  /*margin: 0 50%; padding: 0; */
  /* Scale with the size of the player div. Works when poster is vertically shorter, but stretches when it's less wide. */
  position: absolute;
  width: auto;
  top: 5px;
  left:25%;
  max-width: 50%;
  min-width:15%;
  height: auto;
  display: none;
  z-index: 100;
  color: #fff;
  overflow: hidden;
  overflow-y: hidden;
  cursor: default;
  opacity: 1;
  font-size:1.5em;
  background-color: #000;

  text-decoration: none;
/*  border: 1px solid #aaa;
  border: 2px solid #444; #56d;
  -moz-border-radius: 0.7em; -webkit-border-radius: 1em; border-radius: .5em;
  -webkit-box-shadow: 0 2px 4px 0 #000; -moz-box-shadow: 0 2px 4px 0 #000; box-shadow: 0 2px 4px 0 #000;*/
}

.ijs-tag-display-panel:hover {
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	text-shadow: 1px 1px #111;
	border: 1px solid #fff;
	opacity: 0.9;
}

.ijs-tag-player {
	opacity: 1;
}

.ijs-webrecorder-panel {
  /*margin: 0 50%; padding: 0; */
  /* Scale with the size of the player div. Works when poster is vertically shorter, but stretches when it's less wide. */
  position: absolute;
  width: 50%;
  left:25%;
  height: auto;
  visibility: hidden;
  z-index: 100;
  top: -50px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
  overflow-y: hidden;
  cursor: default;
  opacity: 0.9;
  background-color: #111;
  border: 2px solid #333;
  -moz-border-radius: 0.7em; -webkit-border-radius: 1em; border-radius: .5em;
  -webkit-box-shadow: 0 2px 4px 0 #000; -moz-box-shadow: 0 2px 4px 0 #000; box-shadow: 0 2px 4px 0 #000;
}

.ijs-question-display-panel {
  /*margin: 0 50%; padding: 0; */
  /* Scale with the size of the player div. Works when poster is vertically shorter, but stretches when it's less wide. */
  /*position: absolute; width: 240px; height: 150px; top: 300px;
  visibility: hidden;
  z-index: 100;
  top: -180px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
  overflow-y: hidden;
  cursor: default;
  opacity: 0.8;
  background-color: #111;
  border: 2px solid #333;
  -moz-border-radius: 0.7em; -webkit-border-radius: 1em; border-radius: .5em;
  -webkit-box-shadow: 0 2px 4px 0 #000; -moz-box-shadow: 0 2px 4px 0 #000; box-shadow: 0 2px 4px 0 #000;
  */

    /*margin: 0 50%; padding: 0; */
  /* Scale with the size of the player div. Works when poster is vertically shorter, but stretches when it's less wide. */
  position: absolute;
  width: 50%; /*500px;*/
  height: auto;
  left: 25%;
  visibility: hidden;
  z-index: 350;
  outline: none;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  /*font-weight: bold;*/
  overflow: hidden;
  cursor: default;
  opacity: 0.95;
  top: -300px; /*-350px;*/
  background-color: #111;
  border: 2px solid #333;
  -moz-border-radius: 0.7em; -webkit-border-radius: 1em; border-radius: .5em;
  -webkit-box-shadow: 0 2px 4px 0 #000; -moz-box-shadow: 0 2px 4px 0 #000; box-shadow: 0 2px 4px 0 #000;


}

.ijs-preview-image {
width: 100%; height: auto;
}

.ijs-preview-overlay {
	/*display:none;*/
	position:absolute;
	width:100%;
	height:20%;
	top:80%;
	background:#111;
	opacity: 0.9;
	color: #fff;
}

.ijs-preview-textonly {
	/*display:none;*/
	position:absolute;
	width:100%;
	height:100%;
	top:0%;
	background:#111;
	opacity: 0.9;
	color: #fff;
}

.ijs-timeline-panel {
  /*margin: 0 50%; padding: 0; */
  /* Scale with the size of the player div. Works when poster is vertically shorter, but stretches when it's less wide. */
  position: absolute; left: 10%; width: 80%; height: 50px; top: 50%;
  visibility: visible;
  z-index: 100;

  color: #fff; font-weight: bold;
  overflow: hidden;
  overflow-y: hidden;
  cursor: default;
  opacity: 0.9;
  background-color: #111;
  border: 2px solid #333;
  -moz-border-radius: 0.7em; -webkit-border-radius: 1em; border-radius: .5em;
  -webkit-box-shadow: 0 2px 4px 0 #000; -moz-box-shadow: 0 2px 4px 0 #000; box-shadow: 0 2px 4px 0 #000;
}

.ijs-timeline-canvas {
position: absolute;top: 0px;left: 0px; width: 100%;height: 100%;cursor: pointer;z-index: 90;
}

.ijs-thumbnail-holder {
  position: absolute;left: 0px; width: 100%;height: 200px;background:#f11;z-index: 100;
}

.ijs-slide-hidden {
   position: absolute;visibility: hidden;
}


.ijs-slide-left-large {
  position: absolute;left: 0%; width: 70%;max-width:70%;height: 100%; top:0%;max-height: 100%; margin:auto;text-align:center;vertical-align:middle;

}

.ijs-slide-right-large {
   position: absolute; left: 30%;width: 70%;max-width:70%; height: 100%;top:0%; max-height: 100%; margin:auto;text-align:center;vertical-align:middle;	// replaced height auto  100%

}
.ijs-slide-left-50-percent {
  position: absolute; left: 0%;width: 50%;max-width:50%; height: 100%;top:0%; max-height: 100%; margin:auto;text-align:center;vertical-align:middle;

}

.ijs-slide-right-50-percent {
  position: absolute; left: 50%;width: 50%;max-width:50%; height: 100%;top:0%; max-height: 100%; margin:auto;text-align:center;vertical-align:middle;

}



.ijs-slide-chromakey-100 {
  position: absolute;left: 0%; width: 70%;max-width:70%;height: 100%; top:0%;max-height: 100%; margin:auto;text-align:center;vertical-align:middle;

}

.ijs-slide-chromakey-30-100 {
  position: absolute;left: 0%; width: 70%;max-width:70%;height: 100%; top:0%;max-height: 100%; margin:auto;text-align:center;vertical-align:middle;

}

.ijs-slide-chromakey-100-30 {
  position: absolute; left: 30%;width: 70%;max-width:70%; height: 100%;top:0%; max-height: 100%; margin:auto;text-align:center;vertical-align:middle;	// replaced height auto  100%

}

.ijs-slide-chromakey-50-100 {
  position: absolute; left: 0%;width: 50%;max-width:50%; height: 100%;top:0%; max-height: 100%; margin:auto;text-align:center;vertical-align:middle;

}

.ijs-slide-chromakey-100-50 {
  position: absolute; left: 50%;width: 50%;max-width:50%; height: 100%;top:0%; max-height: 100%; margin:auto;text-align:center;vertical-align:middle;

}
.ijs-slide-left-50-percent {
  position: absolute; left: 0%;width: 50%;max-width:50%; height: 100%;top:0%; max-height: 100%; margin:auto;text-align:center;vertical-align:middle;

}

.ijs-slide-right-50-percent {
 position: absolute; left: 50%;width: 50%;max-width:50%; height: 100%;top:0%; max-height: 100%; margin:auto;text-align:center;vertical-align:middle;

}
/*
.ijs-slide-left-large {
  position: absolute;left: 0%; width: 70%;height: 80%; top:10%;max-height: 100%; margin:auto;text-align:center;vertical-align:middle;
}

.ijs-slide-right-large {
   position: absolute; left: 30%;width: 70%; height: 80%;top:10%; max-height: 100%; margin:auto;text-align:center;vertical-align:middle;	// replaced height auto  100%
}

.ijs-slide-left-50-percent {
  position: absolute; left: 0%;width: 50%;max-width:50%; height: 80%;top:10%; max-height: 100%; margin:auto;text-align:center;vertical-align:middle;
}

.ijs-slide-right-50-percent {
 position: absolute; left: 50%;width: 50%;max-width:50%; height: 80%;top:10%; max-height: 100%; margin:auto;text-align:center;vertical-align:middle;
}
*/

.ijs-slide-alone {
  left: 0%;
 width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  text-align:center;
}
#chromaDiv{
position:absolute;
top: 0;
left:0;

  /*background-color:  red;*/
}
#canvasChromakey{
  /*display: block;*/
    position: absolute;
  /*width:inherit;
  height:100%;*/
 width: 1170px;
  height: 658px;
}
#colorCanvas{
position: absolute;
 width: 1170px;
  height: 658px;
}
#videoplayer{
 width: 1170px;
  height: 658px;
}
.ijs-video-greenscreen-left {

}

.ijs-video-left-small{
  position: absolute; top: 10%; left: 0%; width: 30%; height: 50%; margin:auto;text-align:center;
}

.ijs-video-right-small{
  position: absolute; top: 10%; left: 70%; width: 30%; height: 50%; margin:auto;text-align:center;
}

.ijs-video-left-50-percent{
  position: absolute; top: 0; left: 0%; width: 50%; height: 100%;perspective: 400px; /*transform: rotateY(25deg);*/
}

.ijs-video-right-50-percent{
  position: absolute; top: 0; left: 50%; width: 50%; height: 100%; perspective: 400px;/*transform: rotateY(25deg);*/
}

.ijs-video-alone {
  position: absolute; top: 0; left: 0; width:100%; height:100%;
}
.ijs-video-left-50-percent{
  position: absolute; top: 0; left: 0%; width: 50%; height: 100%;perspective: 400px; /*transform: rotateY(25deg);*/
}

.ijs-video-right-50-percent{
  position: absolute; top: 0; left: 50%; width: 50%; height: 100%; perspective: 400px;/*transform: rotateY(25deg);*/
}
.ijs-video-chromakey-100{
  position: absolute; top: 10%; left: 0%; width: 30%; height: 50%; margin:auto;text-align:center;
}
.ijs-video-chromakey-30-100{
  position: absolute; top: 10%; left: 0%; width: 30%; height: 50%; margin:auto;text-align:center;
}

.ijs-video-chromakey-100-30{
  position: absolute; top: 10%; left: 70%; width: 30%; height: 50%; margin:auto;text-align:center;
}

.ijs-video-chromakey-50-100{
  position: absolute; top: 0; left: 0%; width: 50%; height: 100%;perspective: 400px; /*transform: rotateY(25deg);*/
}

.ijs-video-chromakey-100-50{
  position: absolute; top: 0; left: 50%; width: 50%; height: 100%; perspective: 400px;/*transform: rotateY(25deg);*/
}
.ijs-video-chromakey-video-hidden{
visibility:hidden;
display: none;
/*position: absolute; top: 0; left: 50%; width: 50%; height: 100%; perspective: 400px;/*transform: rotateY(25deg);*/*/
}
.ijs-video-hidden {
  position:absolute;visibility: hidden;
}

.vjs-logo-hidden {
  position: absolute; top: 5px; left: 5px;
  visibility: hidden;
}

.vjs-logo-left {
  position: absolute; top: 5px; left: 5px;
  visibility: visible;
  z-index: 100;
}

.ijs-tag {
  /*margin: 0 50%; padding: 0; */
  /* Scale with the size of the player div. Works when poster is vertically shorter, but stretches when it's less wide. */
  position: absolute; left: 10%;width: 400px; height: 150px; top: 50%;
  z-index: 100;
  /*visibility: hidden;*/display:none;
  color: #fff; font-weight: bold;
  overflow: hidden;
  overflow-y: hidden;
  cursor: default;
  opacity: 0.8;
  background-color: #111;
  border: 2px solid #333;
  -moz-border-radius: 0.7em; -webkit-border-radius: 1em; border-radius: .5em;
  -webkit-box-shadow: 0 2px 4px 0 #000; -moz-box-shadow: 0 2px 4px 0 #000; box-shadow: 0 2px 4px 0 #000;
}

.ijs-tag-form {
  /*margin: 0 50%; padding: 0; */
  /* Scale with the size of the player div. Works when poster is vertically shorter, but stretches when it's less wide. */
  position: absolute; left: 5%;width: 90%; height: 10%; top: 80%;
  z-index: 100;
  /*visibility: hidden;*/display:none;
  color: #fff; font-weight: bold;
  overflow: hidden;
  overflow-y: hidden;
  cursor: default;
  opacity: 0.8;
  background-color: #111;
  border: 2px solid #333;
  -moz-border-radius: 0.7em; -webkit-border-radius: 1em; border-radius: .5em;
  -webkit-box-shadow: 0 2px 4px 0 #000; -moz-box-shadow: 0 2px 4px 0 #000; box-shadow: 0 2px 4px 0 #000;
}

/*
.ijs-info-button, .ijs-tag-button, .ijs-search-button, .ijs-stats-button, .ijs-share-button, .ijs-cut-button, .ijs-hqsq-button {
  outline: none;
  position: relative;
  float: right;
  text-align: center;
  margin: 0;
  padding: 0;
 width: 4em;
  top: 4px;
  cursor: pointer;
}
*/
.ijs-controlbar-button {
  outline: none;
  position: relative;
  float: right;
  text-align: center;
  padding: 0;
  top: 4px;
  cursor: pointer;
  margin-left:10px;
}

.ijs-chapters-button {
  background-image: url(images/h20index.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: none;
}

.ijs-sq-button {
  background-image: url(images/sq.png);
  background-repeat: no-repeat;
  width: 28px;
  height: 22px;

}

.ijs-hq-button {
  background-image: url(images/hq.png);
  background-repeat: no-repeat;
  width: 28px;
  height: 22px;

}

.ijs-tag-button {
  background-image: url(images/tag.png);
  background-repeat: no-repeat;
  width: 28px;
  height: 22px;
  display: none;
}
.ijs-fileexport-button {
  background-image: url("images/video-file.png");
   background-position: right center;
   background-repeat: no-repeat;
   z-index: 600;
   /*width: 22px !important;*/
   height: 30px !important;
  display: none;
}


.ijs-comment-button {
  background-image: url(images/comment4.png);
  background-size:20px 20px;
  background-repeat: no-repeat;
  width: 28px;
  height: 22px;
  display: none;
}

.ijs-subtitle-button {
  background-image: url(images/comment4.png);
  background-size:20px 20px;
  background-repeat: no-repeat;
  width: 28px;
  height: 22px;
  display: none;
}

.ijs-comment-text {
  width: 100%;
  height: 120px;
}


.ijs-subtitle-text {
  width: 100%;
  height: 80px;
  font-size: 1.5em;
}

.ijs-question-button {
  background-image: url(images/h20poll.png);
  background-repeat: no-repeat;
  width: 28px;
  height: 22px;
  display: none;
}

.ijs-cut-button {
  background-image: url(images/h20cut.png);
  background-repeat: no-repeat;
  width: 28px;
  height: 22px;
  display: none;
}

.ijs-search-button {
  background-image: url(images/h20search.png);
  background-repeat: no-repeat;
  width: 28px;
  height: 22px;

}


.ijs-viewselector-button {
  background-image: url(images/viewselector.png);
  background-repeat: no-repeat;
  width: 27px;
  height: 20px;
}

/* FontAwsome button icons */
.ijs-info-button:before {
  font-family: VideoJS;
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.ijs-controlbar-button:hover {
  -webkit-filter: drop-shadow(0px 0px 10px #fff); filter: drop-shadow(0px 0px 10px #fff)

}
/*
.ijs-tag-button:hover,.ijs-info-button:hover, .ijs-search-button:hover, .ijs-stats-button:hover, .ijs-share-button:hover, .ijs-chapters-button:hover, .ijs-cut-button:hover, .ijs-hqsq-button:hover, .ijs-viewselector-button:hover{
  -webkit-filter: drop-shadow(0px 0px 10px #fff); filter: drop-shadow(0px 0px 10px #fff)
}
*/


.vjs-tag-middle {
  position: absolute; top: 100; left: 25%; width: 50%; height: 50%;
	margin: 0 auto; padding: 0; cursor: pointer;
	opacity: 0.8;
  background-color: #111;
  border: 2px solid #333;
  -moz-border-radius: 0.7em; -webkit-border-radius: 1em; border-radius: .5em;
  -webkit-box-shadow: 0 2px 4px 0 #000; -moz-box-shadow: 0 2px 4px 0 #000; box-shadow: 0 2px 4px 0 #000;
  overflow: auto;
}

.vjs-tag-visible {
  margin: 0 25%; padding: 0; cursor: pointer;
  /* Scale with the size of the player div. Works when poster is vertically shorter, but stretches when it's less wide. */
  position: absolute; width: 50%; height: 50%; top: 25%;
  /*visibility: hidden;*/display:none;
  z-index: 100;

  color: #fff; font-weight: bold;
  overflow: hidden;
  cursor: default;
  opacity: 0.8;
  background-color: #111;
  border: 2px solid #333;
  -moz-border-radius: 0.7em; -webkit-border-radius: 1em; border-radius: .5em;
  -webkit-box-shadow: 0 2px 4px 0 #000; -moz-box-shadow: 0 2px 4px 0 #000; box-shadow: 0 2px 4px 0 #000;
}

.ijs-search-panel {
  /*margin: 0 50%; padding: 0; */
  /* Scale with the size of the player div. Works when poster is vertically shorter, but stretches when it's less wide. */
  position: absolute; width: 300px; height: 110px; left: 20%;
  /*visibility: hidden;*/display:none;
  z-index: 350;
  outline: none;
  color: #fff; font-weight: bold;
  overflow: hidden;
  cursor: default;
  opacity: 0.8;
  top: -140px;
  background-color: #111;
  border: 2px solid #333;
  -moz-border-radius: 0.7em; -webkit-border-radius: 1em; border-radius: .5em;
  -webkit-box-shadow: 0 2px 4px 0 #000; -moz-box-shadow: 0 2px 4px 0 #000; box-shadow: 0 2px 4px 0 #000;
}

.ijs-tag-form-panel {
  /*margin: 0 50%; padding: 0; */
  /* Scale with the size of the player div. Works when poster is vertically shorter, but stretches when it's less wide. */
  position: absolute;
  width: 60%;
  left: 20%;
  min-width: 450px;
  height: auto; left: 20%;
  /*visibility: hidden;*/display:none;
  z-index: 350;
  outline: none;
  color: #fff; font-weight: bold;
  overflow: hidden;
  cursor: default;
  opacity: 0.95;
  top: -355px;
  background-color: #111;
  border: 2px solid #333;
  -moz-border-radius: 0.7em; -webkit-border-radius: 1em; border-radius: .5em;
  -webkit-box-shadow: 0 2px 4px 0 #000; -moz-box-shadow: 0 2px 4px 0 #000; box-shadow: 0 2px 4px 0 #000;
}




.ijs-media-share-panel {
  position: absolute;
  width: 50%;
  min-width:400px;
  height: auto;
  max-height:350;
  min-height:200;
  left: 25%;
  /*visibility: hidden;*/display:none;
  z-index: 350;
  outline: none;
  color: #fff; font-weight: bold;
  overflow: hidden;
  cursor: default;
  opacity: 0.95;
  top: -355px;
  background-color: #111;
  border: 2px solid #333;
  -moz-border-radius: 0.7em; -webkit-border-radius: 1em; border-radius: .5em;
  -webkit-box-shadow: 0 2px 4px 0 #000; -moz-box-shadow: 0 2px 4px 0 #000; box-shadow: 0 2px 4px 0 #000;
}

.ijs-media-snapshot-panel {
  position: absolute;
  width: 50%;
  min-width:400px;
  height: auto;
  left: 25%;
  /*visibility: hidden;*/display:none;
  z-index: 350;
  outline: none;
  color: #fff; font-weight: bold;
  overflow: hidden;
  cursor: default;
  opacity: 0.95;
  top: -355px;
  background-color: #111;
  border: 2px solid #333;
  -moz-border-radius: 0.7em; -webkit-border-radius: 1em; border-radius: .5em;
  -webkit-box-shadow: 0 2px 4px 0 #000; -moz-box-shadow: 0 2px 4px 0 #000; box-shadow: 0 2px 4px 0 #000;
}

.ijs-media-ocr-panel {
  position: absolute;
  width: 50%;
  min-width:400px;
  height: auto;
  left: 25%;
  display:none;
  z-index: 350;
  outline: none;
  color: #fff; font-weight: bold;
  overflow: hidden;
  cursor: default;
  opacity: 0.95;
  top: -355px;
  background-color: #111;
  border: 2px solid #333;
  -moz-border-radius: 0.7em; -webkit-border-radius: 1em; border-radius: .5em;
  -webkit-box-shadow: 0 2px 4px 0 #000; -moz-box-shadow: 0 2px 4px 0 #000; box-shadow: 0 2px 4px 0 #000;
}

.ijs-ocr-progress-bar {
	width: 90%;
	margin-left: 5%;
	margin-top: 5px;
	margin-bottom: 10px;
	display: none;
}

.ijs-ocr-progress-label {
	width: 90%;
	margin-left: 5%;
	margin-top: 5px;
	margin-bottom: 10px;
	display: none;
	text-align: center;
}

.ijs-displayaction-form-panel{
 position: absolute; width: 400px; height: 250px; left: 20%;
  /*visibility: hidden;*/display:none;
  z-index: 350;
  outline: none;
  color: #fff; font-weight: bold;
  overflow: hidden;
  cursor: default;
  opacity: 0.95;
  top: -355px;
  background-color: #111;
  border: 2px solid #333;
  -moz-border-radius: 0.7em; -webkit-border-radius: 1em; border-radius: .5em;
  -webkit-box-shadow: 0 2px 4px 0 #000; -moz-box-shadow: 0 2px 4px 0 #000; box-shadow: 0 2px 4px 0 #000;
}

.ijs-tracking-form-panel {
 position: absolute; width: 500px; height: 300px; left: 20%;
  /*visibility: hidden;*/display:none;
  z-index: 350;
  outline: none;
  color: #fff; font-weight: bold;
  overflow: hidden;
  cursor: default;
  opacity: 0.95;
  top: -355px;
  background-color: #111;
  border: 2px solid #333;
  -moz-border-radius: 0.7em; -webkit-border-radius: 1em; border-radius: .5em;
  -webkit-box-shadow: 0 2px 4px 0 #000; -moz-box-shadow: 0 2px 4px 0 #000; box-shadow: 0 2px 4px 0 #000;
}

.ijs-speechtotext-form-panel {
 position: absolute; width: 500px; height: 300px; left: 20%;
  /*visibility: hidden;*/display:none;
  z-index: 350;
  outline: none;
  color: #fff; font-weight: bold;
  overflow: hidden;
  cursor: default;
  opacity: 0.95;
  top: -355px;
  background-color: #111;
  border: 2px solid #333;
  -moz-border-radius: 0.7em; -webkit-border-radius: 1em; border-radius: .5em;
  -webkit-box-shadow: 0 2px 4px 0 #000; -moz-box-shadow: 0 2px 4px 0 #000; box-shadow: 0 2px 4px 0 #000;
}


.ijs-convert-form-panel {
 position: absolute; width: 500px; height: 300px; left: 20%;
  /*visibility: hidden;*/display:none;
  z-index: 350;
  outline: none;
  color: #fff; font-weight: bold;
  overflow: hidden;
  cursor: default;
  opacity: 0.95;
  top: -355px;
  background-color: #111;
  border: 2px solid #333;
  -moz-border-radius: 0.7em; -webkit-border-radius: 1em; border-radius: .5em;
  -webkit-box-shadow: 0 2px 4px 0 #000; -moz-box-shadow: 0 2px 4px 0 #000; box-shadow: 0 2px 4px 0 #000;
}

.ijs-comment-form-panel {
  /*margin: 0 50%; padding: 0; */
  /* Scale with the size of the player div. Works when poster is vertically shorter, but stretches when it's less wide. */
  position: absolute;
  min-width: 450px;
  height: auto;

  width: 60%;
  left: 20%;
 /*visibility: hidden;*/display:none;
  z-index: 350;
  outline: none;
  color: #fff; font-weight: bold;
  overflow: hidden;
  cursor: default;
  opacity: 0.95;
  bottom: 40px;
  background-color: #111;
  border: 2px solid #333;
  -moz-border-radius: 0.7em; -webkit-border-radius: 1em; border-radius: .5em;
  -webkit-box-shadow: 0 2px 4px 0 #000; -moz-box-shadow: 0 2px 4px 0 #000; box-shadow: 0 2px 4px 0 #000;
}

.ijs-subtitle-form-panel {
  /*margin: 0 50%; padding: 0; */
  /* Scale with the size of the player div. Works when poster is vertically shorter, but stretches when it's less wide. */
  position: absolute;
  min-width: 450px;
  height: auto;
  width: 60%;
  left: 20%;
  /*visibility: hidden;*/display:none;
  z-index: 350;
  outline: none;
  color: #fff; font-weight: bold;
  overflow: hidden;
  cursor: default;
  opacity: 0.95;
  top: -355px;
  background-color: #111;
  border: 2px solid #333;
  -moz-border-radius: 0.7em; -webkit-border-radius: 1em; border-radius: .5em;
  -webkit-box-shadow: 0 2px 4px 0 #000; -moz-box-shadow: 0 2px 4px 0 #000; box-shadow: 0 2px 4px 0 #000;
}

.ijs-jingle-panel {
  /*margin: 0 50%; padding: 0; */
  /* Scale with the size of the player div. Works when poster is vertically shorter, but stretches when it's less wide. */
  position: absolute; width: 100%; height: 100%; left: 0;top: 0;
  z-index: 500;
}

.ijs-cut-form-panel {
  /*margin: 0 50%; padding: 0; */
  /* Scale with the size of the player div. Works when poster is vertically shorter, but stretches when it's less wide. */
  position: absolute;
  min-width: 500px;
  width: 50%;
  height: auto;
  left: 25%;
  /*visibility: hidden;*/display:none;
  z-index: 350;
  outline: none;
  color: #fff; font-weight: bold;
  overflow: hidden;
  cursor: default;
  opacity: 0.95;
  top: -355px;
  background-color: #111;
  border: 2px solid #333;
  -moz-border-radius: 0.7em; -webkit-border-radius: 1em; border-radius: .5em;
  -webkit-box-shadow: 0 2px 4px 0 #000; -moz-box-shadow: 0 2px 4px 0 #000; box-shadow: 0 2px 4px 0 #000;
}

.ijs-cut-container{
	width: 90%;
	height: 80px;
	opacity: 0.95;
	top: 100px;
}

.ijs-cut-sequence{
  position: absolute; width: 80px; height: 60px;top: 100px;
  background-color: #555;
  cursor: pointer;
}


.ijs-question-form-panel {
  /*margin: 0 50%; padding: 0; */
  /* Scale with the size of the player div. Works when poster is vertically shorter, but stretches when it's less wide. */
  position: absolute; width: 60%; height: 350px; left: 20%;
/*visibility: hidden;*/display:none;
  z-index: 350;
  outline: none;
  color: #fff; font-weight: bold;
  overflow: hidden;
  cursor: default;
  opacity: 0.95;
  top: -405px;
  background-color: #111;
  border: 2px solid #333;
  -moz-border-radius: 0.7em; -webkit-border-radius: 1em; border-radius: .5em;
  -webkit-box-shadow: 0 2px 4px 0 #000; -moz-box-shadow: 0 2px 4px 0 #000; box-shadow: 0 2px 4px 0 #000;
}

.ijs-chapter-form-panel {
  /*margin: 0 50%; padding: 0; */
  /* Scale with the size of the player div. Works when poster is vertically shorter, but stretches when it's less wide. */
  position: absolute;
  width: 50%;
  min-width: 450px;
  height: auto;
  left: 25%;
  /*visibility: hidden;*/display:none;
  z-index: 750;
  outline: none;
  color: #fff; font-weight: bold;
  overflow: hidden;
  cursor: default;
  opacity: 0.95;
  top: -405px;
  background-color: #111;
  border: 2px solid #333;
  -moz-border-radius: 0.7em; -webkit-border-radius: 1em; border-radius: .5em;
  -webkit-box-shadow: 0 2px 4px 0 #000; -moz-box-shadow: 0 2px 4px 0 #000; box-shadow: 0 2px 4px 0 #000;
}

.ijs-preferences-form-panel {
  /*margin: 0 50%; padding: 0; */
  /* Scale with the size of the player div. Works when poster is vertically shorter, but stretches when it's less wide. */
  position: absolute;
  width: 60%;
  height: 300px;
  left: 20%;
  right: 20%;
  /*visibility: hidden;*/display:none;
  z-index: 350;
  outline: none;
  color: #fff; font-weight: bold;
  overflow: hidden;
  cursor: default;
  opacity: 0.95;
  bottom: 80px;
  background-color: #111;
  border: 2px solid #333;
  -moz-border-radius: 0.7em; -webkit-border-radius: 1em; border-radius: .5em;
  -webkit-box-shadow: 0 2px 4px 0 #000; -moz-box-shadow: 0 2px 4px 0 #000; box-shadow: 0 2px 4px 0 #000;
}
.ijs-mergemedia-form-panel {
  /*margin: 0 50%; padding: 0; */
  /* Scale with the size of the player div. Works when poster is vertically shorter, but stretches when it's less wide. */
  position: absolute;
  width: 60%;
  height: 300px;
  left: 20%;
  right: 20%;
  /*visibility: hidden;*/display:none;
  z-index: 350;
  outline: none;
  color: #fff; font-weight: bold;
  overflow: hidden;
  cursor: default;
  opacity: 0.95;
  bottom: 80px;
  background-color: #111;
  border: 2px solid #333;
  -moz-border-radius: 0.7em; -webkit-border-radius: 1em; border-radius: .5em;
  -webkit-box-shadow: 0 2px 4px 0 #000; -moz-box-shadow: 0 2px 4px 0 #000; box-shadow: 0 2px 4px 0 #000;
}
.ijs-mergemediawithaudiotags-form-panel {
  /*margin: 0 50%; padding: 0; */
  /* Scale with the size of the player div. Works when poster is vertically shorter, but stretches when it's less wide. */
  position: absolute;
  width: 60%;
  height: 110px;
  left: 20%;
  right: 20%;
  /*visibility: hidden;*/display:none;
  z-index: 350;
  outline: none;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  cursor: default;
  opacity: 0.95;
  bottom: 180px;
  background-color: #111;
  border: 2px solid #333;
  -moz-border-radius: 0.7em; -webkit-border-radius: 1em; border-radius: .5em;
  -webkit-box-shadow: 0 2px 4px 0 #000; -moz-box-shadow: 0 2px 4px 0 #000; box-shadow: 0 2px 4px 0 #000;
}
label#ijsMergeMediaWithAudioTagsPanel{
  font-size: 1.2em;
}
.ijs-liststats-form-panel {
  /*margin: 0 50%; padding: 0; */
  /* Scale with the size of the player div. Works when poster is vertically shorter, but stretches when it's less wide. */
  position: absolute;
  width: 60%;
  height: 550px;
  left: 20%;
  right: 20%;
  /*visibility: hidden;*/display:none;
  z-index: 350;
  outline: none;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  cursor: default;
  opacity: 0.95;
  bottom: 80px;
  background-color: #111;
  border: 2px solid #333;
  -moz-border-radius: 0.7em; -webkit-border-radius: 1em; border-radius: .5em;
  -webkit-box-shadow: 0 2px 4px 0 #000; -moz-box-shadow: 0 2px 4px 0 #000; box-shadow: 0 2px 4px 0 #000;
}
label#ijsListStatsPanel{
  font-size: 1.2em;
}
.ijs-addmediabeforeorafter-form-panel {
  /*margin: 0 50%; padding: 0; */
  /* Scale with the size of the player div. Works when poster is vertically shorter, but stretches when it's less wide. */
  position: absolute;
  width: 60%;
  /*height: 110px;*/
  left: 20%;
  right: 20%;
  /*visibility: hidden;*/display:none;
  z-index: 350;
  outline: none;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  cursor: default;
  opacity: 0.95;
  bottom: 60px;
  background-color: #111;
  border: 2px solid #333;
  -moz-border-radius: 0.7em; -webkit-border-radius: 1em; border-radius: .5em;
  -webkit-box-shadow: 0 2px 4px 0 #000; -moz-box-shadow: 0 2px 4px 0 #000; box-shadow: 0 2px 4px 0 #000;
}
label#ijsAddMediabeforeOrAfterPanel{
  font-size: 1.2em;
}
.ijs-toolbox-form-panel {
  /*margin: 0 50%; padding: 0; */
  /* Scale with the size of the player div. Works when poster is vertically shorter, but stretches when it's less wide. */
  position: absolute; width: 500px; height: 300px; left: 20%;
  /*visibility: hidden;*/display:none;
  z-index: 350;
  outline: none;
  color: #fff; font-weight: bold;
  overflow: hidden;
  cursor: default;
  opacity: 0.95;
  top: -355px;
  background-color: #111;
  border: 2px solid #333;
  -moz-border-radius: 0.7em; -webkit-border-radius: 1em; border-radius: .5em;
  -webkit-box-shadow: 0 2px 4px 0 #000; -moz-box-shadow: 0 2px 4px 0 #000; box-shadow: 0 2px 4px 0 #000;
}

.ijs-recorder-form-panel {
  /*margin: 0 50%; padding: 0; */
  /* Scale with the size of the player div. Works when poster is vertically shorter, but stretches when it's less wide. */
  position: absolute;
  width: 50%;
  min-width: 450px;
  height: auto;
  left: 25%;
  /*visibility: hidden;*/
  display:none;
  z-index: 350;
  outline: none;
  color: #fff; font-weight: bold;
  display: hidden;
  cursor: default;
  opacity: 0.95;
  top: -400px;
  background-color: #111;
  border: 2px solid #333;
  -moz-border-radius: 0.7em; -webkit-border-radius: 1em; border-radius: .5em;
  -webkit-box-shadow: 0 2px 4px 0 #000; -moz-box-shadow: 0 2px 4px 0 #000; box-shadow: 0 2px 4px 0 #000;
}

.ijs-webrecorder-init-panel {
  /*margin: 0 50%; padding: 0; */
  /* Scale with the size of the player div. Works when poster is vertically shorter, but stretches when it's less wide. */
  position: absolute;
  width: 100%;
  height: auto;
  left: 0%;
  margin: 0;
  padding:0;
  outline: none;
  color: #fff; font-weight: bold;
  display: inline;
  cursor: default;
  opacity: 0.95;
  top: 0%;
  z-index: 1000;
  background-color: #111;

}


.ijs-info-panel {
  /*margin: 0 50%; padding: 0; */
  /* Scale with the size of the player div. Works when poster is vertically shorter, but stretches when it's less wide. */
  position: absolute; width: 60%; height: 40%; left: 20%; top: 20%;
  /*visibility: hidden;*/
  display:none;
  z-index: 350;
	outline: none;
  color: #fff; font-weight: bold;
  overflow: hidden;
  cursor: default;
  opacity: 0.9;
  background-color: #111;
  border: 2px solid #333;
  -moz-border-radius: 0.7em; -webkit-border-radius: 1em; border-radius: .5em;
  -webkit-box-shadow: 0 2px 4px 0 #000; -moz-box-shadow: 0 2px 4px 0 #000; box-shadow: 0 2px 4px 0 #000;
}

.ijs-chapters-panel {


  position: absolute;
	width: 25%;
	height: 180px;
	right: 5%;
	display: none;
	z-index: 350;
	outline: none;
	color: #fff;
	font-weight: bold;
	overflow-x: hidden;
	overflow-y: auto;
	cursor: default;
	opacity: 0.9;
	bottom: 60px;
	background-color: #111;
	border: 2px solid #333;
	-moz-border-radius: 0.7em;
	-webkit-border-radius: 1em;
	border-radius: .5em;
	-webkit-box-shadow: 0 2px 4px 0 #000;
	-moz-box-shadow: 0 2px 4px 0 #000;
	box-shadow: 0 2px 4px 0 #000;

}

.ijs-chapters-panel ul li {
  list-style: none;
  margin: 0;
  padding: 0.3em 0 0.3em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  font-weight: normal;
  text-align: left;
}

.ijs-chapters-panel ul li:hover{

 background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.75);
  color: #111;
  outline: 0;
cursor: pointer;
  -webkit-box-shadow: 0 0 1em rgba(255, 255, 255, 1);
     -moz-box-shadow: 0 0 1em rgba(255, 255, 255, 1);
          box-shadow: 0 0 1em rgba(255, 255, 255, 1);
}

.ijs-stats-panel {
  /*margin: 0 50%; padding: 0; */
  /* Scale with the size of the player div. Works when poster is vertically shorter, but stretches when it's less wide. */
  position: absolute; width: 200px; height: 100px; left: 20%; top: 20%;
  /*visibility: hidden;*/
  display:none;
  z-index: 100;
outline: none;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  cursor: default;
  opacity: 0.8;
  background-color: #111;
  border: 2px solid #333;
  -moz-border-radius: 0.7em; -webkit-border-radius: 1em; border-radius: .5em;
  -webkit-box-shadow: 0 2px 4px 0 #000; -moz-box-shadow: 0 2px 4px 0 #000; box-shadow: 0 2px 4px 0 #000;
}


.ijs-annotation-info {
  position: absolute;
  background-image: url(images/tag32x32.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  top: -15px;
  left: -16px;
  z-index: 200;
  text-decoration: none;
  outline: none;
  border: 0;
}

.ijs-annotation-alert {
  position: absolute;
  background-image: url(images/tag32x32.png); //important_red.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  top: -15px;
  left: -20px;
  z-index: 300;
  text-decoration: none;
  outline: none;
  border: 0;
}


.ijs-annotation-question {
  position: absolute;
  background-image: url(images/question_orange.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  top: -15px;
  left: -20px;
  z-index: 300;
  text-decoration: none;
  outline: none;
  border: 0;
}

.ijs-annotation-video {
  position: absolute;
  background-image: url(images/tag32x32.png); //video16x16.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  top: -15px;
  left: -20px;
  z-index: 300;
  text-decoration: none;
  outline: none;
  border: 0;
}

.ijs-annotation-audio {
  position: absolute;
  background-image: url(images/tag32x32.png); //audio16x16.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  top: -15px;
  left: -20px;
  z-index: 300;
  text-decoration: none;
  outline: none;
  border: 0;
}
.ijs-annotation-link {
  position: absolute;
  background-image: url(images/tag32x32.png); //link16x16.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  top: -15px;
  left: -20px;
  z-index: 300;
  text-decoration: none;
  outline: none;
  border: 0;
}

.ijs-annotation-comment {
  position: absolute;
  background-image: url(images/tag32x32.png); //annotation.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  top: -15px;
  left: -20px;
  z-index: 300;
  text-decoration: none;
  outline: none;
  border: 0;
}

.ijs-display-action-tag {
  position: absolute;
  background-image: url(images/displayaction32x32.png); //annotation.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  top: -15px;
  left: -20px;
  z-index: 300;
  text-decoration: none;
  outline: none;
  border: 0;
}

/* Form box */

div.ijsBox{
margin:0 auto;
width:100%;
height:100%;
background:#222;
position:relative;
top:0px;
border:1px solid #262626;
}

div.ijsBox .ijsPanelTitle{
font-size: 1.4em;
text-align: center;
color: #eee;
}

div.ijsBox label{
width:100%;
display: block;
background:#1C1C1C;
border-top:1px solid #262626;
border-bottom:1px solid #161712;
padding:10px 0 10px 0;
text-align: center;
}

div.ijsBox label.MediaDisplayActionRadio{
width:100%;
height:35px;
display: block;
background:#1C1C1C;
border-top:1px solid #262626;
border-bottom:1px solid #161712;
padding:0px;
text-align: center;
}

div.ijsBox label span{
display: block;
color:#bbb;
font-size:12px;
float:left;
width:100px;
text-align:right;
padding:5px 20px 0 0;
}

div.ijsBox label span.spancb{
display: block;
color:#bbb;
font-size:12px;
float:left;
width:50%;
text-align:left;
padding:10px 20px 0 0;
}

div.ijsBox label.MediaDisplayActionRadio span.spancb{
display: block;
color:#bbb;
font-size:12px;
float:left;
width:50%;
text-align:left;
padding:5px 20px 0 0;
}

div.ijsBox label span.spancbs{
display: block;
color:#bbb;
font-size:12px;
float:left;
width:50%;
text-align:left;
padding:10px 20px 0 0;
}

div.ijsBox .ijsInputText{
padding:10px 10px;
width:70%;
background:#262626;
color: #eeeeee;
border-bottom: 1px double #171717;
border-top: 1px double #171717;
border-left:1px double #333;
border-right:1px double #333;
}

div.ijsBox .ijsSmallInputText{
padding:10px 10px;
width:200px;
background:#262626;
color: #eeeeee;
border-bottom: 1px double #171717;
border-top: 1px double #171717;
border-left:1px double #333;
border-right:1px double #333;
}

div.ijsBox .message{
padding:7px 7px;
width:350px;
background:#262626;
border-bottom: 1px double #171717;
border-top: 1px double #171717;
border-left:1px double #333;
border-right:1px double #333;
overflow:hidden;
height:150px;
}

div.ijsBox .ijs-share-text{
padding:10px 10px;
width:70%;
background:#262626;
color: #eeeeee;
border-bottom: 1px double #171717;
border-top: 1px double #171717;
border-left:1px double #333;
border-right:1px double #333;
}

div.ijsBox .ijs-embed-text{
padding:10px 10px;
width:70%;
height: auto;
background:#262626;
color: #eeeeee;
border-bottom: 1px double #171717;
border-top: 1px double #171717;
border-left:1px double #333;
border-right:1px double #333;
}

/* Form config box */

div.ijsPreferencesBox{
margin:0 auto;
width:100%;
height:100%;
background:#222;
position:relative;
top:0px;
border:1px solid #262626;
}

div.ijsPreferencesBox .ijsPanelTitle{
font-size: 1.4em;
text-align: center;
color: #eee;
}

div.ijsPreferencesBox label{
width:100%;
display: block;
background:#1C1C1C;
border-top:1px solid #262626;
border-bottom:1px solid #161712;
padding:10px 0 10px 0;
text-align: center;
}

div.ijsPreferencesBox label span{
display: block;
color:#bbb;
font-size:12px;
float:left;
width:60%;
text-align:right;
padding:5px 20px 0 0;
}

.ijs-preferences-div {
height:200px;
overflow-x: hidden;
overflow-y: auto;
}

div.ijsPreferencesBox{
margin:0 auto;
width:100%;
height:100%;
background:#222;
position:relative;
top:0px;
border:1px solid #262626;
}

div.ijs-mergemedia-div{
  height:100%;
}
div.ijsMergeMediaBox .ijsPanelTitle{
font-size: 1.4em;
text-align: center;
color: #eee;
line-height: 40px;
}

div.ijsMergeMediaBox label{
width:100%;
display: block;
background:#1C1C1C;
border-top:1px solid #262626;
border-bottom:1px solid #161712;
padding:5px 0 5px 0;
height: 50px;
text-align: center;
}


div.ijs-mergemedia-div-divider-50{
  display: inline-block;
  width: 50%;
  height: 55px;
  float: left;
  text-align: left;
    margin: 0px auto;
}
div.ijs-mergemedia-div-divider-100{
  display: inline-block;
  width: 100%;
  height: 55px;

  text-align: center;
}
div.ijsMergeMediaBox label#ijsMergeMediaPanelTransitionDuration,div.ijsMergeMediaBox label#ijsMergeMediaPanelBgColor,div.ijsMergeMediaBox label#ijsMergeMediaPanelWithDA{
  /*display: inline-block;*/
  text-align: center;
  width: 100%;

}
div.ijsMergeMediaBox label#ijsMergeMediaPanelWithDA span{
  /*display: inline-block;*/
  text-align: right;

}

div.ijsMergeMediaBox label span{
display: inline-block;
color:#bbb;
font-size:12px;
float:left;
/*width:50%;*/
text-align:center;
padding: 0 15px ;
line-height: 40px;
padding-right:20px;
}

div.ijsMergeMediaBox label select{
  /*width: 10em;*/
  padding-top:5px;
  font-size: 12px;
}

div.ijsMergeMediaBox label input[type=color]{
  width: 6em;
}
div.ijsMergeMediaBox label input[type=checkbox]#MergeMediaPanelWithDA{
margin: 12px 10px;
text-align: left;
}

.ijs-mergemedia-div {
height:200px;
overflow-x: hidden;
overflow-y: auto;
}

div.ijs-mergemedia-div{
  height:100%;
}
div.ijsAddMediaBeforeOrAfterBox .ijsPanelTitle{
font-size: 1.4em;
text-align: center;
color: #eee;
line-height: 40px;
}
div.ijsAddMediaBeforeOrAfterBox .ijsInputText{
padding:10px 10px;
width:70%;
background:#262626;
color: #eeeeee;
border-bottom: 1px double #171717;
border-top: 1px double #171717;
border-left:1px double #333;
border-right:1px double #333;
}

div.ijsAddMediaBeforeOrAfterBox label{
width:100%;
display: block;
background:#1C1C1C;
border-top:1px solid #262626;
border-bottom:1px solid #161712;
padding:5px 0 5px 0;
height: 50px;
text-align: center;
}

div.ijsAddMediaBeforeOrAfterBox label span{
display: inline-block;
color:#bbb;
font-size:12px;
float:left;
/*width:50%;*/
text-align:center;
padding: 0 15px ;
line-height: 40px;
padding-right:20px;
}


div.ijs-addmediabeforeorafter-div-divider-50{
  display: inline-block;
  width: 50%;
  height: 55px;
  float: left;
  text-align: left;
    margin: 0px auto;
}
div.ijs-addmediabeforeorafter-div-divider-100{
  display: inline-block;
  width: 100%;
  /*max-height: 130px;*/

  text-align: center;
}
div.ijs-addmediabeforeorafter-div-divider-100 label{
  display: inline-block;
  width: 100%;
  height: 50px;

  text-align: center;
}

div#ijs-doAddMediaBeforeorAfterResults{
  font-size: 14px;
  height: 30px;
  background: #1C1C1C;
  border-top: 1px solid #262626;
  border-bottom: 1px solid #161712;
  padding: 5px 0 0px 0px;
  margin-bottom: 0px;
}
div.ijs-addmediabeforeorafter-mediapreview-container{
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 140px;
  width: 100%;
  /*border: 1px blue solid;*/
}
div.ijs-addmediabeforeorafter-mediapreview{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130px;
  width: 160px;
  /*border: 1px red solid;*/
  background-color: #515151;
}
.ijs-addmediabeforeorafter-mediapreview-img{
  /*background-image: url("images/addmedia.png");*/
  height: 90px;
  /*width: 160px;*/
  /*border: 1px orange solid;*/
}
a.ijs-addmediabeforeorafter-mediapreview-link, a.ijs-addmediabeforeorafter-mediapreview-link:link, a.ijs-addmediabeforeorafter-mediapreview-link:visited, a.ijs-addmediabeforeorafter-mediapreview-link:hover, a.ijs-addmediabeforeorafter-mediapreview-link:active{
  font-size: 90px;
  display:flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: white;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height:100%;
}
div.ijsAddMediaBeforeOrAfterBox label#ijsAddMediaBeforeOrAfterPanelTransitionDuration,div.ijsAddMediaBeforeOrAfterBox label#ijsAddMediaBeforeOrAfterPanelBgColor,div.ijsAddMediaBeforeOrAfterBox label#ijsAddMediaBeforeOrAfterPanel{
  /*display: inline-block;*/
  text-align: center;
  width: 100%;

}
div.ijsAddMediaBeforeOrAfterBox label#ijsAddMediaBeforeOrAfterPanel span{
  /*display: inline-block;*/
  text-align: right;

}

div.ijsAddMediaBeforeOrAfterBox label span{
display: inline-block;
color:#bbb;
font-size:12px;
float:left;
/*width:50%;*/
text-align:center;
padding: 0 15px ;
line-height: 40px;
padding-right:20px;
}

div.ijsAddMediaBeforeOrAfterBox label select{
  /*width: 10em;*/
  padding-top:5px;
  font-size: 12px;
}

div.ijsAddMediaBeforeOrAfterBox label input[type=color]{
  width: 6em;
}
div.ijsAddMediaBeforeOrAfterBox label input[type=checkbox]#AddMediaBeforeOrAfterPanel{
margin: 12px 10px;
text-align: left;
}

.ijs-addmediabeforeorafter-div {
height:200px;
overflow-x: hidden;
overflow-y: auto;
}

div.ijs-liststats-div{
  height:100%;
}
div.ijsListStatsBox .ijsPanelTitle{
font-size: 1.4em;
text-align: center;
color: #eee;
line-height: 40px;
}

div.ijsListStatsBox label{
width:100%;
display: block;
background:#1C1C1C;
border-top:1px solid #262626;
border-bottom:1px solid #161712;
padding:5px 0 5px 0;
height: 50px;
text-align: center;
}


div.ijs-liststats-div-divider-50{
  display: inline-block;
  width: 50%;
  height: 55px;
  float: left;
  text-align: left;
    margin: 0px auto;
}
div.ijs-liststats-div-divider-100{
  display: inline-block;
  width: 100%;
  height: 55px;

  text-align: center;
}
div.ijs-liststats-div-divider-100 label{
  display: inline-block;
  width: 100%;
  height: 50px;

  text-align: center;
}
div.ijsListStatsBox label#ijsListStatsList{
  height: 435px;
}
div.ijsListStatsBox label#ijsListStatsList,div.ijsListStatsBox label#ijsMergeMediaPanelBgColor,div.ijsListStatsBox label#ijsMergeMediaPanelWithDA{
  /*display: inline-block;*/
  text-align: center;
  width: 100%;

}
div.ijsListStatsBox label#ijsMergeMediaPanelWithDA span{
  /*display: inline-block;*/
  text-align: right;

}

div.ijsListStatsBox label span{
display: inline-block;
color:#bbb;
font-size:12px;
float:left;
/*width:50%;*/
text-align:center;
padding: 0 15px ;
line-height: 40px;
padding-right:20px;
}

div.ijsListStatsBox label select{
  /*width: 10em;*/
  padding-top:5px;
  font-size: 12px;
}

div.ijsListStatsBox label input[type=color]{
  width: 6em;
}
div.ijsListStatsBox label input[type=checkbox]#MergeMediaPanelWithDA{
margin: 12px 10px;
text-align: left;
}

.ijs-liststats-div {
height:200px;
overflow-x: hidden;
overflow-y: auto;
}

div.ijs-liststats-div{
  height:100%;
}

.ijsButton
{
margin-left: 5px;
position: relative;
display: inline-block;
padding: 7px 15px;
font-size: 13px;
font-weight: bold;
color: #333;
text-shadow: 0 1px 0 rgba(255,255,255,0.9);
white-space: nowrap;
background-color: #eaeaea;
background-image: -moz-linear-gradient(#fafafa, #eaeaea);
background-image: -webkit-linear-gradient(#fafafa, #eaeaea);
background-image: linear-gradient(#fafafa, #eaeaea);
background-repeat: repeat-x;
border-radius: 3px;
border: 1px solid #ddd;
border-bottom-color: #c5c5c5;
box-shadow: 0 1px 3px rgba(0,0,0,0.05);
vertical-align: middle;
cursor: pointer;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-appearance: none;
outline: none;
}

.ijsButton:hover
{
background-color: #cacaca;
background-image: -moz-linear-gradient(#dadada, #cacaca);
background-image: -webkit-linear-gradient(#dadada, #cacaca);
background-image: linear-gradient(#dadada, #cacaca);
border: 1px solid #bbb;
border-bottom-color: #a5a5a5;
}

.ijsButton.ijsButtonSave
{
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
background-color: #60b044;
background-image: -moz-linear-gradient(#8add6d, #60b044);
background-image: -webkit-linear-gradient(#8add6d, #60b044);
background-image: linear-gradient(#8add6d, #60b044);
background-repeat: repeat-x;
border-color: #5ca941;
}

.ijsButton.ijsButtonSave:hover
{
background-color: #409024;
background-image: -moz-linear-gradient(#6abd4d, #409024);
background-image: -webkit-linear-gradient(#6abd4d, #409024);
background-image: linear-gradient(#6abd4d, #409024);
border-color: #3c8921;
}

.ijsButton.ijsButtonDelete
{
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
background-color: #b03333;
background-image: -moz-linear-gradient(#dd6d6d, #b03333);
background-image: -webkit-linear-gradient(#dd6d6d, #b03333);
background-image: linear-gradient(#dd6d6d, #b03333);
background-repeat: repeat-x;
border-color: #a95c41;
display: none;
}

.ijsButton.ijsButtonDelete:hover
{
background-color: #901111;
background-image: -moz-linear-gradient(#bb4d4d, #901111);
background-image: -webkit-linear-gradient(#bb4d4d, #901111);
background-image: linear-gradient(#bb4d4d, #901111);
border-color: #893c21;
}

.ijsButtonEditOverlay {
	/*display:none;*/
	position:absolute;
	top:80%;
	left:50%;
	z-index: 300;
	display: none;
}

.ijsButtonTagEdit {
	/*display:none;*/
	position:absolute;
	top:80%;
	left:50%;
	z-index: 300;
}

.ijsButtonChapterCreate {
	/*display:none;*/
	position:absolute;
	top:80%;
	left:5%;
	z-index: 300;
}

.ijsButtonChapterEdit {
	/*display:none;*/
	position:absolute;
	top:80%;
	left:50%;
	z-index: 300;
}

#ijsExtractProgress .ui-progressbar-value{
  background-color: #ccc;
}

.ijs-progress-bar{
visibility: hidden;
}

.ijs-progress-bar2{
  background-image: url(images/progressbar.gif);
  background-repeat: no-repeat;
  width: 220px;
  height: 19px;
  left: 25%;
  z-index: 300;
  text-decoration: none;
  outline: none;
  border: 0;
  text-align: center;
  display: none;
}

.ijs-settings-off-button {
  background-image: url(images/settingsoff.png);
  background-repeat: no-repeat;
  width: 28px;
  height: 22px;
}

.ijs-settings-on-button {
  background-image: url(images/settingson.png);
  background-repeat: no-repeat;
  width: 28px;
  height: 22px;
}

.ijs-preferences-button {
  background-image: url(images/preferences.png);
  background-repeat: no-repeat;
    background-size:contain;
  width: 22px;
  height: 22px;
}

.ijs-toolbox-button {
  background-image: url(images/preferences.png);
  background-repeat: no-repeat;
  width: 22px;
  height: 20px;
  /*display: none;*/
}

.ijs-recorder-button {
  background-image: url(images/mediarec.png);
  background-repeat: no-repeat;
  background-size:contain;
  width: 22px;
  height: 20px;
  display: none;
}

.ijs-video-recorder {
  top:0px;
  width: 100%;
  height: auto;
  max-height: 300px;
  /*display: none;*/
}

.ijs-add-chapter-button {
  background-image: url(images/h20stylo.png);
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  display: none;
}


.ijs-speechtotext-button {
  background-image: url(images/speechtotexth20.png);
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  display: none;
}

.ijs-convert-button {
  background-image: url(images/speechtotexth20.png);
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  display: none;
}


.ijs-tracking-button {
  background-image: url(images/trackingh20.png);
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  display: none;
}

.ijs-playback-button {
  background-image: url(images/playback.png);
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
}

.ijs-jingle-panel {
  /*margin: 0 50%; padding: 0; */
  /* Scale with the size of the player div. Works when poster is vertically shorter, but stretches when its less wide. */
  position: absolute; width: 100%; height: 100%; left: 0;top: 0;
  z-index: 500;background-color: #000;
}

.ijs-tools-menu {
background-color:black;
color:white;
z-index:214748363;
}

/*
.ijs-tools-menu a {
background-color:red;
color:white;
z-index:900;
}

.ijs-tools-menu ul {
background-color:green;
color:white;
z-index:10000;
}

.ijs-tools-menu li {
background-color:blue;
color:white;
z-index:10000;
}*/


.ijs-tools-menu-link:hover{
background-color:white;
color:black;
z-index:10000;
}


.ijs-jingle-panel-hidden {
   position: absolute; width: 100%; height: 100%; left: 0;top: 0;
  z-index: 500;background-color: #000;
  /*visibility: hidden;*/
  display: none;
}

.ijs-multilingual-button {
  background-image: url(images/world.png);
  background-repeat: no-repeat;
  z-index: 600;
  background-size:contain;
}

.ijs-download-button {
  background-image: url(images/download.png);
  background-repeat: no-repeat;
  z-index: 600;
  background-position: center;
}

.ijs-displayaction-button {
  background-image: url(images/eye20x20.png);
  background-repeat: no-repeat;
  width: 28px;
  height: 22px;
  display: none;
}

.ijs-share-button {
  background-image: url(images/share.png);
  background-repeat: no-repeat;
  background-size:contain;
  width: 22px;
  height: 22px;
  display: none;
}

.ijs-livestats-button {
/*  background-image: url(images/share.png);
  background-repeat: no-repeat;
  background-size:contain;*/
  font-size: 16px;
font-weight: bold;
  width: 50px;
  height: 22px;

}

.ijs-snapshot-button {
  background-image: url(images/takepreview32x32.png);
  background-repeat: no-repeat;
  background-size:contain;
  width: 22px;
  height: 22px;
}

.ijs-ocr-button {
  background-image: url(images/ocr32.png);
  background-repeat: no-repeat;
  background-size:contain;
  width: 22px;
  height: 22px;
}

.ijs-hidden-fileinput {
	width: 0px;
 	height: 0px;
 	overflow: hidden;
}

.ijs-label-snapshot-preview {
/*	position: absolute;
	text-align: center;
	top:220px;
	bottom:10px;*/
}

.ijs-snapshot-preview {
	width: 320px;
	margin-left: 22%;
	height: 180px;
}

.ijs-snapshot-image {
	display: none;
}


.btn-answer {
	color: #ffffff;
    background-color: #333333;
    border-color: #262626;
    white-space:normal !important;
}

.btn-answer:hover, .btn-answer:focus {
	color: #eeeeee;
    background-color: #3355bb;
    border-color: #002288;
}

.meter-answer-results {
	width: 80%;
	margin-left: 2%;
}

meter { -webkit-appearance: none; } //Crucial, this will disable the default styling in Webkit browsers

/*
meter::-webkit-meter-bar {
    background: #FFF;
    border: 1px solid #CCC;
}

meter::-webkit-meter-optimum-value {
    background: #87C7DE;
    background: -moz-linear-gradient(top, #a1d4e6 0%, #6bb4d1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a1d4e6), color-stop(100%, #6bb4d1));
    background: -webkit-linear-gradient(top, #a1d4e6 0%, #6bb4d1 100%);
    background: -o-linear-gradient(top, #a1d4e6 0%, #6bb4d1 100%);
    background: -ms-linear-gradient(top, #a1d4e6 0%, #6bb4d1 100%);
    background: linear-gradient(to bottom, #a1d4e6 0%, #6bb4d1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a1d4e6', endColorstr='#6bb4d1',GradientType=0);
}
*/

meter {
    -webkit-appearance: none;
}

 meter::-webkit-meter-bar {
    background: #666;
    -webkit-box-shadow: inset 0 0 2px 2px #555;
    -moz-box-shadow: inset 0 0 2px 2px #555;
    box-shadow: inset 0 0 2px 2px #555;
}

 meter::-webkit-meter-bar,
 meter::-webkit-meter-optimum-value,
 meter::-webkit-meter-suboptimum-value,
 meter::-webkit-meter-even-less-good-value {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

 meter::-webkit-meter-optimum-value {
    background: #4fa2f7;
    border: 1px solid #1560ad;
}

 meter::-webkit-meter-suboptimum-value {
    background: #f7c64f;
    border: 1px solid #b9870d;
}

 meter::-webkit-meter-even-less-good-value {
    background: #f76f4f;
    border: 1px solid #bd3413;
}​

/* -------------------------------------------------- */

.ijs-display-action {
  position: absolute;
  left: 0;
  bottom: 0em;
  opacity: 1;
  height:100%;
  transition: opacity .2s ease;
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  width: 5px;
  border-radius: 30%;
  background-color: red
}

.ijs-display-action:hover{

  cursor:pointer;
  -webkit-transform:scale(1.3, 1.3);
  -moz-transform:scale(1.3, 1.3);
  -o-transform:scale(1.3, 1.3);
  -ms-transform:scale(1.3, 1.3);
  transform:scale(1.3, 1.3);
}

.ijs-progress {
  display: block;
  width: 80%;
  left: 10%;
  height: 2em;
  margin: .5em 0;
  border: 2px solid white;
  border-radius: 3px;
  background-color: #d4d4d4;
  visibility: hidden;
  /*box-shadow: 0 0 0 2px #b6b6b6;*/
}


.vjs-tip {
  visibility: hidden;
  display: block;
  opacity: 0.8;
  padding: 5px;
  font-size: 10px;
  position: absolute;
  bottom: 14px;
  z-index: 100000;
}

.vjs-tip-arrow {
  background: url(data:image/gif;base64,R0lGODlhCQAJAIABAAAAAAAAACH5BAEAAAEALAAAAAAJAAkAAAIRjAOnwIrcDJxvwkplPtchVQAAOw==) no-repeat top left;
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  background-position: bottom left;
  position: absolute;
  width: 9px;
  height: 5px;
}
.vjs-tip-inner {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 5px 8px 4px 8px;
  background-color: black;
  color: white;
  max-width: 200px;
  text-align: center;
}

.vjs-break-overlay{
  visibility: hidden;
  position: absolute;
  z-index: 100000;
}

.vjs-break-overlay-text{
  padding: 9px;
  text-align: center;

}

.ijs-player-fill{
height: auto;
min-height:100%;
width: 100%;
min-width: 100%;
/*
background-image: url(images/background.jpg);
background-repeat: no-repeat;
*/
}

ul.glyphicon-hover .glyphicon {
  visibility: hidden;
}
ul.glyphicon-hover li:hover .glyphicon {
  visibility: visible;
}

.ijs-chapters-list{
margin: 0px;
padding: 0px;
}


.ijs-chapters-item{
margin: 0px;
padding: 0px;
}

.ijs-init-recording-audio-btn{
  position: absolute;
  top: 10px;
  left: 5%;
  display: none;
}

.ijs-init-recording-video-btn{
  position: absolute;
  top: 10px;
  left: 40%;
  display: none;
}

.ijs-init-recording-screen-btn{
  position: absolute;
  top: 10px;
  left: 75%;
  display: none;
}


.ijs-init-webrecording-main-panel{
  position: absolute;
  top:0%;
  left: 0%;
  width: 100%;
  height: 100%;
  display: inline;

}

.ijs-init-webrecording-record-type{
  position: absolute;
  top:auto;
  left: 0%;
  width: 100%;
  height: auto;
  display: inline;
}

.ijs-init-toolbar{
display: flex;
justify-content: space-around;
align-content: stretch;
padding: 80px 10% ;
}
.ijs-init-webrecorder-btn{
  width: 15%;
  display: inline;
  opacity: 0.9;

}
.ijs-low-opacity{
  opacity: 0.35 !important;
}

/*.ijs-init-webrecording-audio-btn{
  position: absolute;
 top: 80px;
  left: 5%;
  width: 15%;
  display: inline;
  opacity: 0.9;
}

.ijs-init-webrecording-video-btn{
  position: absolute;
  top: 80px;
  left: 22%;
  width: 15%;
  display: inline;
  opacity: 0.9;
}

.ijs-init-webrecording-screen-btn{
  position: absolute;
  top: 80px;
  left: 38%;
  width: 15%;
  display: inline;
  opacity: 0.9;
}

.ijs-init-webrecording-camera-and-screen-btn{
  position: absolute;
  top: 80px;
  left: 60%;
  width: 15%;
  display: inline;
  opacity: 0.9;
}

.ijs-init-webrecording-green-screen-btn{
  position: absolute;
  top: 80px;
  left: 80%;
  width: 15%;
  display: inline;
  opacity: 0.9;
}*/

.ijs-init-webrecording-config-btn{
  position: absolute;
  top: 5px;
  left: 905%;
  width: 4%;
  display: inline;
  opacity: 0.9;
}

.ijs-init-webrecording-help-btn{
  position: absolute;
  top: 5px;
  left: 95%;
  width: 4%;
  display: inline;
  opacity: 0.9;
}

.ijs-config-webrecording-panel{
  position: absolute;
  top: 10px;
  left: 5%;
  width: 90%;
  height: auto;
  display: inline;
  opacity: 0.9;
  background-color: #eeeeee;
  display: none;
}


.ijs-init-webrecording-btn{
  position: absolute;
  top: 0%;
  width: 25%;
  z-index: 1500;
}

.ijs-start-webrecording-btn
{
  position: absolute;
  top: 10px;
  left: 3%;
  width: 25%;
  display: inline;

}

.ijs-pause-webrecording-btn
{
  position: absolute;
  top: 10px;
  left: 3%;
  width: 25%;
  display: none;

}

.ijs-stop-webrecording-btn
{
  position: absolute;
  top: 10px;
  left: 29%;
  width: 25%;
  display: none;

}

.ijs-publish-webrecording-btn
{
  position: absolute;
  top: 10px;
  left: 3%;
  width: 25%;
  display: none;

}

.ijs-new-webrecording-btn
{
  position: absolute;
  top: 10px;
  left: 3%;
  width: 25%;
  display: none;

}

.ijs-cancel-webrecording-btn
{
  position: absolute;
  top: 10px;
  left: 29%;
  width: 25%;
  display: inline;

}



.ijs-show-webrecording-btn
{
  position: absolute;
  top: 10px;
  left: 29%;
  width: 25%;
  display: none;

}

.ijs-webrecording-publish-progress
{
  position: absolute;
  top: 0px;
  left: 0%;
  width: 100%;
  min-height: 60px;
  height: auto;
  display: none;

}

.ijs-webrecording-publish-progress-label
{
  position: absolute;
  top: 10px;
  left: 0%;
  width: 30%;
}

.ijs-webrecording-publish-progress-bar
{
  position: absolute;
  top: 10px;
  left: 30%;
  width: 60%;
}

.ijs-webrecording-convert-progress
{
  position: absolute;
  top: 0px;
  left: 0%;
  width: 100%;
  min-height: 60px;
  height: auto;
  display: none;

}

.ijs-webrecording-convert-progress-label
{
  position: absolute;
  top: 10px;
  left: 0%;
  width: 30%;
}

.ijs-webrecording-convert-progress-bar
{
  position: absolute;
  top: 10px;
  left: 30%;
  width: 60%;
}


.ijs-init-webrecording-title-panel
{
  width: 70%;
  left:15%;
  top:30px;
}

.ijs-init-webrecording-title-input
{
  position: absolute;
  top: 0px;
  width: 100%;
  height:80px;
}

.panel {
  border-radius:                    0px;
  -webkit-border-radius:            0px;
  -moz-border-radius:               0px;
  border: 0;
  background-color: #333333;
}


.ijs-start-recording-btn{
  position: absolute;
  top: 10px;
  left: 5%;
  z-index: 1000;
  display: none;
}

.ijs-stop-recording-btn{
  position: absolute;
  top: 10px;
  left: 5%;
  z-index: 1000;
  display: none;
}

.ijs-cancel-recording-btn{
  position: absolute;
  top: 10px;
  left: 90%;
   z-index: 1000;
   /*display: none;*/
}

.ijs-publish-recording-btn{
  position: absolute;
  top: 10px;
  left: 5%;
   z-index: 1000;
   display: none;
}

.ijs-webrecording-vumeter{
  position: absolute;
  top: 15px;
  left: 60%;
  width: 20%;

	z-index: 1500;
}


.ijs-webrecording-time{
  position: absolute;
  top: 10px;
  left: 85%;
   z-index: 1000;
   display: none;
}

.ijs-webrecording-time-label{
	background-color: #333333;
	opacity: 0.8;
	z-index: 1500;
}

.ijs-webrecorder-secondary
{
  position: absolute;
  top: 100px;
  left: 50%;
  width: 50%;
  height: auto;
  background-color: #55acee;
   z-index: 10000;
}

.btn-twitter {
color: #fff;
background-color: #55acee;
border-color: rgba(0,0,0,0.2);
}

.btn-facebook {
color: #fff;
background-color: #3b5998;
border-color: rgba(0,0,0,0.2);
}

.btn-vimeo {
color: #fff;
background-color: #55acee;
border-color: rgba(0,0,0,0.2);
}

.btn-youtube {
color: #fff;
background-color: #98593b;
border-color: rgba(0,0,0,0.2);
}

.btn-inverse{
  border-radius:                    0px;
  -webkit-border-radius:            0px;
  -moz-border-radius:               0px;
    color: #FFF;
    background-color: #333;
    border-color: #262626;
}

.btn-inverse:hover
{
  background-color: #3b5998;
  color: #FFF;
}

.ijs-init-webrecording-logo{

  background-image: url(images/webrecorder.png);
  background-size: cover;
  background-repeat: no-repeat;

}

.ijs-side-panel {
    //width:300px;
    background:#333;
    height: 100%;
    opacity: 0.8;
     border-radius:                    0px;
  -webkit-border-radius:            0px;
  -moz-border-radius:               0px;
}

.ijs-side-menu {
   width:300px;
	z-index: 7000;
	background:#000;
	height:100%;
}

/*
.ijs-side-panel {
    width:300px;
    height:400px;
    padding:0px;
    background:#333;
    margin-left:-300px;
    position: absolute;
    top: 0px;
    max-width: 300px;
    opacity: 0.8;
    display: none;

}


#opener {
    float:right;
    margin:-10px -50px 0px 0px;
    border-radius:0;
    z-index: 9000;
    display: none;
}
*/


.collapsible {
    margin-bottom: 20px;
    background: #EBEBEB;
    border: 1px solid #CCCCCC;
    padding: 10px;
    width: 500px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #333333;

}
.collapsible button {
    height: 135px;
    float:right;
    border: 1px solid #999999;
    background: #999999;
    color: #CECECE;
    margin-left: 10px;
}
.collapsible button:hover {
    background: #990000;
    border: 1px solid #990000;
}

.ijs-subtitle-tag {
  position: absolute;
  background-image: url(images/subtitle32x32.png); //annotation.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  top: -15px;
  left: -20px;
  z-index: 300;
  text-decoration: none;
  outline: none;
  border: 0;
}

.ijs-note-tag {
  position: absolute;
  background-image: url(images/note32x32.png); //annotation.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  top: -15px;
  left: -20px;
  z-index: 300;
  text-decoration: none;
  outline: none;
  border: 0;
}

.ijs-div-hidden {
	visibility: hidden;
}

.ijs-div-visible {
	visibility: visible;
}

.ijs-subtitle-display{
    background-color: #000;
    bottom: 50px;
    text-align: center;
    color: #fff;
    font-size: 1.9em;
    left: 0;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    display: none;
    height: auto;
    text-decoration: none;
    cursor: hand;
}

.ijs-displaypref-button {
  background-image: url(images/download.png);
  background-repeat: no-repeat;
  z-index: 600;
  background-position: center;
}

.ijs-upload-button {
  background-image: url(images/upload.png);
  background-repeat: no-repeat;
  z-index: 600;
  background-position: center;
}

.ijs-tag-color-select {
	border: 1px solid #777;
	width: 10%;
	height:15px;
	margin-right: 5px;
}

.ijs-tag-color-selected {
	border: 2px solid #fff;
	width: 10%;
	height:15px;
	margin-right: 5px;
}

.ijs-tag-color-select:hover {
	cursor: pointer;
	border: 2px solid #fff;
}

.ijs-tag-color-black {
	background: #000;
}

.ijs-tag-color-grey {
	background: #444;
}

.ijs-tag-color-blue {
	background: #338;
}

.ijs-tag-color-red {
	background: #833;
}

.ijs-tag-color-green {
	background: #383;
}

.wrapper {
   position: relative;
}

.ijs-tag-text {
  padding-top: 5px;
  padding-right: 25px;
  padding-left: 5px;
}

.ijs-tag-link-wrapper {
	position: relative;
}

.ijs-tag-link-wrapper .fa {
   position: absolute;
   right: 5px;
   top: 5px;
}

.ijs-modal-div{
  width: 100%;
  height: 100%;
  background-color:  rgba(0, 0, 0, 0.9);
  z-index: 999;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.ijs-modal-content-div{
  width:100%;
display: flex;
flex-direction: column;
justify-content:center;
align-content: center;
}

.ijs-modal-text-div, #ijs-modal-spinner-div{
  display : flex;
  justify-content:center;
}

.ijs-modal-text-container{
  display : block;
  flex:none;
  justify-content:center;
  font-size: 2em;
  text-align: center;
  color: white;
  margin: 3em;
}
#ijs-searchbox{
  /*height: 50px;*/
}
.ijs-spinner-rotation{
  animation: spin 3s infinite linear;
  display : block;
  font-size : 150px;
  width : 150px;
  height: 150px;
  color: white;

}

.ijs-modal-media-content-div{
  width:100%;
  height:90%;
  display: flex;
  flex-direction: column;
  justify-content:center;
  align-content: center;

}
.ijs-modal-searchbox-div{
  height: 50px;
  padding: 5px 5px 0 5px;
}
.ijs-modal-searchbox-div input{
  /*font-size: 12px;*/
float: right;
}

#ijs-mediaContainer{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content:flex-start;
    flex-wrap: wrap;

}
.mCSB_inside &gt; .mCSB_container{
    margin-right: 0 !important;
}
.ijs-mediaDiv{
  display: flex;
  justify-content:center;
  align-items: center;
  align-content: space-between;
  width: 16%;
  height: 190px;
  margin: 10px 2%;
  padding: 5px;
  background-color: #515151;
  flex-wrap: wrap;
  /*min-height: 160px;*/

}
.ijs-mediaDivBlockTop{
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items: center;
    align-content: center;
    width: 100%;
    height:60%;
    padding: 5px;
  /*border: blue 1px solid;*/
}
.ijs-mediaDivBlockBottom{
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items: space-around;
    align-content:  space-around;
    width: 100%;
    height:40%;
    /*border: Cyan 1px solid;*/
}
.ijs-mediaDivTitle{
  display: flex;
  justify-content:center;
  align-items: center;
  align-content: space-around;
  width: 100%;
  height: 50%;
  /*border: red 1px solid;*/
}
.ijs-mediaPTitle{
  display: block;
  margin: auto;
  text-align: center;
  color: #FFF;
  max-height: 36px;
  line-height: 18px;
  font-size: 16px;
  white-space: wrap;
  overflow: hidden;
  text-overflow: "...";
  /*border: DeepPink 1px solid;*/
}

.ijs-mediaTagImg{
  display: block;
  margin: auto;
  max-width:100%;
  max-height: 90px;


}
.ijs-mediaDivButton{
  display: flex;
  justify-content:center;
  /*height: 30px;*/
  width: 100%;
  padding: 5px;
  /*border: yellow 1px solid;*/
}
.ijs-mediaTagP{
  height: 35px;
  display: block;
  font-size: 12px;
  overflow: hidden;
  text-overflow: "...";
  padding: 2px;
}
#ijs-addmediabeforeorafter-mediapresent{
  flex-wrap: wrap;
}

#listStatsTable{
  font-size: 12px;
  font-weight: normal;
  padding: 5px;
}

.dataTables_filter{
  font-size: 12px;
  font-weight: normal;
}
.dataTables_info{
  font-size: 12px;
  font-weight: normal;
  white-space: normal !important;
}
.paginate_button{
  font-size: 12px;
  font-weight: normal;
}
.paginate_button a{
padding: 6px !important;
}
.pagination &gt; li &gt; a, .pagination &gt; li &gt; span, .pagination &gt; li &gt; a:hover, .pagination &gt; li &gt; span:hover, .pagination &gt; li &gt; a:focus, .pagination &gt; li &gt; span:focus{
  background-color: transparent !important;
  border: 0px;
  outline: none;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  color: #AAA;
}
.pagination &gt; .disabled &gt; span, .pagination &gt; .disabled &gt; span:hover, .pagination &gt; .disabled &gt; span:focus, .pagination &gt; .disabled &gt; a, .pagination &gt; .disabled &gt; a:hover, .pagination &gt; .disabled &gt; a:focus{
  background-color: transparent !important;
  border: 0px;
  outline: none;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  color: #666;
}

.pagination &gt; .active &gt; a, .pagination &gt; .active &gt; span, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; span:hover, .pagination &gt; .active &gt; a:focus, .pagination &gt; .active &gt; span:focus{
  background-color: transparent !important;
  border: 0px;
  outline: none;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  color: #FFF;
}

.pagination &gt; li &gt; a, .pagination &gt; li &gt; a:hover{
  background-color: transparent;
}
</pre></body></html>