<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	margin: 0px;
	min-height: 100vh;
	font-family: Helvetica !important;
	background: #f0f3f4 !important;
}
/* -------------- Grupo --------------- */
#divbuscagrupo{
	display: flex;
}
.divbuscagrupo{
	display: flex;
}
.nomegrupo{
	margin-top: -3px;
	border: 1px solid #cacaca;
	border-radius:5px;
	width: calc(100% - 45px);
	margin-right: 10px;
}
/*---------------- end-----------------*/

/* ----- FÃ³mulas complementares------- */
.scroll_tabela{
	height: 390px;
	overflow: auto; 
}

.scroll_tabela {
	scrollbar-width: thin;
	scrollbar-color: #669591 #d3d3d3;
}
  
.scroll_tabela::-webkit-scrollbar {
	width: 12px;
}
  
.scroll_tabela::-webkit-scrollbar-track {
	background: transparent;
}
  
.scroll_tabela::-webkit-scrollbar-thumb {
	background-color:#669591;
	border-radius: 10px;
	border: 2px solid #ffffff;
}
.triangulo {
	position: relative;
	z-index: 9999999;
	width: 0 !important;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 22px solid #000000;
	padding: 0 !important;
} 

/* ------------------ Atributos ------------- */
.texto_atributo{
	font-size: 12px;
	color: #5a5a5a;
}
.primero_plano{
	background-color:#e6e6e6; 
}
.guia_formula{
	width: 10%;
	height: 50px;
	text-align: center;
	font-size: 12px;
}
.guia_validacao{
	width: 10%;
	height: 50px;
	text-align: center;
	font-size: 12px;
}
.guia_atributos{
	width: 10%;
	height: 50px;
	text-align: center;
	font-size: 12px;
} 
.ce{
	margin-top: 20px;
	color: #005e56;
}
/*-----------------end----------------*/


/*----------Estilos GenÃ©ricos----------*/
.flex {
	display: flex;
}

.block {
	display: block;
}

.gap-20 {
	display: flex;
	gap: 20px;
}

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

.align_items-center {
	display: flex;
	align-items: center;
}

.flex-grow {
	flex-grow: 1;
}

.nowrap {
	flex-wrap: nowrap;
}

.td-0 {
	width: 0 !important; 
	padding: 0 !important;
}

.w-20 {
	width: 20%;
}

.w_pc-24 {
	width: 24.3%;
}

.w_pc-80 {
	width: 80%;
}

.w-17 {
	width: 17.5px;
}

.w_pc-4 {
	width: 4.3%;
}

.w-100 {
	width: 100%;
}

/* nao usado */
.max_w-500 {
	max-width: 500px;
}

.max_w-227 {
	max-width: 227px;
}

.padd-0 {
	padding: 0;
}

.padd-0_10 {
	padding: 0 10px;
}

.padd-0_20 {
	padding: 0 20px;
}

.padd-8_8 {
	padding: 8px 8px !important;
}

.padd-4_5 {
	padding: 4px 5px;
}

.padd_top-12 {
	padding-top: 12px;
}

.padd_top-15 {
	padding-top: 15px;
}

.padd_top-20 {
	padding-top: 20px;
}

.padd_bot-20 {
	padding-bottom: 20px;
}

.bord_top-1_s {
	border-top: 1px solid rgba(0, 0, 0, .12);
}

.bord_bot-1_s {
	border-bottom: 1px solid rgba(0, 0, 0, .12);
}

.bord_rad-5 {
	border-radius: 5px;
	overflow: hidden;
}

.noborder {
	border: 0;
}

.marg_bot-0 {
	margin-bottom: 0;
}

.marg_bot-1rem {
	margin-bottom: 1rem;
}


.txt_align-center {
	text-align: center;
}

.font_size-8 {
	font-size: 8px;
}

.word_wrap {
	overflow-wrap: break-word;
}
/*-----------------end----------------*/


/*----------Referencia iframe---------*/
.accordion_header {
	border-radius: 5px 5px 0 0 !important;
	border: 0;
}

#btn_modalReferencia {
	margin-right: 10px;
}
.centro{
	display: grid;
	place-items: center;
}

/*-----------------end----------------*/
/*----------Referencia iframe---------*/
#btn_mudagrafico,
#btn_apresentAvancado,
#searchIframe {
	margin-right: 10px;
}
/*-----------------end----------------*/

.ul_sem_format {
	margin-left: 0;
	margin-bottom: 0;
    background: #fefefe;
    list-style-type: none;
}

.horizontal {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.tabs-content.no-tab {
	background: none;
	padding: 0px;
	border: 0px;
}

.tabs-content.no-tab .tabs-panel {
	padding: 0px;
}

.off-canvas-wrapper {
	min-height: 100vh;
}

#wrap {
	width: 100%;
	height: 100%;
}

#error_apache {
	margin-top: 2rem;
	font-size: 1.3rem;
}

.reveal-overlay {
	overflow-y: auto;
}

.error_icon {
	display: block;
	text-align: center;
	font-size: 10rem;
	padding-top: 1rem;
	color: #666;
}

#calloutMensagem {
	position: fixed;
	width: inherit;
}

.alterar_senha,
.cadastrar_senha {
	width: 49%;
	display: inline-block;
}

.cadastrar_senha {
	text-align: right;
}

#mensagem {
	width: 55%;
	margin: 0px auto;
	top: 25px;
	z-index: 9999999999999;
}

.logo {
	max-width: 160px;
	max-height: 50px;
	margin-left: 10px;
}

.img-user {
	width: 45px;
	max-height: 45px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-right: 5px;
}

.show {
	transition: .25s ease-out;
	display: block !important;
}

#usrAr {
	margin-right: 15px;
	cursor: default;
}

#usrAr span {
	cursor: pointer;
}

#openFlagDropdown {
	min-width: 40px;
}

#openFlagDropdown div {
	width: 30px;
	height: 19px;
}

#modalLogin {
	width: 600px;
	height: auto;
	min-height: auto;
}

#flagdropdown {
	width: auto;
	transform: translate(0px, 50px);
	text-align: left;
	padding: 0.1rem;
	border: 1px inherit;  /* 1px solid #fcfcfc; borda branca */
	border-radius: .25rem;
	box-shadow: 0 0.46875rem 2.1875rem rgba(13,16,45,0.03), 0 0.9375rem 1.40625rem rgba(13,16,45,0.03), 0 0.25rem 0.53125rem rgba(13,16,45,0.05), 0 0.125rem 0.1875rem rgba(13,16,45,0.03);
	background: inherit ; /* #fff; fundo branco */
}

.closeFlagDropdown {
	display: flex;
	align-items: center;
	background: inherit ; /* #929292;  fundo cinza */
	border: 1px; /* 0px solid #fff; borda branca*/
	cursor: pointer;
	transition: .25s ease-out;
	border-radius: 0px;
	padding: 0px;
	color: inherit;
}

