.override-css-description-header {
  cursor: pointer;
}
.override-css-description-header:hover {
  color: blue;
}
.override-css-description-content {
  display: none;
}

#explorable-timeout-msg {
  margin: 1.5em 0 0;
}
#explorable-timeout-msg a.timeout-reload-link {
  color: #fff !important;
  text-decoration: underline !important;
}

/* "Login or register to post ideas" message on the homepage. */
#create-idea-login-msg {
  display: none;
}

/* Node preview message bar */
div#expres-node-preview-message {
  background-color: #aaa;
  border-bottom: 1px solid #aaa;
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: 0 !important;
  box-shadow: 0 1px 5px #ccc;
  color: white;
  display:none;
  padding: 7px;
  text-align: center;
}
div#expres-node-preview-message.expres-forms-live-message{
  background-color: #aaa;
}
#expres-node-preview-message form [id^="edit"] {
  margin: 0;
}

#expres-node-preview-message form label {
  display: inline-block;
}

.expres-forms-availability-status-preview {
  cursor: default;
  font-style: italic;
  text-decoration: underline;
}
#more-action-links {
  display: none;
}
#more-action-links ul {
  list-style: none;
  margin: 0;
}
#more-action-links ul li {
  margin: 3px 0;
}
#more-action-links ul li a {
  display: block;
  color: #fff;
}
.qtip-node-more-actions {
  border: none !important;
}
.qtip-node-more-actions .qtip-content{
  background: #AAA;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 10px;
}

.custom-stripe-button {
  /*display: none;*/
}

#expres_messages_button1, #expres_messages_button2 {
    margin-right: 10px;
}

.qtip-info.explorable-processing {
  border: 0;
}

.processing-holder {
  width: 100px;
  height: 100px;
}

.qtip-info.explorable-processing .qtip-content {
  padding: 5px;
}

.simple-throbber {
  background: url(/misc/throbber.gif) no-repeat center -13px !important;
  height: 20px;
  width: 100%;
}
.simple-overlay {
  background: url(/misc/throbber.gif) #fafafa no-repeat center -13px !important;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden !important;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}

.mce-btn-group .mce-btn {
    float: left;
}

#expres-forms-form-style .content-multiple-drag,
#global-theme-mods-style-form .content-multiple-drag {
  padding-left: 5px;
  padding-top: 5px;
  vertical-align: top;
}
#wiki-feedback-list tr.tr-element-html {
  background: #fff;
  display: none;
}
#wiki-feedback-list td.td-action-buttons {
  text-align: center;
}
#wiki-feedback-list td.td-action-buttons .btn {
  margin-bottom: 5px;
  width: 70px;
}
#wiki-feedback-list tr.odd .form-item,
#wiki-feedback-list tr.even .form-item {
  white-space: normal;
}
#expres-forms-wiki-list-form > div > div:first-of-type {
  float: left;
}
#expres-forms-wiki-list-form #search-submit {
  margin-left: 15px;
  margin-top: 30px;
}

#edit-field-menu-top-color-und-0-value-wrapper, #edit-field-menu-bottom-color-und-0-value-wrapper,
#edit-field-menu-background-color-und-0-value-wrapper, #edit-field-menu-hover-color-und-0-value-wrapper,
#edit-field-submenu-hover-color-und-0-value-wrapper {
  float: left;
}

#edit-field-menu-top-color-und-0-value-wrapper, #edit-field-menu-hover-color-und-0-value-wrapper {
  clear: both;
  width: 140px;
}

#edit-field-menu-bottom-color-und-0-value-wrapper {
  margin-right: 25px;
}

.field-name-field-title-display.form-wrapper {
  clear: both;
}

#edit-field-submenu-hover-color-und-0-value-wrapper {
  margin-bottom: 35px;
}

#main-content table.uk-table tr td {
  font-size: 12px;
}

input.form-text.my-users-search-text {
  height: 2em;
  padding: 0 5px;
  width: 95%;
}

.expres-bg-muted {
  background: #eee;
}

.exit-link a {
  margin-left: 0.5em;
}

.superuser_profile_details {
  margin-bottom: 15px;
}

.expres-cursor-drag {
  cursor: grab !important;
}

