/*
 INCLUIR TODOS OS ARQUIVOS NA VARIAVEL "filesToCache" EM SERVICE-WORKER.JS
*/ 

.cadastros label{
	background-color: #F1F1F1;
	border: 1px solid #CCC;
}

.cadastros label.required span:after, span.required{
	color: #900;
}

.cadastros input, .cadastros textarea, .cadastros select{
	border: 1px solid #BDBDBD;
	background-color: #FFF;
}

/* .cadastros button{ */
/*     background-color: #F1860B; */
/*     color: #FFF; */
/*     border: 1px solid #C55416; */
/* } */

.cadastros button:focus{
	background-color: #C55416;
	border-color: #F1860B;
}

.cadastros input[type="checkbox"]:active + label,
.cadastros input[type="radio"]:active + label,
.cadastros input[type="checkbox"]:active + input[type="hidden"] + label,
.cadastros input[type="radio"]:active + input[type="hidden"] + label{
	background-color: #ccc;
	border-color: #333;
	border-bottom: 5px solid #333;
}

.cadastros input[type="checkbox"]:checked + label,
.cadastros input[type="radio"]:checked + label,
.cadastros input[type="checkbox"]:checked + input[type="hidden"] + label,
.cadastros input[type="radio"]:checked + input[type="hidden"] + label{
	color: #933B00;
	background-color: #F6C190;
	text-align: center;
	border-color: #933B00;
	font-size: 1.4em;
	background-image: url(../imagens/img/checkbox-orange.svg);
	background-position: left 3% center;
    background-repeat: no-repeat;
    border-bottom: 5px solid #933B00;
}

.botao{
    background-color: #F1860B;
    color: #FFF;
    border-color: #C55416;
}

.cadastros.login{
	width: 70%;
	margin: 0 auto;
}

.cadastros label{
	display: block;
	margin: 0 0 20px 0;
	border-radius: 2px;
	padding: 8px;
	text-align: center;
	font-weight: normal;
	font-size: 1.4em;
}

.cadastros label.required span:after, span.required{
	content: ' *';
}

.cadastros span{
	font-size: 1.0em;
	line-height: 180%;
/* 	display: block; */
}

.cadastros input, .cadastros textarea, .cadastros select{
	font-size: 1em;
	width: 100%;
	padding: 12px;
	border-radius: 2px;
	-webkit-appearance:none;
}

.cadastros select{
	background: #fff url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
}

.cadastros textarea{
	height: 140px;
}

/* .cadastros button{ */
/*     line-height: 35px; */
/*     margin: 16px 0 0 0; */
/*     font-size: 1.8em; */
/*     text-transform: uppercase; */
/*     text-decoration: none; */
/*     border-radius: 2px; */
/*     width: 100%; */
/*     box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); */
/* } */

.cadastros input[type="checkbox"],
.cadastros input[type="radio"]{
	display: none;
}

.cadastros input[type="checkbox"] + label,
.cadastros input[type="radio"] + label,
.cadastros input[type="checkbox"] + input[type="hidden"] + label,
.cadastros input[type="radio"] + input[type="hidden"] + label{
	padding: 11px 11px 11px 32px;
	cursor:pointer;
	background-image: url(../imagens/img/ic_check_box_outline_blank_black_24px.svg);
	background-position: left 3% center;
    background-repeat: no-repeat;
    border-bottom: 5px solid #CCC;
}
 
.login-senha {
	position: relative;
  }
  
  #togglePassword {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	cursor: pointer;
	font-family: 'Material Icons';
	font-size: 24px;
  }
  
  #togglePassword img {
	width: 20px; 
	height: 20px; 
  }

.cadastros i{
    text-align: center;
}
  
.btn-add{
    display: block;
    width:170px;
    text-align: center;
    font-size: 1.4rem;
    cursor: pointer;
    border-radius: 2px;
    color: #505050;
    background-color: #ECECEC;
    border: 1px solid #CCC;
    padding: 20px 0;
    border-bottom: 5px solid #CCC;
}

.btn-add:active{
	background-color: #ccc !important;
	color: #333 !important;
	border-color: #333 !important;
}

.btn-add i{
}

.btn-passo{
	color: #FFF;
    background-color: #357697;
    border-bottom: 5px solid #193e50;
    padding: 0 16px;
    font-size: 1.6rem;
    line-height: 37px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
	
}

