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

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.oculto{
	display: none;
}

.left{
	float: left !important;
}

.right{
	float: right !important;
}

.centro{
	width: 1200px;
	margin: 0 auto;
}

.vermelho{
	color: #900;
}

.verde{
	color: #4e9a06;
}

.azul{
	color: #3465a4;
}

.cinza{
	color: #666;
}

.clear{
	clear:both;
}

.disabled{
	color:#777 !important;
	background-color: #efefef !important;
	cursor: default !important;
}

.absolute{
	position: absolute;
}

.uppercase{
	text-transform:uppercase;
}

.noscroll{
	overflow: hidden;
}

.padding{
	padding: 15px;
}

.clicavel{
	cursor: pointer;
}

ul, p, h1, h2, h3, h4, h5, h6{
	margin: 0;
}

a{
	display: block;
}

a:hover{
	text-decoration: none !important;
}

p{
	font-size: 1.6rem;
	line-height: 150%;
}

.submenu svg{
	width: 22px;
	height: 22px;
	margin:5px 0 -5px 0;
	fill:#333;
}

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

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

body{
	font-family: 'Exo', sans-serif;
	font-weight: 400;
	font-size: 10px;
/* 	padding: 48px 0 0 0; */
}

input, select, textarea{
	font-family: 'Exo', sans-serif;
	font-weight: normal;
}

html, body{
	width: 100%;
	height: 100%;
	background-color: #f3f3f3;
}

header{
	height: 48px;
	background-color: rgba(25, 62, 80, 1);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;	
}

header h1{
	line-height: 48px;
	color: #FFF;
	font-size: 1.8rem;
	display: inline-block;
	margin: 0 0 0 60px;
}

#abrirmenu, #abrirmenu-mobile{
	display: block;
	text-indent: -9999px;
	background-color: rgba(255, 255, 255, 0.5);
	width: 48px;
	height: 48px;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
}

#abrirmenu{
	left: 0;
	background-image: url(../imagens/ic_menu_black_24px.svg);
}

#voltarheader{
	display: block;
	text-indent: -9999px;
	background-color: rgba(255, 255, 255, 0.5);
	width: 48px;
	height: 48px;
	position: absolute;
	top: 0;
	z-index: 100000;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	left: 0;
	background-image: url(../imagens/img/ic_arrow_back_black_24px.svg);
}

#abrirmenu-mobile{
	right: 0;
	background-image: url(../imagens/baseline-more_vert-24px.svg);
}

#menu{
	width: 200px;
	background-color: rgba(25, 62, 80, 1);
	position: absolute;
	left: -210px;
	top: 48px;
}

#menu-mobile{
	width: 200px;
	background-color: rgba(25, 62, 80, 1);
	position: absolute;
	right: -210px;
	top: 48px;
}
/*
#menu-mobile .itens-bottom{
	height:100px;	
}

#menu-mobile .itens-bottom a{
	padding:18px 13px;	
}*/

#menu a, #menu-mobile a{
	color: #FFF;
	font-size: 1.8rem;
	line-height: 48px;
	display: block;
	padding: 0 12px;
	text-decoration: none;
	border-top: 1px solid #81949E;
	width: 200px;
}

#menu a.ativo, #menu-mobile a.ativo{
	color: rgba(25, 62, 80, 1);
}

#menu li.ativo, #menu-mobile li.ativo{
	background-color: rgba(255, 255, 255, 0.8);
}

#menu li, #menu-mobile li{
	display:block;
	float: right;
}

#menu a i, #menu-mobile a i{
	padding: 18px 6px;
	float: left;
}

#menu a p, #menu-mobile a p{
    float: right;
    padding: 19px 0;
}

#menu a:hover, #menu-mobile a:hover{
	background-color: #ECECEC;
/* 	color: rgba(25, 62, 80, 1); */
}

.contexto{
	float: right;
	display: block;
	position: absolute;
    top: 0;
    right: 0;
}

#abrircontexto{
	display: none;
}

.controles{
	float: right;
}

.controles li{
	float: left;
	margin: 0 0 0 2px;
}

.controles a{
	display: block;
	background-color: rgba(255, 255, 255, 0.5);
	width: 48px;
	height: 48px;
	cursor: pointer;
	text-align: center;
	color: rgba(25, 62, 80, 1);
}

.controles i{
	display: block;
	line-height: 48px;
}

.controles a.ativo{
	background-color: rgba(255, 255, 255, 0.8);
}

.propriedade{
	float: right;
}

.propriedade i{
	color: #193e50;
	padding: 0px 6px;
    float: left;
    background-color: #ccc;
    width: 40px;
}

.propriedade select{
	-webkit-appearance: none;
	border-radius: 0;
	border: none;
	font-size: 2rem;
	padding: 0 36px 0 8px;
	color: #193e50;
	background-color: rgba(255, 255, 255, 0.5);
	background-image: url(../imagens/ic_arrow_drop_down_black_24px.svg);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 48px;
	width: 160px;
}

main{
	height: 100%;
	padding: 48px 0 0 0;
}

.tanques {
	height: 100%;
	margin-bottom: 70px;
}

div[id^="pnltnqmtns_"]{
	margin-top: 10px;
}

.tanques > li{
	width: 20%;
	float: left;
	padding: 6px;
}

.tanques > li > div{
	display: block;
	height: 100%;
	border-radius: 2px;
	border: 1px solid #CCC;
	background-color: #FFF;
/* 	padding: 8px; */
    padding: 8px 8px 15px 8px;
/* 	overflow: hidden; */
	position: relative;
	min-height: 150px;
}

.tanques h2{
	font-size: 1.8rem;
	font-weight: 600;
	text-transform: uppercase;
}

.tanques h2 + p{
	font-size: 1.3rem;
	color: #666;
	line-height: 200%;
}

.tanques ul.arracoamento{
	margin: 0;
}

.ctrltanque{
	position: absolute;
	right: 4px;
	top: 4px;
}

.ctrltanque li{
	float: left;
}

.ctrltanque a{
	display: block;
	width: 36px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 55% 55%;
	color: #505050;
}

.ctrltanque i{
	display: block;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
}

.ctrltanque i span.iconify{
	line-height: 45px;
}

.ctrltanqueitem {
    display: flex;
    cursor: pointer;
    float: right;
    position: relative;
/*     top: 34px; */
}

.ctrltanqueitem a{
	float: right;
	margin-top:-25px;
}

.ctrltanqueitem i{
	margin-left:5px;
	font-size:20px;
	color: #666;	
}

.ctrltanqueitem i:hover{
	color: #999;
	}


form.opcoes{
	position: absolute;
	right: 0;
	top: 32px;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 8px;
	z-index: 2;
	border-radius: 2px;
	display: none;
}

form.opcoes input{
	display: none;
}

form.opcoes input + label{
	display: block;
	border: 1px solid #CCC;
	border-radius: 2px;
	padding: 6px 8px;
	font-size: 1.4rem;
	background-color: #ECECEC;
	margin: 0 0 8px 0;
}

form.opcoes input:checked + label{
	background-color: #193e50;
	color: #FFF;
}

form.opcoes button{
	font-size: 1.4rem;
	border: none;
	background-color: #F1860B;
	border: 1px solid #933B00;
	color: #FFF;
	border-radius: 2px;
	width: 100%;
}

.mostradores{
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-grow: 0;
}

.mostradores li{
	width: 49%;
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 8px;
}

