#adm-global-menu ul ul {
  background: #394f67;
}
#adm-global-menu ul ul li {
  border-top: 1px solid #33485d;
  border-bottom: none;
  font-size: 14px;
}
#adm-global-menu ul ul a {
  font-size: 14px;
}

#adm-global-menu a:hover {
  background: none;
  color: #fff;
}

#adm-header .user-info a {
  float: right;
}
#adm-header .user-info button {
  background: none;
  color: #fff;
  border: none;
  margin: 0;
  display: block;
  -webkit-appearance: none;
  float: right;
  height: 46px;
  line-height: 42px;
  padding: 0 20px;
  border-left: 1px solid #1f1f1f;
}
#adm-header .user-info button:hover {
  background: #1f1f1f;
}
#adm-header .user-info button span,
#adm-header .user-info a span {
  padding-left: 10px;
}
#adm-header .user-info button i,
#adm-header .user-info a i {
  font-size: 18px;
  position: relative;
  top: 1px;
}
#adm-header .user-info {
  position: relative;
}

#adm-header .user-info .user-menu {
  position: absolute;
  background: #fff;
  z-index: 100;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,.1);
  min-width: 200px;
  top: 54px;
  left: 20px;
  display: none;
}
#adm-header .user-info .user-menu.is-active {
  display: block;
}
#adm-header .user-info .user-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#adm-header .user-info .user-menu li {
  border-bottom: 1px dotted #ddd;
}
#adm-header .user-info .user-menu a {
  border: none;
  color: #333;
  text-align: center;
  float: none;
  display: block;
}
#adm-header .user-info .user-menu a:hover {
  background: #eee;
}
#account-box02 {
  margin-top: 20px;
  background: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.08);
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.08);
  box-shadow: 0px 1px 3px rgba(0,0,0,0.08);
  position: relative;
}
#account-box02 .content-inner {
  padding: 15px 12px;
}