html, body {
	height: 100%;
	padding: 0;
	width: 100%
}

.btn-zexpense {
	background: #F9AF4A;
	background: linear-gradient(to bottom, #ffc676, #F9AF4A);
	color: #1c1a1b;
}

.btn-zexpense:hover {
	background: #f9a32f;
	color: #1c1a1b;
}
.btn-zexpense.loading {
	background: #F9AF4A;
}

.moveOffScreen {
	bottom: 0;
	filter: alpha(opacity=0);
	height: 0 !important;
	overflow: hidden;
	opacity: 0;
	position: fixed;
	right: 0;
	width: 0 !important;
}