/* LAYOUT WIDTHS */
/* TYPOGRAPHY */
/* FONTS */
/* COLORS: backgrounds */
/* for hiliting hover states */
/* for hiliting orange arrows */
/* COLORS: borders */
/* COLORS: text */
/* base-font-color */
/* BUTTONS */
/* ORANGE ARROW LINK */
/* ACCORDION CONTROL */
/***** DRUPAL ADMIN STYLES *****/
.node-unpublished {
  background-color: transparent;
  background: url(images/theme-bg-unpublished.png);
}

.messages {
  clear: both;
}
.messages::after {
  clear: both;
  content: "";
  display: table;
}

.swatch {
  width: 150px;
  height: 80px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-family: AvenirLTStd-Black, arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  padding: 8px;
  border: 1px solid #000;
  display: inline-block;
  margin: 0 10px 10px 0;
}

/* Odd bug fix to allow admin menu to remain visible when viewing non-admin pages. 
   If the admin menu drop-down stops working check the overflow propertty here. */
#admin-menu-wrapper {
  overflow: visible;
}
#admin-menu-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#admin-menu-wrapper ul li {
  margin: 0;
  padding: 0;
  background: none;
}
#admin-menu-wrapper ul li:before {
  display: none;
}

#admin-menu-search input[type=text] {
  height: auto;
  line-height: inherit;
  padding: 1px 6px;
}

#block-system-main-menux .contextual-links-wrapper {
  top: 56px;
  right: 100px;
  padding-bottom: 5px;
}

ul.tabs li:before {
  display: none !important;
}

/* remove default orange arrow link */
.contextual-links li:before {
  display: none !important;
}

.contextual-links a {
  border-bottom: none;
}

#op-item-upload input[type=submit] {
  background-image: none;
}
