#app-layout {
  font-size: 18px;
}
#app-layout * {
  font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", DFKai-SB, FontAwesome, sans-serif;
}
#app-layout p {
  line-height: 1.8em;
}
#app-layout img {
  min-width: 100% !important;
  height: auto !important;
}
#app-layout .navbar-brand {
  padding: 0;
}
#app-layout .navbar-brand img {
  display: inline-block;
}
table.dataTable {
  width: 100%;
}
table.dataTable th {
  white-space: nowrap;
}
table.dataTable tbody > tr > td {
  vertical-align: middle;
}
#loadingIMG {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  margin-left: -50%;
  margin-top: -25px;
  background: rgba(255, 255, 255, 0.63);
  z-index: 999;
}
#loadingIMG .text-center {
  width: 150px;
  margin: 250px auto 0;
  vertical-align: middle;
}