.closeFlagDropdown:hover {
	filter: brightness(110%);
}

.closeFlagDropdown span {
	min-width: 90px;
	padding: 3px;
}

.openDropdown span,
.openDropdown i {
	color: #fff !important;
	transition: .25s ease-out;
}

.openDropdown span:hover,
.openDropdown span:hover i,
#openFlagDropdown:hover i {
	color: #209e91 !important;
}

.dropdown {
	position: absolute;
	display: none;
	top: 0;
	right: 0;
	transform: translate(0px, 50px);
	width: 21.5rem;
	text-align: left;
	padding: 0.5rem;
	padding-bottom: 0.8rem;
	border: 1px solid #fcfcfc;
	border-radius: .25rem;
	box-shadow: 0 0.46875rem 2.1875rem rgba(13,16,45,0.03), 0 0.9375rem 1.40625rem rgba(13,16,45,0.03), 0 0.25rem 0.53125rem rgba(13,16,45,0.05), 0 0.125rem 0.1875rem rgba(13,16,45,0.03);
	background: #fff;
}

.dropdown .close-button {
	right: 0.5rem;
	top: 0rem;
}

.dropdown hr {
	margin: 0.3rem;
}

.dropdown ul {
	padding: 0px;
	margin: 0px;
}

.dropdown ul li {
	list-style: none;
}

.dropdown ul li a {
	padding: 0.3rem;
	display: block;
	transition: .25s ease-out;
}

.dropdown ul li a i {
	width: 20px;
	margin-right: 0.7rem;
}

#dropdown ul li a:hover {
	background: #eaeaea;
}

#lang {
	position: absolute;
	margin-top: 5px;
	right: 5px;
	background: #a2a2a2;
}

#l_lang {
	width: 200px;
	padding: 0;
}

#l_lang button {
	width: 100%;
	text-align: left;
	margin-bottom: 3px;
}

#mensagem_valid {
	font-size: 2rem;
	display: block;
}

.lnk_vld {
	display: block;
	padding: 0.5rem;
}

.lnk_vld:hover {
	background: #eaeaea;
}

#ltxt {
	text-transform: uppercase;
}

.area_recaptcha {
	width: 300px;
	margin: 0px auto;
	margin-bottom: 10px;
}

#erro_captcha {
	margin-top: 0px;
}

.name-user {
	display: inline-block;
	color: #666666;
	font-size: 1.3rem;
}

.head_user {
	display: flex;
	align-items: center;
	margin-top: 0.5rem;
}

.title-bar {
	height: 67px;
	background: #dddddd;
	box-shadow: 2px 0 3px rgba(0,0,0,.5);
	z-index: 9;
}

.title-bar-right {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.menu-left {
	width: 100%;
	/*height: calc(100vh - 67px);*/
	padding-top: 20px;
}

#filtros_tab {
	margin-left: 0px;
	margin-right: 0px;
}

.open_modalCaract * {
	pointer-events: none;
}

.menu-left.menu-sist {
	height: 100vh;
}

.menu-style {
	background: #dddddd;
}

.menu-style a {
	color: #000;
	transition: color .25s ease-out;
}

.menu-style a:hover:not(.active) {
	color: #209e91;
}

.menu-openoff {
	display: inline;
}

.menu-openoff:hover {
	cursor: pointer;
}

.menu-openoff:hover .menu-icon:after {
	background: #209e91 !important;
	box-shadow: 0 7px 0 #209e91, 0 14px 0 #209e91 !important;
	transition: all .25s .0s;
}

.menu-left .simplebar-scrollbar:before {
	background: #209e91;
}

#content .simplebar-scrollbar:before,
#modalLinha .simplebar-scrollbar:before {
	background: #275752;
}

.simplebar-scrollbar.simplebar-visible:before {
	opacity: 0.7;
}

a.button-heading:focus,
a.button:focus {
	color: #fff;
}

.link-text span {
	width: calc(100% - 20px);
	display: inline-block;
}

.link-text.active {
	background: #005e56;
}

.link-text i {
	transition: transform .25s ease-out;
}

.link-text.link-expanded i {
	transform: rotate(180deg);
}

.link-expanded ul {
	display: block !important;
}

.nested {
	border-left: 1px solid #209e91;
}

#content {
	width: calc(100% - 200px);
	min-height: calc(100vh - 67px);
	padding: 15px 24px;
	overflow-x: hidden;
}

#content.full {
	width: 100%;
}

#content.dp_flex,
.content-login.dp_flex {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.content-login.dp_flex {
	height: calc(100vh - 67px);
	padding: 10px 0px;
	overflow-x: hidden;
	width: 100%;
}

.content-login .grid-x {
	width: 100%;
}

#board-filtro,
#area_amt {
	outline: none !important;
	border: 1px solid #e6e6e6;
	border-top: 0;
	background: #fefefe;
}

#content .cell,
.content-modal .cell,
.content-login .cell,
#panel_variaveis .cell,
#panel_variaveis_2 .cell,
#form_tag .cell,
#area_amt .cell,
#panel_bomba .cell,
#form_bomba .cell,
#panel_motor .cell,
#form_motor .cell,
#panel_material .cell,
#panel_pcalc .cell,
#panel_fcomp .cell,
#form_material .cell {
	padding: 0px 10px;
}

#area_amt .cell-filtro-complementar {
	padding: 0px;
}

.no-padding {
	padding: 0px !important;
}

.content-login .form-login {
	margin-top: 3rem;
}

.relative {
	position: relative;
	padding: 0px !important;
}

.alert-box {
	width: 100%;
	position: absolute;
	z-index: 9999999;
	/*top: 4px;*/
	box-shadow: 0 5px 5px 0 rgba(0,0,0,.25);
	border-radius: 5px;
}

.button.alert {
	background-color: #cc4b37 !important;
}

.button.alert:focus, .button.alert:hover {
	background-color: #a53b2a !important;
}

.reveal {
	background: #f0f3f4;
}

.grid-user {
	padding-top: 1rem;
}

#modalAltUsr #main-preview {
	cursor: default;
}

.cell-panel,
.grid-user {
	background-color: #fff;
	box-shadow: 0 5px 5px 0 rgba(0,0,0,.25);
	border-radius: 5px;
	margin-bottom: 21px;
	overflow: hidden;
}

.cell-panel.border-login {
	border: 1px solid hsla(0,0%,4%,.25)
}

.content-login h3 {
	color: #666;
	border-bottom: 1px solid rgba(0,0,0,.12);
	font-size: 2rem;
	padding: 14px 22px 7px;
	text-align: center;
}

.content-login .cell-panel {
	padding-bottom: 20px !important;
}

.content-top {
	margin-top: 15px;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 18px;
}

.header_sistema{
	margin-top: 15px;
	width: 100%;
	padding-bottom: 18px;

	.bttn_link {
		position: absolute;
		right: 2%;
		transform: translateY(-50%);
	}
}

