body {
	font-family: Arial, Helvetica, sans-serif;
	overflow-y: scroll;
}
#wrapper {
	max-width: 1007px;
	padding-bottom: 120px;
	margin: auto;
}
/*header*/
#btnSignOut {
	left: 10px;
	font-size: 14px;
}
.tbHeader h3 {
	font-size: 16px;
}
@media(min-width: 480px) {
	.tbHeader h3 {
		font-size: 18px;
	}
}
#btnSave {
	right: 10px;
	font-size: 16px;
}
#tableMain [tb-btnDeleteTrPost] {
	background: rgb(255,100,0);
	color: white;
}
/*tbHeaderSub*/
#inputYear {
	text-align: center;
}
/*headResult*/
#headResult {
	margin-bottom: 5px;
}
/*footer*/
.tbFooter {
	padding: 0 3px;
	font-size: 0;
}
.tbFooter button.tbBtn, .tbFooter .tbBtn>button {
	width: 23%;
	height: 42px;
	padding: 1px 2px;
	border-radius: 5px;
	margin: 0 1%;
	font-size: 12px;
}
@media(min-width: 375px) {
	.tbFooter button.tbBtn, .tbFooter .tbBtn>button {
		font-size: 14px;
	}
}
@media(min-width: 640px) {
	.tbFooter button.tbBtn, .tbFooter .tbBtn>button {
		max-width: 100px;
		margin: 0 10px;
	}
}
.tbFooter button[data-goto="project"], .tbFooter button#btnBack {
	font-size: 26px;
}
.tbFooter button#btnOpenNav {
	position: absolute;
	height: 40px;
	left: 10px;
	top: 5px;
	font-size: 28px;
	line-height: 1.4;
}
/*btnInsert*/
#btnInsert {
	right: 10px;
	bottom: 70px;
	font-size: 22px;
	font-weight: 900;
}
#recordInsert {
	display: none;
	background: rgba(10,10,10,0.9);
	color: white;
	padding-top: 80px;
}
#recordInsert>input {
	width: 180px;
}
/*fg*/
#fgLoading, #fgSaving {
	background: black;
	color: white;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3000;
	transition: all 0.5s;
}
#fgSaving {
	opacity: 0;
	pointer-events: none;
}
#textLoading, #textSaving {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#fgNavHidden {
	font-size: 18px;
	opacity: 0.9;
	transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transition: transform 0.75s;
	-moz-transition: transform 0.75s;
	-ms-transition: transform 0.75s;
	-o-transition: transform 0.75s;
	-webkit-transition: transform 0.75s;
}
/*responsive design*/
@media only screen and (max-width: 720px) {
	body #wrapper {
		max-width: 480px;
	}
	body.themeChocco .tbHeaderSub {
		background: rgb(200,148,80);
	}
	#tableMain .cellBtnDeleteTr {
		padding-left: 5px;
	}
}
/*print*/
@media print {
	#wrapper { padding: 0 !important; }
}