
/*CSS DEFAULT*/

::-webkit-scrollbar{width:10px;height: 5px; } 
 ::-webkit-scrollbar-thumb{background-color: rgba(0,0,0,0.4);} 
*{margin:0px;padding:0px; font-family: 'Roboto', sans-serif;}
li{list-style: none;}
a{text-decoration: none;}
html{ height:100%;}

::placeholder {
    color: #afafaf;
 }:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #afafaf;
}::-ms-input-placeholder { /* Microsoft Edge */
   color: #afafaf;
}

select[readonly] {
  background: #eee; /*Simular campo inativo - Sugestão @GabrielRodrigues*/
  pointer-events: none;
  touch-action: none;
}

::-webkit-input-placeholder {
   color: #ddd;
}

:-moz-placeholder { /* Firefox 18- */
   color: #ddd;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #ddd;  
}

:-ms-input-placeholder {  
   color: #ddd;  
}

.animation{
-webkit-transition: all 400ms cubic-bezier(0.820, 0.185, 0.395, 0.940); 
   -moz-transition: all 400ms cubic-bezier(0.820, 0.185, 0.395, 0.940); 
     -o-transition: all 400ms cubic-bezier(0.820, 0.185, 0.395, 0.940); 
        transition: all 400ms cubic-bezier(0.820, 0.185, 0.395, 0.940); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.820, 0.185, 0.395, 0.940); 
   -moz-transition-timing-function: cubic-bezier(0.820, 0.185, 0.395, 0.940); 
     -o-transition-timing-function: cubic-bezier(0.820, 0.185, 0.395, 0.940); 
        transition-timing-function: cubic-bezier(0.820, 0.185, 0.395, 0.940); /* custom */
}
/*Sombras */
.shadow-top-z-1 	{ box-shadow: none;}
.shadow-bottom-z-1 	{ box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);}
.shadow-top-z-2 	{ box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);}
.shadow-bottom-z-2 	{ box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);}
.shadow-top-z-3 	{ box-shadow: 0 11px 7px 0 rgba(0, 0, 0, 0.19);}
.shadow-bottom-z-3 	{ box-shadow: 0 13px 25px 0 rgba(0, 0, 0, 0.3);}
.shadow-top-z-4 	{ box-shadow: 0 14px 12px 0 rgba(0, 0, 0, 0.17);}
.shadow-bottom-z-4 	{ box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.4);}
.shadow-top-z-5 	{ box-shadow: 0 17px 17px 0 rgba(0, 0, 0, 0.15);}
.shadow-bottom-z-5 	{ box-shadow: 0 27px 55px 5px rgba(0, 0, 0, 1);}
.card{background: #FFFFFF;	border-radius: 2px;}

/* Cores do Sistema */
.color-secondary{background:#8bb23d; }
.color-primary{	background: #343334;}
.color-divider{background:#f4f4f4; }
.color-gray{background: #454545;}
.color-white{background: #FFF;}
.color-red{background: red;}
.color-blue{background: #0ec5e3;}
.color-green{background: #75c305;}

/*.color-tomato{background: tomato;}*/


.color-text-primary{color:#343334;}
.color-text-secondary{color:#8bb23d;}
.color-text-1{color:#aeabab;} /* Cinza*/
.color-text-2{color:#FFF;} /*Branco */
.color-text-3{color:#555555;} /*Cinza */
.color-text-4{color:#02890c;} /*Cinza */
.color-text-5{color:#669da0;} /*Verde Piscina */
.color-text-6{color:#ff0000;} /*Vermelho */
.color-text-7{color:#0ad5e0;} /*Azul Piscina */


.title-1{font-size:13px; font-weight: bold;letter-spacing: -1px;}
.title-1-1{font-size:12px; font-weight: bold;letter-spacing: -1px;}
.title-2{font-size:16px; font-weight: bold;letter-spacing: -1px;}
.title-2-2{font-size:16px; font-weight: bold;letter-spacing: -1px;}
.title-3{font-size:18px; font-weight: bold;letter-spacing: -1px;}
.title-4{font-size:23px; font-weight: bold;letter-spacing: -1px;}
.title-5{font-size:30px; font-weight: bold;letter-spacing: -1px;}
.title-6{font-size:50px; font-weight: bold;letter-spacing: -1px;}

.no-lsp{letter-spacing: 0px}

.sublinhado{text-decoration: underline;}
.bold{font-weight: bold;}
.nobold{font-weight: normal;}
.i{font-style: italic;}
.inline-b{ display: inline-block; }
.block{ display: block;}
.none{display: none;}
.upper{text-transform: uppercase; }
.enable{opacity: 1;}
.disable{opacity: 0.3;}
.invisible{visibility: hidden;}


.mt-5{margin-top: 5px;}
.mt-10{margin-top: 10px;}
.mt-15{margin-top: 15px;}
.mt-20{margin-top: 20px;}

.mr-5{margin-right: 5px;}
.mr-10{margin-right: 10px;}
.mr-15{margin-right: 15px;}
.mr-20{margin-right: 20px;}

.ml-5{margin-left: 5px;}
.ml-10{margin-left: 10px;}
.ml-15{margin-left: 15px;}
.ml-20{margin-left: 20px;}

.mb-5{margin-bottom: 5px;}
.mb-10{margin-bottom: 10px;}
.mb-15{margin-bottom: 15px;}
.mb-20{margin-bottom: 20px;}


.pt-3{padding-top: 3px;}
.pt-5{padding-top: 5px;}
.pt-10{padding-top: 10px;}
.pt-15{padding-top: 15px;}
.pt-20{padding-top: 20px;}


.pr-3{padding-right: 3px;}
.pr-5{padding-right: 5px;}
.pr-10{padding-right: 10px;}
.pr-15{padding-right: 15px;}
.pr-20{padding-right: 20px;}

.pl-3{padding-left: 3px;}
.pl-5{padding-left: 5px;}
.pl-10{padding-left: 10px;}
.pl-15{padding-left: 15px;}
.pl-20{padding-left: 20px;}

.pb-3{padding-bottom: 3px;}
.pb-5{padding-bottom: 5px;}
.pb-10{padding-bottom: 10px;}
.pb-15{padding-bottom: 15px;}
.pb-20{padding-bottom: 20px;}

.w-70{width: 70px;}
.w-100{width: 100px;}
.w-150{width: 150px;}
.w-200{width: 200px;}
.w-250{width: 250px;}
.w-300{width: 300px;}
.w-350{width: 350px;}

.bc-azul{border-color:blue !important;}
.bc-cinza{border-color:gray !important;}
.bc-vermelho{border-color:red !important;}
.bc-laranja{border-color:orange !important;}
.bc-amarelo{border-color:yellow !important;}
.bc-bordo{border-color:#801815 !important;}

.op-1{
  opacity: 1 !important;
}

.btn{cursor: pointer;}
.btn:hover{color: #DBDBDB;}

.icon{padding: 4px 5px; border:1px solid transparent;}
.icon:hover{border:1px solid #FDFD; background: #334444; }
.center{text-align: center; vertical-align: middle;}
.fright{float:right;}

select option:disabled{
   background: #e5e5e5;
}
.rotate {
  transform: rotate(180deg);
  top:70px !important;
}
.btn-default{
	border-radius: 5px;
	text-align: center;
	padding: 7px 5px;
	display: inline-block;
	vertical-align: middle;
  cursor: pointer;
}

.input-default{
  border:1px solid #dcdbdc;
  height: 36px;
  padding-left: 10px;
  font-size: 15px;
  width: calc(100% - 30px);
}
.select-default{
  border:1px solid #dcdbdc;
  height: 36px;
  padding-left: 10px;
  font-size: 15px;
  width: calc(100% - 1px);
}

.mouseover{
    position: absolute;
    background: #454545;
    color: white;
    padding: 4px 6px;
    opacity: 0;
    font-size: 12px;
    font-weight: 400;
    margin-top: -25px;
    border-radius: 4px;
    /*margin-left: 10px;*/
    letter-spacing: 0px;
}

.new::after{
	  content: 'MSG';
    position: absolute;
    background: #ffed0a;
    padding: 2px;
    font-size: 9px;
    color: #d81515;
    border-radius: 40%;
    font-weight: bold;
    margin-left: -5px;
    margin-top: -13px;
}

.msg-error{
   color: red;
   padding-top: 5px;
   padding-bottom: 5px;
   display: block;
   border-radius: 10px;
   padding: 6px 10px;
   width: 93%;
}

/* LOADING */
.lds-ripple {
  display: inline-block;
  position: absolute;
  top:25%;
  left:calc(50% - 32px);
  width: 64px;
  height: 64px;
}
.lds-ripple div {
  position: absolute;
  /*border: 4px solid #fd0002;*/
  border: 4px solid #8bb23d;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

/*
    CRIANDO O PADRÃO PARA CHECK BOX
*/
/* The container */
.container {
   display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
}

/* Hide the browser's default checkbox */
.container input {
   position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: -7px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    /*background-color: #fd1201;*/
     background-color: #88ae3d;

}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
   left: 5px;
    top: 2px;
    width: 3px;
    height: 6px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}




/* TOOGLE */
.switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 15px;
  margin-left: 5px;
  vertical-align: middle;
 }.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ddd;
  -webkit-transition: .4s;
  transition: .4s;
}.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: -2px;
  bottom: -2px;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}input:checked + .slider {
  background-color: #ff9800;
}input:focus + .slider {
  box-shadow: 0 0 1px #ff9800;
}input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}.slider.round {
  border-radius: 34px;
}.slider.round:before {
  border-radius: 50%;
}


/*FIM CSS DEFAULT*/

/* MANU BAR*/

.menu-bar{
  position:relative;
  top:0px;
  left:0px;
  overflow-x: scroll;
  z-index:2;
  width: 100%;

}.menu-bar ul {
  margin:3px;

}.menu-bar li{
  display: inline-flex;
  padding: 5px 0px;
  /*border:1px solid #FAFAFA;*/
  width: 100px;
  border-right: 1px solid #ff2414;

}.menu-bar li:last-child{
  border-right: 1px solid transparent;
}.menu-bar li img{
  object-fit: none;
  width: 102px;
  height: 50px;
}.menu-bar span{
  text-transform: uppercase;
}.menu-bar .action{
  display: inline-block;
  vertical-align: middle;
}.menu-bar .action img{
  display: block;
  
}

.sub-menu{
  position:inherit;
  padding-top:5px;
  /*margin-top: -60px;*/
  z-index:1;
  width: 100%;
  /*height: 50px;*/
  overflow-x: scroll;
  overflow-y: hidden;
}.sub-menu ul{
  width: 600px;
  padding-left: 10px;
}.sub-menu li{
  display: inline-grid;
  padding: 5px 0px;
  width: 70px;
  cursor: pointer;
  border-right: 1px solid #73a709;
  text-align: center;

}.sub-menu li:last-child{
   
    border-right: 0px;
}.sub-menu li img{
  object-fit: none;
  padding-bottom: 1px;
  width: 100%;
  height: 30px;
  display: block;
  text-align: center;

}.sub-menu span{
  text-transform: uppercase;
}.sub-menu li:hover{
  background: #959595;

}.sub-menu p{
  width: 50px;
}

.border{
  border-radius: 5px;
  border:1px solid #dcdbdc;  
}

.form input,.form select{
  padding-left: 28px;
}
.form label{
  display: block;
  margin-top:10px;
  margin-bottom: 5px;

}.form img{
  position: absolute;
  width: 20px;
  margin-left: 3px;
  vertical-align: middle;
  margin-top: 8px;
  opacity: 0.3;
}.title-form{
  margin-top: -10px;
  background: white;
  display: block;
  width: 100px;
}.form input,.form select{
  color:#0ad5e0;

}.form .btn-100{
  width: calc(100% - 40px);
  padding: 10px 20px;
  text-align: center;
  border-radius: 3px;
  /*background-image: linear-gradient(#8bb23d, #8bb23d, rgba(0,0,0,0.2));*/
}


/* Lamp*/
.card{
  width: 263px;
  margin-left: calc(50% - 125px);
}
.title{
  vertical-align: middle;
  text-align: center;
}


.event img{
  opacity: 1 !important;
  width: 60px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 20px;
}.event{
   text-align: center;
}.event .btn{
    width: 130px;
    padding: 10px;
}.event .btn:hover{
  box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.7);
}

.lamp ul,.portas ul,.pulso ul,.temp ul{
  text-align: center;
}
.lamp li,.portas li, .pulso li, .temp li{
  display: inline-block;
  /*margin-left: 26px;*/
  text-align: center;
}

/* Temperatura */

.dados-temp,.dados-umid{
  vertical-align: middle;
}
.point{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  
}

/*Config*/

.setpoint,.horas{
  display: inline-block;
  
}.setpoint input,.horas input{
  width: 80px;
}
/*.form select{
  width: 150px;
}*/

/*Agendador*/
 .sem-r{
 /*width: 200px;*/
 display: inline-block;
 }.semana {
    display: block;
}.semana label:first-child{
    width: 80px;

}.semana label{
  display: inline-block;
  vertical-align: middle;
  text-align: right;
 }


/*Lista Agendamentos*/
.lista ul li p{
  vertical-align: middle;
}
.lista ul li p:first-child{
  width: 60px;
  padding: 10px 5px;
}
.desc-agenda{
  width: calc(100% - 120px);
}.lista .btn{
  display: inline-block;
  position: absolute;
  margin-top: 3px;
}
.lista img{
  position: relative;
  width: 20px;
  margin:0px;
}.lista .icon:hover{
  background:#efefef;
  border-color: #ccc
}

/*FRAME*/
.frame{
  display: none;
}

.lista li{
  cursor: pointer;
}
.lista li:hover{
  background: #e1f5b8 !important;
}


/*FLUXO*/

.fluxo img{
  width: 320px;
}

.fluxo .nivel{
  position: absolute;
  width: 157px;
  height: 31px;
  color:white;
  left:98px;
  border:2px solid white;
  border-radius: 5px;
  padding-top: 10px;
  text-align: center;
}

.nivel-1{top:210px;}
.nivel-2{top:270px;}
.nivel-3{top:330px;}
.nivel-4{top:390px;}




/* Content-driven breakpoint */
@media (min-width: 11em) {
 
}
@media (min-width: 17em) {}
@media (min-width: 21em) {}
@media (min-width: 27em) {}
@media (min-width: 31em) {}

@media (min-width: 37em) {
 
  
}
@media (min-width: 41em) {

}
@media (min-width: 47em) {

}
	
 /* 752px */
@media (min-width: 63em) {
  
 
} /* 1088px */
@media (min-width: 82em) { } /* 1312px */
@media (min-width: 100em) { } /* 1600px */