.loginForm {
	margin-left: auto;
	margin-right: auto;
	margin-top: 300;
	margin-bottom: auto;
	height: 170;
	width: 30%;
	border: 1px solid grey;
}

.innerLoginPanel {
	padding: 10;
	text-align: center;
}

.block {
	display: block;
	overflow: auto;
}

.bottomRight {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: 3px;
	margin-bottom: 3px;
}

.filterPanel {
	border: 1px solid grey;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: rgb(239, 243, 245);
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

.periodText {
	font-size: 15px;
}

.periodRule {
	margin-top: 2px;
	margin-bottom: 2px;
	height: 3px;
	background-color: grey;
	border-width: 0px;
}

.periodPanel {
	width: 20%;
	margin-top: 10px;
}

.periodValue {
	float: right;
	width: 50%;
	text-align: right;
}

.periodLabel {
	float: right;
	width: 50%;
	text-align: right;
}

.logoutIcon {
	float: right;
	margin-top: 3px;
	margin-right: 5px;
}

.summaryLabel {
	float: right;
	width: 40%;
	text-align: right;
}

.summaryItem {
	width: 10%;
	float: right;
	text-align: right;
}

.button {
	font: bold 16px Arial;
	text-decoration: none;
	background-color: rgb(159, 222, 228);
	color: #333333;
	padding: 2px 6px 2px 6px;
	margin-right: 10px;
}

.articleDescription {
	width: 400px;
}

.ui-widget {
	font-family: Arial, sans-serif;
	font-size: 15px;
}

.validationError {
	color: red;
	font-size: 12px;
	background-image: url('../resources/images/validation.jpg');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	background-size: 20px;
}

.ui-confirm-dialog .ui-dialog-content p span {
	background-image: url('../resources/images/alert.jpg');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	background-size: 35px;
	height: 35px;
}

.deleteArticle {
	float: right;
	height: 30px;
}

.indexTable {
	text-align: center;
}

.footer {
	float: right;
}

}
.defaultForm {
	
}

.defaultPanel {
	
}

.longInput {
	width: 99%;
	height: 70px;
}

label {
	font-family: Arial;
	font-size: 12px;
	color: grey;
}

.formItemLabel {
	display: block;
}

.formItemInput {
	background-color: #dfeffc;
	border: 0px;
	font-family: sans-serif;
}

.buttonContainer {
	margin: 5px 5px 5px 5px;
	width: 500px;
	height: 22px;
}

.addArticleImage {
	height: 30px;
}

.articleItem {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid grey;
	width: 99%;
}

.summary {
	display: inline-block;
	width: 99%;
}

#header {
	width: 80%;
	border: 1px solid grey;
	margin: 0 auto;
	margin-bottom: 20px;
}

.listImage {
	height: 20px;
}

.statusImage {
	border: solid rgb(25, 145, 150) 1px;
}

#content {
	width: 80%;
	margin: 0 auto;
	border: 1px solid grey;
	overflow: auto;
	padding: 2px;
}

.ui-datatable thead th,.ui-datatable tbody td,.ui-datatable tfoot td {
	padding: 4px 10px;
	overflow: hidden;
	white-space: nowrap;
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
}

#footer {
	width: 80%;
	margin: 0 auto;
	margin-top: 20px;
	border: 1px solid grey;
	overflow: auto;
	padding: 3px;
}