@charset "UTF-8";
body,
html {
  height: 100% !important;
}

body {
  font: 14px '微软雅黑', '宋体', 'Arial Narrow', HELVETICA;
  -webkit-text-size-adjust: 100%;
}

li {
  list-style: none;
}

.main {
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.aside-left {
  float: left;
  height: 100%;
  overflow: auto;
}

.right-area {
  flex: 1;
  height: 100%;
  overflow: auto;
}

.breadcrumb {
  margin: 0 !important;
  padding-bottom: 0 !important;
}

.btn-secondary {
  border-radius: 0.25rem !important;
  border: 0;
}

.btn-xs {
  border-style: solid;
}

a {
  color: #076fb7;
  text-decoration: none;
}

.a-white {
  color: white;
}

.right-content {
  margin: 5px 10px;
  padding: 10px;
  background-color: white;
}

.right {
  float: right;
}

.oi {
  display: inline-block;
  width: 16px;
  margin: 0 5px;
  font-size: 0.9rem;
}
ul.errorlist {
  padding-left: 0;
  color: #f00;
}
/*# sourceMappingURL=basic.css.map */
