﻿/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	font-family: "微軟正黑體";
}
body {
	background: url(/Content/images/bg.jpg) no-repeat;
	background: url(/Content/images/bg2.jpg) no-repeat \9;
	;
	width: 100%;
	height: 100%;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	margin: 0;
	padding: 0;
	background-attachment: fixed;
	background-position: center center;
}
form input[type="text"], form input[type="password"] {
	font-size: 0.82355em;
	color: #B1B1B1;
	display: block;
	border: 2px solid rgba(216, 216, 216, 0.39);
	padding: 0.9em 0.9em;
	outline: none;
	text-align: left;
	-webkit-appearance: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	width: 315px;
	margin: 20px 10px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	padding-left: 37px
}
form input[type="submit"], from input[type="button"] {
	font-size: 1.1em;
	color: #fff;
	display: block;
	border: none;
	padding: 0.7em 0.9em;
	outline: none;
	text-align: center;
	-webkit-appearance: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	font-weight: bold;
	width: 352px;
	margin: 20px 10px 10px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	outline: none;
	cursor: pointer;
	background: #90C842;
}
form input[type="submit"]:hover, from input[type="button"]:hover {
	background: #0287CC;
	color: #fff;
}
form input[type="text"]:hover, form input[type="password"]:hover {
	border: 2px solid #0287CC;
	color: #0287CC;
}
#content {
	width: 415px;
	margin: 0 auto;
}
.login_div {
	width: 350px;
	display: table;
	margin: 0px auto;
	padding: 20px;
	background: #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 5px 5px 5px #333333;
	-webkit-box-shadow: 5px 5px 5px #333333;
	-moz-box-shadow: 5px 5px 5px #333333;
}
.login_title {
	line-height: 25px;
	font-size: 18px;
	width: 350px;
	margin: 0 auto;
	text-align: center;
}
.WebManager {
	color: #FFF;
	width: 350px;
	margin: 20px auto;
	font-size: 26px;
	text-align: center;
}
span {
	color: #F00;
}
.copyright_box {
	color: #FFF;
	text-align: center;
	line-height: 50px;
}
.textbox {
}
.Errorcount_box input {
	float: left;
}
.Errorcount_box img {
	float: left;
	margin: 28px 10px 25px;
}
.Errorcount_info {
	padding-left: 15px;
	letter-spacing: 3px;
}
.Errorcount_info span {
	font-size: 14px;
}
.manage_box {
	background-image: url(/Content/images/manage_icon.png) !important;
	background-position: 33% center !important;
	background-repeat: no-repeat !important;
}
.guide_box {
	font-size: 1.1em;
	color: #fff;
	display: block;
	border: none;
	padding: 0.7em 0.9em;
	outline: none;
	text-align: center;
	-webkit-appearance: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	font-weight: bold;
	width: 352px;
	margin: 20px 10px 10px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	outline: none;
	cursor: pointer;
	background: #90C842;
	background-image: url(/Content/images/WM_img/guide_icon.png) !important;
	background-position: 33% center !important;
	background-repeat: no-repeat !important;
}
.guide_box:hover {
	background:#0287CC;
	color:#fff;
}
.clock_box {
	font-size: 1.1em;
	color: #fff;
	display: block;
	border: none;
	padding: 0.7em 0.9em;
	outline: none;
	text-align: center;
	-webkit-appearance: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	font-weight: bold;
	width: 352px;
	margin: 20px 10px 10px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	outline: none;
	cursor: pointer;
	background: #90C842;
	background-image: url(/Content/images/WM_img/clock_icon.png) !important;
	background-position: 33% center !important;
	background-repeat: no-repeat !important;
}
.clock_box:hover {
	background:#0287CC;
	color:#fff;
}
#footer {
	width: 100%;
	min-width: 960px;
	height: 50px;
	background: #000;
	opacity: 0.7;
	position: fixed;
	bottom: 0;
	color: #FFF;
	line-height: 50px;
	font-size: 18px;
	letter-spacing: 2px;
}
#footer p.telnb {
	font-size: 16px;
	width: 260px;
	float: left;
}
#footer p.slogan {
	float: right;
	width: 320px;
}
#footer img {
	float: left;
	margin: 6px 30px 6px 20px;
}
