@CHARSET "ISO-8859-1";

html, body, div, span, p, th, td, dl, dt, dd, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, button, textarea, blockquote, iframe,
video, audio {
  margin: 0px;
  padding: 0px;
}

img, fieldset {
  border: 0px none;
}

table {
  border-collapse: collapse; /* = cellspacing="0" */
}

input, a, button, select {
  font-family: Helvetica,sans-serif;
  font-size: 12pt;
}

a:link, a:visited {
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

* {
  /* Disable copy & paste */
  -webkit-user-select: none;
  
  /* On iOS, when you touch and hold a touch target such as a link, Safari displays a callout containing information about the link. 
     Ensure that we don't get the default callout following a long touch on an element, which is a default behavior in Mobile Safari. */
  -webkit-touch-callout: none;
  
  /* iOS Safari */
  -webkit-user-select: none;
  
  /* Safari */
  -khtml-user-select: none;
  
  /* Konqueror HTML */
  -moz-user-select: none;
  
  /* Firefox */
  -ms-user-select: none;
  
  /* Internet Explorer/Edge */
  user-select: none;

}

/* inputs brauchen -webkit-user-select , sonst kann man keinen Text eingeben */
input[type='text'] {
  -webkit-user-select: text;
  color: #000;
}
textarea {
  -webkit-user-select: text;
  color: #000;
}
input[type='password'] {
  -webkit-user-select: text;
  color: #000;
}

.turn_on_copy_paste {
  -webkit-user-select: text;
}

body {
  font-family: Helvetica,sans-serif;
  font-size: 10pt;
  background-color: #000;
  color: #eee;
  /* Disable the Mobile Safari default behavior to adjust font size automatically to improve readability */
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
}

select {
	color: #fff;
	font-size: 12px;
	border-width: 2px;
        border-radius: 8px;
        border-color: #4040A0;
	background: #111;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
	scrollbar-width: none; /*For Firefox*/;
	-ms-overflow-style: none;  /*For Internet Explorer 10+*/;
}


select:-webkit-scrollbar { /*For WebKit Browsers*/
    width: 0;
    height: 0;
}

#listDiv {
  position: relative;
  height: 576px;
  width: 1024px;
  overflow: hidden;
}

#listPane {
  background-color: #000;
  position: absolute;
  left:0px;
  top:0px;
  height:100%;
  width:100%;
  z-index:99;
  /*-webkit-overflow-scrolling: touch;*/
  overflow-y: auto;
}

#controlsOverlay {
  position: absolute; 
  top: 586px; 
  right: 0px; 
  height: 200px; 
  width: calc(50vw + 18rem); 
  background-color: #000000;
  opacity: 0.7;
  z-index: 1;
}

button, input[type='button'] {
  margin: 0px 5px;
  width: 54px;
  height: 25px;
  font-size: 12px;
}

video {
  position: absolute;
  left: 0px;
  top: 0px;
  max-width: 1024px;
}

#messageDiv {
  position: absolute;
  top: 188px;
  left: 288px;
  height: 200px;
  width: 512px;
  
  background: #a33;
  /* background-image:  -webkit-gradient(linear, center top, center bottom, from(#a33), to(#922)); */
  background: -webkit-linear-gradient(-45deg, #aa3333 0%,#992222 100%);
  background: linear-gradient(135deg, #aa3333 0%,#992222 100%);
  
  font-size: 12pt;
  border-width: 2px;
  border-style: solid;
  border-color: #eee;
  -webkit-border-radius: 8px;
  -webkit-box-shadow: 0px 0px 40px #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 40px #fff;
}

#controlsLeft {
  width: 223px;
  max-width: 223px;
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid #333;
}

#controlsRight {
  width: 223px;
  max-width: 223px;
  overflow: hidden;
  white-space: nowrap;
  border-left: 2px solid #333;
}

#controlsMiddle {
  width: 574px;
  min-width: 574px;
}

@media only screen and (max-device-width: 1024px) and (orientation:portrait) { 
  video {
    max-width: 768px;
  }
  #messageDiv {
    left: 128px;
  }
  #controlsLeft {
    width: 167px;
    max-width: 167px;
  }
  #controlsRight {
    width: 167px;
    max-width: 167px;
  }
  #controlsMiddle {
    width: 430px;
  }
  #listDiv {
    width:768px;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation:landscape) { 
  video {
    max-width: 1024px;
  }
  #messageDiv {
    left: 288px;
  }
  #controlsLeft {
    width: 223px;
    max-width: 223px;
  }
  #controlsRight {
    width: 223px;
    max-width: 223px;
  }
  #controlsMiddle {
    width: 574px;
  }
  #listDiv {
    width:1024px;
  }
}


