﻿body:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-image: url('img/arr3.gif');
}
body{background-color: #E0F2F1;}
body,html{height:100%}
h2{
	padding:15px 30px;
}
.ianua-main{
	position:relative;
	height: 100%;
	background-color: white;
}
.ianua-menu{
	z-index:1;
	position:absolute;
	background-color:#009688;
	top:0px;
	left:0;
	bottom:0px;
	width:120px;
	//border-radius:25px;
	text-align:center;
}

@media (max-width: 768px) {
	.ianua-menu{display:none;}
	.ianua-main{padding-left:0px;}
}
@media (min-width: 769px) {
	.ianua-menu{display:inherit;}
	.ianua-main{padding-left:120px;}
}

.ianua-menu .logo{
	padding:30px 0 0px 16px;;
}
.ianua-menu .logo img{
	margin-left: -15px;
	width:55px;
}
.ianua-panel{
	position:relative;
	height:85px;
}

.ianua-panel .btn-set{
	position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 25px;
	text-align: center;
}

.ianua-panel .btn-set a{
	display: block;
    background-color: teal;
    padding: 15px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
	color:white;

}
.ianua-body{
	margin-top:25px;
	padding: 5px 25px;
}
.ianua-body .well{
	position:relative;
	background: #00968810;
	border: 1px solid #B2DFDB;
	transition:.8s ease-in-out;
}
.ianua-well.danger{
	background-color:#FFCDD2;
	border: 1px solid #EF9A9A;
	transition:.8s ease-in-out;
}
.ianua-well.off{
	background: #00000040;
	border: 1px solid #00000045;
	transition:.8s ease-in-out;
}
.ianua-body .well .body{
	border-radius:10px;
	padding:5px;
	background: #FFF;
}

.color-set{display:inline-block;;}
.color-set div{height:30px;float: left;margin:5px;}
.color-set button{
	width:30px;
	height:30px;
	border:1px solid #333;
	border-radius: 50%;
}



.ianua-well h4{
	margin: 25px 0px 25px 0px;
	padding-left: 7px;
    font-weight: 400;
}	
.ianua-well .infobox{	
	display:block;
	height:20px;
	text-align:right;
}	
		
.ianua-well .no-connection{
	display: none;
    background-color: #f04124;
    color: white;
    padding: 3px 8px;
    border-radius: 50%;
    font-size: 10px;
	cursor:pointer;
}
.ianua-well .label-success{	
	background-color: teal;
}	
.ianua-well .room{	
	padding-left: 7px;
    height:30px
}	
.ianua-well .rel{	
    display: none;
	padding-left: 10px;
    font-weight: 400;
    width: 110px;
}
.ianua-well .rgb{	
    display: none;
	padding-left: 10px;
    font-weight: 400;
}
.ianua-well .mset{	
    position: absolute;
    top: 10px;
    right: 10px;
	text-align:right;
}
.ianua-well .mset div{	
    color: white;
    padding: 5px 8px;
    border-radius: 50%;
    font-size: 8pt;
    cursor: pointer;
    width: 25px;
    height: 25px;
	display: inline-block;
    margin-left: 3px;
}
.ianua-well .mset .mdel{
    opacity: 0.2;	
    background: #C62828;
	transition:.3s ease-in-out;

}
.ianua-well .mset .mdel:hover{
    opacity: 1;
	transition:.3s ease-in-out;
}
.ianua-well .mset .mban{
    background: #1565C0;
}


.ianua-well .img{	
	height: 120px;
	width: 100px;
	background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.ianua-well .img span{	
	position: absolute;
    color: #009688;
    font-size: 10px;
    bottom: 3px;
    left: 10px;
}


.ianua-well .infobox label{	
	margin-left:5px;
	display:none;
}	
.ianua-well .infobox label span{	
	font-size:10px;
}	
.ianua-well .infobox label strong{	
	font-size:10px;
}

.ianua-well .watt-a, .ianua-well .watt-b{	
	background-color: yellow;
    padding: 2px;
    border-radius: 10px;
    border: 1px solid #b9b93a;
}
.ianua-well .watt-a span, .ianua-well .watt-b span, .ianua-well .watt-a strong, .ianua-well .watt-b strong{	
    padding-left: 4px;
    padding-right: 4px;
}







.ianua-technologies-rel .socked{
	float: right;
    height: 45px;
    width: 45px;
    color: white;
    position: relative;
    border-radius: 50%;
    text-align: center;
    line-height: 55px;
    cursor: pointer;
	margin-left:5px;
}
	
.ianua-technologies-rel .socked.on{
	color:white;
	background-color:teal;
}	
.ianua-technologies-rel .socked.off{
    color: #546E7A;
	background-color: #90A4AE;
}

.ianua-technologies-rel .g-circle {
    position: relative;
    width: 300px;
    height: 300px;
    box-sizing: border-box;
    filter: blur(8px);
    
    &::after {
        content: "";
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(0);
        width: 200px;
        height: 200px;
        background-color: #00ff6f;
        border-radius: 42% 38% 62% 49% / 45%;
        animation: rotate 10s infinite linear;
    }
    
    &::before {
        content: "";
        position: absolute;
        width: 176px;
        height: 176px;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        background-color: #000;
        z-index: 10;
    }
}

	
	
.ianua-technologies-rgb .bulp{
	height: 45px;
    width: 45px;
    cursor: pointer;
    position: relative;
    border-radius: 50%;
    background-color: black;
    text-align: center;
    line-height: 55px;
	margin-top:-9px;
}

.ianua-technologies-rgb input[type="range"]{
    margin-top:7px;
	accent-color: teal;
}
.ianua-technologies-rgb span{
    display: block;
    text-align: center;
    line-height: 30px;
    font-weight: 600;
}

.ianua-technologies-Switch > input[type="checkbox"] {
    display: none;   
}

.ianua-technologies-Switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.ianua-technologies-Switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.ianua-technologies-Switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.ianua-technologies-Switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.ianua-technologies-Switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}