#mapa, #configuracoes{
/* 	display: none; */ 
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 48px 0 0 0;
}

#configuracoes *{
	/*transition: all 0.25s ease-out;*/
}

#configuracoes{
/* 	display: block; */
	background-color: #ECECEC;
}

#configuracoes > div{
	width: 100%;
	overflow: hidden;
	background-color: #ECECEC;
	padding: 0 24px 0 72px;
	position: relative;
	margin-bottom: 75px;
}

#configuracoes .submenu{
	position: fixed;
	left: 0;
	top: 0;
	width: 48px;
	height: 100%;
	padding-top: 48px;
	z-index: 2;
	background-color: rgba(25, 62, 80, 1);
}

#configuracoes .submenu li:first-child{
	margin-bottom: 24px;
}

#configuracoes .submenu a{
	display: block;
	line-height: 48px;
	font-size: 1.8rem;
	text-align: center;
	color: #FFF;
	cursor: pointer;
}

#configuracoes .submenu #abresubmenuconfig{
	height: 48px;
}

#configuracoes .submenu a span{
	display: inline-block;
	text-indent: -9999px;
}

#configuracoes .submenu a:hover, #configuracoes .submenu a:hover{
	text-decoration: none;
}

#configuracoes .submenu a.ativo{
	background-color: #FFF;
	color: rgba(25, 62, 80, 1);
}

#configuracoes .submenu a i{
	display: inline-block;
	line-height: 48px;
	font-size: 2.4rem;
	float: left;
	width: 100%;
}

#configuracoes.aberto > div{
	padding: 0 24px 0 224px;
}

#configuracoes.aberto .submenu{
	width: 200px;
	z-index: 10;
}

#configuracoes.aberto .submenu a{
	text-align: left;
}

#configuracoes.aberto .submenu i{
	width: 56px;
	text-align: center;
}

#configuracoes.aberto .submenu a span{
	text-indent: 0;
}

#configuracoes.aberto .submenu #abresubmenuconfig i{
	float: right;
	transform: rotate(180deg);
}

#configuracoes.aberto .submenu #abresubmenuconfig span{
	text-indent: -9999px;
}

#configuracoes h2{
	
/* 	line-height: 48px; */
	float: left;
/* 	margin: 12px 0; */
/* 	white-space: nowrap ; */
}

h2.configtitulo{
	font-size: 2.0rem;
	margin: 25px 0 10px 0;
}

#configuracoes .alertas h2{
	font-size: 1.5rem !important;
	white-space: normal;
	line-height: 1.5rem;
}

#qpmnts_ h2{
	font-size: 1.6rem !important;
}

#configuracoes h2 span{
	font-size: 1.4rem;
	display: inline;
}

#configuracoes h3{
	font-size: 1.6rem;
	margin: -15px 0 15px 20px;
	color: #777;
}

#equipamentos{
	/*display: none;*/
}

#automacao{
	display: none;
}

.graficos{
	display: none;
}

#configuracoes ul.abas{
	width: 100%;
	clear: both;
	overflow: hidden;
	margin: 0 0 16px 0;
	border-bottom: 1px solid #CCC;
}

#configuracoes ul.abas li{
	float: left;
}

#configuracoes ul.abas a{
	font-size: 1.6rem;
	display: block;
	padding: 6px 12px 0 12px;
	color: #505050;
	text-transform: uppercase;
	background-color: #ECECEC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-bottom: none;
	border-radius: 2px 2px 0 0;
	cursor: pointer;
	overflow: hidden;
}

#configuracoes ul.abas a i{
	display: block;
	float: left;
	line-height: 24px;
	margin-right: 8px;
}

#configuracoes ul.abas a span{
	display: block;
	float: left;
	line-height: 31px;	
}

#configuracoes ul.abas li:first-child a{
	border-left: 1px solid #CCC;
}

#configuracoes ul.abas .ativo a{
	background-color: #FFF;
	color: #000;
}

.separador-lg{
	border-top: 1px solid #CCC;
	padding-top: 4px;
	margin-top: 24px;
}

#configuracoes .wrapmostradores{
	border: 1px solid #CCC;
	border-radius: 4px;
	padding: 8px 8px 0 8px;
	margin-bottom: 12px;
}

