@charset "ISO-8859-1";

.no-scrollbar .ui-layout-unit-content {
	overflow: hidden !important;
	text-align: center;
}

body {
	zoom: 0.9;
}

.fab {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	position: fixed;
	bottom: 16px;
	right: 16px;
	font-size: 24px;
	text-align: center;
	line-height: 56px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
	color: white;
	background: #FF5722;
}

.no-header .ui-dataview-header {
	display: none;
}

.big-title .ui-panel-title {
	font-size: 20px;
}

.items-dataview .ui-dataview-content {
	background-color: gray;
}