.header_sistema_submenu {
	margin-top: 15px;
	padding-bottom: 18px;
	overflow-wrap: break-word;
	flex-wrap: wrap;

	.titulo {
		width: 36.5%;
		padding-right: 20px;
	}
}

#content h1, .h1 {
	font-weight: 700;
	color: #666;
	width: auto;
	margin: 0;
	padding: 0;
	font-size: 1.5rem;
	/*text-transform: uppercase;*/
}

.content-middle {
	margin-left: -10px;
	margin-right: -10px;
}

.content-share {
	margin: 0px !important;
}

/* nao usado */
.lista-submenu {
    min-width: 380px;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    border-left: 1px solid rgba(0, 0, 0, .12);
}

.table_editar {
	width: 5%;
}

.table_deletar {
	width: 5%;
}

.panel-heading {
	color: #666;
	border-bottom: 1px solid rgba(0,0,0,.12);
	font-size: 1rem;
	padding: 14px 22px 7px;
}


.panel-heading h1 {
	margin-bottom: 0px;
	overflow: auto;
}

.panel-heading h3 {
	margin-bottom: 0px;
	overflow: auto;
}


.panel-heading h4 {
	margin-bottom: 0px;
	overflow: auto;
}

#panel-board-filtro-close .panel-heading h3 {
	overflow: inherit;
}

.panel-footer {
	border-top: 1px solid rgba(0,0,0,.12);
	padding: 0px !important;
	padding-top: 12px !important;
}

.panel-footer-submenu {
	padding: 0px !important;
}

.panel-title {
	font-weight: 400;
	font-size: 1rem;
	text-transform: uppercase;
}

.panel-title span:not(.change_lng) {
	float: right;
	font-size: 0.8rem;
	font-style: italic;
}

#modalOpcoesFiltro .panel-title span {
	float: none;
}

.panel-body {
	padding: 15px 22px;
	display: flex;
}

.select-plus {
	width: calc(100% - 52px);
	margin-right: 10px;
}

.paginate_button, .paginate_button a {
	background: none !important;
}

table thead th {
	padding: .4rem .625rem;
	color: #3a3838;
}

table tbody td {
	padding: .6rem .625rem .6rem;
	color: #666;
	line-height: 1;
}

table.with-datatable tbody td {
	line-height: 1.3;
}

table.with-link tbody td {
	padding: 0px;
}

table.with-link.datatable tbody td {
	padding: 0px 8px;
}

table tbody td i.success-icon,
table tbody td i.alert-icon {
	font-size: 1.3rem;
}

.success-icon {
	color: #90b901;
}

.alert-icon {
	color: #e85757;
}

.bottom-zero {
	margin-bottom: 0px;
}

table a {
	padding: .6rem .625rem .6rem;
	display: block;
	color: #666;
}

table a.has_image {
	padding: 0px;
}

table tr:hover a {
	color: #1468a0;
}

label {
	color: #666;
}

[type=email], [type=tel], [type=number], [type=password], [type=color], [type=text], textarea, select {
	border-radius: 5px;
}

.grid-x .grid-x {
	margin-left: -10px;
	margin-right: -10px;
}

.grid-x .grid-x.div_hidden {
	margin: 0px;
}

.switch-active {
	left: 10%;
}

.switch-inactive {
	right: 10%;
}

.upload-image {
	position: relative;
	margin-bottom: 1rem;
	max-width: 205.5px;
}

.upload-image label {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-bottom: 0;
	border-radius: 100%;
	background: #fff;
	border: 1px solid transparent;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	transition: all .25s ease-in-out;
	position: absolute;
	right: -12px;
	top: -12px;
	z-index: 4;
	/*z-index: 9;*/
}

.upload-image label:hover {
	background: #f1f1f1;
	border-color: #d6d6d6;
}

.upload-image label i {
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
}

.upload-image input {
	display: none;
}

.image-preview {
	width: 100%;
	min-height: 192px;
	position: relative;
	border-radius: 5px;
	border: 4px solid #f8f8f8;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	transition: .25s ease-out;
	background-size: 101% !important;
	background-position: center !important;
	background-color: #f8f8f8 !important;
}

.image-preview:hover {
	border: 4px solid #e7e7e7;
	background-color: #e7e7e7 !important;
}

table .image-preview {
	width: auto;
	min-height: 30px;
}

.limited-equal {
	height: 900px;
	overflow: hidden;
}

.limited-equal.limited-minor {
	height: 480px;
}

.height-limited {
	height: 40px;
}

.table-append {
	height: 410px;
}

.limited-minor .table-append {
	height: 350px;
}

.table-append-linha {
	height: 460px;
	/*height: 390px;*/
}

.table-linha-atributos {
	height: 600px;
	margin-bottom: 20px;
}

.table-filtro {
	height: 460px;
}

.reveal h2,
#modalIrrigacao h2 {
	text-align: center;
	color: #666;
	font-size: 1.8rem;
	border-bottom: 1px solid rgba(0, 0, 0, .12);
}

#modalTesteFormula h4 {
	text-align: center;
	color: #666;
	font-size: 1.2rem;
	margin-top: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, .12);
}

.button-heading {
	padding: 8px 10px;
	color: #fff;
	cursor: pointer;
	transition: .25s ease-out;
	font-size: 0.9rem;
	text-transform: none;
}

a.button-heading {
	padding: 5px 10px;
}

.button-heading:hover {
	color: #fff;
}

.adjust-margin-top {
	margin-top: -3px;
}

.panel-closed .panel-body {
	display: none;
}

.panel-open {
	cursor: pointer;
	transition: .25s ease-out;
	border-radius: 5px;
	color: #fff;
	background: #1779ba;
}

.panel-open:hover {
	background: #14679e;
}

.limit-span-box {
	position: relative;
	height: 25px;
}

.limit-span-box:hover {
	z-index: 2;
}

.limit-div-box {
	position: relative;
	z-index: 1;
}

.limit-span-box .input-group-field,
.limit-span-box .input-group-label {
	height: 2.4375rem;
}

