/*reset */
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, center,
dl, dt, dd, ol, ul, 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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*login */
header.loginT {
  background: #393939 repeat-x;
  height: 50px;
}

footer.loginF {
  background: #ececec;
  height: 90px;
}
footer.loginF p {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding-top: 35px;
  color: #7e7e7e;
}

article {
  height: 815px;
  background: url(../images/loginbg.png) no-repeat;
  background-position: center;
  position: relative;
}

.login {
  width: 500px;
  height: 630px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -315px;
  margin-left: -250px;
}
.login h1 {
  padding-bottom: 1.5em;
}

.loginbox {
  width: 490px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #d4d4d4;
  padding: 2em;
  background: white;
}

.title {
  border-bottom: 2px solid #bebebe;
  padding-bottom: 2px;
}
.title span {
  color: #f9ae1e;
  font-weight: bolder;
  border-bottom: 1px solid #f9ae1e;
  float: right;
  padding-top: 5px;
  margin-right: 10px;
  line-height: 1em;
}
.title span a {
  color: #f9ae1e;
}

.loginform {
  padding-top: 0.5em;
}
.loginform p {
  letter-spacing: 0.2px;
  padding-top: 1em;
}
.loginform p small {
  font-size: 0.8em;
}
.loginform p em {
  color: #56a8c7;
  padding-left: 8px;
}
.loginform input[type=text] {
  width: 95%;
  height: 30px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding-left: 2%;
}

.loginform input[type=password] {
  width: 95%;
  height: 30px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding-left: 2%;
}

.loginbtn {
  zoom: 1;
  padding-top: 1em;
}
.loginbtn:before {
  content: "";
  display: table;
}
.loginbtn:after {
  content: "";
  display: table;
  clear: both;
}
.loginbtn p {
  width: 65%;
  float: left;
  font-size: 0.85em;
}
.loginbtn p a {
  color: #00a0e9;
  font-weight: bolder;
}
.loginbtn input[type=button] {
  width: 30%;
  height: 50px;
  margin-top: 5px;
  margin-left: 2%;
  cursor: pointer;
  background: #48b5e5;
  color: white;
  font-size: 1em;
  border: 0;
  float: left;
}

.loginbtn input[type=submit] {
  width: 30%;
  height: 50px;
  margin-top: 5px;
  margin-left: 2%;
  cursor: pointer;
  background: #48b5e5;
  color: white;
  font-size: 1em;
  border: 0;
  float: left;
}

/*layout */
body {
  font-family: "Helvetica Neue", "Helvetica", "Arial", "STHeitiTC-Light", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
  color: #4e4d4d;
  height: 100%;
}

a {
  color: white;
}

main {
  zoom: 1;
}
main:before {
  content: "";
  display: table;
}
main:after {
  content: "";
  display: table;
  clear: both;
}

aside {
  width: 220px;
  height: 100%;
  min-height: 1500px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background: #64bcdd;
  padding: 1em;
  color: white;
  float: left;
}
aside .mainconT {
  margin: 1em -1em;
  padding: 1.5em 0.5em;
  border-top: 1px solid #b0ddee;
  border-bottom: 1px solid #b0ddee;
}
aside .mainconT h3 {
  padding-left: 2em;
  font-size: 1.2em;
  font-weight: bolder;
}
aside .mainconT h3 small {
  font-size: 0.9em;
  font-weight: normal;
  color: #b0ddee;
}
aside nav {
  margin: 1em -1em;
}
aside nav ul li {
  line-height: 3em;
}
aside nav ul li.on {
  background: #ededed;
  font-weight: bolder;
}
aside nav ul li.on a {
  color: #7f7f7f;
  text-decoration: none;
}
aside nav ul li a {
  color: white;
  display: block;
  padding-left: 2.8em;
  text-decoration: none;
}
aside nav ul li a:hover {
  background: #ededed;
  color: #7f7f7f;
  font-weight: bolder;
}

