.wcMenuContainer {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 48px;
}

.wcMenuVersionTag {
  float: right;
  font-size: 10px;
  opacity: 0.5;
  cursor: default;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 10px;
}

/* Menu bar */
ul.wcMenu {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  vertical-align: center;
}

/* Menu category */
.wcMenuCategory {
  position: relative;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 10px;
  padding-bottom: 0;
  font-size: 13px;
  float: left;
  cursor: pointer;
  /*background-color: white;*/
}

/* Menu category drop down */
.wcMenuCategoryDropdown {
  position: absolute;
  top: 20px;
  left: 0px;
  display: none;
  list-style: none;
  margin: 0px;
  padding: 0px;
  border: 1px solid black;
  z-index: 1001;
}

/* All menu items */
ul.wcMenu span {
  display: inline-block;
  text-decoration: none;
  /*padding: 5px;*/
  /*border-bottom: 0px;*/
}

/* Menu separator */
.wcMenuCategoryDropdown .wcMenuSeparator {
  width: 100%;
  height: 1px;
  margin: 0px;
  /*border: 0;*/
  border-left: 0;
  border-right: 0;
}

/* Sub menu item */
.wcMenuItem {
  width: 250px;
  vertical-align: middle;
  padding: 5px;
}

/* Hover over a menu category that contains a list */
.wcMenuOpen ul {
  display: block;
  position: absolute;
  float: none;
  background-color: white;
  z-index: 1000;
}

.wcMenuCategory ul li {
  padding: 0px;
}

/* Menu icons */
.wcMenuIcon {
  /*position: absolute;*/
  /*margin: 0px;*/
  /*padding: 0px;*/
  /*margin-right: 3px;*/
  /*margin-left: 3px;*/
  width: 18px;
  height: 18px;
  /*line-height: 18px;*/
  /*left: 0px;*/
  /*top: 2px;*/
  background-size: contain;
  float: left;
  /*vertical-align: center;*/
  /*text-align: center;*/
}

/* Menu hotkeys */
.wcMenuHotkey {
  float: right;
  /*margin: 0px;*/
  /*padding: 0px;*/
  /*margin-right: 10px;*/
  /*text-align: right;*/
  background-color: transparent;
}

.wcMenu .disabled {
  color: gray;
}

.wcMenu .wcMenuItemHover,
.wcMenuItem:hover {
  background-color: lightgray;
}

.wcMenuToolbar {
  position: absolute;
  top: 22px;
  left: 2px;
  right: 0px;
  height: 25px;
  margin: 0;
  padding: 0;
  font-size: 13px;
  border-top: 2px solid lightgray;
  overflow-y: hidden;
}

.wcMenuToolbar div {
  float: left;
  width: 20px;
  height: 25px;
  margin: 0px;
  margin-right: 5px;
  padding: 0px;
  border: 0px;
  cursor: pointer;
  /*color: #444;*/
}

.wcMenuToolbar .wcButton {
  /*position: absolute;*/
  width: 20px;
  height: 20px;
  line-height: 20px !important;
  margin: 0px;
  padding: 0px;
  border: 2px outset #888;
  background-size: contain;
  vertical-align: center;
  text-align: center;
}

.wcMenuToolbar .wcButton div {
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 0px;
  padding: 0px;
  background-size: contain;
  vertical-align: center;
  text-align: center;
}

.wcMenuToolbar .wcMenuSeparator {
  float: left;
  width: 1px;
  height: 20px;
  margin: 0px;
  padding: 0px;
  margin-top: 2px;
  margin-left: 5px;
  margin-right: 4px;
  border-left: 2px solid lightgray;
}

.wcMenuToolbar .wcMenuIcon:hover {
  border: 2px outset #888;
  background-color: #CCC;
}

/* Disabled menu item */
.wcMenuToolbar .wcMenuIcon.disabled {
  border-width: 2px !important;
  border-style: outset;
  border-color: #888;
  cursor: default;
  opacity: 0.5;
}

.wcMenuToolbar .wcMenuIcon.disabled:hover {
  border-width: 2px !important;
  border-style: outset;
  border-color: #888;
  background-color: #EEE;
  opacity: 0.5;
}

.wcMenuNoHighlights {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.wcButtonActive, .wcButton:active, button:active {
  border-width: 2px;
  border-style: inset !important;
  border-color: #666;
}

.wcButtonActive.wcButtonHover, .wcButton:hover.wcButtonActive, .wcButton:active.wcButtonHover, .wcButton:active:hover, button:active:hover {
  border: 2px inset #888 !important;
  background-color: #CCC;
}