.limit-span {
	display: block;
	width: 100%;
	max-height: 25px;
	overflow: hidden;
	background: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.limit-span:hover {
	position: absolute;
	max-height: initial;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	white-space: normal;
}

.label-like {
	cursor: default;
	color: #666;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.8;
	margin: 0px;
	display: block;
	max-height: 25px;
	overflow: auto;
}

.image-aplicacao {
	overflow: hidden;
	position: relative;
	margin-bottom: 1rem;
	padding: 5px;
	border-radius: 5px;
	border: 4px solid #f8f8f8;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	transition: .25s ease-out;
	background-size: 101% !important;
	background-position: center !important;
	background-color: #f8f8f8 !important;
}

.image-view {
	height: 360px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.checkbox-area label {
	cursor: pointer;
	transition: .25s ease-out;
	display: inline-block;
	width: 125px;
}

label&gt;[type=checkbox] {
	margin: 0px 3px;
	cursor: pointer;
}

.checkbox-area input {
	margin-bottom: 0px;
}

.checkbox-area label:hover {
	background: #1779ba;
	color: #fff;
}

.grid-title {
	padding: 2px 5px;
	font-size: 1rem;
	color: #666;
	border-bottom: 1px solid rgba(0,0,0,.12);
}

.cell-conexoes label {
	position: relative;
}

.image-conexao {
	background: #616161;
	height: 65px;
	display: none;
	transition: .25s ease-out;
	position: absolute;
	border: 1px solid transparent;
	top: -94px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	z-index: 3;
	overflow: hidden;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
	align-items: center;
}

.image-conexao img {
	max-height: 64px;
	margin: 0px auto;
	display: block;
}

.cell-conexoes input:focus ~ .image-conexao,
.cell-conexoes input:hover ~ .image-conexao {
	display: flex !important;
}

.cell-image-aplicacao {
	height: 100%;
	padding-top: 16px !important;
	padding-bottom: 16px !important;
}

.agrupamento_menu {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-content: space-between;
}

.agrupamento_menu span {
	margin-top: 10px;
	padding-top: 5px;
	font-size: 1.2rem;
}

.image_lst_submenu {
	width: 200px;
	height: 200px;
}

.image_menu {
	margin: 30px 70px;
	width: 440px;
	height: 490px;
}

.agrupamento_menu.lista_aplicacao .image_menu {
	margin: 10px 10px;
	width: 220px;
	height: 280px;
}

.agrupamento_menu .image-aplicacao {
	border: 0px;
	padding: 0px;
}

.menu_size_full .image_menu {
	margin: 20px 50px;
}

.image_menu, .image_submenu { 
	a {
		flex-wrap: wrap;
		justify-content: center;
		transition: .25s ease-out;
		padding: 9px;
		height: 100%;
		width: 100%;
	}
}


/* -------------------------- lista de aplicaÃ§Ãµes -------------------------- */
.container_lst_aplicacao {
	padding: 30px;
	gap: 25px;

	.container_img {
		margin-top: 10px;
		margin-left: 10px;
	}

	.container_lst {
		min-width: 40%;
	}

	.aplicacao {
		border-bottom: 4px dotted rgba(0, 0, 0, .12);
		padding: 10px 0;

		a {
			display: block;
			padding: 5px 10px;
			transition: all .25s ease-out;
		}
	}

	.lst_aplicacao {
		color: #666;
		font-size: 1.2rem;
	}

	.bttn_link {
		position: absolute;
		right: 2%;
	}
}
/* -------------------------- lista de aplicaÃ§Ãµes -------------------------- */


/* -------------------------- Pesquisa de submenu -------------------------- */
/* Inicio caixa de pesquisa. */
.div_pesquisa {
	display: flex;
	width: 500px;
	position: relative;

	.bttn_pesquisa {
		background-image: url('/static/htdocs/images/lupa.svg');
		background-repeat: no-repeat;
		background-size: contain;
		width: 25px;
		height: 25px;
		opacity: 0.3;
		cursor: pointer;
		transition: .25s ease-out;

		position: absolute;
		right: 2%;
		top: 6px;
	}

	.bttn_pesquisa:hover {
		opacity: 1;
	}
}

.barra_pesquisa {
	border-radius: 8px;
	padding-right: 30px;
/*	margin: 15px 0 18px;*/
}
/* Fim caixa de pesquisa */

/* Inicio painel pesquisa */
.panel_pesquisa {
	width: 35%;
	margin-top: 30px;
}

.titulo_pesquisa {
	padding: 30px 40px;
}

.lista-pesquisa {
	padding: 0 40px;
}

.container-pesquisa {
	margin-bottom: 60px;
	display: flex;
}

.img_pesquisa {
	width: 100px;
	height: 100px;
}

.link-pesquisa {
	border-bottom: 4px dotted rgba(0, 0, 0, .5);
	margin-left: 30px;
	flex-grow: 1;

	p {
		font-size: 18px;
		margin-bottom: 0;
	}

	a {
		display: block;
		transition: .25s ease-out;
		padding: 5px 10px 10px;
		margin-top: 10px;
	}

	a:hover {
		background-color: rgb(102, 149, 145);

		p, h3 {
			color: #fff;
		}
	}
}
/* Fim painel pesquisa */

/* Inicio painel pesquisa vazio */
.panel_pesquisa_vazia {
	width: 1000px;
	margin-top: 100px;
}

.panel_img_lupa {
	padding-top: 15px;
}

.img_pesquisa_vazia {
	width: 200px;
	height: 200px;
}

.atend_pesquisa_vazia {
	width: 500px;
}

.txt_pesquisa_vazia {
	margin: 0 0 0 50px;
	width: 80%;

	h2 {
		font-size: 35px;
        font-weight: 700;
	}

	p {
		margin: 30px 0 0 0;
		font-size: 30px;
		line-height: 1.4;
	}
}

.bttn_atend {
	width: 50%;
	height: 100px;
	border-radius: 30px;
	color: #fff;
	transition: .25s ease-out;
	align-items: center;
	justify-content: center;
	gap: 15px;

	.txt_bttn {
		font-size: 2.3rem;
		font-weight: 700;
	}
}

.div_bttn {
	margin-top: 50px;

	.bttn_atend:hover {
		color: #fff;
	}
}
/* Fim painel pesquisa vazio */
/* -------------------------- Pesquisa de submenu -------------------------- */


a.tp_open:hover, a.tc_open:hover {
	color: #fff;
}

a.tp_active,
a.tc_active,
a.tc_active h3,
tr.bm_selected,
tr.bm_selected a {
	color: #fff;
}

tr.bm_selected:hover a {
	color: #fff;
}

tr.bm_selected:hover {
	filter: brightness(110%);
}

.image_menu a { 
	img {
		width: 420px;
		height: 420px;
		max-width: 100%;
	}

	.div_img_menu {
		transition: .25s;
		max-height: 100%;
	}

	.block {
		max-height: 70px;
	}

	.dica_menu {
		display: none;
		margin-top: 10px;
	}
}

.div_img_hover {
	max-height: 250px !important;
	overflow: hidden;
}

.agrupamento_menu.lista_aplicacao .image_menu a img {
	width: 200px;
	height: 200px;
	max-width: 100%;
	max-height: 100%;
}

.agrupamento_menu .image-view {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.input-group&gt;:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.input-group-label:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.link-color {
	border: 1px solid #666;
	width: 80%;
	margin: 0px auto;
}

.frml_inpt {
	border-color: #4c4b4b;
}

.type_color {
	padding: 0px !important;
}

.cell-image-prev {
	padding-top: 16px !important;
}

#help-colors {
	position: relative;
}

#image-help-colors {
	border-radius: 5px;
	border: 4px solid #f8f8f8;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	max-height: 235px;
	display: block;
	margin: 0px auto;
	left: 0px;
	right: 0px;
	position: absolute;
	z-index: 10;
}

.with-link .no_register {
	text-align: center;
	padding: .6rem .625rem .6rem;
}

.send_end {
	display: flex;
	align-items: center;
}

.cell_height {
	min-height: 73px;
}

.flex_end {
	justify-content: flex-end;
}

.area_bloquear,
.area_bloquear_sub,
.input_bloquear {
	opacity: 0.5 !important;
	pointer-events: none !important;
	cursor: no-drop !important;
}

.bottom_end {
	margin-top: 100px;
}

.loading {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	align-items: center;
	z-index: 10000000;
	box-shadow: 0px 1000px 0px 1000px rgba(0, 0, 0, .6);
	background-color: rgba(0, 0, 0, .6);
}

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

.loading.showLoading {
	display: flex;
}

.showLoading img,
.loader_small {
	-webkit-animation: rotating 1.5s linear infinite;
	-moz-animation: rotating 1.5s linear infinite;
	-ms-animation: rotating 1.5s linear infinite;
	-o-animation: rotating 1.5s linear infinite;
	animation: rotating 1.5s linear infinite;
}

.is_valid {
	border-color: #a9c8a5 !important;
	background-color: #dff0d8 !important;
}

.is_not_valid {
	border-color: #c8a5a5 !important;
	background-color: #f0d8d8 !important;
}

.loader_small {
	width: 24px;
	margin-top: -4px;
	margin-left: 15px;
}

#help_vazao {
	position: relative;
	background: #efefef;
	border: 1px solid #d6d6d6;
	border-top: 0px;
	padding: 7px 15px 0px;
}