.mostradores .indicador{
	float: left;
	width: 6px;
    font-size: 26px;
}

.mostradores li:last-child{
	margin: 0 auto 8px auto;
}

.mostradores li:nth-child(even){
	margin: 0 0 8px 0;
}

.mostradores li > div{
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
	border-bottom-width: 12px;
	border-bottom-color: #193E50;
	background-color: #ECECEC;
	padding: 4px 0 4px 0;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
	min-width: 125px;
}

.mostradores li > div.bom{
	border-bottom-color: #006600;
}

.mostradores li > div.medio{
	border-bottom-color: #FFA500;
}

.mostradores li > div.ruim{
	border-bottom-color: #FFA500;
}

.mostradores li > div.excelente{
	border-bottom-color: #339933;
}

.mostradores li > div.pessimo{
	border-bottom-color: #700;
}

.mostradores li span{
	font-size: 2.7rem;
	font-weight: 600;
}

.mostradores li p{
	display: none;
}

.mostradores li small{
	font-weight: normal;
	font-size: 1.3rem;
}

.mostradores li span{
	float: left;
	margin-left: 8px;
	line-height: 40px;
	min-height: 43px;
}

.mostradores li i{
	font-size: 2.4rem;
	display: block;
	line-height: 40px;
	float: right;
	margin-right: 8px;
}

.mostradores-mapa ul {
    padding: 5px;
}

#alertaDesatualizado .iconify{
	width: 20px; 
	height: 20px;
	color:#b40002;
	margin-right: 5px;
}

/* .tanques .controleequipamentos{ */
/* 	margin: 0; */
/* } */

/* .tanques .controleequipamentos li{ */
/* 	margin: 0; */
/* 	width: 48%; */
/* } */

/* .tanques .controleequipamentos a{ */
/* 	padding: 0; */
/* 	width: auto; */
/* 	cursor: auto; */
/* 	text-align: left; */
/* 	font-size: 1.8rem; */
/* 	overflow: hidden; */
/* } */

/* .tanques .controleequipamentos i{ */
/* 	margin: 4px 0; */
/* 	display: inline-block; */
/* 	font-size: 2.4rem; */
/* 	line-height: 40px; */
/* 	float: left; */
/* 	margin: 0 8px; */
/* } */

/* .tanques .controleequipamentos span{ */
/* 	display: inline-block; */
/* 	line-height: 40px; */
/* 	float: right; */
/* 	margin: 0 8px 0 0; */
/* } */

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

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

#detalhes{
/* 	display: block; */
/* /* 	background-color: #FFF;	 */
}

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

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

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

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

#detalhes .submenu #abresubmenu{
	height: 48px;
}

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

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

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

#detalhes .submenu a.ativo svg{
	background-color: transparent;
	fill: rgba(25, 62, 80, 1);
}

#detalhes .submenu a.ativo svg g{
	background-color: transparent;
	fill: rgba(25, 62, 80, 1);
}

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

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

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

#detalhes.aberto .submenu{
	width: 200px;
	z-index: 20;
}

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

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

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

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

#detalhes.aberto .submenu #abresubmenu span{
	text-indent: -9999px;
}

#detalhes h2{
	font-size: 2.4rem;
	line-height: 48px;
	float: left;
	text-transform: uppercase;
	margin: 12px 0;
}

#detalhes .tnqGeo i{
    color: #333;
    margin: 18px;
    cursor: pointer;
    font-size: 30px;
}

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

#automacao{
	display: none;
}

.graficos{
	display: none;
}

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

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

#detalhes 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;
}

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

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

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

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

#detalhes h3{
	font-size: 1.8rem;
	font-weight: 600;
	margin: 0 0 16px 0;
}

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

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

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

.arracoamento{
	overflow: hidden;
	margin: 0 0 12px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.arracoamento li{
	font-size: 1.8rem;
	line-height: 150%;
	width: 48%;
	margin: 0 0 8px 0;
}

.arracoamento li:nth-child(3){
	padding: 0;
}

.arracoamento li:nth-child(3){
	float: none;
	width: 100%;
	clear: both;
	padding: 0;
}

.arracoamento li:nth-child(3) div{
	background-color: #F6C190;
    border-color: #933B00;
}

.arracoamento li > div{
	border-radius: 2px;
    color: #505050;
    background-color: #ECECEC;
    border: 1px solid #CCC;
    padding: 8px 0;
    padding: 8px;
    overflow: hidden;
    
}

.arracoamento > div.proximoTrato, .arracoamento > div.listaTratos {
	width: 100%;
}

.arracoamento > div.proximoTrato > li, .arracoamento > div.listaTratos > li {
	width: 100%;
}

.arracoamento > div.proximoTrato > li > div {
    background-color: #F6C190;
    border-color: #933B00;
}

.arracoamento > div.proximoTrato > li > div p{
	color: #933B00;
}

.arracoamento li:nth-child(3) p{
	font-size: 1.8rem;
	text-align: left;
	text-transform: uppercase;
	color: #933B00;
	float: left;
	line-height: 48px;
}

.arracoamento li:nth-child(3) p.peso{
	font-size: 2.8rem;
	display: inline-block;
	line-height: 48px;
	margin-left: 8px;
	font-weight: bold;
}

.arracoamento li:nth-child(3) p:nth-child(3){
	float: right;
	font-size: 2.8rem !important;
/* 	border: 2px solid #933B00; */
/* 	border-radius: 8px; */
	text-align: center;
/* 	background-color: #FFF; */
    padding: 0px 10px !important;
	line-height: 44px;
	font-weight: bold;
}

.arracoamento li:nth-child(3) p:nth-child(3) i{
	line-height: 30px;
    margin-right: 0;
    float: left;
    padding-top: 7px;
}

.arracoamento-resumo{
	overflow: hidden;
	
}

.arracoamento-resumo li > div {
    border-radius: 2px;
    color: #505050;
    background-color: #ECECEC;
    border: 1px solid #CCC;
    padding: 8px 0;
    padding: 8px;
    overflow: hidden;
}

.arracoamento-resumo-final li > div {
	width: 100%;
    background-color: #F6C190;
    border: 1px solid #933B00;
    color: #933B00;
}

.arracoamento-resumo li {
	width: 100%;
    margin: 0 0 8px 0;
}

.arracoamento-resumo li > div p{
/* 	color: #933B00; */
    display: inline-block;
    margin-left: 8px;
}

.arracoamento-resumo li > div.horarios p{
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
}

.arracoamento-resumo li > div p span{
	font-size: 1.4rem;
}

.arracoamento-resumo li > div p.lista-arracoamento-tanques{
	font-size: 1.2rem;
}

.arracoamento-resumo div.destaque{
	background-color: #F6C190;
	color: #933B00;
	border: 1px solid #933B00;
}

.arracoamento-resumo li > div p.peso{
	font-size: 2.8rem;
	font-weight: bold;
}

.tanques > li > div.destaque{
	border: 1px solid rgba(25, 62, 80, 1);
}

.controleequipamentos{
	overflow: hidden;
	margin: 0 0 12px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.controleequipamentos:after {
	content: '';
	flex: 0 1 32%;
}

.controleequipamentos li{
	margin: 0 0 8px 0;
	width: 49%;
}

.controleequipamentos a{
		display: block;
		text-align: center;
		font-size: 1.4rem;
		cursor: pointer;
		border-radius: 2px;
		color: #505050;
		background-color: #ECECEC;
		border: 1px solid #CCC;
		padding: 12px 10px;
/* 		background-image: -webkit-linear-gradient(180deg, #ECECEC 110px, #CCC 110px); */
/* 		box-shadow: 0px 2px 3px #ccc;; */
}

.controleequipamentos i{
	display: inline-block;
    font-size: 2.4rem;
    line-height: 20px;
    float: left;
    margin: 0 3%;
}

#detalhes .controleequipamentos i{
	float: none;
	line-height:32px;
	display: block;
	font-size: 3rem;
	margin-bottom: 4px;
}

#detalhes .controleequipamentos .menor{
	font-size:17px;
	margin: 0;
	line-height: 22px;
}

