*{
	margin:0;
	padding:0;
}
html {
  -ms-touch-action: none;
}
body{
	background-color: #000000;
	overflow: hidden;
}
#control{
  width: 55px;
  height: 55px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -23px;
  margin-left: -23px;
  z-index: 9999;
  display: none;
  cursor: pointer;;
}
#topBar{
	position: absolute;
  height: 500px;
	/*background-color: #333333;
	border-bottom: 3px double #666666;*/
	width: 100%;
	z-index: 9999;
	display: none;
	text-align: left;
}
#titleBar{
  background: none rgba(0,0,0,0.6);
	position: absolute;
  margin-left: 50%;
  padding: 5px 15px;
	width: 300px;
	bottom: 104px;
	z-index: 9998;
  text-align: center;
}
#titleShow{
	font-family:'QTS Font';
  font-size: 1.4em;
  color: white;
  font-weight: bold;
  width: 100%;
  overflow: hidden;
  word-wrap: break-word;
  text-align: left;
  padding-top: 6px;
}
#titleShow p{
  color: white;
  font-size: 0.8em;
}
#sensor{
	position: absolute;
	width: 100%;
	height: 164px;
	bottom: 0;
	z-index: 9999;
}
#loading{
	z-index: 9999;
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -11px;
	margin-left: -69px;
	width: 138px;
	height: 22px;
	overflow: hidden;
  background-color: rgba(0, 124, 239, 0.85);
  color: white;
  font-size: 15px;
  font-family: 'QTS Font';
  line-height: 17px;
  padding: 18px 36px;
}
#loading img{
	position: relative;
	top: 0px;
	left: 0px;
}
#toolbar{
	/*background-color: #333333;
	border-top: 3px double #666666;*/
	display: none;
}
#slideInfo{
	font-size: 26px;
	font-family:'QTS Font';
	color: white;
	position: absolute;
	font-weight: bold;
	top: 5px;
	right: 20px;
  background-color: rgba(0,0,0,0.6);
}
#slideInfoSpan{
	font-size: 18px;
	font-family:'QTS Font';
	color: white;
  padding: 0px 5px 0px 5px;
	position: relative;
  top: -18px;
}
#slideControl{
  width: 100%;
	text-align: center;
	position: absolute;
	bottom: 74px;
  background-color: rgba(0,0,0,0.6);
}
#slidePreview{
	text-align: center;
	position: absolute;
	bottom: 0;
  width: 100%;
  height:74px;
  background-color: rgba(0,0,0,0.6);
}
#downloadOptions{
  position: absolute;
  top: -170px;
  left: 250px;
  width: 200px;
  overflow: hidden;
  display: none;
  color: white;
  font-size: 12px;
  background-color: #000;
}
#auth{
  position: absolute;
  width: 300px;
  height: 160px;
  top: 50%;
  left: 50%;
  margin-top: -80px;
  margin-left: -150px;
  background-color: white;
  border: 3px solid #e8e8e8;
  padding: 30px 34px;
  display: none;
}
#message{
  overflow:hidden;
  width:200px;
  height:60px;
  margin-top:-30px;
  margin-left:-100px;
  background-color: white;
  border: 3px solid #e8e8e8;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index:999;
  padding: 30px;
  display: none;
}
img.button{
	cursor: pointer;/*height:36px;*/
}
input{
  height: 24px;
  padding: 2px 4px;
  font-size: 14px;
  font-family: "QTS Font";
}
button{
  background-color: white;
  height: 30px;
  padding: 2px 22px 3px;
  border: 1px solid #333;
  font-family: "QTS Font";
  font-size: 14px;
}
.header-text{
  color: #474747;
  font-size: 20px;
  font-family: "QTS Font";
}
p{
  color: #333333;
  font-family: "QTS Font";
  font-size: 12px;
  font-weight: 400;
  padding: 0 0 15px;
}
#closeButton{
  position: absolute;
  right: 10px;
  top: 7px;
}
#playerdiv{
  position: absolute;
  left:-1000px;
  width:200px;
  height:200px;
}
#slideshow {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
}

@-webkit-keyframes pnz {
  25% {
    -webkit-transform: scale(1.2);
  }
}
@-moz-keyframes pnz {
  25% {
    -moz-transform: scale(1.2);
  }
}
@-o-keyframes pnz {
  25% {
    -o-transform: scale(1.2);
  }
}
@-ms-keyframes pnz {
  25% {
    -ms-transform: scale(1.2);
  }
}
@keyframes pnz {
  25% {
    transform: scale(1.2);
  }
}
#slideshow div img.angle1{
  -webkit-transform-origin: bottom left;
     -moz-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
       -o-transform-origin: bottom left;
          transform-origin: bottom left;
}
#slideshow div img.angle2{
  -webkit-transform-origin: top right;
     -moz-transform-origin: top right;
      -ms-transform-origin: top right;
       -o-transform-origin: top right;
          transform-origin: top right;
}
#slideshow div img.angle3{
  -webkit-transform-origin: top left;
     -moz-transform-origin: top left;
      -ms-transform-origin: top left;
       -o-transform-origin: top left;
          transform-origin: top left;
}
#slideshow div img.angle4{
  -webkit-transform-origin: bottom right;
     -moz-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
       -o-transform-origin: bottom right;
          transform-origin: bottom right;
}
#slideshow div img.kenburns{
	-webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: pnz 40s ease-in 1;
  -moz-animation: pnz 40s ease-in 1;
  -o-animation: pnz 40s ease-in 1;
  -ms-animation: pnz 40s ease-in 1;
  animation: pnz 40s ease-in 1;
}