#configuracoes .wrapmostradores p{
	padding-left: 4px;
}


@media screen and (min-width:1500px){
	#configuracoes > div, #configuracoes.aberto > div{
		padding-right: 480px;
	}
}

@media screen and (max-width:600px){
	.tanques > li{
		width: 100%;
		float: none;
	}

	#configuracoes h3{
		margin: 0 0 4px 0;
	}
	
#configuracoes > div, #configuracoes.aberto > div{
		padding: 0 8px 60px 8px;
	}

	#configuracoes .submenu, #configuracoes.aberto .submenu{
		position: fixed;
		left: 0;
		bottom: 0;
		top: auto;
		height: 48px;
		width: 100%;
		padding: 0;
	}

	#configuracoes .submenu li:first-child{
		display: none;
	}

	#configuracoes .submenu li{
		width: 33.33%;
		float: left;
	}

	#configuracoes .submenu a{
		border-top: 2px solid #193e50;
	}

	#configuracoes .submenu a.ativo{
		background-color: #CCC;
	}

	#configuracoes.aberto .submenu i{
		width: 100%;
	}

	#configuracoes ul.abas li{
		width: 20%;
		text-align: center;
	}

	#configuracoes ul.abas li:first-child{
		width: 40%;
	}

	#configuracoes ul.abas a{
		padding: 6px 12px;
	}

	#configuracoes ul.abas a span{
		display: none;
		float: none;
		line-height: 24px;
	}

	#configuracoes ul.abas a i{
		float: none;
		margin: 0;
	}

	#configuracoes ul.abas li:first-child span{
		display: block;
	}

	.controleequipamentos a{
		font-size: 1.3rem;
	}

	.graficos .box{
		margin-bottom: 12px;
	}

	.graficos .calculos{
		flex-wrap: wrap;
	}

	.graficos .calculos .box {
	    width: 32%;
	}

	.graficos .row.margembot{
		margin-bottom: 0;
	}
}


#mapa, #configuracoes{
/* 	display: none; */ 
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 48px 0 0 0;
}

#configuracoes .submenu{
	position: fixed;
	left: 0;
	top: 0;
	width: 48px;
	height: 100%;
	padding-top: 48px;
	z-index: 2;
	background-color: rgba(25, 62, 80, 1);
}

#configuracoes .submenu li:first-child{
	margin-bottom: 24px;
}

#configuracoes .submenu a{
	display: block;
	line-height: 48px;
	font-size: 1.8rem;
	text-align: center;
	color: #FFF;
	cursor: pointer;
}

#configuracoes .submenu #abresubmenuconfig{
	height: 48px;
}

#configuracoes .submenu a span{
	display: inline-block;
	text-indent: -9999px;
}

#configuracoes .submenu a:hover, #configuracoes .submenu a:hover{
	text-decoration: none;
}

#configuracoes .submenu a.ativo{
	background-color: #FFF;
	color: rgba(25, 62, 80, 1);
}

#configuracoes .submenu a i{
	display: inline-block;
	line-height: 48px;
	font-size: 2.4rem;
	float: left;
	width: 100%;
}

#configuracoes > div{
	padding-bottom: 70px;
	
}

#configuracoes.aberto > div{
	padding: 0 24px 70px 224px;
	
}

#configuracoes.aberto .submenu{
	width: 200px;
	z-index: 10;
}

#configuracoes.aberto .submenu a{
	text-align: left;
}

#configuracoes.aberto .submenu i{
	width: 56px;
	text-align: center;
}

#configuracoes.aberto .submenu a span{
	text-indent: 0;
}

#configuracoes.aberto .submenu #abresubmenuconfig i{
	float: right;
	transform: rotate(180deg);
}

#configuracoes.aberto .submenu #abresubmenuconfig span{
	text-indent: -9999px;
}

#equipamentos{
	/*display: none;*/
}

#automacao{
	display: none;
}

.graficos{
	display: none;
}

#configuracoes ul.abas{
	width: 100%;
	clear: both;
	overflow: hidden;
	margin: 0 0 16px 0;
	border-bottom: 1px solid #CCC;
}

#configuracoes ul.abas li{
	float: left;
}

