/*自定义皮肤菜单*/
.MenuItem.skinItem .MenuImage {
  width: 20px;
  height: 20px;
  margin: 0 10px;
  align-self: center;
}

.MenuItem.skinItem.selected {
  background-color: #eee;
}

.MenuItem.blueSky .MenuImage {
  background-color: #377bff;
}

.MenuItem.blueNight .MenuImage {
  background-color: #4f81bd;
}

.MenuItem.black .MenuImage {
  background-color: #555;
}

.MenuItem.orange .MenuImage {
  background-color: #ff7164;
}

.MenuItem.pink .MenuImage {
  background-color: #f18ae3;
}

.MenuItem.purple .MenuImage {
  background-color: #c469db;
}

.MenuItem.hot .MenuImage {
  background-color: #ff2c06;
}

.MenuItem.green .MenuImage {
  background-color: #e3edcd;
}

.MenuItem.brown .MenuImage {
  background-color: #fff2e2;
}

.MenuItem.grey .MenuImage {
  background-color: #eaeaef;
}

.MenuItem.yellow .MenuImage {
  background-color: #ffa500;
}

.MenuItem.hy .MenuImage {
  background-color: #7bbf82;
  color: #fff;
}

/*页面样式*/
.MDIChilds {
  background-color: #fff;
}

.BillCaption {
  font-weight: bold;
  font-size: 18px;
}

.HomeSearchEdit {
  align-self: center;
  height: 50px;
  line-height: 50px;
  border-radius: 20px;
  text-indent: 20px;
  box-shadow: 0 2px 3px 2px #eee;
  width: 30%;
  font-size: 14px;
  margin-top: 5%;
}