#listTable {
  width:100%;
  font-size:14px;
  padding:0px;
  margin:0px;
  -webkit-overflow-scrolling: touch;
}

.listTableTr {
  height:80px;
  border-bottom: 1px #EEE solid;
  border-top: 1px #EEE solid;
  background-color: #000;
  color: #eee;
  
}

.listTableTrActive {
  height:80px;
  border-bottom: 1px #EEE solid;
  border-top: 1px #EEE solid;
  background-color: #eee;
  color: #000;
}



#timecodeDiv {
  font-size: 24pt;
  height:1em;
}
#durationDiv {
  font-size: 9pt;
  height: 1.5em;
  margin-top: 2px;
}

#playBtn {
  width: 100px;
}

#scrubberBarContainer {
  position: relative;
  width: 100%;
  height: 32px;
}

#scrubberBar {
  position: absolute;
  display: block;
}

#scrubberBarKnob {
  position: absolute;
  left: 0px;
  width: 32px;
  height: 32px;
  background-image: url(Images/ball.png);
  opacity: 0.9;
}

#numPad {
  position: absolute;
  right:0px;
  bottom:0px;
  -webkit-transform: translate(0px, 100%);
  -webkit-transition-property: webkitTransform;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: default;
  transform: translate(0px, 100%);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: default;
  
  width: 366px;
  height: 434px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  
  background: #777;
  /*  background-image:  -webkit-gradient(linear, left top, right bottom, from(#999), to(#555)); */
  background: -webkit-linear-gradient(-45deg, #999999 0%,#555555 100%);
  background: linear-gradient(135deg, #999999 0%,#555555 100%);
}

#numPadDisplay {
  position: absolute;
  height:75px;
  background-color: #eee;
  border-width: 1px;
  border-style: solid;
  border-color: #444;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  color: #000;
}

.numPadButton {
  position: absolute;
  width:80px;
  height:75px;
  border-width: 1px;
  border-style: solid;
  border-color: #444;
  -webkit-border-radius: 8px;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  color: #000;
  font-size: 20pt;
  line-height: 75px;
}

.numPadButtonNorm {
  background: #ccc;
  /* background-image:  -webkit-gradient(linear, left top, right bottom, from(#eee), to(#bbb)); */
  background: -webkit-linear-gradient(-45deg, #eeeeee 0%,#bbbbbb 100%);
  background: linear-gradient(135deg, #eeeeee 0%,#bbbbbb 100%);
}

.numPadClosingButtonNorm {
  background: #999;
  /* background-image:  -webkit-gradient(linear, left top, right bottom, from(#bbb), to(#888)); */
  background: -webkit-linear-gradient(-45deg, #bbbbbb 0%,#888888 100%);
  background: linear-gradient(135deg, #bbbbbb 0%,#888888 100%); 
}

.numPadButtonPushed {
  background-color: #888;
  /* background-image:  -webkit-gradient(linear, left top, right bottom, from(#999), to(#777)); */
  background: -webkit-linear-gradient(-45deg, #999999 0%,#777777 100%);
  background: linear-gradient(135deg, #999999 0%,#777777 100%);
}

.indexDiv
{
  color: #FFFFFF;
  background-color: #000000; 
  height: 768px; 
  width: 1024px; 
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  background-image:url(Images/indexBG.png); 
  background-repeat: no-repeat;
}

.indexTable
{
  color: #FFFFFF;
  background-color: #000000; 
  height: 1055px; 
  width: 700px; 
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  background-image:url(Images/loginBG.png); 
  background-repeat: no-repeat;
}

.indexTextDiv
{
  color: #FFFFFF;
  height: 900px; 
  width: 700px; 
  font-size: 14px;
  text-align:left;
}

.loginBody
{
  color: #FFFFFF;
  background-color: #000000; 
}

.loginTable
{
  color: #FFFFFF;
  background-color: #000000; 
  height: 512px; 
  width: 700px; 
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  background-image:url(Images/loginBG.png); 
  background-repeat: no-repeat;
}

.loginFormDiv
{
  width: 235px;
  height: 245px;
  background-image:url(Images/loginBox.png); 
  background-repeat: no-repeat;
  text-align:left;
  padding: 50px 0px 0px 60px;
}

.login_input
{
  color: #000000;
  background-color: #FFFFFF;
  width: 170px;
  padding: 2px;
}

.login_button
{
  width: 100px;
  height: 30px;
  color:#000000;
  background-color: #FFFFFF;  
}

.pageDialogboxError td
{
  width: auto;
  color: #CC0000;
  background-color: #FFFFFF;
  border: 1px solid #CC0000;
  padding: 5px;
}
