/*! Admin Page Framework - Common Styles 1.0.0 */
/* Regular Heading Titles - the meta box container element affects the styles of regular main content output. So it needs to be fixed. */
.wpcommand-container #poststuff .wpcommand-content h3 {
  font-weight: bold;
  font-size: 1.3em;
  margin: 1em 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}

/* Tab Navigation Bar */
.nav-tab.tab-disabled,
.nav-tab.tab-disabled:hover {
  font-weight: normal;
  color: #AAAAAA;
}

/* In-page tabs */
.wpcommand-in-page-tab .nav-tab.nav-tab-active {
  border-bottom-width: 2px;
}

/* Give a space between generic admin notice containers and the in-page navigation tabs */
.wrap .wpcommand-in-page-tab div.error,
.wrap .wpcommand-in-page-tab div.updated {
  margin-top: 15px;
}

/* To give the footer area more space */
/* Settings Notice */
.wrap div.updated.wpcommand-settings-notice-container,
.wrap div.error.wpcommand-settings-notice-container,
.media-upload-form div.error.wpcommand-settings-notice-container {
  clear: both;
  margin-top: 16px;
}

.wrap div.error.confirmation.wpcommand-settings-notice-container {
  border-color: #368ADD;
}

/* Contextual Help Pane */
.contextual-help-description {
  clear: left;
  display: block;
  margin: 1em 0;
}

.contextual-help-tab-title {
  font-weight: bold;
}

/* Page Meta Boxes */
.wpcommand-content {
  margin-bottom: 1.48em;
  width: 100%;
  /* This allows float:right elements to go to the very right end of the page. */
  /* display: inline-table; */
  /* @deprecated 3.5.0. Fixes the bottom margin getting placed at the top. */
  /* [3.5.0+] The above display: inline-table makes it hard to display code blocks with overflow as container cannot have solid width. */
  display: block;
}

.wpcommand-content > #post-body-content {
  margin-bottom: 0;
}

/* Framework System Information */
.wpcommand-info,
.wpcommand-info code {
  font-size: 0.8em;
  font-weight: lighter;
  text-align: right;
}

/* Debug containers */
pre.dump-array {
  border: 1px solid #ededed;
  margin: 24px 2em;
  margin: 1.714285714rem 2em;
  padding: 24px;
  padding: 1.714285714rem;
  overflow-x: auto;
  white-space: pre-wrap;
  background-color: #FFF;
  margin-bottom: 2em;
  width: auto;
}

/* Page Load Stats */
#wpcommand-page-load-stats {
  clear: both;
  display: inline-block;
  width: 100%;
}

#wpcommand-page-load-stats li {
  display: inline;
  margin-right: 1em;
}

/* To give the footer area more space */
#wpbody-content {
  padding-bottom: 140px;
}
/*# sourceMappingURL=common.css.map */
