/*
Copyright RLE International 2013
Project WebETM SVG
*/
/* 
    Created on : 31.10.2013, 16:12:35
    Author     : arudnik
*/



/* ========================================================================== */

/* Group List*/

@-ms-viewport {
  width: device-width;
}

.index span {
  float:left;
  width:25px;
}

.index ul li
{
  font-size: 0.9em;
  padding: 2px 0 0 18px;
  text-decoration:none;
  background: transparent url(../images/pfeil_r.png) no-repeat 0 50%;
}

.index ul li a
{
  text-decoration:none;
  color:white;
}

.index ul li a:hover
{
  color:#59DDFF;
}


/* ========================================================================== */

.offScreen {
  position: fixed;
  top: -5000px;
  left: -5000px;
}


/* ========================================================================== */

#groupView {
  /* visibility:visible; */
}

/* ========================================================================== */

#searchView{
  display:none;
  height: 100%;
  overflow: auto;
}


/* ========================================================================== */

#CLView{
  display:none;
  height:100%;
}

/* ========================================================================== */

#elevenView{
  display:none;
}

/* ========================================================================== */

#diagramView{
  display:none;
  height: 100%;
}

#diagramBox{
  background-color: white;
  overflow: hidden;
}

#diagramLoading {
    display: none;
  
}

#diagramLoadingOverlay {
  opacity: 0.6;
  float: left;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #0099FF;
}

#diagramLoadingNotice {
  float: left;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
}

#diagramLoadingOverlayBox {
  margin: auto;
  background-color: #ffffff;
  width: 300px;
  padding: 20px;
  margin-top: 200px;
}

#diagramLoadingOverlayText {
  text-align: center;
}

#diagramLoadingOverlayTextPE {
  margin-top: 10px;  
  text-align: center;
}

#diagramLoadingOverlayText span{
  
}

#diagramLoadingOverlayGif {
  margin: auto;
  display: block;
  padding-top: 15px;
}


/* ========================================================================== */

#legendView{
  display:none;
  /* overflow: auto; */
  height: 100%;
}

/* ========================================================================== */

#diagnosisView{
  /* top: 0px; */
  /* left: 0px; */
  height: 100%;
  /* display:none; */
  /* position: absolute; */
  /* width: 100%; */
  overflow: auto;
}

/* ========================================================================== */

#connectorView{
  height:100%;
  overflow:hidden;
  display:none;
}


#connbox {
  background-color: white;
  height: calc(100% - 60px);
}

#connectorsanchors {
  z-index:106;
  height: 54px;
  text-align: center;
  vertical-align: middle;
  color: white;
  max-width: 960px;
  min-width: 600px;
}

#connbox.cv2 {
  background-color: white;
  height: 100%;
  left: 0px;
  right: 300px;
  position: absolute;
}

#connectorsanchors.cv2 {
  z-index:106;
  height: 100%;
  text-align: left;
  vertical-align: middle;
  color: white;
  max-width: 300px;
  min-width: 300px;
  width: 300px;
  float: right;
  background: #444;
  overflow-y: scroll;
}

#connectorsCB {
  position: relative;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 15px;
  float: left;
  width: 260px;
}

#subConnectorList {
  /* position: absolute; */
  /* top: 50px; */
  padding-left: 15px;
  float: left;
}

.subConnectorLink {
  padding-bottom: 10px;
}

.subConnectorLink > .name {
  font-weight: bold;
  font-size: 0.9em;
  text-align: left;
}

.subConnectorLink > .validity {
  font-size: 0.75em;
  text-align: left;
  padding-top: 2px;
  padding-left: 5px;
}

#connBT1 {
  width: 150px;
}


/* ========================================================================== */

#locatorView{
  height: 100%;
  overflow: hidden;
  display:none;
}

#locatorBox{
  height: 100%;
  text-align: center;
}

#locatoriframe {
  height: 620px;
  top: 10px;
  width: 99%;
  border: 1px solid white;
  display: inline-block;
  min-width: 980px;
  max-width: 980px;

}

/*#helpView iframe {
 position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;}
		
#helpView {
position: relative;
padding-bottom: 65.25%;
padding-top: 30px;
height: 0;
overflow: auto; 
-webkit-overflow-scrolling:touch; //<<--- THIS IS THE KEY 
border: solid black 1px;}
*/

#helpBox        {position:relative; background-color: white; margin: 8px;}

#helpView {
	background-color: white; 
	color: #000;
    font-size: 12px;
    font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	width: 100%;
	overflow:auto;
}

.columnsContainer { position: relative; margin: .5em; max-width: 900px; }

.leftColumn, .rightColumn, .oneColumn {  padding: 1.25em; }

.leftColumn, .oneColumn { margin-bottom: .5em; }