#detalheDisparo .menor{
	float: left !important;	
	display: block !important;
}


#detalhes .controleequipamentos li{
	width: 32%;
	background-color: #dcdcdc;
/* 	border: 1px solid #ccc ; */
}

#detalhes .controleequipamentos a, .arracoamento li:nth-child(3) p:nth-child(3){
	display: block;
    text-align: center;
    font-size: 1.35rem;
    cursor: pointer;
    border-radius: 2px;
    color: #505050;
    background-color: #ECECEC;
    border: 1px solid #ccc;
    padding: 6px 0;
    border-bottom: 5px solid #CCC;
}

#detalhes .controleequipamentos a:active{
	background-color: #ccc !important;
	color: #333 !important;
	border-color: #333 !important;
}

.detalheDisparo{
	display: table;
	margin: 0 auto;
	width: 100%;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius:none;
}

#detalhedisparotanque{
}

#detalhedisparotanque i{
	font-size: 17px;
	margin: 0
}

.detalheDisparo svg, #detalhedisparotanque svg{
	width: 20px;
    height: 17px;
    margin: 1px 0 0 0;
}


.detalheDisparo p{
    display: inline-block;
}

.controleequipamentos a.ligado{
	background-color: #F6C190 !important;
	color: #933B00 !important;
	border-color: #933B00 !important;
}

li:has(a){
	border-color: #933B00 !important;
}

.controleequipamentos .detalheDisparo.ligado svg, 
.controleequipamentos a.ligado svg{
	fill: #933B00 !important;
}

.controleequipamentos .detalheDisparo.ligado{
	background-color: #f9d8b8 !important;
	color: #933B00 !important;
	border-color: #d37312 !important;
}

.controleequipamentos p.contagem{
	font-size: 12px;
	padding: 3px;
}

#notificacoes > li > div > ul >li{
	margin:10px;
	padding: 10px;
    border: 1px solid #CCC;
    border-radius: 4px;
    margin-bottom: 12px;
    background-color: #EFEFEF;
	
}
#notificacoes p{
    font-size: 1.3rem;
    color: #666;
    line-height: 200%;
}

.avisos li{
	font-size: 1.6rem;
	border: 1px solid #CCC;
	border-radius: 4px;
	padding: 4px 40px 4px 8px;
	margin-bottom: 12px;
	background-color: #EFEFEF;
	position: relative;
}

.avisos li.nenhum{
	background: none;
	border: none;
	padding: 0;
}

.avisos li.alerta, #notificacoes .notificacao-error{
	border-bottom-width: 12px !important;
	border-bottom-color: #700 !important;
}

.avisos li.aviso, #notificacoes .notificacao-warn{
	border-bottom-width: 12px !important;
	border-bottom-color: #FFA500 !important;
}

.avisos li.monitoramento, #notificacoes .notificacao-info{
	border-bottom-width: 12px !important;
	border-bottom-color: #1e90ff !important;
}

.avisos li.monitoramento, #notificacoes .notificacao-success{
	border-bottom-width: 12px !important;
	border-bottom-color: #006600 !important;
}

.avisos li p:first-child{
	font-weight: 600;
	margin-bottom: 4px;
}

.avisos a{
	position: absolute;
	right: 0;
	top: 0;
	color: #505050;
	cursor: pointer;
	padding: 4px 4px 16px 16px;
}

.avisos p.contagem{
	width: 52px;
	line-height: 48px;
	text-align: center;
	background-color: #FFF;
	color: #505050;
	font-size: 2rem;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 8px;
	margin-top: -24px;
	border: 2px solid #CCC;
}

.card-notificacao{
	min-height: 230px;
}
.card-notificacao a, .box-inserir a, .notifyjs-container a{
	position: absolute;
    right: 0;
    top: 0;
    color: #505050;
    cursor: pointer;
    padding: 4px 4px 16px 16px;
    height: 100%;
}

.card-notificacao a, .box-inserir a, .notifyjs-container a i{
	float: right;
}

#mostragrafico {
	height: 500px;
	width: 100%;
}

.controleautomacao li{
	width: 100%;
}

.automacao{
	width: 100%;
	font-size: 1.6rem;
	border-collapse: collapse;
}

th{
	background-color: #ECECEC;
	padding: 8px;
	border: 1px solid #CCC;
	text-align: left;
}

tr th:first-child, tr th:last-child{
	text-align: center;
}

td{
	vertical-align: middle;
	border: 1px solid #CCC;
}

tr td:first-child{
	width: 66px;
	text-align: center;
}

tr td:last-child{
	text-align: center;
	width: 140px;
}

tr td:last-child a{
	display: inline-block;
	width: 36px;
	height: 36px;
	color: #505050;
	cursor: pointer;
}

tr td:last-child i{
	display: inline-block;
	line-height: 36px;
}

/* Tabela correcao */

table.tabela-correcao{
	display: block;
}

table.tabela-correcao th{
	background-color: #ccc;
    border: 1px solid #666;
    padding:5px;
    font-style: italic;
	font-weight: bold;
	font-size: 14px;
}

table.tabela-correcao td{
	padding:5px;
}

table.tabela-correcao input{
	padding: 10px 2px;
	font-size: 14px;
	min-width: 60px;
}

table.tabela-correcao tr:first-child{
	padding:10px;
	font-style: italic;
	font-weight: bold;
}

table.tabela-correcao  tr:hover {
	background-color: #eee;
}

table.tabela-correcao tr td:first-child{
	background-color: #ccc;
    border: 1px solid #666;
}

table.tabela-correcao a{
	display: block;
    text-align: center;
    font-size: 1.35rem;
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid #ccc;
    padding: 6px 0;
    border-bottom: 5px solid #193e50;
    background-color: #357697;
	color: #FFF !important;
	border-color: #193e50 !important;
	margin: 0 auto;
	max-width: 130px;
	font-style: normal;
}

table.tabela-correcao tr td:last-child a {
	width: auto;
	height: auto;	
}

.grafico_aerador{
	width: 98%;
	margin: 0 auto;
}


.graficos form{
	font-size: 1.8rem;
}

.graficos .variaveis{
	margin-bottom: 16px;
	padding-bottom: 8px;
	border-bottom: 1px solid #CCC;
}

.graficos label{
	display: block;
	text-transform: uppercase;
}

.graficos label span{
	display: block;
	margin-bottom: 4px;
	font-size: 1.6rem;
}

/* .graficos input, .graficos select{ */
/* 	width: 100%; */
/* 	background-color: #FFF; */
/* 	border-radius: 4px; */
/* 	border: 1px solid #CCC; */
/* } */

fieldset{
	margin: 0;
	padding: 0;
	border: none;
}

