@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);html,
body {
  height: 100%;
  overflow: auto;
  max-width: 100vw;
}
body {
  font-family: 'Microsoft JhengHei', '\5FAE\8EDF\6B63\9ED1\9AD4', Verdana, Arial, 'Microsoft YaHei';
  background-color: #222;
  color: #FFF;
  font-size: 12px;
  letter-spacing: 0.1em;
}
button {
  letter-spacing: 0.1em;
}
input {
  font-size: 14px;
}
a {
  color: #FFF;
}
#app {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#app .navbar-text.title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: auto;
  color: #FFF;
  padding-right: 15px;
}
#app .navbar-nav > li > a {
  color: #FFF;
}
#app .navbar-toggle {
  border: none;
  float: left;
  margin-left: 15px;
}
#app .navbar-toggle .icon-bar {
  height: 3px;
  border-radius: 0px;
}
#app-navbar-collapse {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 0px;
  padding-right: 0px;
  width: 0px;
  background-color: #000;
  position: absolute;
  z-index: 1001;
  bottom: 0;
  top: 0;
}
#app-navbar-collapse .logo {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#app-navbar-collapse.in {
  width: 180px;
}
#app-navbar-collapse ul.nav {
  margin: 0px 10px;
}
#app-navbar-collapse ul.nav li {
  border-bottom: 1px solid;
}
#app-navbar-collapse ul.nav li .current {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.container {
  width: 100%;
}
.collapsing {
  position: relative;
  width: 0;
  overflow: hidden;
  height: inherit;
  -webkit-transition-property: width;
  transition-property: width;
}
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 74px;
}
.flexbox .navbar-collapse.in + #app {
  padding-left: 160px;
}
#app-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
  overflow: auto;
}
.panel {
  background-color: #555;
  border-color: #222;
}
.panel .panel-heading {
  background-color: #555;
  border-color: #222;
  color: #FFF;
}
/* Form Item */
.btn:not(.btn-xs) {
  min-width: 130px;
  border: none;
  line-height: 12px;
  height: 36px;
  font-size: 12px;
}
.btn-xs {
  text-decoration: none;
}
.btn-default {
  background-color: #999;
  color: #FFF;
}
.btn-danger {
  background-color: #ed494a;
}
.appendIcon {
  position: relative;
  padding-left: 25px;
}
.appendIcon span.glyphicon {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.circle {
  width: 18px;
  height: 18px;
  border-radius: 18px;
}
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
