body {
	padding-bottom: 40px;
}

.mt-3 {
	margin-top: 1rem!important;
}

.mb-3 {
	margin-bottom: 1rem!important;
}

.zf-green {
	color: #68b604;
}

.btn-success {
	background-color: #57a900;
	background-image: -moz-linear-gradient(top, #70d900, #57a900);
	background-image: -ms-linear-gradient(top, #70d900, #57a900);
	background-image: -webkit-gradient(
		linear,
		0 0,
		0 100%,
		from(#70d900),
		to(#57a900)
	);
	background-image: -webkit-linear-gradient(top, #70d900, #57a900);
	background-image: -o-linear-gradient(top, #70d900, #57a900);
	background-image: linear-gradient(top, #70d900, #57a900);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	background-color: #57a900;
}

.btn-success:active,
.btn-success.active {
	background-color: #57a900;
}

div.container a.brand {
	background: url("../img/zf2-logo.png") no-repeat scroll 0 10px transparent;
	margin-left: 0;
	padding: 8px 20px 12px 40px;
}

/* Subscreve padrao do bootstrap */
.pagination > li > a,
.pagination > li > span {
	margin-bottom: 12px;
}

label {
	padding: 0 5px;
}

.form-horizontal {
	margin: 25px 0;
}

.erro-input{
	color: #f00;
	opacity: 0.6;
}

.min-max{
	margin-bottom: 0;
}

.min-max .control-label{
	line-height: 74px;
}

.params-page-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 25px 0;
}

#param-filter{
	display: flex;
	width: 350px;
	gap: 1rem;
}

#param-filter a{
	height: 35px;
}

#param-filter input{
	width: 300px;
	height: 35px;
	border: 1px solid #D6D6D6;
	border-radius: 5px;
	padding: 5px;
	margin: 25px 0;
}

.params-table {
	max-width: 100%;
}

.params-table .p-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 2rem;
	border-bottom: 1px solid #D6D6D6;
	width: intrinsic;           /* Safari/WebKit uses a non-standard name */
	width: -moz-max-content;    /* Firefox/Gecko */
	width: -webkit-max-content; /* Chrome */
}

.params-table .p-header {
	margin-bottom: 1rem;
	font-weight: bold;
	border-bottom: 1px solid transparent;
}

.params-table .p-body .p-body-item,
.params-table .p-header .p-header-item {
	width: 220px;
	padding: 5px 0;
}

.params-table input,
#codUnidadeMedida,
#param{
	width: 100%;
	height: 35px;
	border: 1px solid #D6D6D6;
	border-radius: 5px;
	padding: 5px;
}

.params-table .p-body {
	display: flex;
	gap: 2rem;
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 20px;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.params-table .p-body .min,
.params-table .p-body .max {
	display: none;
}

.params-table .p-body .p-body-item .body-label {
	font-weight: bold;
}

.params-table .p-body .p-body-item .values {
	display: flex;
}

.params-table .p-body .p-body-item .values span{
	width: 50px;
	margin: 0 5px;
}

.params-table .p-body .p-body-item .values span:first-child{
	width: 100px;
	margin: 0;
}

.params-table .p-body .p-body-item .values input{
	width: 50px;
	height: 35px;
	border: 1px solid #D6D6D6;
	border-radius: 5px;
	padding: 5px;
}

.params-table .p-body .p-body-item .values select{
	width: 100px;
	height: 35px;
	border: 1px solid #D6D6D6;
	border-radius: 5px;
	padding: 5px;
}

.chart-title{
	text-align: center;
	margin-bottom: -75px;
	z-index: 9999;
	position: relative;
}