.graficos .box{
	display: block;
	padding: 8px;
	background-color: #ECECEC;
	border: 1px solid #CCC;
	border-radius: 4px;
	margin-bottom: 8px;
}

.periodo{
	height: 84px;
	overflow: hidden;
}

.viewport{
	overflow: hidden;
}

.wrappersonalizado{
	overflow: hidden;
	position: relative;
	width: 200%;
}

.wrappersonalizado .viewport{
	width: 50%;
	overflow: hidden;
}

.wrappersonalizado > .box{
	float: left;
	width: 50%;
}

.wrappersonalizado > .box:first-child{
	margin-right: 8px;
}

.graficos .box.personalizado{
	width: calc(50% - 46px);
}

.graficos .box.personalizado fieldset label:first-child{
	padding-right: 6px;
	padding-left: 15px;
}

.graficos a.editarperiodo{
	display: none;
	font-size: 3.8rem;
	text-align: center;
	color: #505050;
	cursor: pointer;
	width: 38px;
	float: left;
}

.graficos div.box.fechado *{
	display: none;
}

.graficos div.box.fechado{
	padding: 11px 0;
}

.graficos div.box.fechado a{
	display: block;
}

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

.graficos input[type="checkbox"] + label, .graficos input[type="radio"] + label, .graficos input[type="checkbox"] + input[type="hidden"] + label, .graficos input[type="radio"] + input[type="hidden"] + label{
	padding: 0 8px;
	line-height: 32px;
    cursor: pointer;
    background-color: #ECECEC;
    border: 1px solid #CCC;
    border-radius: 4px;
    font-size: 1.4rem;
    font-weight: 600;
}

.graficos input[type="checkbox"]:checked + label, .graficos input[type="radio"]:checked + label, .graficos input[type="checkbox"]:checked + input[type="hidden"] + label, .graficos input[type="radio"]:checked + input[type="hidden"] + label{
	background-color: #080;
	color: #FFF;
    border-color: #040;
}

.graficos form button, .timelines form button{
  	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;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.graficos form button.oculto, .timelines form button.oculto {
  display: none !important;
}

.graficos button + button{
	margin-left: 12px;
}

.graficos .calculos{
	text-align: center;
	display: flex;
	justify-content: space-between;
}

.graficos .calculos .box{
	border: none;
	background: none;
	padding: 0;
	width: 16%;
}

.graficos .calculos .box label{
	text-align: center;
}

/* Grafico_aeradores*/

#graficoAerador_{
	width: 95%;
	margin: 0 auto;
}

.timelines form{
	font-size: 1.8rem;
}

.timelines label{
	display: block;
	text-transform: uppercase;
}

.timelines label span{
	display: block;
	margin-bottom: 4px;
	font-size: 1.6rem;
}

.timelines .box{
	display: block;
	padding: 8px;
	background-color: #ECECEC;
	border: 1px solid #CCC;
	border-radius: 4px;
	margin-bottom: 8px;
}

.timelines .box.personalizado{
	width: calc(50% - 46px);
}

.timelines .box.personalizado fieldset label:first-child{
	padding-right: 6px;
	padding-left: 15px;
}

.timelines a.editarperiodoaeradores{
	display: none;
	text-align: center;
	color: #505050;
	cursor: pointer;
	width: 38px;
	float: left;
}

.timelines div.box.fechado *{
	display: none;
}

.timelines div.box.fechado{
	padding: 11px 0;
	width: 25px;
    height: 100px;
}

.timelines div.box.fechado a{
	display: block;
	padding: 25px 12px;
}

.tanques.timelines, .tanques.timelines > li{
	width: 100% !important;
}

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

.timelines input[type="checkbox"] + label, .timelines input[type="radio"] + label, .timelines input[type="checkbox"] + input[type="hidden"] + label, .timelines input[type="radio"] + input[type="hidden"] + label{
	padding: 0 8px;
	line-height: 32px;
    cursor: pointer;
    background-color: #ECECEC;
    border: 1px solid #CCC;
    border-radius: 4px;
    font-size: 1.4rem;
    font-weight: 600;
}

.timelines input[type="checkbox"]:checked + label, .timelines input[type="radio"]:checked + label, .timelines input[type="checkbox"]:checked + input[type="hidden"] + label, .timelines input[type="radio"]:checked + input[type="hidden"] + label{
	background-color: #080;
	color: #FFF;
    border-color: #040;
}

.timelines button + button{
	margin-left: 12px;
}

.timelines .calculos{
	text-align: center;
	display: flex;
	justify-content: space-between;
}

.timelines .calculos .box{
	border: none;
	background: none;
	padding: 0;
	width: 16%;
}

.timelines .calculos .box label{
	text-align: center;
}



.margembot{
	margin-bottom: 12px;
}

.margemtop{
	margin-top: 12px;
}

.row.margemtop{
	margin-top: 12px;
}

.row.margembot{
	margin-bottom: 12px;
}

#wrapgrafico{
	display: none;
}

.conteudo-automacao{
	margin-bottom:85px;
	
}

@media screen and (min-width:1500px){
	#detalhes > div, #detalhes.aberto > div{
		padding-right: 480px;
	}
	
	.conteudo-automacao {
	    padding-right: 0 !important;
	}
	
}

/* @media screen and (min-width:1601px) and (max-width:1680px){ */
/* 	.tanques > li{ */
/* 		width: 20%; */
/* 	} */
/* } */

@media screen and (min-width:1351px) and (max-width:1650px){
	.tanques > li{
		width: 25%;
	}
}

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

@media screen and (min-width:1025px) and (max-width:1199px){
	.tanques > li{
		width: 33.33%;
	}
	.separador-md{
		border-top: 1px solid #CCC;
		padding-top: 4px;
		margin-top: 24px;
	}
}

@media screen and (max-width:1024px){
	.tanques > li{
		width: 33.33%;
	}

	.mostradores li span{
		font-size: 2rem;
	}
}

@media screen and (max-width:991px){
	.separador-sm{
		border-top: 1px solid #CCC;
		padding-top: 4px;
		margin-top: 24px;
	}
}


/* Box de tanque maiores*/
@media screen and (min-width:1351px) and (max-width:1920px){
	.tanques .g > li{
		width: 50%;
	}
}

@media screen and (min-width:1200px) and (max-width:1350px){
	.tanques .g > li{
		width: 100%;
	}
}

@media screen and (min-width:721px) and (max-width:1199px){
	.tanques .g > li{
		width: 100%;
	}
}

@media screen and (max-width:720px){
	.tanques .g > li{
		width: 100%;
	}
	
}
	
@media screen and (min-width:1921px){
	.tanques .g > li{
		width: 33.3%;
	}
	
}

/***/

@media screen and (max-width:960px){
	header h1{
		display: block;
		text-align: center;
		margin: 0;
		height: 48px;
		overflow: hidden;
		position: relative;
		z-index: 3;
		background-color: rgba(25, 62, 80, 1);
	}

	#abrirmenu, #abrirmenu-mobile{
		z-index: 3;
	}

	#abrircontexto{
		display: block;
		text-indent: -9999px;
		background-color: rgba(255, 255, 255, 0.5);
		width: 48px;
		height: 48px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 3;
		cursor: pointer;
		background-image: url(../imagens/baseline-more_vert-24px.svg);
		background-repeat: no-repeat;
		background-position: center center;
	}

	.contexto{
		position: absolute;
		top: -60px;
		float: none;
		overflow: hidden;
		background-color: rgba(25, 62, 80, 1);
		border: 2px solid #193e50;
/* 		border-bottom: 2px solid #193e50; */
		width: 100%;
		max-width: 292px;
	}

	.controles{
		position: relative;
		z-index: 2;
	}
	
	.controles li {
		margin:0;
	}

	.propriedade select{
/* 		float: left; */
/* 		width: 100%; */
/* 		max-width: 288px; */
/* 		padding-right: 250px; */
		padding-left: 20px;
/* 		margin-top: -48px; */
		line-height: 56px;
		font-size: 1.6rem;
	}
	
	.propriedade i{
		padding: 16px 18px; 
	}

