* {
	font-size: 14px;
}

.vstack > * {
	margin-bottom: 0 !important;	
}

/* !Interface */
#uiRequestIndicator {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	height: 5px;
	background: #ae1010;
	background-repeat: no-repeat;
	display: none;
	text-align: right;
}
#uiRequestIndicator img {
	position: absolute;
	top: 0;
	right: 0;
}

.ui_clickable {
	cursor: pointer;
}


/* !Notifications */
.notice-wrap {
	position: fixed;
	bottom: 2px;
	right: 2px;
	width: 300px;
	max-width: 300px;
	z-index: 99999;
}
* html .notice-wrap {
	position: absolute;		
}
.notice-item {
	padding: 0.5rem;
	font-size: small;
	border-radius: 2px;
	display: block;
	position: relative;
	margin: 0 0 2px 0;
	color: #303030;
}
.notice-item td {
	padding: 0.5rem;
}
.notice-item.info {
	background-color: 		#8fb76c;
}
.notice-item.alert {
	background-color: 		#d4c051;
}
.notice-item.error {
	background-color: 		#d45d41;
	color: white;
}
.notice-item.load {
	background-color: 		#afa89a;
}