#help_vazao .limit-span {
	background: none !important;
}

#div_help_vazao {
	margin: 0 0 1rem;
}

#span_help_vazao {
	color: #666;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.8;
	cursor: pointer;
	transition: .25s ease-out;
}

#span_help_vazao:hover {
	color: #37ab5a;
}

#help_modal {
	padding: 0.6rem 0px 0.7rem;
	display: inline-block;
}

#graph_search-license-text,
#graph_search_rend-license-text,
#graph_npsh-license-text,
#graph_p-license-text,
#graph_n-license-text,
#graph_h-license-text {
	display: none !important;
}

#table_search_wrapper {
	overflow: auto;
}

#cell-search .cell-panel:last-child {
	margin-bottom: 0px !important;
}

#painel_tabela {
	padding: 10px;
}

.nome_filtro {
	float: none;
}

#div_linhas,
#area_campos_formula {
	background: #fff;
}

#area_campos_formula .cell {
	padding: 0rem .4rem;
}

#div_linhas label {
	cursor: pointer;
	padding: 4px 0px 4px 5px;
	width: 98%;
	margin: 0px auto;
	margin-top: 2px;
	transition: .25s ease-out;
}

#div_linhas label:hover {
	background: #f1f1f1 !important;
	color: #000 !important;
}

#div_linhas label.checked {
	background: #9a9a9a;
	color: #fff;
}

.handle {
	cursor: grab;
	transition: .25s ease-out;
	color: #7e7c7c;
}

.handle:hover,
.checked .handle {
	color: #000;
}

.grab-background-class {
	background-color: #5d5d5d !important;
}

.grab-background-class a {
	color: #fff !important;
}

.open_close {
	cursor: pointer;
	transition: .25s ease-out;
	background: #c7c7c7;
	padding: 0.6rem;
	color: #000;
	display: block;
	width: 100%;
	text-align: left;
}

.open_close:hover {
	color: #fff;
	background: #a8a8a8;
}

.open_close.div_expanded {
	color: #fff;
	background: #739fa8;
}

.open_close span {
	font-style: italic;
	font-size: 0.7rem;
	padding: 4px 7px 0px 0px;
}

.div_hidden {
	padding-top: 1rem;
	border: 1px solid rgba(0,0,0,.12);
	border-top: 0px;
}

.cell-filtro-complementar {
	margin-top: 1rem !important;
	margin-bottom: 2rem !important;
}

.div_expanded i {
	transform: rotate(180deg);
}

.grid-title i {
	transition: transform .25s ease-out;
}

.help_form {
	font-size: 0.6rem;
	font-style: italic;
}

.help_form.required {
	color: #ad0707;
}

.help_table {
	font-size: 0.8rem;
	font-style: italic;
}

.input_error {
	background-color: #f16161;
	color: #000;
}

.input_error:focus {
	background-color: #f78585;
	color: #000;
}

.input_error::placeholder {
	color: #FAA7A7;
}

.button_lnk {
	cursor: pointer;
	color: #666;
	display: block;
	width: 100%;
	text-align: left;
	padding: .6rem .625rem .6rem;
}

.button_lnk.text-center {
	text-align: center;
}

table .checkbox,
table label {
	padding: .6rem .625rem .6rem;
	cursor: pointer;
}

table.with-link td.dataTables_empty {
	padding: .6rem .625rem .6rem !important;
}

#table_linha_atributo tbody tr {
	transition: .25s ease-out;
}

#table_linha_atributo tr:hover {
	background: #cccbcb !important;
}

tr.checked label {
	color: #fff;
}

tr.checked:hover label {
	color: #666666;
}

tr.checked:nth-child(odd) {
	background: #1779ba;
}

tr.checked:nth-child(even) {
	background: #1E8DD7;
}

.disabled {
	pointer-events: none !important;
	cursor: default !important;
}

li.disabled {
	opacity: 0.5;
	background: #f1f1f1;
}

.area_table_prod_search th {
	text-align: center;
	font-size: 0.7rem;
	padding: .4rem .625rem;
	padding-right: 1rem;
	min-width: 100px;
}

.area_table_prod_search th:nth-child(2) {
	min-width: 350px;
}

.dataTables_scrollBody {
	max-height: 500px;
}

.chart_container_model {
	width: 100%;
	min-height: 350px;
}

.chart_container_product {
	width: 100%;
	min-height: 300px;
	border: 1px solid #e6e6e6;
	margin-bottom: 2rem;
}

.link_modal_produto {
	display: block;
	padding: 0.7rem 0px;
	font-size: .75rem;
}

#area_graph {
	max-height: 680px;
	padding-bottom: 15px;
}

#area_graph span {
	font-size: 1.4rem;
	color: #666666;
	text-align: center;
	display: block;
}

#historico_produto_wrapper div.dataTables_wrapper div.dataTables_filter label,
#historico_produto_wrapper .dataTables_filter,
div.dataTables_wrapper div.dataTables_filter label {
	float: none;
	text-align: left;
}

div.dataTables_wrapper div.dataTables_filter input {
	min-width: 280px;
}

.dataTables_filter {
	margin-bottom: 20px;
}

/*.area_table_search {
	max-height: 650px;
}*/

table.dataTable.DTFC_Cloned {
	margin-bottom: 0px !important;
}

.DTFC_LeftBodyWrapper table.dataTable.DTFC_Cloned {
	margin-top: 0px !important;
}