#configuracoes ul.abas a{
	font-size: 1.6rem;
	display: block;
	padding: 6px 12px 0 12px;
	color: #505050;
	text-transform: uppercase;
	background-color: #ECECEC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-bottom: none;
	border-radius: 2px 2px 0 0;
	cursor: pointer;
	overflow: hidden;
}

#configuracoes ul.abas a i{
	display: block;
	float: left;
	line-height: 24px;
	margin-right: 8px;
}

#configuracoes ul.abas a span{
	display: block;
	float: left;
	line-height: 31px;	
}

#configuracoes ul.abas li:first-child a{
	border-left: 1px solid #CCC;
}

#configuracoes ul.abas .ativo a{
	background-color: #FFF;
	color: #000;
}

.separador-lg{
	border-top: 1px solid #CCC;
	padding-top: 4px;
	margin-top: 24px;
}

#configuracoes .wrapmostradores{
	border: 1px solid #CCC;
	border-radius: 4px;
	padding: 8px 8px 0 8px;
	margin-bottom: 12px;
}

#configuracoes .wrapmostradores p{
	padding-left: 4px;
}

#configuracoes .alertas > li > div{
	min-height: 150px;
}

#crp_cnfgs_ .relativo{
	position: absolute;
    top: 17px;
    left: 16px;
    z-index: 10;
}

#configuracoes .tanques > li {
/* 	overflow: -webkit-paged-y; */ // suprimido (não funciona safari)
}

@media screen and (min-width:1200px) and (max-width:1920px){
	#configuracoes .tanques > li {
 		width: 33%;

	}
}

@media screen and (min-width:601px) and (max-width:799px){
	#configuracoes .tanques > li {
 		width: 100%;
	}
}

@media screen and (min-width:800px) and (max-width:1199px){
	#configuracoes .tanques > li {
 		width: 50%;
	}
}

ul#configtanques h2{
	font-size: 1.6rem;
	margin-bottom: 15px;
}

@media screen and (max-width:600px){
	
	.btn-add{
		width: 100%;
	}
	
	.tanques > li{
		width: 100%;
		float: none;
	}

	#configuracoes h3{
		margin: 0 0 4px 0;
	}

	#configuracoes > div, #configuracoes.aberto > div{
		padding: 0 8px 60px 8px;
	}

	#configuracoes .submenu, #configuracoes.aberto .submenu{
		position: fixed;
		left: 0;
		bottom: 0;
		top: auto;
		height: 48px;
		width: 100%;
		padding: 0;
	    z-index: 20;
	}

	#configuracoes .submenu li:first-child{
		display: none;
	}

	#configuracoes .submenu li{
		width: 16.66%;
		float: left;
	}

	#configuracoes .submenu a{
		border-top: 2px solid #193e50;
	}

	#configuracoes .submenu a.ativo{
		background-color: #CCC;
	}

	#configuracoes.aberto .submenu i{
		width: 100%;
	}

	#configuracoes ul.abas li{
		width: 20%;
		text-align: center;
	}

	#configuracoes ul.abas li:first-child{
		width: 40%;
	}

	#configuracoes ul.abas a{
		padding: 6px 12px;
	}

	#configuracoes ul.abas a span{
		display: none;
		float: none;
		line-height: 24px;
	}

	#configuracoes ul.abas a i{
		float: none;
		margin: 0;
	}

	#configuracoes ul.abas li:first-child span{
		display: block;
	}

}

.statusconexao{
	position: absolute;
	right:225px;
	top:12px;
	cursor: default;
}

.propriedade select{
	background-color: #ccc;
}

.propriedade option{
	background-image: url(../imagens/ic_arrow_drop_down_black_24px.svg);
	background-position: right center;
}

#wizardTrato .btn-add{
	margin: 5px 0 20px 0;
}

#arracoamentos .ctrltanque .iconify{
	margin: 5px 1px 0 0;
}

.ctrltanque .iconify{
	
	width: 22px;
    height: 22px;
    margin-top: 7px;
	
}

.iconify { width: 25px; height: 25px;}

.cnfgcontexto{
	background-color:#fff;
	z-index:999;
	position: relative;
    padding: 18px 18px 24px 14px;
    float: left;
    width: 100%;
    left: 0;
}

