/******************************** Footer ******************************************/
.footer-text {
	line-height: 30px;
	margin: 0px;
	display: inline-block;
	color: #555;
}

/******************************** Sidebar ************************************/
.nome-modulo {
	font-size: 24px;
	color: #FFF;
	text-transform: uppercase;
	margin-left: 10px;
	display: inline-block;
}

.layout-slim span.nome-modulo {
	display: none;
}

.layout-slim-anchored span.nome-modulo, 
.layout-slim.layout-slim-active span.nome-modulo
	{
	display: inline-block;
	left: -800px;
    -webkit-animation: slide-down .5s ease-out;
    -moz-animation: slide-down .5s ease-out;
}

@-webkit-keyframes slide-down {
      0% { opacity: 0; -webkit-transform: translateX(-100%); }   
    100% { opacity: 1; -webkit-transform: translateX(0); }
}
@-moz-keyframes slide-down {
      0% { opacity: 0; -moz-transform: translateX(-100%); }   
    100% { opacity: 1; -moz-transform: translateX(0); }
}

/******************************** Topbar ******************************************/
.logo-sigarh {
	display: inline-block;
}

.logo-sigarh img {
	height: 100px;
	position: absolute;
	top: -20px;
	left: 5px;
}

.logo-sigarh-text, 
.logo-sigarh-text-descricao {
	position: absolute;
	left: 190px;
	color: #555;
}

.logo-sigarh-text {
	top: -8px;
}

.logo-sigarh-text-descricao {
	top: 16px;
}

@media ( max-width : 640px) {
	.logo-sigarh-text, 
	.logo-sigarh-text-descricao {
		left: 160px;
	}
	.nome-modulo {
		margin-left: 20px;
	}
}

@media ( max-width : 700px) {
	.logo-sigarh-text-descricao {
		display: none;
	}
	.logo-sigarh-text {
		top: 0px;
	}
}

