
/*option header*/
.optional-header {
  position: absolute;
  top: 0;
  width: 100%;
}
.optional-header .true-user-menu {
  color: #ffffff;
  margin-right: -15px;
}
.optional-header .true-user-menu ul {
  padding: 0;
  list-style: none;
}
.optional-header .true-user-menu ul li {
  display: inline-block;
  list-style: none;
}
.optional-header .true-user-menu ul li ul li {
  display: block;
  list-style: none;
}
.optional-header .true-user-menu a {
  border-radius: 0;
  min-width: 80px;
  margin: 0;
  padding: 0 8px;
  min-height: 36px;
  line-height: 36px;
  font-size: 0.83em;
}
.optional-header .true-user-menu a img.img-responsive {
  display: inline-block;
  max-width: 24px;
  max-height: 24px;
  margin-right: 5px;
}
.optional-header .true-user-menu a.button-switch-themes {
  color: #ffffff;
  background: #0072b1;
}
.optional-header .true-user-menu a.button-true-id {
  color: #ffffff;
  background: #84c706;
}
.optional-header .true-user-menu a.button-home-setting {
  background: #84c706;
}
.dropdown-menu.true-option,
.dropdown-menu.true-id {
  border-radius: 0;
  border: none;
  margin-right: 0;
}