#set_table_A select{
    background-color: #444444;
    color: #EEEEEE;
    font-size: 12px;
    font-family:'QTS Font';
}

.slidePBtn1{
    width: 29px;
    height: 29px;
	cursor: pointer;
}
#slideViewer{
  position: absolute;
  overflow: hidden;
  width: 100%;
}
#slideViewer2{
    position: relative;
    top: 8px;
    height: 64px;
    z-index: 0;
}
#slidePBackTD{
  width: 48px;
  height: 100%;
  padding: 20px 0 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#slidePNextTD{
  width: 48px;
  height: 100%;
  padding: 20px 0 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.svdivGray{
    position: relative;
	overflow: hidden;
    margin: 0px 4px 0px 4px;
    width: 56px;
    height: 56px;
    /*background-color: #111111;*/
    background-color: rgba(10,10,10,0.3);

}
.svdiv1{
    position: relative;
    background-color: #111111;
	overflow: hidden;
    margin: 0px 4px 0px 4px;
    width: 50px;
    height: 50px;
    border:3px solid #888888;
	cursor: pointer;
    /*top: -10px;*/

}
.svdiv1:hover{
    border:3px solid #CCCCCC;
    top: -5px;
}
.svdiv1OnCenter{
    border:3px solid #FFFFFF;
}
.svimg{
    opacity: 0.6;
}
.svimg:hover{
    opacity: 0.8;
}
.svimgOnCenter{
    opacity: 1;
}

.stn_l{
    width: 3px;
    height: 23px;
    background-image: url('../images/slideshow/sl_set_btn_left.png');
}
.stn_m{
    height: 23px;
    background-image: url('../images/slideshow/sl_set_btn_mid.png');
}
.stn_r{
    width: 3px;
    height: 23px;
    background-image: url('../images/slideshow/sl_set_btn_right.png');
}

.ui-menu-background{
  display: inline-block;
  background-color: rgba(0,0,0,0.6);
  margin: 7px 0 15px;
}
.ui-menu-container,.ui-menu-divider{
  padding: 10px 74px;
  display: inline-block;
  color: white;
  font-size: 13px;
  cursor: pointer;
  vertical-align: top;
  position: relative;
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}
.ui-menu{
  display: none;
  background-color: rgba(0,0,0,0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 36px;
  max-height: 600px;
  overflow: auto;
}
ul.ui-menu {
  list-style-type: none;
}
.ui-menu li{
  color: white;
  padding: 12px;
  font-size: 12px;
  font-family: 'QTS Font';
  opacity: 1;
}
.ui-menu-title{
  font-weight: bold;
  font-family: 'QTS Font';
}
.ui-menu li:hover{
  background-color: #31BFC0;
}
.ui-menu li.ui-menu-selected{
  color: #31BFC0;
}
.ui-menu li.ui-menu-selected:hover{
  color: white;
  background-color: #31BFC0;
}
.ui-menu li.ui-menu-action{
  border-top: 1px solid #eee;
}
.ui-menu-divider{
  padding: 10px 0;
  background-color: #454545;
  width: 1px;
  overflow: hidden;
  cursor: default;
}
.hidden{
  visibility: hidden;
}

.icons{
  background-image: url('../images/toolbar/media_viewer_slice.png?368091827');
}
.icon-play{
  background-position: 0 -510px;
  width: 55px;
  height: 55px;
}
.icon-stop{
  background-position: 0 -570px;
  width: 55px;
  height: 55px;
}
.icon-next{
  background-position: 15px -475px;
  width: 25px;
  height: 25px;
  position: relative;
  right: -10px;
  cursor: pointer;
}
.icon-prev{
  background-position: 15px -445px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.hide{
  display: none;
}
.spinner {
    background-image: url("../images/common/loading.png");
    width: 21px;
    height: 21px;
    margin-right: 24px;
    float: left;
    -webkit-animation: loading 1s;

    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps(1);
    animation: loading 1s;
    animation-iteration-count: infinite;
    animation-timing-function: steps(1);
}
@-webkit-keyframes loading {
    0% {
        background-position: 0px 0px; }
    12.5% {
        background-position: 0px -30px; }
    25% {
        background-position: 0px -60px; }
    37.5% {
        background-position: 0px -90px; }
    50% {
        background-position: 0px -120px; }
    62.5% {
        background-position: 0px -150px; }
    75% {
        background-position: 0px -180px; }
    87.5% {
        background-position: 0px -210px; }
    100% {
        background-position: 0px 0px; }
}
@keyframes loading {
    0% {
        background-position: 0px 0px; }
    12.5% {
        background-position: 0px -30px; }
    25% {
        background-position: 0px -60px; }
    37.5% {
        background-position: 0px -90px; }
    50% {
        background-position: 0px -120px; }
    62.5% {
        background-position: 0px -150px; }
    75% {
        background-position: 0px -180px; }
    87.5% {
        background-position: 0px -210px; }
    100% {
        background-position: 0px 0px; }
}