.DTFC_LeftHeadWrapper table.dataTable.no-footer,
.DTFC_LeftBodyLiner table.dataTable.no-footer {
	border-bottom: 0px;
}

.tabs-title&gt;a[aria-selected=false] {
	background: #fff !important;
}

.comparacao,
.comparacao_tubulacao {
	display: flex;
	background: #fff9f0;
	position: absolute;
	border: 1px solid #ffce4c;
	border-radius: 5px;
	z-index: 10;
	margin-top: -1rem;
	color: #040404;
	font-size: 0.7rem !important;
	width: 100%;
}

.comparacao_tubulacao {
	background: #f1fff0;
	border: 1px solid #4cff6e;
}

.comparacao div,
.comparacao_tubulacao div {
	padding: 0.4rem;
	line-height: 1.3;
}

.comparacao div span,
.comparacao_tubulacao div span {
	font-weight: bold;
	text-decoration: underline;
}

.comparacao .warn,
.comparacao_tubulacao .warn {
	display: flex;
	align-items: center;
	background: #ffc937;
	color: #fff;
}

.comparacao_tubulacao .warn {
	background: #37ff37;
	color: #000;
}

.calc-function {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#resultado-piscina {
	margin-top: 1rem;
}

.search_inputs {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}

.image-table,
.image-table img {
	max-height: 30px;
}

.user_info {
	display: block;
	margin-bottom: 1rem;
	font-size: 1.3rem;
}

.image-modal {
	display: block;
}

.regra_senha {
	width: 100%;
	position: absolute;
	background-color: #f9f9f9;
	border: 1px solid #c7c7c7;
	color: #4f4f4f;
	font-size: .9rem;
	z-index: 2;
	margin-top: -1rem;
}

.regra_senha span {
	width: 100%;
	min-height: 5px;
	padding: 5px !important;
	display: inline-block;
}

.regra_senha span.success {
	color: #46ac6a;
}

.regra_senha span.alert {
	color: #f16161;
}

#reset_pass label {
	position: relative;
}

.compara_requisitos.success {
	background: #46ac6a !important;
	color: #fff !important;
}

.compara_requisitos.alert {
	background: #f16161 !important;
	color: #fff !important;
}

.tox-statusbar__branding {
	display: none;
}

#modalImpressao {
	width: 1110px;
}

.tox-tinymce {
	margin: 0px auto;
	width: 1030px;
	min-height: 600px;
}

.textarea_dicionario {
	min-height: 140px;
}

.impressao_empresa .tox-tinymce {
	min-height: 270px;
}

.panel-btn-impressao {
	margin-top: 1rem;
}

.panel-btn-impressao .expanded {
	width: 95%;
	margin: 0px auto;
}

#tag_disponivel {
	width: 600px;
	max-height: 300px;
	overflow-x: scroll;
}

#tag_disponivel_2 {
	width: 600px;
	max-height: 300px;
	overflow-x: scroll;
}

#modalBomba {
	width: 1000px;
}

#modal_grafico {
	padding-bottom: 15px;
}

#modal_grafico .tabs-panel {
	min-height: 400px;
	overflow: auto;
}

#grid-slider {
	font-size: 0.8rem;
	transition: .25s ease-out;
}

#grid-slider .slider {
	margin-bottom: 1rem;
}

#grid-slider input {
	transition: .25s ease-out;
	height: 2rem;
	margin-right: 5px;
	width: 75px;
}

#grid-slider-h {
	font-size: 0.8rem;
	transition: .25s ease-out;
}

#grid-slider-h .slider {
	margin-bottom: 1rem;
}

#grid-slider-h input {
	transition: .25s ease-out;
	height: 2rem;
	margin-right: 5px;
	width: 75px;
}

.slider {
	transition: .25s ease-out;
	height: 0.2rem;
}

.slider-fill {
	transition: .25s ease-out;
	height: 0.2rem;
}

.slider-handle {
	transition: .25s ease-out;
	height: 0.4rem;
}

#grid-slider:hover input {
	border: 1px solid #cacaca;
	box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
}

#grid-slider:hover .slider {
	height: 0.5rem;
}

#grid-slider:hover .slider-fill {
	height: 0.5rem;
}

#grid-slider:hover .slider-handle {
	width: 1.4rem;
	height: 1.4rem;
}

#grid-slider-h:hover input {
	border: 1px solid #cacaca;
	box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
}

#grid-slider-h:hover .slider {
	height: 0.5rem;
}

#grid-slider-h:hover .slider-fill {
	height: 0.5rem;
}

#grid-slider-h:hover .slider-handle {
	width: 1.4rem;
	height: 1.4rem;
}

#info_produto li,
#info_produto a {
	transition: .25s ease-out;
}

#info_produto li:hover,
#info_produto a:hover {
	background: #d6d6d6 !important;
}

#info_produto img {
	max-width: 40px;
	max-height: 40px;
	display: block;
	margin: 0px auto;
	margin-bottom: 13px;
}

#info_produto .tabs-title&gt;a {
	padding: 0.7rem 0rem;
}

#tabela_vazao td {
	font-size: 0.8em;
}

#tabela_vazao td:nth-child(1) {
	width: 125px;
	font-weight: bold;
}

#tabela_vazao td:nth-child(5) {
	font-weight: bold;
	color: #17982c;
}

.panel-title-app {
	padding: 0px;
	padding-bottom: 7px;
	padding-left: 5px;
	margin-bottom: 15px;
}

.voltar {
	display: block;
}

#modalIrrigacao {
	z-index: 9;
	background-color: #f1f1f1;
	border: 1px solid #d3d3d3;
	text-align: center;
	width: 400px;
	height: 442px;
	padding: 0px;
	opacity: 0.6;
	position: absolute;
	right: 20px;
	bottom: 0;
	transition: opacity .25s ease-out;
}

#modalIrrigacao .close-button {
	top: .2rem;
}

#moveIrrigacao {
	cursor: move;
}

#modalIrrigacao:hover {
	opacity: 1;
}

#modalIrrigacaoheader {
	padding: 10px;
	cursor: move;
	z-index: 10;
	background-color: #2196F3;
	color: #fff;
}

.area_zoom .button {
	padding: .3em .9em;
	font-size: .9em;
}

.area_zoom {
	padding-right: 10px;
	text-align: right;
}

#scrollCanvas {
	height: 330px;
	overflow: auto;
	line-height: 1;
}

#scrollCanvas.grab {
	cursor: grab;
}

#scrollCanvas.grab:active {
	cursor: grabbing;
}

#areaCanvas {
	height: 335px;
	margin: 0px auto;
	border: 1px solid #d3d3d3;
	background: #fff;
	margin-bottom: 15px;
}

.cursor_move {
	position: absolute;
	left: .5rem;
	top: .5rem;
	font-size: 0.8em !important;
	line-height: 1 !important;
}

.DTFC_ScrollWrapper {
	overflow: auto;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom: 0px;
}

.open_pdf {
	width: 100%;
	height: 800px;
}

