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

/* ******************************************************************** */
/* Clearfix: http://csscreator.com/attributes/containedfloat.php        */
/* ******************************************************************** */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */
p {
	margin: 0px 0px 10px 0px;
}

/* Resizable columns: let the text wrap normally */
.ui-datatable-resizable tbody td {
	white-space: normal;
}

/* ############################ */
.menuLinks, .menuLinks li {
	padding: 1px;
	margin: 1px 1px 1px 10px;
	list-style-type: circle;
}

.lumDataBox-columns-1 {
	max-width: 50rem;
}

.lumDataBox-columns-2 {
	max-width: 100%;
}

.lumDataBoxOuter>.ui-panel>.ui-panel-content {
	padding: 0;
}

.lumDataBox>.ui-panelgrid>.ui-panelgrid-content {
	border: none !important;
}

.orderbutton {
	font-size: 20px !important;
	margin-top: 5px;
}

/* Responsive Tables */
@media ( max-width : 640px) {
	tbody tr td {
		width: 100% !important;
	}
	tbody tr td div {
		text-align: right;
	}
}

/* Branding */
div.logo {
	text-align: right;
}

div.companyName {
	text-align: center;
	margin: auto;
}

span.companyName {
	font-size: 250% !important;
}

.footerText>.ui-widget-content {
	border: none !important;
	margin-top: 2rem;
}

/* LocaleSwitch, user menu */
.fakturiaMenu .ui-selectonemenu, .fakturiaMenu .ui-menubutton {
	vertical-align: middle;
}

.fakturiaMenu .userMenu {
	margin-left: 0.5rem;
}

/* Paginator rows dropdown */
.ui-paginator-rpp-options {
	background-color: inherit !important;
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
}

.spacingTop {
	margin-top: 0.9rem;
}
