body {
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
  background-color: #eee;
}

html.door {
  background: url(/run/index/view/static/images/bgm.jpg) no-repeat 50% 50%;
  background-size: cover;
  width: 100%;
}
html.door body {
  background: transparent;
}
.door .card-panel {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}
.door .card-panel h5 {
  font-size: 1.4rem;
  color: #555;
}

a.alt-link {
  display: inline-block;
  text-decoration: none;
  color: #000;
  border-bottom: dotted 1px #555;
}
a.alt-link:hover {
  border-bottom-style: solid;
}

.empty {
  text-align: center;
  padding: 10px 0 0;
}
.empty img {
  display: inline-block;
  opacity: 0.1;
}
.empty .label {
  font-size: 0.8rem;
  color: #aaa;
}

#profile-dropdown {
  background-color: #222;
}
#profile-dropdown .divider {
  background: #333;
}
ul.side-nav.leftside-navigation .profile-btn {
  color: #aaa!important;
}
.user-roal {
  text-shadow: none;
  color: #888;
}
.user-roal small {
  font-size: 0.75rem;
}

ul.side-nav.leftside-navigation .sys-logo {
  text-align: center;
  padding-top: 30px;
}
ul.side-nav.leftside-navigation li.user-details {
  padding-top: 0;
}

.side-nav, .card {
  box-shadow:none;
}
.side-nav {
  background-color: #333;
  box-sizing: border-box;
  border: none;
}
.side-nav .collapsible-header,
ul.side-nav.leftside-navigation li.active {
  background-color: #333;
}
.side-nav .collapsible-body {
  background-color: #3a3a3a;
}
ul.side-nav.leftside-navigation li.active>a,
.side-nav.fixed a {
  color: #ddd;
}
ul.side-nav.leftside-navigation li.user-details {
  background-image: none;
}
#slide-out li a i {
  font-size: 1.2rem;
}

#card-stats {
  margin-top: 0.75rem;
}
#card-stats .desc-ico {
  display: inline-block;
  position: absolute;
  right: 0;
  top: -20px;
  font-size: 3.5rem;
  color: #000;
  opacity: 0.08;
}
#card-stats .card .card-content {
  text-align: left;
  position: relative;
  overflow: hidden;
  padding: 20px 10px 20px 20px;
}
#card-stats .card {
  position: relative;
}
#card-stats .card-stats-title { font-size:1rem; font-weight:600 }
#card-stats .card-stats-compare { font-size:1.2rem; font-family:"Courier New" Menlo sans-serif }
#card-stats .card-stats-compare .label,
#card-stats .card-stats-number .label{ font-size:0.8rem; color:#888 }
#card-stats .card-stats-number { font-size:1.8rem; font-weight:500; font-family:"Courier New" Menlo sans-serif; margin-top:10px; padding-top:10px; border-top:1px dashed #ddd }
#card-stats .card-bborder {
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.profile-card .card-head {
  padding: 20px 10px 10px;
  margin: 0 10px;
  border-bottom: 1px dotted #ddd;
}
.profile-card .card-head i {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  color: #fff;
  text-align: center;
}
.profile-card .card-title {
  font-size: 1.1rem;
  font-weight: 600;
}
.profile-card .tip-txt {
  font-size: 0.7rem;
  color: #888;
}

#breadcrumbs-wrapper {
  background: #fff;
}
.caption .btn {
  font-size: 13px;
  margin-bottom: 5px;
}

.summa-order {
  border-bottom: 1px solid #eee;
  padding: 5px 0;
}
.summa-order:hover {
  background-color: #eee;
}