
.circuitopip {position:fixed;bottom:5px;z-index:100;}
.circuitoatuador {width:100px;height:100px;border-style:solid;border-width:1px;border-color:#dddddd;padding:1px 1px 1px 1px;background-color:transparent;}
.circuitocontrolador{vertical-align:top;width:100px;border-style:solid;border-width:1px;border-color:#dddddd;padding:1px 1px 1px 1px;}
.circuitoambiente{vertical-align:top;width:100px;border-style:solid;border-width:1px;border-color:#dddddd;padding:1px 1px 1px 1px;}
.circuitopipLabel{font-size:9px;margin-bottom:-8px;background-color:ghostwhite;}
.circuitopipValor {font-weight:bold;}
.ambienteImg{height:44px;margin:15px 0 -15px 25px;}

.circuitopipshowHide{position:fixed;bottom:50px;left:3px;}


input:checked + .sliderAtuador{
  background-color: #77CC3F;
}

input:focus + .sliderAtuador{
  box-shadow: 0 0 1px #77CC3F;
}

input:checked + .sliderControlador{
  background-color: #ff1494;
}

input:focus + .sliderControlador{
  box-shadow: 0 0 1px #ff1494;
}

input:checked + .sliderAmbiente{
  background-color: #FFFF66;
}

input:focus + .sliderAmbiente{
  box-shadow: 0 0 1px #FFFF66;
}

#atuadoresPip{display:none;}
#controladoresPip{display:none;}
#ambientePip{display:none;}

.atuadorMedia{position:absolute;top:25px;left:15px;height:60px;}
.controladorMedia{position:absolute;top:25px;left:15px;height:60px;}

.botaoVermelho {
	-moz-box-shadow: 3px 4px 0px 0px #8a2a21;
	-webkit-box-shadow: 3px 4px 0px 0px #8a2a21;
	box-shadow: 3px 4px 0px 0px #8a2a21;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24437) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24437 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24437');
	background-color:#c62d1f;
	-webkit-border-top-left-radius:26px;
	-moz-border-radius-topleft:26px;
	border-top-left-radius:26px;
	-webkit-border-top-right-radius:26px;
	-moz-border-radius-topright:26px;
	border-top-right-radius:26px;
	-webkit-border-bottom-right-radius:26px;
	-moz-border-radius-bottomright:26px;
	border-bottom-right-radius:26px;
	-webkit-border-bottom-left-radius:26px;
	-moz-border-radius-bottomleft:26px;
	border-bottom-left-radius:26px;
text-indent:0;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
height:50px;
	line-height:50px;
width:50px;
	text-decoration:none;
	text-align:center;
	text-shadow:0px 1px 0px #810e05;
}.botaoVermelho:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24437), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24437 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24437', endColorstr='#c62d1f');
	background-color:#f24437;
}.botaoVermelho:active {
	position:relative;
	top:1px;
}

.switchCircuit {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 30px;
  clear:both;
  margin-top:15px;
  margin-left:35px;
}

/* Hide default HTML checkbox */
.switchCircuit input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.sliderCircuit {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.sliderCircuit:before {
  position: absolute;
  content: "";
  height: 7px;
  width: 20px;
  left: 1px;
  top: 1px;
  bottom: 2px;
  background-color: #eeeeee;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .sliderCircuit:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.sliderCircuit.round {
  border-radius: 13px;
  height:20px;
}

.sliderCircuit.round:before {
  border-radius: 60%;
    height:20px;
}


input:checked + .sliderCircuit{
  background-color: #77CC3F;
}

input:focus + .sliderCircuit{
  box-shadow: 0 0 1px #77CC3F;
}

.fundoBranco{background-color:ghostwhite;}