/* 	.propriedade select{ */
/* 		width: 100%; */
/* 	} */

	.tanques > li{
		width: 50%;
	}

	.controleautomacao li{
		width: 32%;
	}

	.graficos input[type="checkbox"] + label, .graficos input[type="radio"] + label, .graficos input[type="checkbox"] + input[type="hidden"] + label, .graficos input[type="radio"] + input[type="hidden"] + label {
	    line-height: 150%;
	    padding: 4px 16px 2px 16px;
	}

	.graficos .col-xs-6{
		padding-left: 6px;
		padding-right: 15px;
	}

	.graficos .col-lg-6 + .col-xs-6{
		padding-left: 15px;
		padding-right: 6px;
	}
	
	#detalhes > div{
/* 	    background-color: #efefef; */	
	}
	
}
@media screen and (min-width:601px) and (max-width:959px){
	
		.contexto{
		max-width: 492px;
	}

	.controles{
		position: relative;
		z-index: 2;
	}
	
	.controles li {
		margin:0;
	}

	.propriedade{
		width: 100%;
		max-width: 200px;
	}
	
	#detalhes.aberto .tanques > li{
		width: 100%;
	}
	
}

@media screen and (min-width:960px) and (max-width:1200px){

	#detalhes .tanques > li{
			width: 50%;
		}
	
}

@media screen and (min-width:1201px){
	
	#detalhes .tanques > li{
		width: 33%;
	}
}

@media screen and (max-width:600px){
	
	#lgnfrm, #rcprrsnh{
		margin: 0 !important;
		box-shadow: none;	
		background-color: #f3f3f3 !important;
	}
	
	.tanques > li{
		width: 100%;
		float: none;
	}

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

	#detalhes > div, #detalhes.aberto > div{
		padding: 0 8px 55px 8px;
	}

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

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

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

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

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

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

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

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

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

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

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

	#detalhes ul.abas li:first-child span{
		display: block;
	}
	
	#detalhes .tanques > li{
		width: 100%;
	}

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

	.wraptable{
		overflow: scroll;
		width: auto;
		margin-left: 65px;
        white-space: pre-wrap; 
	}

	th, td{
		white-space: nowrap;
	}

	tr th:last-child{
	}

	tr th:first-child, tr td:first-child{
		position: absolute;
		left: 15px;
		top: auto;
		width: 66px;
	}

	td i.material-icons{
		display: inline-block;
		line-height: 36px;
	}

	td i.iconify{
		display: inline-block;
		line-height: 36px;
	}

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

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

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

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

/* CONTEÚDO PISCANDO (alertas) */
.pisca {
  animation: blinker 0.7s linear infinite;
}

@keyframes blinker {
	50%{
		opacity: 0;
	}
}


/* SOMBRAS */
.z-depth-1{box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);}
.z-depth-1-half{box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);}
.z-depth-2{box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.z-depth-3{box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);}
.z-depth-4{box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);}
.z-depth-5{box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);}


/* ---- Painel login ---- */

#lgnfrm, #rcprrsnh{
	display: block;
	margin: 10% auto;
	max-width:450px;
	width: 100%;
	height: 400px;
	background-color: #fff;
	padding: 160px 30px 30px 30px;
	background-image: url(../imagens/logo-tatilfish-wb.png);
	background-repeat: no-repeat;
	background-position: top 20px center;
	background-size: 120px;
}

#lgnrgstrr{
	display: block;
	margin: 0 auto 10% auto;
	max-width:900px;
	width: 100%;
	background-color: #fff;
	padding: 160px 30px 30px 30px;
	background-image: url(../imagens/logo-tatilfish-wb.png);
	background-repeat: no-repeat;
	background-position: top 20px center;
	background-size: 120px;
}

#lgnfrm label, #rcprrsnh label{
	height: 35px;
    line-height: 35px;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #383838;
    display: block;
    clear: both;
}

#lgnrgstrr label{
	height: 100px;
    line-height: 30px;
    margin: 0;
    clear: both;
}
#lgnfrm label span, #rcprrsnh label span{
	width: 18%;
	display: block;
	float: left;
}
#lgnrgstrr label span{
	margin-top: 12px;
    float: left;
    width: 150px;
}
#lgnfrm label input, #rcprrsnh label input, #lgnrgstrr label input{
	padding: 0 10px;
}

#lgnfrm .login-email input{
	width: 80%;
	margin-left: 5px;
}
#rcprrsnh .login-recuperaremail input{
    width: 80%;
    margin-left: 5px;
    margin: 10px 0 20px 0;
    display: block;
    float: left;
}
#lgnrgstrr .login-registrar-se h3{
	font-size: 14px;
	margin: 0 auto;
	width: 280px;
	display: block;
}
#lgnrgstrr .login-registrar-se input{
/* 	width: 80%; */
    margin-left: 5px;
    margin: 10px 0 20px 0;
    display: block;
    float: left;
}

#lgnfrm .login-senha{
	margin:10px 0 30px 0;
}

#lgnfrm .login-senha input{
	width: 80%;
	margin-left: 5px;
}

.btn-laranja{
    color: #FFF;
    background-color: #357697;
    border-bottom: 5px solid #193e50;
    box-shadow: none;
    padding-top: 7px;
    display: inline-block;
    padding: 12px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border-radius: 4px;
    width: 100%;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.btn-laranja span{
	display:block;	
}

.btn-laranja:hover{
	background-color: #22546d;
	border-bottom: 5px solid #14303e;
	color: #fff;
}

.btn-laranja:active{
	background-color: #333;
}
	

.btn-painel-acesso{
	margin-top:50px;
	font-size: 16px;
	cursor:pointer;
}

.btn-painel-acesso a{
}

#painel_splash{
	margin: 15% auto;
	background-image: url(../imagens/logo-tatilfish-wb.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 111px;
	background-size: 120px;
}

#painel_splash p{
	display: none;
}

.grdrpnl{
	display: block;
	margin: 15% auto;
	width: 100%;
	height: 200px;
	background-image: url(../imagens/loading-dots.gif);
	background-repeat: no-repeat;
    background-position: bottom center;;
	background-size: 120px;
}

.grdrpnl p{
	display: none;
}

.grdrpnl img{
	margin: 0 auto;
    display: block;
    width: 120px;
}

#conteudo-mapa{
	display: block;
	margin: 0 auto;
	color: #000;
	font-size: 20px;
	height: 100%;
}

.conteudo{
	background-color: #f3f3f3;
	margin-bottom: 40px;
}

.corpo-form{
	max-width: 960px;
	width: 100%;
	margin: 0 auto 30px auto;
	padding: 20px;
	background-color: #fff;
	box-shadow:  0px 0px 5px #888;
}

.pnl-parametros_ h4{
	display: block;
	margin: 15px 0 15px 0;
}