.layout-main.custom {
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.layout-main.custom .layout-topbar {
	width: 100% !important;
}

/******************************** Breadcrumb ************************************/
[id$="breadCrumbMenu"] {
	border: none !important;
	border-bottom: 3px solid #999e99 !important;
	border-radius: 0px !important;
}

[id$="breadCrumbMenu"] > ul > li a, 
[id$="breadCrumbMenu"]>ul>li span {
	color: #888 !important; /*#7e80a5;*/
}

/********************************** input ***************************************/
.ui-outputlabel .ui-outputlabel-rfi {
	color: #a70000;
}

.label-obrigatorio:after {
	content: ' *';
	color: #a70000;
}

.ui-radiobutton-box.ui-state-error {
    border: 1px solid #f28a8b !important;
}

.ui-selectonemenu-panel{
	z-index: auto !important; 
}

/******************************* Data table *************************************/
table i[class*=fa-], 
table i[class*=ui-icon-], 
table span[class*=fa-],
table span[class*=ui-icon-] {
	font-size: 22px;
}

table i[class*=fa-trash] {
	color: #DF5300;
}

table i[class*=fa-chain] {
	color: #8B3400;
}

table i[class*=fa-map-marker] {
	color: #FFF;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 19px
}

table i[class*=fa-edit], 
table i[class*=ui-icon-pencil], 
table i[class*=ui-icon-check],
table i[class*=ui-icon-close], 
table span[class*=fa-edit], 
table span[class*=ui-icon-pencil],
table span[class*=ui-icon-check], 
table span[class*=ui-icon-close] {
	color: #444;
}

table .ui-state-highlight i[class*=fa-edit],
table .ui-state-highlight span[class*=ui-icon-pencil] {
	color: #FFF;
}

table .ui-state-highlight.ui-row-editing {
	background: inherit !important;
}

table .ui-row-editing .ui-cell-editor-input, 
table .ui-state-highlight.ui-row-editing .ui-cell-editor-input {
	padding: 10px;
	color: #434560 !important;
}

table tr.ui-row-editing{
	color: #434560 !important;
}

table tr td.ui-editable-column input {
	border: 1px solid #b6b7c2 !important;
}

table .ui-row-editor .ui-icon-pencil:before {
	content: "\f044";
}

table .ui-row-editor .ui-icon-check:before {
	content: "\f046";
}

table .ui-row-editor .ui-icon-close:before {
	content: "\f00d";
}

table .ui-icon {
   width: auto;
}

.header-column-inactive {
	background-color: #bec0c3 !important;
	border: 1px solid #8d8d8d !important;
	color: #0e0e0e !important;	
}

.header-column-editable {
	background-color: #7e99bc !important;
	border: 1px solid #3d72b !important;
	color: #ffffff !important;	
}

.ui-datatable .ui-datatable-data > .ui-expanded-row-content > td { 
	padding: 0px 0px 0px 0px; 
}


/******************************* Growl messages *********************************/
.ui-growl {
	width: auto;
	max-width: 400px;
}

.ui-growl-message {
	width: auto;
	min-width: 220px;
	max-width: 320px;
	margin-left: 15px;
	float: left;
}

/*********************************** Align **************************************/
.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

/*********************************** Others **************************************/
.no-padding {
	padding: 0px;
}

.no-padding-side {
	padding-left: 0px;
	padding-right: 0px;
}

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

.no-margin {
	margin: 0px;
}

.column-left {
	padding-right: 10px;
}

.column-right {
	padding-left: 10px;
}

.column-center {
	padding-right: 10px;
	padding-left: 10px;
}

.collumn-input-mask-slim{	
	text-align: center !important;
	width: 50px !important;
	padding-top: 1px !important;
	padding-bottom: 1px !important;
}


.collumn-input-mask-slim input{
	padding-top: 1px !important;
	padding-bottom: 1px !important;
}

@media (max-width : 640px) {
	.no-display-ui-g{
		display: none;
	}
}

/*********************************** Right panel *********************************/
.layout-rightpanel .layout-rightpanel-header {
	background-color: #3d72b4;
	background-image: -webkit-gradient(linear, left top, right top, from(#3d72b4),
		to(#525252));
	background-image: -webkit-linear-gradient(left, #3d72b4, #525252);
	background-image: -moz-linear-gradient(left, #3d72b4, #525252);
	background-image: -ms-linear-gradient(left, #3d72b4, #525252);
	background-image: -o-linear-gradient(left, #3d72b4, #525252);
	background-image: linear-gradient(left, #3d72b4, #525252);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d72b4',
		endColorstr='#525252', gradientType='1');
	padding: 14px;
	height: auto;
	font-size: 20px;
	text-transform: uppercase;
	color: #FFF;
}

.caixa-modulo {
	padding: 14px 14px;
	background-color: #ddd;
	text-align: center;
	margin: 8px 0px;
}

.caixa-modulo span {
	color: #FFF;
	text-transform: uppercase;
	font-size: 18px;
}

.caixa-modulo:first-child {
	margin-top: 0px;
}

.caixa-modulo.laranja {
	background-color: #FFA500;
}

.caixa-modulo.amarelo {
	background-color: #FFFF00;
}

.caixa-modulo.azul {
	background-color: #3D72B4;	
}

/*********************************** Picklist ************************************/
.ui-picklist .ui-picklist-list {
	min-width: 200px !important;
	width: auto !important;
}

.ui-picklist .ui-picklist-list-wrapper {
	width: 45% !important;
}

/*********************************** Dialog ************************************/
.ui-dialog-body {
	background-color: #ffffff;
}

/*********************************** Inputs *************************************/
.input-disable,
.input-disable input,
input.ui-state-disabled, 
textarea.ui-state-disabled, 
select.ui-state-disabled, 
label.ui-state-disabled, 
div.ui-state-disabled,
div.ui-state-disabled label {
	opacity: 1;
	color: #000 !important;
	background: #EEE !important;
	cursor: not-allowed !important;
}

/********************************** Components *********************************/
.modal-component {
	border-radius: 12px !important;
	border: 2px solid #666 !important;
}

.modal-component a.ui-overlaypanel-close {
	top: 1px !important;
	right: 1px !important;
	background-color: #444 !important;
}

/******************************* Layout Horizontal ******************************/
.layout-wrapper.layout-horizontal .layout-main .layout-topbar {
	background-color: #ffffff;
	background-image: none;
}

@media ( min-width : 641px) {
	.layout-wrapper.layout-horizontal .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu>li>a,
	.layout-wrapper.layout-horizontal .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu>li>a:hover,
	.layout-wrapper.layout-horizontal .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu>li>a i,
	.layout-wrapper.layout-horizontal .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu>li>a i:hover,
	.layout-wrapper.layout-horizontal .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu>li>a .topbar-item-name,
	.layout-wrapper.layout-horizontal .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu>li>a .topbar-item-name:hover	{
		color: #434560;
	}
}

/******************************** Dashboard Outorga **********************************/
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu .topbar-badge	{
	background-color: #da0505;
}

.caixa-servicos-titulo {
	padding: 10px;
	border-bottom: 3px solid #3E679B;
	font-size: 22px;
	color: #333;
}

.caixa-servicos {
	background-color: #FFF;
	border-bottom: 1px solid #999;
}

.caixa-servicos ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.caixa-servicos ul li {
	border-bottom: 1px solid #999;
	position: relative;
	display: flex;
	
}

.caixa-servicos ul li a, 
.caixa-servicos ul li span {
	color: #333;
	display: block;
	padding: 10px 8px;
	text-decoration: none;
}

.caixa-servicos ul li span {
	padding: 0px;
}

.caixa-servicos ul li i[class*=-double-right], 
.caixa-servicos ul li i[class*=-double-down]
	{
	top: 10px;
	right: 10px;
	color: #444;
	font-weight: 500;
	font-size: 16px;
	position: absolute;
}

.caixa-servicos ul li a:hover, 
.caixa-servicos ul li span:hover {
	color: #153F74;
	cursor: pointer;
	background-color: #F2F2F2;
}

ul.accdn-conteudo li:first-child {
	border-top: 1px dashed #999;
}

ul.accdn-conteudo li {
	border-bottom: 1px dashed #999;
}

.caixa-servicos ul li:last-child {
	border: none;
}

.caixa-servicos-titulo.dados {
	border-bottom-color: #D86B2B;
}

.caixa-servicos-titulo.outorgas {
	border-bottom-color: #1C8C70;
}

.caixa-servicos-titulo.servicos {
	border-bottom-color: #555;
}

/******************************** Custom Accordion **********************************/
.accdn {
	/*for js accordion*/
	
}

.accdn-conteudo {
	display: none;
	margin-left: 20px !important;
}

/******************************* fileUpload *************************************/
.ui-fileupload-files {
	width: 100% !important;
	border: 1px solid #b6b7c2 !important;
}

.ui-fileupload-header {
	display: table-row;
	width: 100% !important;
	border: 1px solid #25548F !important;
	background: #3D72B4;
	color: #ffffff;
	font-weight: bold;
}

.ui-fileupload-header > div {
	display: table-cell;
	vertical-align: middle;
	padding: 6px 12px;
}

/******************************* Column without label *************************************/
.margin-top-not-label {
	margin-top: 19px;
}

/*********************************** chart *******************************/
.ind-box-border {
	border: 1px solid #aaa;
}

.ind-box-border h3 {
	margin-top: -4px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px solid #999;
}

.chart-indicadores {
	height: 600px;
}

.chart-indicadores.customLegend table.jqplot-table-legend > tbody {
	display: inline-flex;
}

.chart-indicadores.customLegend table.jqplot-table-legend .jqplot-table-legend-swatch {
	width: 15px;
}

.chart-indicadores.customLegend table.jqplot-table-legend td.jqplot-table-legend {
	padding-top: 0px !important;
}

.chart-indicadores table.jqplot-table-legend, 
.chart-indicadores table > .jqplot-table-legend-label {
	font-size: 0.85em !important;
}

.chart-indicadores.customLegend table.jqplot-table-legend tr {
	margin-left: 10px !important;
}

.chart-indicadores.customLegend table.jqplot-table-legend tr:first-child {
	margin-left: 0px !important;
}

.chart-indicadores .jqplot-title {
	font-weight: bolder !important;
}

/*********************************** graphicImage rounded *******************************/
.graphicImage-rounded {
	border-radius: 50%;
}

/*********************************** Fieldset clean *******************************/
fieldset.fieldSetClean {
	border: 2px solid #b6b7c2;
}

fieldset.fieldSetClean legend {
	color: #252323 !important;
	margin-left: 10px !important;
	background: none !important;
	border: none !important;
	font-size: 16px !important;
	font-weight: bold !important;
}

/*********************************** Fieldset none *******************************/
fieldset.fieldSetNone {
	border: 0px;
	margin: 0; 
	padding: 0;
}

fieldset.fieldSetNone legend {
	display: none;
}

fieldset.fieldSetNone .ui-fieldset-content {
	padding: 0;
}

/******************************** Wizard *****************************************/
.custom-wizard{
	position: relative;
	margin-top: 45px;
}

.custom-wizard .ui-wizard-content{
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFF;
	border: 2px solid #777;
	border-radius: 10px;
}

.custom-wizard .ui-wizard-content .card-body > .card{
	margin-bottom: 0px;
}

.custom-wizard .ui-wizard-navbar{
	margin-top: 20px;
	padding-left: 2px;
	padding-right: 2px;
}

.custom-wizard .ui-wizard-nav-back,
.custom-wizard .ui-wizard-nav-next{
	margin: 0px;
	width: 250px;	
}

.custom-wizard ul.ui-wizard-step-titles{
	margin-left: 20px;
}

.custom-wizard ul.ui-wizard-step-titles li.ui-wizard-step-title{
	color: #FFF;
	background-color: #3D72B4;
	border: 1px solid #3D72B4 !important;
	margin-left: 2px;
	margin-right: 2px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 50% !important;
	padding: 5px;
	display: table-cell;
	height: 18px; 
	width: 18px;
	text-align: center;
	vertical-align: middle;
}

.custom-wizard ul.ui-wizard-step-titles li.ui-wizard-step-title:first-child,
.custom-wizard ul.ui-wizard-step-titles li.ui-wizard-step-title:last-child{
	border-radius: 50% !important;	
}

.custom-wizard ul.ui-wizard-step-titles li.ui-wizard-step-title:first-child{
	margin-left: 0px;
}

.custom-wizard ul.ui-wizard-step-titles li.ui-wizard-step-title:last-child{
	margin-right: 0px;
}

.custom-wizard .titulo-secao{
	font-size: 22px;
	font-weight: bold;
	position: absolute;
	top: -40px;
	margin-left: 0px;
}

.custom-wizard ul.ui-wizard-step-titles > li.ui-wizard-step-title.ui-state-highlight{
	background-color: #444 !important;
	border: 1px solid #444 !important;
}

/************************************* Auditoria ****************************************/
.auditoria-atributos > div{
	margin-left: 15px;
	margin-right: 15px;
}

.auditoria-atributos h2{	
	margin-top:0px;
	margin-bottom:0px; 
	padding-bottom: 0px;
	color:#b50303; 
	text-transform: capitalize;
}

.auditoria-atributos:first-child > h2:first-child {
	padding-top: 0px;
}

.auditoria-atributos-border {
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}

.auditoria-atributos:last-child .auditoria-atributos-border:last-child {
	border: none;
}

.auditoria-alteracao{
	background: #bbcfe8;
}

.auditoria-box {
	border: 2px solid #999;
	border-radius: 4px;
	margin-bottom: 20px;	
}

.auditoria-box > div > h2:first-child {	
	font-weight: bold;	
	border-bottom: 2px solid #3274af;
	padding-top: 5px;
	padding-bottom: 10px;
	margin: 0px
}

.auditoria-box > div.ui-g-6:nth-child(1){
	border-right: 2px dashed #434560;
}

/*********************************** Ajax status dialog **********************************/
.customStatusDialog{
	border-radius: 4px !important;
}

.customStatusDialog span{
	display: block;
	text-align: center;
	font-size: 16px;
	color: #444;
}

/******************************** Customizacao de filtros para componentes internos **********************************/
.ui-component-customfilter {
}

/***************************************** Input Group *************************************************/
.ui-inputgroup {   
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.ui-inputgroup .ui-inputgroup-addon,
.ui-inputgroup .ui-inputgroup-addon-checkbox {
    display: inline-block;
    text-align: center;
    min-width: 1.5em;
    border-width: 1px;
    border-style: solid;
}

.ui-inputgroup .ui-inputgroup-addon {
    padding: 4px;
}

.ui-inputgroup .ui-inputgroup-addon-checkbox {
    padding: 1px;
}

.ui-inputgroup .ui-inputgroup-addon + .ui-inputgroup-addon {
    border-left: 0 none;
}

.ui-inputgroup .ui-inputtext,
.ui-inputgroup .ui-inputtextarea,
.ui-inputgroup .ui-password,
.ui-inputgroup .ui-autocomplete-input,
.ui-inputgroup .ui-chips-container,
.ui-inputgroup .ui-spinner-input {
    padding-left: .5em;
}

.ui-inputgroup > .ui-inputtext:not(:first-child),
.ui-inputgroup > .ui-inputtextarea:not(:first-child),
.ui-inputgroup > .ui-password:not(:first-child),
.ui-inputgroup > .ui-inputnumber:not(:first-child) > .ui-inputtext,
.ui-inputgroup > .ui-inputmask:not(:first-child),
.ui-inputgroup > .ui-calendar:not(:first-child) > .ui-inputfield,
.ui-inputgroup > .ui-chips:not(:first-child) > .ui-chips-container,
.ui-inputgroup > .ui-selectonemenu:not(:first-child),
.ui-inputgroup > .ui-selectonebutton:not(:first-child) > .ui-button,
.ui-inputgroup > .ui-autocomplete:not(:first-child) > .ui-autocomplete-input,
.ui-inputgroup > .ui-spinner:not(:first-child),
.ui-inputgroup > .ui-spinner:not(:first-child) > .ui-spinner-input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0 none;
}

.ui-inputgroup > .ui-inputtext:not(:last-child),
.ui-inputgroup > .ui-inputtextarea:not(:last-child),
.ui-inputgroup > .ui-password:not(:last-child),
.ui-inputgroup > .ui-inputnumber:not(:last-child) > .ui-inputtext,
.ui-inputgroup > .ui-inputmask:not(:last-child),
.ui-inputgroup > .ui-selectonemenu:not(:last-child),
.ui-inputgroup > .ui-calendar:not(:last-child) > .ui-inputfield,
.ui-inputgroup > .ui-chips:not(:last-child) > .ui-chips-container,
.ui-inputgroup > .ui-selectonebutton:not(:last-child) > .ui-button,
.ui-inputgroup > .ui-autocomplete:not(:last-child) > .ui-autocomplete-input,
.ui-inputgroup > .ui-spinner:not(:last-child),
.ui-inputgroup > .ui-spinner:not(:last-child) > .ui-spinner-input,
.ui-inputgroup > .ui-spinner:not(:last-child) > .ui-spinner-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0 none;
}

.ui-inputgroup .ui-button {
    margin-right: 0;
    border-radius: 0;
}

.ui-inputgroup .ui-inputgroup-addon-checkbox .ui-chkbox {
    margin-right: 0;
    vertical-align: bottom;
    position: relative;
    top: 2px;
}

.ui-inputgroup .ui-button .ui-button-text {
    padding-bottom: 4px;
    padding-top: 4px;
}

.ui-fluid .ui-inputgroup .ui-button {
    width: auto;
}

.ui-fluid .ui-inputgroup .ui-button-icon-only {
    min-width: 2.2em;
}

/***************************************** panelGrid *************************************************/
.custom-pn-grid:first-child {
	margin-top: 0px;
}

.custom-pn-grid div.ui-grid-row:first-child {
	background-color: #555;
}

.custom-pn-grid div.ui-grid-row:first-child a,
.custom-pn-grid div.ui-grid-row:first-child span {
	color: #FFF;
}

.custom-pn-grid.inactive-header div.ui-grid-row:first-child a,
.custom-pn-grid.inactive-header div.ui-grid-row:first-child span {
	color: #0e0e0e;
}

.custom-pn-grid .descricao {
	font-style: italic;
	color: #555;
}

.custom-pn-grid div.ui-grid-row a:hover{
	font-size: 14.3px;
	color: #E2E2E2;
}

.custom-pn-grid.blue-header div.ui-grid-row:first-child {
    background-color: #25548F;
    border-color: #20487b !important;
}

.custom-pn-grid.inactive-header div.ui-grid-row:first-child {
    background-color: #bec0c3;
    border-color: #8d8d8d !important;
}

/***************************************** Notificação *************************************************/
.notificacao-empty span{
	display: block;
    width: 100%;
    box-sizing: border-box;
    color: #434560;
    padding: 8px 14px;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

/***************************************** componente autocomplete *************************************************/
.panel-autocomplete i[class*=fa-],
.panel-autocomplete span[class*=fa-] {
	font-size: 22px;
}

.panel-autocomplete i[class*=fa-trash] {
	color: #DF5300;
}

/********************************************* Componente selectCheckboxMenu **************************************/
.ui-selectcheckboxmenu-trigger .ui-icon-triangle-1-s {
    top: 0px !important;
}

.ui-selectcheckboxmenu-multiple-container {
    min-height: 29px !important;
}

.ui-selectcheckboxmenu-panel.selectAllNone div.ui-selectcheckboxmenu-header div.ui-chkbox-box.ui-widget.ui-corner-all.ui-state-default {
	display: none !important;
}

/*********************************************** Box White ********************************************************/
.box-white {
    position: relative;
    background-color: white;
    padding: 10px;
    box-shadow: 2px 2px 4px grey;
    border-top-color: #ccc;
    border-left-color: #ccc;
    border-top-style: solid;
    border-left-style: solid;
    border-top-width: 1px;
    border-left-width: 1px;
} 

/*********************************************** Fonts ********************************************************/
.font-bold {
	font-weight: bold !important;
}

.font-bold-red {
	font-weight: bold;
	color: red;
}

.text-note {
    font-size: 12px;
    color: #888;
}

.title-h3 {
	padding: 5px;
	border-bottom: 2px solid #7f8087;
	border-bottom-color: #3d72b4;
	margin-top: 10px;
	margin-bottom: 10px;
}

.title-h3:first-child {
	margin-top: 0px;
}

.title-h3 > h3 {
	margin: 0px;
}

.title-h{
	padding: 5px;
	border-bottom: 2px solid #7f8087;
	margin-bottom: 10px;
}

.title-h > h1,
.title-h > h2,
.title-h > h3,
.title-h > h4{
	margin: 0px;
}

.title-h.border-fit{
	border-bottom: 1px solid #555;
}

.custom-span-box {
    color: #FFFFFF !important; 
    border: 1px solid #555;
    background-color: #aaa;
    padding: 5px;    
    border-radius: 10px;
    margin-left: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold; 
}

.custom-span-box.orange {
	background-color: #D35003;
	border: 1px solid #833100;
}

.custom-span-box.black {
	background-color: #2e3436;
	border: 1px solid #000000;
    padding: 3px !important;    
}

.nome-modulo-smrh-auto {
	font-size: 20px !important;
}

body .input-valor-negativo,
.input-valor-negativo {
	color: #C90000 !important;
}

.input-percentual-calc {
}