/* MEDIA QUERIES */
@media screen and (min-width: 47.5em ) {
  .leftColumn { margin-right: 50%; }

  .rightColumn { position: absolute; top: 0; right: 0; width: 50%; }   
}

.helpView         {width:80%; max-width: 600px; height:100%; margin:0 auto}
.h_helpView        {position:relative;}
.h_helpView iframe {position:absolute;top:0;left:0;width:100%; height:100%;}

/* ========================================================================== */

#assignmentView {
  display:none;
}
/*
#assignmentBox{
   position: absolute; 
   border: 3px solid black;  
   max-width: 960px; 
   min-width: 600px;
   top: 50px;
   bottom: 50px;  
   overflow-y: scroll;
   left: 20px;
   right: 0;
   background-color: #2e2e2e;
}

.assignmentTable {
  /* width: 940px; */
/* height: 500px; */
/* overflow: scroll; */
/* left: 50px; */
/*padding: 10px;
border-spacing: 1px;
z-index: 500;
background-color: white;
border:1px solid gray;
}*/


.assignmentTable .col1 {

}

.assignmentTable .col2 {
  white-space:nowrap ;
}

.assignmentTable .col3 {
  width: 200px;
}

.assignmentTable .col4 {

}

.assignmentTable .col5 {
  width: 80px;
}




/* ========================================================================== */

#sysInfoView{
  display:none;
  height: 100%;
}

#sysInfoBox{
  height: 100%;
  background-color: white;
  max-width: 1040px;
  overflow:scroll;
}

#sysInfoBox > table{
	margin-top: 8px;
	margin-left: 8px;
}
	
#sysinfoiframe {
  background-color: white;
  width: 1040px;
  height: 98%;
  display: inline-block;
  /* max-width: 1020px; */
  width: 100%;
  /* position: absolute; */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

/* ipad portrait */
@media all and (-webkit-device-pixel-ratio:2) {
  #sysInfoBox { 
    overflow:scroll !important;
    -webkit-overflow-scrolling:touch !important;
  }
  
  #locatorBox { 
    overflow:scroll !important;
    -webkit-overflow-scrolling:touch !important;
  }
  
  .h_helpView {
    overflow:scroll !important;
    -webkit-overflow-scrolling:touch !important;
  }
  
}
/* ipad landscape */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  #sysInfoBox { 
    overflow:scroll !important;
    -webkit-overflow-scrolling:touch !important;
  }
  
  #locatorBox { 
    overflow:scroll !important;
    -webkit-overflow-scrolling:touch !important;
  }
  
  .h_helpView {
    overflow:scroll !important;
    -webkit-overflow-scrolling:touch !important;
  }
}

/* ========================================================================== */

#abb27View {
  display:none;
}

.abbtable27 {
  background-color: white;
  max-width: 980px;
  border-collapse: collapse;
  height: 100%;
}

.abbtable27 thead td {
  font-weight: bold;
  font-size: 0.9em;
  border: 1px solid black;
  padding: 4px;
}

.abbtable27 tbody td {
  font-size: 0.9em;
  border: 1px solid black;
  padding: 4px;
}

.abbtable27 tbody td:nth-child(1) {
  width: 50px;
}

.abbtable27 tbody td:nth-child(2) {
  width: 250px;
}

.abbtable tbody td:nth-child(3) {

}

.abbtable27 tbody td:nth-child(4) {
  width: 80px;
}

/* ========================================================================== */

#abb28View {
  display:none;
}

.abbtable28 {
  background-color: white;
  max-width: 980px;
  border-collapse: collapse;
  height: 100%;
}

.abbtable28 thead td {
  font-weight: bold;
  font-size: 0.9em;
  border: 1px solid black;
  padding: 4px;
}

.abbtable28 tbody td {
  font-size: 0.9em;
  border: 1px solid black;
  padding: 4px;
}

.abbtable28 tbody td:nth-child(1) {
  width: 170px;
}

.abbtable28 tbody td:nth-child(2) {
  width: 750px;

}

.abbtable28 tbody td:nth-child(3) {
  width: 60px;
}


#contactView {
  display:none;
}

#contact {
  color: white;
}

#helpView {
  display:none;
}

#help {
  color: white;
}

/* ========================================================================== */

#history {
  float:left;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
}

#footer_status_1 {
  display:block;
  font-size: 0.8em;
  font-weight: bold;
  padding-top: 3px;
}

#footer_mo_text {
  display:block;
  font-size: 0.8em;
  color: #59DDFF;
}

#footer_diagram_controls {
  /* display:none; */
  /* float: left; */
  width: 100%;
}


@media screen and (max-width: 780px) {
  #footer_status_1 {
    font-size: 0.7em;
    font-weight: normal;
    margin-right: 220px;
    padding-top: 3px;
    white-space:nowrap;
  }

/*  #locatoriframe {
    width:730px;
  }*/

}

/* ========================================================================== */

#content1 {
  display:none;
}