section.sec {
  margin-left: 256px;
}
section.sec .sec1 {
  background: #393939;
  height: 50px;
  zoom: 1;
  color: white;
}
section.sec .sec1:before {
  content: "";
  display: table;
}
section.sec .sec1:after {
  content: "";
  display: table;
  clear: both;
}
section.sec .sec1 .infoL {
  float: left;
  zoom: 1;
}
section.sec .sec1 .infoL:before {
  content: "";
  display: table;
}
section.sec .sec1 .infoL:after {
  content: "";
  display: table;
  clear: both;
}
section.sec .sec1 .infoL .icon-userarr {
  width: 60px;
  height: 40px;
  float: left;
}
section.sec .sec1 .infoL .icon-usericon {
  float: left;
  width: 150px;
  font-size: 0.9em;
  color: #706844;
  padding-left: 45px;
  padding-top: 5px;
  line-height: 1.3em;
}
section.sec .sec1 .infoL time {
  float: left;
  font-size: 0.95em;
  padding-top: 22px;
  padding-left: 1em;
}
section.sec .sec1 .infoR {
  float: right;
  margin-right: 1%;
}
section.sec .sec1 .infoR span {
  padding-left: 2.2em;
  margin-top: 12px;
  margin-left: 1em;
  display: inline-block;
  height: 35px;
  font-size: 0.95em;
}
section.sec .sec2 {
  background: #fbfbfb;
  height: 30px;
  font-size: 0.9em;
  padding-left: 3.8em;
  padding-top: 0.5em;
}
section.sec .sec3 {
  width: 90%;
  margin-left: 3.5em;
  margin-top: 2em;
}
section.sec .sec4 {
  width: 90%;
  margin-left: 3.5em;
  margin-top: 0.5em;
}

.sec3T {
  border-bottom: 1px solid #aeaeae;
  zoom: 1;
}
.sec3T:before {
  content: "";
  display: table;
}
.sec3T:after {
  content: "";
  display: table;
  clear: both;
}
.sec3T h2 {
  float: left;
}
.sec3T span {
  float: right;
  font-size: 0.9em;
}

.sec3C {
  border: 1px solid #d6d6d6;
  background: #f7f7f7;
  margin-top: 1em;
  padding: 1em;
}
.sec3C input[type=button] {
  border: 0;
  width: 100px;
  background: #64bcdd;
  color: white;
  height: 30px;
  margin-bottom: 1em;
}
.sec3C input[type=button]:first-child {
  margin-right: 1em;
}
.sec3C p {
  line-height: 2em;
}
.sec3C input[type=text] {
  border: 1px solid #e1e1e1;
  padding-left: 0.5em;
  height: 20px;
}


.table {
  width: 100%;
  border: 1px solid #aeaeae;
}
.table th {
  background: #6c6c6c;
  color: white;
  text-align: center;
}
.table tr {
  border-bottom: 1px solid #aeaeae;
}
.table tr:nth-child(odd) {
  background: #f7f7f7;
}
.table td.no {
  color: #ec674d;
}
.table td.show {
  color: #64bcdd;
}
.table td {
  line-height: 2.5em;
  text-align: center;
}
.table td:last-child {
  width: 10%;
}
.table input[type=button] {
  border: 0;
  width: 100px;
  height: 25px;
}

.table1 {
  width: 100%;
  border: 1px solid #aeaeae;
}
.table1 th {
  background: #6c6c6c;
  color: white;
  text-align: center;
}
.table1 tr {
  border-bottom: 1px solid #aeaeae;
}
.table1 tr:nth-child(odd) {
  background: #f7f7f7;
}
.table1 td.no {
  color: #ec674d;
}
.table1 td.show {
  color: #64bcdd;
}
.table1 td {
  line-height: 2.5em;
  text-align: center;
}
.table1 td:last-child {
  width: 25%;
}
.table2 td:last-child {
  width: 70%;
}
.table3 td:last-child {
  width: auto;
}
.table1 input[type=button] {
  border: 0;
  width: 100px;
  height: 25px;
}

/*icon */
.icon-sprite, .icon-logouticon, .icon-mainicon, .icon-sysicon, .icon-userarr, .icon-usericon, .icon-usericon2 {
  background-image: url('../images/icon-se03765b199.png');
  background-repeat: no-repeat;
}

.icon-logouticon {
  background-position: 0 0;
}

.icon-mainicon {
  background-position: 0 -49px;
}

.icon-sysicon {
  background-position: 0 -95px;
}

.icon-userarr {
  background-position: 0 -144px;
}

.icon-usericon {
  background-position: 0 -204px;
}

.icon-usericon2 {
  background-position: 0 -274px;
}
