@charset "utf-8";
/* CSS Document */
.ui-body-c,
.ui-overlay-c,
.ui-overlay-custom{
	background-image: none !important;
	/*background-attachment: fixed;
	background-size: auto 100%;
	background-position: bottom left;
	background-repeat: no-repeat;*/
	background-color:#FFF;
}
.ui-header .ui-title{
	width: 100%;
	margin: 0;
	font-size: 24px;
	height: 44px;
	padding: 0 10px;
	display: flex;
	align-items: center;
	}
h1{
	background-image: none;
	border: none;
	background-color: #116666;
	color: white;
	margin: 10px 0 20px 0;
	font-size: 24px;
	height: 44px;
	padding: 0 10px;
	display: flex;
	align-items: center;
}
h2{
	background-image: none;
	text-align: left;
	font-size: 21px;
	height: 40px;
	display: flex;
	align-items: center;
	padding: 0 10px 0 10px;
	background-color: #1a9999;
}