html, body {
	height: 100%;
	margin: 0;
	font-family: "Arial","Helvetica","微軟正黑體","Microsoft JhengHei","黑體","SimHei","儷黑 Pro","LiHei Pro Medium","蘋果儷中黑","Apple LiGothic Medium","新細明體","PMingLiU","細明體","MingLiU","標楷體","DFKai-sb","sans-serif" !important;
	font-size: 16px;
	/* preset browser font size */
	color: #333333;
	background-color: white; 
}

.navbar {
	border: none !important;
	border-radius: 0;
	/*height: 150px;*/
	min-height: 60px;
	background: white; 
	padding:0px;
}

.navbar .container {
    background: white; 
}
.navbar .container.affix {
	position: relative;
	top: 0px;
	box-shadow: 0px 4px 2px -2px #ccc; 
 }
	  
.navbar .container {
	background: white; 
}

.navbar .container.affix {
	position: relative;
	top: 0px;
	box-shadow: 0px 4px 2px -2px #ccc; 
}

.navbar-header {
	position: relative;
	width: 100%;
	height: 100px;
	background-color: white; 
}

.navbar-header img {
	height: 100%;
	max-height: 100%;
	padding: 10px; 
	padding-left: 0px; 
}

.navbar-subheader {
	font-size: 1.5em;
	color: #F58C3C;
}

.content-info {
	font-size: 1.4em;
	color: #3e3081; 
}

.content {
	margin-top: 150px;
}

.log-page {
	display: block;
	margin-bottom: 150px;
}

.main-page {
	display: none;
}
 
 
.login {
	margin-top: 30px;
	text-align: center;
	font-size: 1.75em;
	color: #00bdd4; 
}

.login input {
	float: none;
	margin: 0 auto;
	width: 240px;
	height: 80px;
	font-size: 1.5em;
	color: #333333;
	text-align: center; 
}

.tbl-content thead th {
	background: #F58C3C;
	color: #fff;
}

 
 
footer {
	background-color: white;
	padding: 5px; 
}

.footer {
	position: absolute;
    bottom: 0;
    width: 100%;
	height: 60px;
	min-height: 60px; 
}

.footer-brand {
	padding: 0;
}

.footer-info {
	text-align: right;
	font-size: 0.688em;
	color: #666666;
	padding: 0; 
}

.footer-copyright {
	text-align: right;
	font-size: 0.750em;
	color: #333333;
	width: 100%;
	margin-top: 10px; 
}

.footer-copyright a, .footer-copyright a:visited {
	color: #333333; 
}
.footer-copyright a:hover, .footer-copyright a:active, .footer-copyright a:focus, .footer-copyright a:visited:hover, .footer-copyright a:visited:active, .footer-copyright a:visited:focus {
	color: #000000;
	text-decoration: underline; 
}

@media only screen and (max-width: 768px) {
	.footer-copyright {
		text-align: center; 
	} 
}

@media only screen and (max-width: 480px) {
	.content-info {
		font-size: 1.25em; 
	}

	.login {
		font-size: 1.5em; 
	} 
	
	.navbar-subheader {
		font-size: 1.25em;
	}
	
	.tbl-content {
		font-size: 0.8em;
	}
}
	
	

/* Custom, iPhone Retina */
@media only screen and (max-width: 380px) {
	.footer-info {
		font-size: 0.58em; 
	} 
}
	