.main {
	min-height: 350px;
}

.container {
	float: left;
	width: 100%;
}

h1.main-header {
	font-size: 2.15em;
	margin-top: -1px;
	margin-bottom: 14px;
}

.form-group-title-id {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}

/* ---- Address ---- */
.box-supply {
	padding: 17px 20px;
	background-color: #f4f7f8;
	border: 1px solid #dde2e5;
	border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 20px;
}

.supply {
	margin: 0;
	padding: 0;
	display: flex;
}

.supply-name {
	font-weight: bold;
	margin-right: 9px;
}

.supply-address {
	color: #333;
}

.form-frame .form-error-list {
	border: 1px solid #d3222a !important;
}

/* ----- Date Form ----- */
.form-date {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.form-group {
	align-items: center;
	vertical-align: middle;
}

#button-search-datepicker {
	width: 100%;
	margin-top: 0px;
	justify-content: end;
}

/* ----- Bills ----- */
#content-last-bills {
	padding: 16px;
}

#content-pending-bills {
	padding: 16px;
}

/* Form date */
#dataForm\:since button, #dataForm\:until button {
	background: #004571;
	border: 1px solid #004571;
	height: 100%;
}

/* Datatable */
#dataForm\:billDataTable_head th:last-child,
	#dataForm\:billDataTable_head th:nth-last-child(2),
	#dataForm\:billDataTable_data td:last-child,
	#dataForm\:billDataTable_data td:nth-last-child(2),
	#dataForm2\:billPendingDataTable_head th:last-child,
	#dataForm2\:billPendingDataTable_head th:nth-last-child(2),
	#dataForm2\:billPendingDataTable_data td:last-child,
	#dataForm2\:billPendingDataTable_data td:nth-last-child(2) {
	width: 4%;
}

@media ( max-width : 768px) {
	#dataForm\:billDataTable_head th, #dataForm\:billDataTable_data td,
		#dataForm2\:billPendingDataTable_head th,
		#dataForm2\:billPendingDataTable_data td {
		font-size: 10px;
	}
}

.ui-datatable {
	border: 1px solid #dde2e5;
	border-radius: 10px;
}

