iframe
{
    background-color: transparent;
    border: 0px none transparent;
    padding: 0px;
    overflow: hidden;
	overflow-x:hidden;
	overflow-y:hidden;
	height:100%;
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
}

.bodyBg
{
	background-color: black;
	background-image:url('pic/back7.jpg');
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	height: 100%;
}

.divGroupContainer
{
	margin-top:16px;
	margin-bottom:16px;
	padding: 10px;
	background-color: rgba(162, 32, 208, 0.75);
	color: rgb(255,255,255);
	/*display: none;*/
}

.divPlotContainer
{
	background-color: rgb(255,255,255);
} 

.divSwitchArea
{
	border:2px solid #a1a1a1;
	border-radius:10px;	
	display:inline-table;
	margin: 6px;
}

.divSceneArea
{
	display:inline;
	position: relative;
	padding: 10px; 
} 
/* TExt ove rimage */
.pImgText { 
   position: absolute; 
   top: -131px; 
   left: 10px; 
   width: 100%;
}
.pImgTextBiggerImage { 
   position: absolute; 
   top: -264px; 
   left: 10px; 
   width: 100%;
}

.pImgTextSpan { 
   color: white; 
   font-family:Arial,Helvetica,sans-serif;
   font-size: 16px;
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 3px;
}

.divPosLeft
{
	float:left;
} 

.divPosRight
{
	float:right;
} 

.divPosClear
{
	clear:both;
} 

.divPosCenter
{
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}



.imgCenter
 {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.btnNotActive
{
	background:#dddddd;
}

.btnIsActive
{
	background: rgb(255,200,70);
}

.btnNeutral
{
	background:#B0DCF5;
}
.txtTemp
{
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:124px;
	line-height: 90%;
	/*color: rgb(255,255,255);*/
}

.txtNormal
{
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:42px;
	/*color: rgb(255,255,255);*/
	display: inline;
}

.txtUnit
{
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:18px;
	/*color: rgb(255,255,255);*/
	display: inline;
}


.txtButtonAndInput
{
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:48px;
	color: rgb(0,0,0);
	padding-left: 4px;
	padding-right: 4px;	
}

.txtButtonAndInputSmall
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:22px;
	color: rgb(0,0,0);
	padding-left: 4px;
	padding-right: 4px;
}


.styleHidden
{
	display:none;
} 

.styleVisible
{
	display:inline;
} 

.txtDrpDown
{
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:64px;
	color: rgb(0,0,0);
}
	
.canvasTempBars
{
  /* border: 1px solid red; */
}

.camContainer
{
    max-width:580px;
    height: auto;
}

.divCamPict
{
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
}

.divCamButton1
{
	position: relative;
	top: -100px;
	left: 430px;
}

.divHiddenContent
{
	visibility: hidden;
}

.divVisibleContent
{
	visibility: visible;
}

.divGrpnameField
{
	background-color: rgba(230,110,40, 0.75);
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:36px;
	color: rgb(0,0,0);
	margin: 10px;
	height: 80px;
}

.divRight {
            position: relative;
            float: right;
}

.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}