.cnfgcontexto li{
/* 	width: 300px; */
	font-size: 13px;
	cursor:pointer;
}
	
.cnfgcontexto li i{
	margin: 15px;
    position: relative;
    top: 5px;
}

/* div > div > div > .cnfgcontexto{ */
/* 	position: absolute; */
/* } */
	
.menuboxconfig i{
	font-size:30px;
	color: #333;
	padding-left: 10px;
}

a.abreMenuConfig i:hover{
	color: #337ab7;
	}
	

a.abreMenuConfig{
	float: right;
	cursor: pointer;
	z-index: 11;
    position: relative;
}

#configuracoes .tanques > li > div {
	
/* overflow: -webkit-paged-x;	 */
/* position: static; */
}

#configuracoes .tanques > li > div h2{
	font-size:16px !important;
}

.menuboxconfig li{
	float: right;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  position: fixed;
  top:0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 12px;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background-color: #0087E1;
  position: fixed;
  top: 0;
  right: 100%;
  width: 100%;
  height: 7px;
  overflow: hidden;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);

}

.pace .pace-activity {
  position: fixed;
  top: 0;
  left: 0;
  right: -28px;
  bottom: 0;

}

#mask {
	position   : fixed;
	overflow:hidden;
	top        : 0;
	left       : 0;
	width      : 100%;
	height     : 100%;
	background : #000;
	opacity    : 0.3;
	z-index    : 998;
}


.card-automacao{
	
}

#detalhes .tanques > li > div {
/* 	background-color: #efefef; */
}

.card-automacao .card-canais{
	float: left;
}

.card-automacao .card-canais li{
/* 	padding: 10px; */
/* 	border: 1px dotted #CCC; */
	margin: -20px 5px 15px 0;
}

.card-automacao .card-canais i{
	float: left;
	padding-left: 5px;
}

.card-automacao .card-canais p{
	font-size: 12px;
	padding: 5px 5px 0px 5px;
	text-transform: capitalize;
}

.card-item-fixo{
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.card-item-fixo i{
	font-size: 36px;
}

.card-automacao .cnfgcontexto{
	background-color: #efefef;
}

.card-config-subbox{
	border: 1px dotted #CCC;
	color:#ccc;
	padding: 15px;
	display: grid;
	border-radius: 10px;
	height: 54px;
    overflow: hidden;
    margin: 10px;
}

.card-config-subbox h3{
    margin: 5px 0 10px 0 !important;
    font-size: 18px !important;
    font-weight: bold !important;
}

.card-config-subbox .slide-box{
	width: fit-content;
	float:left;
	overflow: hidden;
    display: flex;
	
}

.card-config-subbox .titulo-subbox{
	text-align: center;
	text-transform:uppercase;
}

.card-config-subbox.ativo{
	height: auto;
	overflow: visible;
}

.card-config-subbox .more-horizontal{
	position: relative;
	float: right;
}

.card-config-subbox.clicavel{
	border: 1px solid #ccc;
	color:#333;
	background-color: #ECECEC;
	cursor: pointer;
	border-bottom: 4px solid #CCC;
/* 	overflow: auto; */
}

.card-subbox {
	border: 1px dotted #CCC;
	padding: 15px;
	border-radius: 10px;
    overflow: visible;
    margin: 30px 10px;
    width: 260px;
    float: left;
}

.card-config-subbox.ativo.scroll{
	overflow: scroll;
	overflow-y:hidden;
}

main.alerta-top, 
main.alerta-top #configuracoes, 
main.alerta-top #configuracoes .submenu,
main.alerta-top #detalhes, 
main.alerta-top #detalhes .submenu{
	padding: 90px 0 0 0;
}

.alerta-fixo-top{
	background-repeat: no-repeat;
    background-position: center 25px;
    font-size: 12px !important;
    width: 100%;
    height: 40px;
    position: fixed;
    top: 48px;
    transition: background-color .5s;
    z-index: 100;
    text-decoration: none !important;
    border-color: #F1860B !important;
    cursor: pointer;
    min-height: 0 !important;
    background-color: rgba(25, 62, 80, 0.5);
}

