.background-image {
	background-image:
		url('https://www.myolivetree.com/wp-content/uploads/2016/09/Barley-and-Wheat.jpg');
	background-size: cover;
	display: block;
	filter: blur(1px);
	-webkit-filter: blur(1px);
	height: 800px;
	left: 0;
	position: fixed;
	right: 0;
	z-index: 1;
}

body {
	margin: 0;
}

.logo {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px 10px 10px 10px;
	z-index: 2;
}

.content {
	background: rgba(255, 255, 255, 1);
	border-radius: 3px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	z-index: 2;
	padding: 10px;
	position: absolute;
	/* center the element */
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	/* give it dimensions */
	width: 410px;
	height: 260px;
}

.contentCadastro {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 3px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	z-index: 2;
	padding: 0 10px;
	position: absolute;
	/* center the element */
	top: 20px;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	/* give it dimensions */
	width: 50%;
}

.frame {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 3px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	z-index: 2;
	padding: 0 10px;
	position: absolute;
	/* center the element */
	top: 10px;
	right: 10px;
	left: 10px;
	bottom: 10px;
	margin: auto;
}

#btprint, #btparametros {
	margin-right: 5px;
	width: 120px;
}

#editButton {
	width: 50px;
}

#buttonsRegistro {
	width: 100%;
}

/* #btn {
	width: 50%;
} */

#closebutton {
	position: absolute;
	top: 10px;
	right: 10px;
}

select {
	width: 280px;
}

.done {
	text-decoration: line-through;
	color: grey;
}

h3 {
	text-align: center;
}

h4 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.col-centered {
	margin: 0 auto;
	float: none;
}

.form-horizontal .control-label {
	/* text-align:right; */
	text-align: left;
}

#sidebar-ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 15%;
	background-color: #EEEEEE;
	position: fixed;
	height: 100%;
	overflow: auto;
}

#sidebar-ul li a {
	display: block;
	color: #000;
	width: 100%;
	padding: 8px 0 8px 16px;
	text-decoration: none;
}

#sidebar-ul li a.active {
    background-color: #4CAF50;
    color: white;
}

#sidebar-ul li a:hover:not(.active) {
    background-color: #555;
    color: white;
}
#bottom-right
{
right: 0;
bottom: 0;
position: absolute;
}

.main {
	margin-left: 15%;
}

.print-title {
	display: none;
}

@media print {
	.no-print, .no-print * {
		display: none !important;
		width: 0px !important;
		height: 0px !important;
		position: fixed;
		bottom: 0;
		text-align: left;
	}
	.main {
		margin-left: 5px;
	}
	.print {
		position: fixed;
		left: 0;
		top: 0;
	}
	.print-title {
		display: inline;
	}
}

.ul-table{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.ul-table li{
	width: 100%;
}
.ul-table tfoot{
	background: #EEEEEE;
}