ul {
  list-style: none;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
td {
  font-size: 1em;
}
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
body,
html,
p,
blockquote,
fieldset,
input,
label,
div,
dd,
dt,
dl,
table,
tr,
td,
img,
hr {
  margin: 0px;
  padding: 0px;
}
a img,
:link img,
:visited img,
fieldset {
  border: none;
}
html {
  height: 100%;
}
body {
  font-family: arial;
  font-size: 0;
  height: 100%;
}
#login {
  background: url('/admin/images/bg-login.jpg') no-repeat 50% 0px;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
}
section,
header {
  font-size: 13px;
}
section#login-form {
  padding-top: 200px;
}
section#login-form>div {
  background: rgba(0,0,0,0.3);
  margin: 0 auto;
  padding: 20px;
  width: 302px;
}
section#login-form span.error {
  color: #f00;
  display: block;
  font-weight: bold;
}
section#login-form img {
  padding-bottom: 10px;
}
section#login-form input {
  margin-bottom: 10px;
}
section#login-form input[type=submit] {
  margin-left: 252px;
}
section#login-form .poweredby {
  color: #fff;
}
header {
  background: #00a;
  box-shadow: 0 0 5px #000;
  height: 60px;
  position: relative;
}
header .logo {
  left: 10px;
  position: absolute;
  top: 6px;
}
header nav {
  bottom: 2px;
  left: 200px;
  position: absolute;
}
header nav a {
  color: #fff;
}
header nav li {
  display: inline-block;
}
header nav li a {
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding: 0 10px;
  text-decoration: none;
}
section#main {
  margin: 50px 0;
}
input[type=email],
input[type=password],
input[type=text],
select,
textarea {
  background: #fff;
  border: 1px solid #aaa;
  width: 300px;
}
input[type=email],
input[type=password],
input[type=text],
select {
  height: 25px;
}
input[type=button],
input[type=submit],
a.button {
  background: #00a;
  border: 1px solid #07f;
  color: #fff;
  padding: 2px 5px;
  text-decoration: none;
}
div.input {
  padding-bottom: 10px;
}
div.input span {
  display: inline-block;
}
div.input span.label {
  font-weight: bold;
  padding-right: 5px;
  text-align: right;
  width: 150px;
}
div.button {
  margin-left: 159px;
}
div.checkbox span.input span {
  display: inline-block;
}
div.checkbox span.input span:nth-child(odd) {
  padding-right: 2px;
  vertical-align: -2px;
}
table {
  border-collapse: collapse;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 100%;
}
table tr:nth-child(2n+1) {
  background: #f4f4f4;
}
table tr:nth-child(2n) {
  background: #ececec;
}
table tr th {
  background: #555;
  background-size: contain;
  border-right: 1px solid #373737;
  color: #fff;
  font-size: 12px;
  height: 30px;
  text-align: left;
}
table tr td {
  border: 1px solid #d4d4d4;
  font-size: 13px;
  height: 30px;
}
table tr th,
table tr td {
  padding: 0 15px;
}
table tr th.center,
table tr td.center {
  text-align: center;
}
table tr th.width10,
table tr td.width10 {
  width: 10%;
}
table tr th.width20,
table tr td.width20 {
  width: 20%;
}
table tr th.width30,
table tr td.width30 {
  width: 30%;
}
table tr th.width40,
table tr td.width40 {
  width: 40%;
}
table tr th.width50,
table tr td.width50 {
  width: 50%;
}
table tr th.width60,
table tr td.width60 {
  width: 60%;
}
table tr th.width70,
table tr td.width70 {
  width: 70%;
}
table tr th.width80,
table tr td.width80 {
  width: 80%;
}
table tr th.width90,
table tr td.width90 {
  width: 90%;
}
table tr th.width100,
table tr td.width100 {
  width: 100%;
}
table tr th a,
table tr td a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.popup {
  background: #fff;
  border: 1px solid #d7d8da;
  font-size: 13px;
  position: relative;
}
.popup .container {
  left: 0;
  padding: 10px;
  position: absolute;
  top: 20px;
  z-index: 3;
}
.popup .close {
  background: url('/admin/images/close_x.png');
  height: 11px;
  position: absolute;
  right: 5px;
  top: 4px;
  width: 11px;
  z-index: 2;
}
.popup .title-bar {
  background: #21304d;
  color: #4d97dc;
  cursor: default;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
}
div.error {
  color: #f00;
  font-size: 16px;
  font-weight: bold;
}
h2 {
  font-size: 16px;
  margin-top: 10px;
}
h2.report-header {
  cursor: default;
}
hr {
  margin: 10px 0;
}
.frame {
  margin: 0 auto;
  width: 1000px;
}
.popup .container {
  text-align: center;
}
.popup .container div {
  display: inline-block;
}
.popup .container div a {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
