/* layout.css Date:2019-05-20 13:55:10 */

.lg-layout {
  background-color: rgba(0, 0, 0, 0.04);
  min-height: 100vh;
  min-width: 1190px;
}

.lg-layout .lg-crumbs-wrap {
  padding-top: 12px;
  padding-bottom: 12px;
}

.lg-layout .lg-crumbs-wrap + .lg-layout-container {
  margin-top: 0;
}

.lg-layout .lg-navmenu-light + .lg-layout-content {
  border-left: none;
}

.lg-layout-container {
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  box-sizing: border-box;
  min-width: 0;
}

.lg-layout-content {
  border: 1px solid #E8E8E8;
  background-color: #FFF;
  -ms-flex: 1;
  flex: 1;
  padding: 16px 24px;
  min-height: calc(100vh - 130px);
  box-sizing: border-box;
  overflow-x: hidden;
}

.lg-layout-content .lg-crumbs-wrap {
  padding-top: 0;
}

.lg-layout-main {
  margin-left: 24px;
  margin-right: 24px;
}

.lg-layout-1190 {
  margin-left: auto;
  margin-right: auto;
  width: 1190px;
}

.lg-layout-1190 .lg-navmenu-logo {
  padding-left: 0;
}

.lg-layout-footer {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  text-align: center;
  color: #aaa;
}

.lg-layout-hd {
  margin-bottom: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lg-layout-hd .title {
  color: #434343;
  font-size: 16px;
  font-weight: 700;
}

.lg-layout-column {
  -ms-flex: 1;
  flex: 1;
}

.lg-layout-column .lg-layout-content {
  margin-top: 16px;
  margin-left: 16px;
  margin-right: 16px;
}

.lg-layout-column .lg-layout-hd {
  border: solid #E8E8E8;
  border-width: 1px 1px 1px 0;
  background-color: #FFF;
  height: 64px;
  margin-bottom: 0;
}

.lg-layout-column .lg-layout-hd .title {
  line-height: 64px;
  padding-left: 20px;
}

.lg-layout-column .lg-layout-main {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.lg-layout-column .lg-layout-container {
  margin-top: 0;
  min-height: 100vh;
}

.lg-layout-column .lg-crumbs-wrap {
  margin-left: 16px;
}

.lg-layout-column .lg-crumbs-wrap + .lg-layout-content {
  margin-top: 0;
}

.lg-layout-inner {
  -ms-flex: 1;
  flex: 1;
}

.lg-layout-row .lg-layout-content {
  margin-top: 16px;
  margin-left: 16px;
  margin-right: 16px;
}

.lg-layout-row .lg-layout-container {
  margin-top: 0;
}

.lg-layout-row .lg-layout-main {
  margin-left: 0;
  margin-right: 0;
}

.lg-layout-row .lg-crumbs-wrap {
  margin-left: 16px;
}

.lg-layout-row .lg-crumbs-wrap + .lg-layout-content {
  margin-top: 0;
}

.lg-layout-row .lg-navmenu-l1 {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.lg-layout-row .lg-navmenu-toggle .lg-icon-left {
  display: block;
}

.lg-layout-container .lg-navmenu-light {
  border: 1px solid #e8e8e8;
}

.lg-layout-row .lg-navmenu-light {
  border: none;
}