.alerta-fixo-bottom{
    background-repeat: no-repeat;
    background-position: center 25px;
    font-size: 12px !important;
    width: 100%;
    height: 40px;
    position: fixed;
    bottom: 0px;
    transition: background-color .5s;
    z-index: 100;
    text-decoration: none !important;
    border-color: #F1860B !important;
    cursor: pointer;
    min-height: 0 !important;
    background-color: #FFA500;
}

.alerta-fixo-bottom-seg{
	background-repeat: no-repeat;
    background-position: center 25px;
    font-size: 12px !important;
    width: 100%;
    height: 40px;
    position: fixed;
    bottom: 40px;
    transition: background-color .5s;
    z-index: 100;
    text-decoration: none !important;
    border-color: #F1860B !important;
    cursor: pointer;
    min-height: 0 !important;
    background-color: red;
}

.alerta-fixo-bottom.red{
    background-color: rgb(119, 0, 0);
}

.alerta-fixo-bottom.blue{
    background-color: rgba(25, 62, 80, 0.9);
}

.avisoFiltros p{
    font-size: 16px !important;
    padding: 8px !important;
}

.alerta-fixo-bottom.green{
    background-color: green;
}

.alerta-fixo-bottom i, .alerta-fixo-top i, .alerta-fixo-bottom-seg  i{
	float:left;
	font-size: 25px;
	padding: 7px;
	color: #fff;

}

.alerta-fixo-bottom-seg  i{
	padding: 5px;
}

.alerta-fixo-bottom-seg i svg{
	float:left;
/* 	font-size: 25px; */
/* 	padding: 2px; */
	fill:#fff;
	width: 28px;
	height: 28px;
}

.alerta-fixo-bottom p ,.alerta-fixo-top p{
	padding: 8px;
	color: #fff;
}

.alerta-fixo-bottom.reduzido{
	width:100px;
}

.alerta-fixo-bottom.reduzido i{
	margin-left: 20px;
}

.alerta-fixo-bottom i.right{
	font-size: 14px;
    padding: 13px;
}

.alerta-fixo-bottom.reduzido i.right{
	display: none;
}

.alerta-fixo-top i{
	float: right;
}

.alerta-fixo-top p{
	float: right;
}

.alerta-fixo-bottom-seg p{
 	padding: 8px 7px;
	color: #fff;
	float: left;
}

@media screen and (min-width:900px) and (max-width:1450px){
		.alerta-fixo-bottom.reduzido p{
		padding: 11px;
		font-size: 12px;
		width: 270px;
		overflow: hidden;
	  	white-space: nowrap;
	  	text-overflow: ellipsis;
	}
}

@media screen and (min-width:601px){
	.alerta-fixo-bottom.reduzido p{
		padding: 11px;
		font-size: 12px;
	}
}

@media screen and (max-width:600px){
	.alerta-fixo-bottom.reduzido p{
		display: none;
	}
	
	.alerta-fixo-bottom p, .alerta-fixo-bottom-seg p{
		padding: 3px;
		font-size: 12px;
		
	}
	.sprdata{
		display: block;
	}
	
	#aguarde-bottom.alerta-fixo-bottom p{
		padding: 11px 8px;
	}
	
	.alerta-fixo-bottom-seg p{
	 	padding: 1px 7px;
	 	width: 80%;
 	}
}

@media screen and (max-width:415px){
	.alerta-fixo-bottom p, .alerta-fixo-bottom-seg p{
		max-width:330px;
		padding: 2px;
	}
}

.sprdata{
	margin:20px;
	background-color: #ddd;
	border: #ccc 1px solid;
	display: grid;
}

.sprdata p{
	text-align: center;
	display: block;
	padding: 10px;
}

#refreshMapa{
	z-index:120;
}

#refreshProdutor{
	z-index:120;
}

#aguarde-bottom{
	z-index:125;
}

#desconectado{
	z-index:115;
}

#mstrstts{
	z-index:105;
}

.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	left: 30%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(77, 77, 77, 0);
	border-bottom-color: #4d4d4d;
	border-width: 20px;
	margin-left: -20px;
}
.arrow_box:before {
	border-color: rgba(247, 247, 247, 0);
	border-bottom-color: #f7f7f7;
	border-width: 23px;
	margin-left: -23px;
}
i.variacaoPositiva{
	font-size: 14px !important;
    float: left !important;
    margin-right: 0 !important;
    color: green;
}

