﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato|Raleway");
html, body {
  font-family: "微軟正黑體";
  letter-spacing: 1px;
  line-height: 28px;
  background-color: #FFF5E9;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

form label, form span, form select, form input {
  vertical-align: middle;
}

form .datepicker, form input[type="number"] {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  padding: 4px;
}

input.datepicker {
  text-align: center;
}

select {
  font-weight: normal;
}

.btn {
  font-weight: bold;
}

.red {
  color: #DA3E52;
  font-weight: bolder;
}

table {
  background-color: #fff;
}

.wrap {
  background-color: #FFF5E9;
  position: relative;
}

header {
  background-color: #666;
  border-bottom: 3px solid #ccc;
}

header h1 {
  margin: 0;
  line-height: 150px;
  margin-top: -15px;
  letter-spacing: 4px;
  color: #FED293;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
}

header h5 {
  font-family: 'Raleway', sans-serif;
  margin: 0;
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  position: relative;
  top: -35px;
  opacity: 0.7;
}

header .mainBG {
  background-image: url("../images/hypnotize.png");
  opacity: 0.1;
  height: 180px;
  margin-top: -180px;
  background-attachment: fixed;
}

ul.topMenu {
  list-style: none;
  padding-left: 0;
  text-align: center;
  padding-top: 50px;
}

ul.topMenu li {
  display: inline-block;
  margin-right: 8px;
}

ul.topMenu li:last-of-type {
  margin-right: 0;
}

ul.topMenu li a {
  display: inline-block;
  border: 1px solid #666;
  color: #666;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 5px 15px;
  text-decoration: none;
}

ul.topMenu li:hover a {
  background-color: rgba(102, 102, 102, 0.2);
  color: #666;
}

ul.topMenu li.active a {
  background-color: #666;
  color: #fff;
}

.content {
  padding: 80px;
  padding-bottom: 150px;
}

.content ul.mainButtons {
  padding-left: 0;
  margin-bottom: 20px;
  text-align: right;
}

.content ul.mainButtons li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}

.content ul.mainButtons li:last-of-type {
  margin-right: 0;
}

.content ul.mainButtons li span {
  margin-right: 5px;
}

.content .readme small {
  display: block;
  color: #DA3E52;
  line-height: 24px;
}

.tableStyle table {
  margin-bottom: 30px;
  background-color: #E9E9E9;
  border: 1px solid #CECECE;
}

.tableStyle table th, .tableStyle table td {
  padding: 5px;
  text-align: center;
}

.tableStyle table th {
  font-weight: bold;
  color: #666;
  background-color: #E9E9E9;
}

.tableStyle table td {
  border-left: 1px solid #CECECE;
  border-bottom: 1px solid #CECECE;
}

.tableStyle table thead, .tableStyle table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.tableStyle table thead {
  width: -webkit-calc(100% - 1em);
  width: calc(100% - 1em);
}

.tableStyle table tbody {
  display: block;
  overflow-y: scroll;
  height: 192px;
}

.tableStyle table tbody tr > td:first-child {
  border-left: 0;
}

.tableStyle table tbody tr:last-of-type > td {
  border-bottom: 0;
}

.tableStyle table tbody tr {
  background-color: #fff;
}

.tableStyle table tbody tr:nth-of-type(even) {
  background-color: #F6F6F6;
}

.tableStyle table tbody tr:hover {
  background-color: #EFFFE0;
}

.tableStyle table tbody.row10 {
  height: 384px;
}

span.blank {
  display: inline-block;
  margin-right: 10px;
}

span.blank.bk20 {
  margin-right: 20px;
}

span.blank.bk30 {
  margin-right: 30px;
}

span.blank.bk40 {
  margin-right: 40px;
}

span.blank.bk50 {
  margin-right: 50px;
}

span.blank.bk60 {
  margin-right: 60px;
}

span.blank.bk70 {
  margin-right: 70px;
}

span.blank.bk80 {
  margin-right: 80px;
}

span.blank.bk90 {
  margin-right: 90px;
}

span.blank.bk100 {
  margin-right: 100px;
}

.modal-content {
  padding: 20px;
  background-color: #FFFBF5;
}

.modal-content h4#myModalLabel.modal-title {
  color: #666;
}

.modal-content .form-group span {
  vertical-align: top;
}

.modal-content .form-group label {
  line-height: 20px;
  margin-right: 15px;
}

.modal-content .form-group input[type="number"] {
  text-align: center;
  margin-right: 6px;
}

.modal-content .form-group input.datepicker {
  margin-right: 30px;
}

.modal-content button.btn.btn-danger {
  margin-right: 30px;
}

.modal-content span.glyphicon {
  vertical-align: baseline;
  margin-right: 5px;
}

.modal-content span + label {
  margin-left: 5px;
}

.modal-content .navTab ul {
  margin-top: 20px;
  margin-bottom: 30px;
}

.modal-content .navTab ul li a {
  padding: 2px 10px;
  margin-right: 5px;
  border: 1px solid #666;
  background-color: rgba(102, 102, 102, 0);
  color: #666;
}

.modal-content .navTab ul li:not(.active):hover a {
  background-color: rgba(102, 102, 102, 0.2);
}

.modal-content .navTab ul li.active a {
  background-color: #666;
  color: #fff;
}

.modal-content span.actFoodType {
  display: inline-block;
  margin-left: -5px;
  margin-right: 30px;
  color: #DA3E52;
}

.modal-content .buttons {
  margin-bottom: 20px;
}

section.noticeRequirementsForm, #statistics, #index {
  width: 800px;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}

#footer {
  background-color: #666;
  color: #FED293;
  text-align: center;
  width: 100%;
  line-height: 60px;
  height: 60px;
  border-top: 3px solid #ccc;
  position: fixed;
  bottom: 0;
}