.cab_bv {
	padding: 20px 0;
	background-image: url(/static/htdocs/images/bk_cab.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.cab_bv .area_cab_bv {
	padding: 20px 0;
	background: rgba(0, 0, 0, 0.8);
	display: flex;
}

.cab_bv img {
	width: 70px;
	margin-right: 15px;
}

.cab_bv p:nth-child(2) {
	font-size: 1.3rem;
}

.area_cab_bv .grid-x {
	width: 100%;
}

.area_cab_bv {
	color: #fff;
	font-size: 2rem;
	margin: 0px auto;
}

.hs_foot {
	padding-bottom: 50px;
}

.footer {
	width: 100%;
	font-size: 0.8rem;
	margin-top: 20px;
}

.footer p {
	text-align: justify;
	padding-bottom: 10px;
}

.area_cab_bv .bold,
.class_message,
.area_table_search span,
.footer a {
	font-weight: bold;
}

.space_top {
	width: 100%;
}

.termo {
	padding-top: 12px !important;
	border-top: 1px solid rgba(0,0,0,.12);
}

.termo_spn {
	border: 1px solid black;
	padding: 1rem;
	display: block;
	margin-bottom: 8px;
	background: #efefef;
}

.termo + label {
	margin-bottom: 12px;
	cursor: pointer;
}

.termo + label span {
	margin-top: 3px;
}

.ld_err {
	width: 40px;
}

#alt_pass {
	margin-top: 1rem;
	display: block;
	text-align: right;
}

#btn_formula {
	padding: 3px;
	margin-bottom: 2px;
}

#resultado_calc {
	border: 1px solid rgba(0,0,0,.12);
	margin: 10px 0px;
	font-size: 2rem;
	background: #505050;
	color: #fff;
}

.show_graph {
	font-size: 1rem;
	padding: 0.4rem 1.4rem;
}

.opacidade {
	opacity: 0.3;
}

#modalLink iframe {
	width: 100%;
}

#breadcrumb {
	padding-bottom: 14px;
	list-style: none;
	margin: 0px;
	display: flex;
}
  
#breadcrumb li {
	float: none;
}

#breadcrumb li a {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 115px;
	text-decoration: none;
	position: relative;
	height: 40px;
	padding: 0 10px 0 5px;
	text-align: center;
	margin-right: 23px;
	font-size: 1.2rem !important;
}

#breadcrumb li:first-child a {
	padding-left: 15px;
	border-radius: 4px 0 0 4px;
}

#breadcrumb li:last-child a {
	padding-right: 15px;
	border-radius: 0 4px 4px 0;
	margin-right: 0px;
}

#breadcrumb li:first-child a:before,
#breadcrumb li:first-child a:hover {
	border: none !important;
}

#breadcrumb li a:before,
#breadcrumb li a:after {
	content: "";
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
}

#breadcrumb li a:before {
	left: -19px;
	border-left-color: transparent;
}

#breadcrumb li a:after {
	left: calc(100% - 1px);
}

#breadcrumb li:last-child a:after {
	border-left: 0px;
}

#breadcrumb li:last-child a:after,
#breadcrumb li:last-child a:hover:after,
#breadcrumb li.is-active:last-child a:after {
	border-left-color: transparent !important;
}

#breadcrumb li a:hover {
	filter: brightness(95%);
}

#breadcrumb li.is-active a:hover {
	filter: brightness(115%);
}

#filtros_tab {
	margin-bottom: 1.4rem;
}

#empt_search {
	margin: 0px auto;
}

#empt_search span {
	display: block;
	font-size: 2rem;
	margin-left: 1rem;
	/*text-align: center;*/
}

#empt_search .cell {
	box-shadow: 0 5px 5px 0 rgba(0,0,0,.25);
	border-radius: 5px;
	background: #f3f3f3;
	padding: 1rem;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}

.area_table_search .simplebar-content-wrapper, .simplebar-mask{
	overflow: visible !important;
}

#table_search_modelo_wrapper .grid-x {
	margin: 0px !important;
}

.ordem_pg {
	padding: 0.2rem 0.6rem;
	font-size: 1.5rem;
}

.dataTables_length {
	margin-bottom: 0.5rem;
}

.label_sv {
	display: block;
	margin: 0;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.8;
	color: #666;
}

.info_sv {
	display: block;
	margin: 0 0 1rem;
}

#app_termos {
	background: #95c4d4;
	padding: 5px;
	font-size: 1.3rem;
	padding: 1rem;
	overflow: auto;
	margin-top: 1rem;
}

#app_termos .btn {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.button.success {
	color: #fff !important;
}

.cont_icone {
	width: 140px;
}

.cont_texto {
	flex-grow: 1;
}

.btn_contato {
	display: block;
	margin: 0px auto;
	font-size: 5rem;
	color: #1c9bd4;
	cursor: pointer;
}

.btn_contato:hover {
	color: #1580b0;
}

.btn_contato.btn_whats {
	color: #00e676;
}

.btn_contato.btn_whats:hover {
	color: #42ca88;
}

.button_table {
	width: 11px;
}

.panel-itens {
	margin-top: 20px;
}

.button,
.button:hover,
.button:focus,
.image_menu a:hover,
.button[disabled],
.button[disabled]:hover,
.button-heading,
input:checked~.switch-paddle {
	background-color: #669591;
}

.button:hover,
.button:focus,
tr.bm_selected:hover,
tr.bm_selected a:hover,
.slider-handle:hover,
.button[disabled]:hover,
.button-heading:hover {
	filter: brightness(115%);
}

.open_modalAlerta:hover	{
	filter: brightness(115%);
	cursor: pointer;
}

a,
table tr:hover a,
.tabs-title&gt;a,
.tabs-title&gt;a:focus,
.tabs-title&gt;a[aria-selected=true] {
	color: #005e56;
}

a:focus, a:hover{
	color: #669591;
}

#produto_selecionado .cell-panel {
	max-width: 1200px;
	margin: 0px auto;
	margin-bottom: 21px;
}

#produto_selecionado .cell {
	padding: 0px;
}

#modal_grafico {
	padding: 10px;
}

#produto_selecionado .grid-x .grid-x {
	margin-left: 0px;
	margin-right: 0px;
}

/*#produto_selecionado #painel_tabela {
	max-width: 1200px;
	margin: 0px auto;
}*/


/* --- Inicio tooltip tabela curvatura --- */
.tooltip_tbl {
	text-align: center;
}

/* imagem do tooltip da tabela normal. */
.tooltip_img_tbl {
	padding: 1px 1px 1px 1px;
	border-radius: 6px;
	overflow: hidden;

    /* PosiÃ§Ã£o do tooltip */
    position: absolute;

	img {
		width: 200px;
		height: 200px;
		border-radius: 5px;
	}
}