.card-icones-bottom{
	height: 85px;	
    margin: 0 auto;
    width: 235px;
    display: flex;
}

.card-icones-bottom li {
	display: block;
	float: left;
	margin: 5%;
}

.card-icones-bottom li i {
	font-size: 50px;
}

disabled{
	color:#ccc;
}

.legenda{
	font-size: 10px !important;
	max-width: 50px;
    text-align: center;
	line-height: 10px;
	word-break: break-all;
	color:#666;
}

.alimentadores_wizard .legenda{
	max-width: none;
}

.ui-loader-header{
	display: none;
	
}
/* Arrow only buttons in the header. */
#bdy .ui-header .ui-btn {
    background: none;
    border: none;
    top: 9px;
}
#bdy .ui-header .ui-btn-inner {
    border: none;
}
/* Content styling. */
dl { font-family: "Times New Roman", Times, serif; padding: 1em; }
dt { font-size: 2em; font-weight: bold; }
dt span { font-size: .5em; color: #777; margin-left: .5em; }
dd { font-size: 1.25em; margin: 1em 0 0; padding-bottom: 1em; border-bottom: 1px solid #eee; }
.back-btn { float: right; margin: 0 2em 1em 0; }


/*--Loader simples--*/
/* .spinner { */
/*  top:50%; */
/*  left:45%; */
/*   width: 40px; */
/*   height: 40px; */
/*   position: absolute; */
/*   -webkit-transform: rotateZ(45deg); */
/*           transform: rotateZ(45deg); */
/*             opacity:0.9; */
/*   z-index:1000000000; */
/* } */

/* .spinner .sk-cube { */
/*   float: left; */
/*   width: 50%; */
/*   height: 50%; */
/*   position: relative; */
/*   -webkit-transform: scale(1.1); */
/*       -ms-transform: scale(1.1); */
/*           transform: scale(1.1);  */
/* } */
/* .spinner .sk-cube:before { */
/*   content: ''; */
/*   position: absolute; */
/*   top: 0; */
/*   left: 0; */
/*   width: 100%; */
/*   height: 100%; */
/*   background-color: rgba(25, 62, 80, 1); */
/*   -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both; */
/*           animation: sk-foldCubeAngle 2.4s infinite linear both; */
/*   -webkit-transform-origin: 100% 100%; */
/*       -ms-transform-origin: 100% 100%; */
/*           transform-origin: 100% 100%; */
/* } */
/* .spinner .sk-cube2 { */
/*   -webkit-transform: scale(1.1) rotateZ(90deg); */
/*           transform: scale(1.1) rotateZ(90deg); */
/* } */
/* .spinner .sk-cube3 { */
/*   -webkit-transform: scale(1.1) rotateZ(180deg); */
/*           transform: scale(1.1) rotateZ(180deg); */
/* } */
/* .spinner .sk-cube4 { */
/*   -webkit-transform: scale(1.1) rotateZ(270deg); */
/*           transform: scale(1.1) rotateZ(270deg); */
/* } */
/* .spinner .sk-cube2:before { */
/*   -webkit-animation-delay: 0.3s; */
/*           animation-delay: 0.3s; */
/* } */
/* .spinner .sk-cube3:before { */
/*   -webkit-animation-delay: 0.6s; */
/*           animation-delay: 0.6s;  */
/* } */
/* .spinner .sk-cube4:before { */
/*   -webkit-animation-delay: 0.9s; */
/*           animation-delay: 0.9s; */
/* } */
/* @-webkit-keyframes sk-foldCubeAngle { */
/*   0%, 10% { */
/*     -webkit-transform: perspective(140px) rotateX(-180deg); */
/*             transform: perspective(140px) rotateX(-180deg); */
/*     opacity: 0;  */
/*   } 25%, 75% { */
/*     -webkit-transform: perspective(140px) rotateX(0deg); */
/*             transform: perspective(140px) rotateX(0deg); */
/*     opacity: 1;  */
/*   } 90%, 100% { */
/*     -webkit-transform: perspective(140px) rotateY(180deg); */
/*             transform: perspective(140px) rotateY(180deg); */
/*     opacity: 0;  */
/*   }  */
/* } */

/* @keyframes sk-foldCubeAngle { */
/*   0%, 10% { */
/*     -webkit-transform: perspective(140px) rotateX(-180deg); */
/*             transform: perspective(140px) rotateX(-180deg); */
/*     opacity: 0;  */
/*   } 25%, 75% { */
/*     -webkit-transform: perspective(140px) rotateX(0deg); */
/*             transform: perspective(140px) rotateX(0deg); */
/*     opacity: 1;  */
/*   } 90%, 100% { */
/*     -webkit-transform: perspective(140px) rotateY(180deg); */
/*             transform: perspective(140px) rotateY(180deg); */
/*     opacity: 0;  */
/*   } */
/* } */


.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  z-index:1000000000; 
  top:30%;
  left:45%;
  position: absolute;
  
}

.spinner > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.separador-lg2{
	padding-top: 4px;
	margin-top: 24px;
}

#dots #dot1{
	animation: load 1s infinite;
}

