body {
	padding-top: 60px;
}
input {
	text-transform: uppercase
}
.icone {
	margin-top: 25px !important;
	cursor: pointer !important;
}

i.glyphicon.form-control-feedback {
	font-size: 20px;
	margin-right: 12px !important;
}

.zf-green {
	color: #68b604;
}
fieldset {
	width: inherit; /* Or auto */
	padding: 0 10px; /* To give a bit of padding on the left and right */
	border: 1px solid;
}


.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;
}

.tab-prod {
	width: 100%;
	display: none;
	padding-bottom: 4px;
}

div.container a.navbar-brand>img {
	display: inline;
	margin-right: 4px;
	margin-top: -2px;
}

.red{
	color: #f00;
}

.linha{
    background-image: -webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
    background-image: -o-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));
    background-image: linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    background-repeat: repeat-x;
    border-color: #b2dba1;
}

.linha_carga {
	background-image: -webkit-linear-gradient(top,#71afe473 0,#337ab763 100%);
	background-image: -o-linear-gradient(top,#71afe473 0,#337ab763 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#71afe473),to(#337ab763));
	background-image: linear-gradient(to bottom,#71afe473 0,#337ab763 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#71afe473', endColorstr='#337ab763', GradientType=0);
	background-repeat: repeat-x;
	border-color: #337ab763;
}
.linha_entrega {
	background-image: -webkit-linear-gradient(top,#fdd69f 0,#f0ad4e 100%);
	background-image: -o-linear-gradient(top,#fdd69f 0,#f0ad4e 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fdd69f),to(#f0ad4e));
	background-image: linear-gradient(to bottom,#fdd69f 0,#f0ad4e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd69f', endColorstr='#f0ad4e', GradientType=0);
	background-repeat: repeat-x;
	border-color: #f0ad4e;
}
.linha_finalizado {
	background-image: -webkit-linear-gradient(top,#e471cb40 0,#be58d8b5 100%);
	background-image: -o-linear-gradient(top,#e471cb40 0,#be58d8b5 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#e471cb40),to(#be58d8b5));
	background-image: linear-gradient(to bottom,#e471cb40 0,#be58d8b5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e471cb40', endColorstr='#be58d8b5', GradientType=0);
	background-repeat: repeat-x;
	border-color: #be58d8b5;
}
.linha_excluidos {
	background-image: -webkit-linear-gradient(top,#f3717159 0,#e44b4b82 100%);
	background-image: -o-linear-gradient(top,#f3717159 0,#e44b4b82 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f3717159),to(#e44b4b82));
	background-image: linear-gradient(to bottom,#f3717159 0,#e44b4b82 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3717159', endColorstr='#e44b4b82', GradientType=0);
	background-repeat: repeat-x;
	border-color: #e44b4b82;
}