/* Imagem do tooltip da tabela avanÃ§ada. */
.tooltip_img_tblAvanc {
	padding: 1px 1px 1px 1px;
	border-radius: 6px;
	overflow: hidden;

    /* PosiÃ§Ã£o do tooltip */
    position: fixed;
    top: 40%;
    left: 45%;

	img {
		width: 300px;
		height: 300px;
		border-radius: 5px;
	}
}
/* --- Fim tooltip tabela curvatura --- */


/* --- Inicio modal editar grafico --- */
#table_grafico {
	thead, tbody, tr, th, td {
		text-align: center;
		background-color: rgb(255, 255, 255);
		border: none;
	}

	tbody tr {
		height: 65px;
	}

	input {
		margin: 0;
	}
}
/* --- FIM modal editar grafico --- */


/* Small only */
@media screen and (max-width: 39.9375em) {
	.cab_bv img {
		width: 40px;
		margin-right: 10px;
	}


	.area_cab_bv {
		font-size: 1em;
	}


	.cab_bv p:nth-child(2) {
		font-size: 0.8rem;
	}


	.footer {
		font-size: 0.7rem;
	}


	.logo {
		max-width: 120px;
		max-height: 40px;
		margin-left: 0px;
	}


	.title-bar {
		height: 50px;
	}


	.img-user {
		width: 30px;
		max-height: 30px;
		border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
	}


	.dropdown {
		transform: translate(0px, 36px);
	}


	.small-expanded {
		width: 100%;
	}


	.panel-body {
		padding: 7px;
	}


	.button-heading {
		padding: 8px 10px;
	}


	a.button-heading {
		padding: 5px 10px;
	}


	.upload-image label {
		right: -5px;
		top: -16px;
	}


	.panel-heading {
		padding: 14px 10px 7px;
	}


	.image-conexao {
		width: 100%;
		height: 100px;
		top: -126px;
	}


	.limit-div-box {
		z-index: 2;
	}


	.image-conexao img {
		max-height: 99px;
	}


	.send_end {
		margin-bottom: 0.8rem !important;
	}


	#help_vazao {
		padding: 0px 15px;
	}


	.panel-title span {
		font-size: 0.7rem;
	}


	#search_done {
		margin: 0px !important;
	}


	.tabs-panel {
		padding: 0px;
	}


	.title_tabs {
		padding: 10px !important;
		margin: 0px;
	}


	.content-share {
		margin-left: -10px !important;
		margin-right: -10px !important;
	}


	#painel_tabela .cell:nth-child(3) {
		/*margin-top: 1rem;*/
	}


	.panel-footer {
		padding: 0px 10px !important;
		padding-top: 12px !important;
	}


	.content-login .form-login {
		margin-top: 1rem;
	}


	.image_menu {
		margin: 20px 5px;
	}


	.image_menu a img {
		max-width: 100%;
		max-height: 100%;
	}


	#breadcrumb li a {
		font-size: 0.8rem !important;
	}


	#usrAr {
		margin-right: 5px;
	}


	#openFlagDropdown div {
		width: 25px;
		height: 16px;
	}


	.title-bar-right {
		font-size: 0.9rem;
	}


	.image_menu a img {
		height: auto;
	}


	.container_lst_aplicacao {
		justify-content: center;

		.container_lst {
			width: 100%;
			text-align: center;
		}
	}


	.panel_pesquisa {
		width: 100%;
	}


	.titulo_pesquisa {
		text-align: center;
	}

	
	.lista-pesquisa {
		padding: 0 20px;
	}


	.container-pesquisa {
		flex-wrap: wrap;
		justify-content: center;
	}


	.link-pesquisa {
		margin-left: 0;
		text-align: center;
		width: 100%;
	}


	.lupa_svg {
		width: 80px;
		height: 80px;
	}


	.panel_pesquisa_vazia {
		margin: 30px 20px;
	}


	.wrapper-mensagem {
		flex-wrap: wrap;
		justify-content: center;
	}


	.titulo {
		width: 100% !important;
		padding-right: 0 !important;
		margin-bottom: 15px;
	}


	.txt_pesquisa_vazia {
		margin: 0;
		width: 100%;

		h2 {
			font-size: 25px;
			text-align: center;
		}

		p {
			margin: 20px 0 0 0;
			font-size: 20px;
			text-align: justify;
		}
	}


	.bttn_atend {
		width: 90%;

		.txt_bttn {
			font-size: 1.2rem;
		}
	}
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.name-user {
		max-width: 240px;
	}

	.area_cab_bv {
		font-size: 1.5rem;
	}

	#breadcrumb li a {
		font-size: 1.1rem !important;
	}
}

/* Medium and down */
@media screen and (max-width: 63.9375em) {
	#content {
		width: 100%;
		padding: 5px 10px;
	}


	div.dataTables_wrapper div.dataTables_filter input {
		width: 100% !important;
		margin-left: 0px !important;
	}


	.content-top {
		padding-bottom: 10px;
	}


	#mensagem {
		width: 98%;
	}


	.limited-equal {
		height: auto;
	}


	.bottom_end {
		margin-top: 0px;
	}


	#modalImpressao,
	#modalBomba {
		width: auto;
	}


	.tox-tinymce {
		margin: 0px auto;
		width: auto;
		min-height: auto;
	}


	/*#modal_grafico {
		padding-top: 20px;
	}*/


	.grid-x.margin-reset {
		margin-left: 0px;
		margin-right: 0px;
	}


	.reveal h2,
	#modalIrrigacao h2 {
		font-size: 1.25rem;
	}


	.voltar {
		padding: 0.4rem 0.5rem;
	}


	#modalIrrigacao h2 {
		padding-top: 10px;
	}


	#modalIrrigacao {
		width: 100%;
		top: 0;
		right: 0;
		height: 325px;
	}


	#scrollCanvas {
		height: 185px;
	}


	#areaCanvas {
		height: 190px;
	}


	.image-aplicacao img {
		max-height: 200px;
	}


	.image-view {
		height: 100%;
	}


	#table_search_modelo button {
		padding: .85em 0px;
		margin-bottom: 7px;
		width: 99%;
	}


	#content #escolha_curva .cell {
		padding: 0px 3px;
	}


	#modalLogin {
		width: 100%;
	}


	.btn_contato {
		font-size: 4rem;
	}


	#empt_search span {
		font-size: 1.2rem;
	}


	#table_search_modelo_length label {
		margin-bottom: 2rem;
	}
}

/* Medium and up */
@media screen and (min-width: 40em) {
	.reveal.almost-full {
		width: 90%;
		max-width: none;
	}

	.no-padding-medium {
		padding: 0px !important;
	}
}

/* Large and up */
@media screen and (min-width: 64em) {

}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {

}

@-webkit-keyframes rotating {
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

object[type^="application/gas-events"] { display: none; } /* Remove space from bank API */
* {outline: none !important;} /* Remove Chrome 83 black line */

/* hack password firefox */
/*@-moz-document url-prefix(){.regra_senha{padding-top: 30px;padding-bottom: 30px;}}*/</pre></body></html>