#dots #dot2{
	animation: load 1s infinite;
	animation-delay: 0.2s;
}

#dots #dot3{
	animation: load 1s infinite;
	animation-delay: 0.4s;
}

@keyframes load{
	0%{
	  opacity: 0;
	}
	50%{
	  opacity: 1;
	}
	100%{
	  opacity: 0;
	}
}

.switch {
	position: relative;
	display: inline-block;
	width: 200px;
	height: 34px;
}

.switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: white;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 50%;
}

input:checked + .slider {
	background-color: #2196F3;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(166px); /* Ajuste para a largura de 200px */
	-ms-transform: translateX(166px);
	transform: translateX(166px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.bioQuadro {
    /* opcional: altura fixa com scroll se tiver muitas biometrias */
    max-height: 350px;
    overflow-y: auto;
}

/* Card da biometria */
.bioCard {
    border: 1px solid #ddd;
    background: #fafafa;
    border-radius: 4px;
    padding: 8px 10px;
    margin-bottom: 8px;
    font-size: 12px;
}

/* Cabeçalho */
.bioCard-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    margin-bottom: 4px;
}

.bioCard-titulo {
    font-weight: bold;
    color: #444;
}

.bioCard-data {
    font-size: 11px;
    color: #666;
}

/* Subtítulos de seção */
.bioCard-subtitulo {
    margin-top: 6px;
    margin-bottom: 2px;
    font-size: 11px;
    font-weight: bold;
    color: #555;
    text-transform: uppercase;
}

/* Grade 2 colunas */
.bioGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 8px;
    row-gap: 2px;
    margin-bottom: 4px;
}

.bioItem {
    display: flex;
    flex-direction: column;
}

.bioLabel {
    font-size: 10px;
    color: #777;
}

.bioValor {
    font-size: 12px;
    font-weight: bold;
    color: #333;
}

/* Destacar indicadores chave (peso médio, biomassa total, conversão) */
.bioValor-destaque {
    color: #005f9e;
}

.bioNav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.bioNav-info {
    font-size: 12px;
    margin: 0 4px;
    white-space: nowrap;      /* 👉 não deixa quebrar em várias linhas */
    display: inline-block;    /* garante comportamento de bloco em linha */
    min-width: 50px;          /* espaço suficiente p/ "32 / 32" */
    text-align: center;
}

.racaoQuadro {
    max-height: 260px;
    overflow-y: auto;
}

.racaoCard {
    border: 1px solid #ddd;
    background: #fafafa;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 8px;
    font-size: 12px;
}

.racaoCard-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    margin-bottom: 4px;	
}

.racaoCard-titulo {
    font-weight: bold;
    color: #444;
}

.racaoCard-data {
    font-size: 12px;
    color: #666;
}

.racaoGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 4px;
    column-gap: 8px;
}

.racaoLabel {
    font-size: 10px;
    color: #777;
}

.racaoValor {
    font-size: 12px;
    font-weight: bold;
    color: #333;
}

.racaoValor-destaque {
    color: #005f9e;
}

.racaoNav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin-top: 4px;
}

.racaoNav-info {
    font-size: 12px;
    white-space: nowrap;
    min-width: 50px;
    text-align: center;
}

.jconfirm-content input[type=number] {
    color: #000 !important;
    background: #fff !important;
}

.jconfirm-content textarea {
    color: #000 !important;
    background: #fff !important;
}