.wizard-passos{
	width: 100%;
	margin: 20px 0;
}

.wizard-passos-linha{
	display: table;
	margin: 0 auto;
}

.wizard-passos li i{
	text-align: center;
	width: 100%;
}

#frmntdd_assistente > div > p{
	margin: 10px 0;
    text-align: center;
}

#wizard h2{
	font-size: 2.0rem;
}

.wizard-passos li{
    border-color: #CCC;
    border-bottom-color: #193E50;
    background-color: #ECECEC;
    padding: 10px;
    border-radius: 4px;
    overflow: hidden;
    max-width: 58%;
   	margin: 0 auto;
}

.wizard-passos .transparente{
    filter:alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity:0.5;
    -webkit-opacity:0.5;
    min-width: 25px;
}

.wizard-passos .transparente p{
	display: none;	
}

.wizard-passos p{
	text-align: center;
}

.wizard-passos .passo1{
}

.wizard-passos .parametros-selecionados{
	text-align: center;
	font-size: 12px;
}

.wizard-passos .parametro-selecionado{
	display: inline;
}

.wizard-passos .passo2{
}

.wizard-passos .passo3{
}

.wizard-passos .passo4{
}

#frmntdd_trato .controleequipamentos li{
	width: 100%;
}

.alimentadores_wizard li label{
	margin-top:15px;
	float: left;
	width: 100%;
}


.alimentadores_wizard li label p span{
	display:block;
}

.parametros .margem-vertical{
	margin: 20px 0 60px 0;
}

/*-- Table hover */

.table {
    border: solid 1px #ECECEC;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1.6rem;
    width: 100%;
}

.table thead th {
    background-color: #ECECEC;
    border: solid 1px #ECECEC;
    color: #333;
    padding: 10px;
    text-align: left;
}

.table tbody td {
    border: solid 1px #DDD;
    color: #333;
    padding:10px 0 !important;
}

.table-highlight tbody tr:hover {
    background-color: #EEE;
}

.table-highlight tbody tr:focus {
	background-color: #EEE;
}

.table-horizontal tbody td {
    border-left: none;
    border-right: none;
}

.infotanque{
	 padding: 12px;
/* 	 border: solid 1px #ECECEC; */
	cursor: pointer;
}

.infotanque p{
	font-size: 12px;
}

.infotanque i{
	margin-right: 7px;
    font-size: 16px;
    position: relative;
    top: 5px;
}

.infotanque span {
	margin-right: 7px;
    font-size: 18px;
    position: relative;
    top: 5px;
}

#crp_cnfgs_ .relativo{
/* 	position: relative; */
    top: 10px;
/*     height: 30px; */
}

#crp_cnfgs_ .btnsrelativo{
	position: relative;
    top: -12px;
    height: 30px;
    display: table-header-group;
}

/*
#cnfgbox_add{
	height: 160px;
	display: block;
}

#cnfgbox_add i {
	transition: color 0.5s ease;
	font-size: 120px;
	text-align: center;
    display: block;
    color: #666;
    margin-top: 5px;
    cursor: pointer;
}

#cnfgbox_add i:hover {
	transition: color 0.5s ease;
	color: #999;
}
*/
#configuracoes #bttn_sbmt, #detalhes #bttn_sbmt{
	background-repeat: no-repeat;
	background-position: center 25px;
	font-size: 12px !important;
	width:70px !important;
	height:70px;
	border-radius:120px !important;
	position:fixed;
	right:5%;
	bottom:65px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .6) !important;
	transition: background-color .5s;
	z-index: 1000;
	text-decoration: none !important;
	cursor: pointer;
    min-height: 0 !important;
    background-color: rgba(25, 62, 80, 1);
    color: #fff;
    border: none;
}
@media screen and (max-width:600px){
	#configuracoes #bttn_sbmt, #detalhes #bttn_sbmt{
		bottom:90px;
	}
}

#bttn_sbmt a.ativo {
	background-color: #ddd;
	border-radius:120px !important;
}

#bttn_sbmt i{
	font-size: 40px;
	padding: 15px;
	color: #fff;
}

#bttn_sbmt a.ativo i,
#bttn_sbmt a.ativo{
	color: rgba(25, 62, 80, 1);
}

.cnfgcontextofixo{
	background-color:#fff;
	z-index:1001;
	position: absolute;
    padding: 13px;
    right: 0px;
    bottom: 85px;	
}

.cnfgcontextofixo li{
	width: 300px;
	font-size: 15px;
	cursor:pointer;
}

.cnfgcontextofixo li a{
	display: block;
}

#bttn_sbmt ul li i{
    font-size: 20px;
    padding: 15px 13px;
    color: #666;
    position: relative;
    top: 5px;
}

#bttn_sbmt:disabled{
	opacity: 0.6;
	background-color: #ccc !important;
	border: none !important;
}

button:disabled{
	opacity: 0.6;
	background-color: #ccc !important;
	border: none !important;
}

#configuracoes a{
	color: #333333;
	display: block;
}

.fechar-painel{
	height: 36px !important;
}

.erros{
	color: red;
	font-size: 14px;
}

.erros p{
	font-size: 14px !important;
		background-color: antiquewhite;
    padding: 10px;
    border: peachpuff 1px solid;
}

.error{
	color: red;
	background-color: antiquewhite;
    padding: 10px;
    border: peachpuff 1px solid;
}
	
.box-inserir{
	border: #ccc 1px solid;
	background-color: #F1F1F1;
	padding: 25px;
    margin: 15px 0;
}	

.statusMobile{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.5);
  	width: 48px;
    height: 48px;
    padding: 13px 0px 0px 13px;
    display: block;
}

.statusMobile a{
	display: block;
	color:rgba(25, 62, 80, 1);
}

[data-title] {
  position: relative;
}

[data-title] .popupAtivo {
  content: attr(data-title);
  position: absolute;
  bottom: -26px;
  display: inline-block;
  padding: 3px 6px;
  border-radius: 2px;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-family: sans-serif;
  white-space: nowrap;
}

@media screen and (max-width:600px){
	.clock-regressivo{
		font-size:38vw
	}
	.timerRegressivo{
		font-size:26vw;
		font-weight: bold;
	}
}

@media screen and (min-width:601px){
	.clock-regressivo{
		font-size:18vw
	}
	.timerRegressivo{
		font-size:10vw;
		font-weight: bold;
	}
	#frmcfg_equipamentos input[type="checkbox"] + label{
		min-height: 90px;
		padding: 20px 40px;
	}
}

div.google-visualization-tooltip {
    width: auto;
    height:auto;
    background-color: #eee;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    padding: 5px 15px 70px 15px;
}

div.google-visualization-tooltip p {
	font-size: 14px;
}

div.google-visualization-tooltip p span{
	font-size: 12px;
	font-style: italic;
}

div.google-visualization-tooltip h3 {
	font-size: 16px;
	font-weight: bold;	
	margin: 10px;
}


.totaisTimeline.totalGeral{
	padding: 25px;
    text-align: center;
    margin: 6px;
}

.totaisTimeline.totalGeral i{
	float: left;
}

.totaisTimeline.totalTanque{
	font-size: 16px;
    padding: 8px;
    margin-bottom: 12px;
}

.totaisTimeline.totalTanque i{
	float: left;
    padding: 3px;
}

.totaisTimeline.totalCanal{
	color: #666;
	font-size: 14px;
    padding: 18px;
}

