body,html {
  font-family: "Microsoft YaHei","MStiffHeiHK","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
}
body, html, .body, .body .container, .body .container .row, .body .container .row .sidebar, .body .container .row .content  {
  height: 100%;
  min-height: 100%;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.container {
  width: 100%;
  min-width: 970px !important;
  max-width: none !important;
}
.glyphicon {
  margin-right: 5px;
}
.top-nav {
  background: #000000;
  padding: 10px 0;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.top-nav .title, .top-nav ul li a {
  color: #cecece;
  text-decoration: none;
}
.top-nav a:hover {
  color: #ffffff;
}
.top-nav .title {
  font-size: 20px;
  font-weight: 500;
}
.top-nav ul {
  margin-top: 5px;
}
.body {
  height: 100%;
  padding-top: 60px;
}
.sidebar {
  width: 200px !important;
  background: #f5f5f5;
}
.sidebar li.main {
  padding: 5px 0 5px 10px;
  font-size: 18px;
  font-weight: 200;
}
.sidebar li.sub a {
  padding: 2px 0 2px 20px;
  color: #000000;
}
.sidebar li.active {
  background: #cecece;
}
.content {
  overflow: auto;
  padding: 15px;
}
.required {
  color: red;
  margin-right: 5px;
}
.custom-error {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.table-middle tbody > tr > td {
  vertical-align: middle;
}
.table-nonbordered tbody > tr > td {
  border: 0;
}
.button-control {
  margin-bottom: 15px;
}
.reformat {
  width: auto !important;
  display: inline-block !important;
  vertical-align: middle !important;
}