.totaisTimeline.totalCanal i{
    float: left;
    font-size: 20px;
}

/*--Objeto pulsante na tela--*/
@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
.animate-flicker {
   -webkit-animation: flickerAnimation 1s infinite;
   -moz-animation: flickerAnimation 1s infinite;
   -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
}

#legend {
   font-family: Arial, sans-serif;
   background: #fff;
   padding: 10px;
   margin: 10px;
   border: 3px solid #000;
}
#legend h3 {
  margin-top: 0;
}
#legend img {
  vertical-align: middle;
}
 
#map .gm-ui-hover-effect{
   background-color: #999 !important;
   margin: 15px !important;
   border-radius: 17px !important;
}

#map .gm-style-iw{
	max-width: 400px !important;
}

@media screen and (max-width:325px){
	#map .gm-style-iw{
		max-width: 310px !important;
		max-height: none !important;
	}
	
	#map .gm-style-iw-d{
		max-width: 100% !important;
	    max-height: none !important;
	    transform: scale(0.8);
	}
}

@media screen and (min-width:326px) and (max-width:761px){
	#map .gm-style-iw{
		max-width: 100% !important;
		max-height: none !important;
		
	}
	
	#map .gm-style-iw-d{
		max-width: 350px !important;
	    max-height: none !important;
	    transform: scale(0.92);
	}
}

#map .controleequipamentos{
	padding: 0px 5px;
}

/* 
Estilizacao configManejo components
*/

.form-element {
	margin:15px 0px;
}
.form-element label {
	font-size:14px;
	color:white;
	float:left;
	
}
.form-element input[type="text"],
.form-element input[type="number"],
.form-element input[type="date"],
.form-element input[type="time"]{
	margin-top:5px;
	display:block;
	width:100%;
	padding:10px;
	outline:none;
	border:1px solid #aaa;
	border-radius:5px;
	color: black;
}

.bioQuadro {
	background-color: #FFF;
	border:1px solid #aaa;
	border-color: #CCC;
    border-width: 1px;
    border-style: solid;

	min-height: 90px;
}

.quadro {
	display: flex;
	justify-content: center;
}

.quadroBotao{
	margin: 0 auto;
	width: 100%;
    padding: 10px 10px;
	border:none;
	background: none;
}

.acaoBotoes{
	display: table;
	margin: 0 auto;
	width: 100%;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius:none;
}

.acaoBotoes svg{
	width: 20px;
    height: 17px;
    margin: 1px 0 0 0;
}


.acaoBotoes p{
    display: inline-block;
}


.tratamentoBotao{
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:auto;
	text-align: center;
    padding: 20% 40%;
	color:black;

}

/* .tratamentoBotao:focus{
	background-color: rgb(231, 199, 18);
} */


.tratamentoBotao:visited{
	background-color: rgb(231, 199, 18);
}


.active {
	background-color: rgb(231, 199, 18);
}

.btDireita{
	float:right;
}

.btEsquerda{
	float:left;
}

.btCentro{
	text-align: center;
}

.palletBotao{

	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
	text-align: center;
	width: 130px;
	height: 60px;
	color: black;
}


.formAlojamento{

	width:auto;


}

.alojamento{
	overflow: hidden;
	margin: 0 0 12px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.alojamento li{
	font-size: 1.8rem;
	line-height: 150%;
	width: 48%;
	margin: 0 0 8px 0;
}

.alojamento li:nth-child(3){
	padding: 0;
}

.alojamento li:nth-child(3){
	float: none;
	width: 100%;
	clear: both;
	padding: 0;
}

.alojamento li:nth-child(3) div{
	background-color: #F6C190;
    border-color: #933B00;
}

.alojamento li:nth-child(4){
	padding: 0;
}

.alojamento li:nth-child(4){
	float: none;
	width: 100%;
	clear: both;
	padding: 0;
}

.alojamento li:nth-child(4) div{
	background-color: #F6C190;
    border-color: #933B00;
}


.alojamento li > div{
	border-radius: 2px;
    color: #505050;
    background-color: #ECECEC;
    border: 1px solid #CCC;
    padding: 8px 0;
    padding: 8px;
    overflow: hidden;
    
}

.alojamento > div.proximoTrato, .alojamento > div.listaTratos {
	width: 100%;
}

.alojamento > div.proximoTrato > li, .alojamento > div.listaTratos > li {
	width: 100%;
}

.alojamento > div.proximoTrato > li > div {
    background-color: #F6C190;
    border-color: #933B00;
}

.alojamento > div.proximoTrato > li > div p{
	color: #933B00;
}

.tratamento{
	overflow: hidden;
	margin: 0 0 12px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.tratamento li{
	font-size: 1.8rem;
	line-height: 150%;
	width: 100%;
	margin: 0 0 8px 0;
}


.tratamento li > div{
	border-radius: 2px;
    color: #505050;
	background-color: #F6C190;
    border-color: #933B00;
    border: 1px solid #933B00;
    padding: 8px 0;
    padding: 8px;
    overflow: hidden;
    
}

.tratamento > div.proximoTrato, .tratamento > div.listaTratos {
	width: 100%;
}

.tratamento > div.proximoTrato > li, .tratamento > div.listaTratos > li {
	width: 100%;
}

.tratamento > div.proximoTrato > li > div {
    background-color: #F6C190;
    border-color: #933B00;
}

.tratamento > div.proximoTrato > li > div p{
	color: #933B00;
}

/* .controleequipamentos i{
	float: none;
	line-height:32px;
	display: block;
	font-size: 3rem;
	margin-bottom: 4px;
} */

.quadros{
	padding: 5px;
/* 	 border: solid 1px #ECECEC; */
   cursor: pointer;
}

.quadros p{
   font-size: 16px;
}

.separador-quadros{
	border-top: 1px solid #CCC;
}

.analise{
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-grow: 0;
}

.analise li{
	width: 49%;
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 8px;
}

.analise .indicador{
	float: left;
	width: 6px;
    font-size: 26px;
}

.analise li:last-child{
	margin: 0 auto 8px auto;
}

.analise li:nth-child(even){
	margin: 0 0 8px 0;
}

.analise li > div{
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
	border-bottom-width: 12px;
	border-bottom-color: #193E50;
	background-color: #ECECEC;
	padding: 4px 0 4px 0;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
	min-width: 125px;
}

.analise li:nth-child(1) > div{
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
	border-bottom-width: 12px;
	border-bottom-color: #193E50;
	background-color: #ECECEC;
	padding: 4px 0 4px 0;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
	min-width: 125px;
}


.analise li:nth-child(2) > div{
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
	border-bottom-width: 12px;
	border-bottom-color: rgb(231, 199, 18);
	background-color: #ECECEC;
	padding: 4px 0 4px 0;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
	min-width: 125px;
}

.analise li > div.bom{
	border-bottom-color: #006600;
}

.analise li > div.medio{
	border-bottom-color: #FFA500;
}

.analise li > div.ruim{
	border-bottom-color: #FFA500;
}

.analise li > div.excelente{
	border-bottom-color: #339933;
}

.analise li > div.pessimo{
	border-bottom-color: #700;
}

.analise li span{
	font-size: 2.7rem;
	font-weight: 600;
}

.analise li p{
	display: none;
}

.analise li small{
	font-weight: normal;
	font-size: 1.3rem;
}

.analise li span{
	float: left;
	margin-left: 8px;
	line-height: 40px;
	min-height: 43px;
}

.analise li i{
	font-size: 2.4rem;
	display: block;
	line-height: 40px;
	float: right;
	margin-right: 8px;
}

.material-this {
	color: #505050;
}

.material-confirm {
	color: #FFFFFF;
}

h4.separador-sublg {
    border-bottom: 1px dotted #CCC;
    padding-bottom: 0px;
    padding-top: 12px;
    margin-bottom: 24px;
    text-align: right;
}

h4.separador-sub {
	border-bottom: 1px dotted #CCC;
	padding-bottom: 2px;
	padding-top: 0px;
	margin-bottom: 2px;
	text-align: right;
}

.anuidade-box {
	background: white;
	border-radius: 12px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	padding: 24px;
	/* max-width: 400px; */
	width: 100%;

}

.anuidade-info {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 15px;
	span{
		font-size: 16px;
	}

}

.suporte-duvidas {
	margin-top: 20px;
	width: 100%;
	display: flex;
	flex-direction: column;
	text-align: center;
	span {
		font-size: 12px;
	}
	a{
		margin-top:15px;
		font-size: 12px;
	}
}

.input-style {
	min-height: 45px;
	border: 1px solid #767676;
}

.financeiro-div {
	padding: 8px 8px 70px 8px !important;
	background-color: #FFF;
}

.financeiro-tabela {
	width: 100%;
	font-size: 1.6rem;
	border-collapse: collapse;

	th {
		text-align: center;
		background-color: #f0f4f8;
		color: #2c3e50;
	}

	tr {
	}
	
}

.financeiro-tabela input {
	width: 100%;
	box-sizing: border-box;
	
	border: 1px solid transparent;
	background-color: #f9f9f9;
	
	transition: border-color 0.2s, background-color 0.2s;
	font: inherit;
  }
  
.financeiro-tabela th {
	background-color: #d6d6d6;
}

/* Indicate editability on hover/focus */
.financeiro-tabela input:hover,
.financeiro-tabela input:focus {
	border-color: #66afe9;
	background-color: #fff;
	outline: none;
}

input.edited {
	border: 1px solid #007bff;
	background-color: #eef6ff;
}

select.edited {
	border: 1px solid #007bff;
	background-color: #eef6ff;
}

.invalid-input {
	border: 1px solid #cf0000 !important;
	background-color: #eef6ff !important;
}

.anuidade-pendencia {
	background-color: #fff3cd;
	color: #856404;
	padding: 12px 16px;
	border: 1px solid #ffeeba;
	border-radius: 4px;
	margin: 10px 0;
	font-family: sans-serif;
    font-size: 20px;
}


.card {
	background: white;
	border-radius: 12px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	padding: 24px 24px 50px 24px;
	/* max-width: 400px; */
	width: 95%;
	justify-self: center;
	margin: 10px 10px 10px 10px;
}

.title {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 16px;
}

.info-row {
	margin-bottom: 8px;
	font-size: 1.6rem;
}

.info-label {
	font-weight: bold;
	font-size: 1.6rem;
}

hr {
	margin: 20px 0;
	border: none;
	border-top: 1px solid #ddd;
}

.pix-box {
	background: #f0f0f0;
	border-radius: 6px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	word-break: break-all;
	margin-bottom: 8px;
}

.pix-logo {
	height: 50px;
	margin-right: 10px;
}

.button {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #1d3557;
	color: white;
	padding: 12px;
	border: none;
	border-radius: 8px;
	font-weight: bold;
	text-decoration: none;
	margin: 12px 0;
	font-size: 1.2rem
}

.olist-logo {
	width: 40%;
}

.whatsapp {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #25D366;
	font-weight: bold;
	margin-top: 16px;
}

.whatsapp-icon {
	height: 20px;
	margin-right: 6px;
}

.copy-btn {
	cursor: pointer;
	font-size: 0.9rem;
	color: #0066cc;
	background: none;
	border: none;
}

.pix-box {
	background: #f0f0f0;
	border-radius: 6px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	word-break: break-all;
	gap: 8px;
}

#pix-code {
	font-size: 1.6rem;
}

.copy-icon {
	cursor: pointer;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	opacity: 0.7;
	transition: opacity 0.2s ease;
}

.copy-icon:hover {
	opacity: 1;	
}

.copy-icon:active {
	filter: brightness(0.8);
}

.pix-box:has(.copy-icon:active) {
	background-color: #e0e0e0; /* darker shade during press */
}
  

.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button:nth-child(2) {
	font-size: 20px;
}

.tf-msg {
	font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
	line-height: 1.5;
	color: #1a1a1a;
	background: #fff;
	padding: 16px;
	max-width: 720px;
	margin: 0 auto;
	/* text-align: justify; */
}
.tf-msg p { margin: 0 0 12px; }
.tf-msg .strong { font-weight: 600; }

.tf-msg a { display: inline-block; }

.avisos li { list-style: none; }
  .log-icon {
    display: inline-block;
    width: 14px; height: 14px;
    border-radius: 50%;
    border: 1px solid #555;
    text-align: center;
    font: 11px/14px system-ui, sans-serif;
    cursor: help;
    position: relative;
    margin-left: 6px;
    user-select: none;
  }
  .log-icon::before { content: "i"; }

  /* Tooltip simples via CSS */
  .log-icon[data-tip]:hover::after {
    content: attr(data-tip);
    position: absolute;
    left: 50%; top: 100%;
    transform: translateX(-50%);
    white-space: pre;         /* preserva \n */
    background: #111; color: #fff;
    padding: 6px 8px; border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,.18);
    font-size: 12px;
    margin-top: 8px;
    z-index: 9999;
  }
  .log-icon[data-tip]:hover::before {
    content: "";
    position: absolute;
    left: 50%; top: 100%;
    transform: translate(-50%, 2px);
    border: 6px solid transparent;
    border-bottom: none;
    border-top-color: #111;
  }

ul.alojamento li.col-2 {
    flex: 0 0 100%;
}

/* --- DESPESCA (novo quadro, igual biometria/ração) --- */

.despescaQuadro {
    max-height: 260px;
    overflow-y: auto;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 4px;
    padding: 8px;
}

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

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

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

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

/* Grid de campos (igual biometria e ração) */
.despescaGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 4px;
    column-gap: 8px;
}

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

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

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

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

/* Barra de navegação igual biometria/ração */
.despescaNav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
}

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

/* Ícones de editar e remover */
.despescaNavEdit,
.despescaNavDelete {
    font-size: 16px;
    cursor: pointer;
    background: none;
    border: none;
}

@media screen and (max-width:600px){

    /* Oculta o botão "abrir submenu" */
    #detalhes .submenu > li:first-child {
        display: none !important;
    }

    /* Submenu como barra horizontal flexível */
    #detalhes .submenu {
        height: 48px !important;
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: stretch !important;
        padding: 0 !important;
        width: 100% !important;
        bottom: 0;
        top: auto;
        overflow: hidden;
    }

    #detalhes .submenu > li {
        flex: 1 1 auto !important;
        display: flex !important;
    }

    #detalhes .submenu > li > a {
        flex: 1 1 auto !important;
        text-align: center !important;
        border-top: 2px solid #193e50;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

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

/* ===== Ocultar textos do submenu (somente no mobile) ===== */
@media screen and (max-width:600px){
    #detalhes .submenu a span {
        display: none !important;
    }
}
