/**
 * MinervaKB admin pages styles
 */
/**
 * Admin variables
 */
.mkb-unstyled-link {
  text-decoration: none;
  outline: none;
  border: none; }
  .mkb-unstyled-link:hover, .mkb-unstyled-link:focus, .mkb-unstyled-link:active, .mkb-unstyled-link:visited {
    outline: none;
    border: none;
    box-shadow: none;
    text-decoration: none; }

.mkb-clearfix:after {
  content: '';
  display: table;
  clear: both; }

.mkb-hidden {
  display: none; }

.mkb-pressed {
  box-shadow: inset 2px 2px 1px rgba(0, 0, 0, 0.5);
  background: #bbb; }

/**
 * Toastr
 */
#toast-container.toast-top-right {
  top: 152px;
  right: 1.2em; }

.mkb-promo__content {
  background: #fff;
  padding: 2.3em;
  margin: 0 0 0 8.2em;
  max-width: 800px;
  font-size: 1rem; }
  .mkb-promo__content p {
    font-size: 1rem; }
  .mkb-promo__content ul {
    font-size: 1rem;
    list-style-type: circle;
    margin: 1em 1em 2em; }
  .mkb-promo__content .mkb-action-button {
    display: inline-block;
    position: relative;
    border-radius: 6px;
    padding: 0.9em 1.8em 0.9em;
    color: #fff;
    background: #F7931E;
    background: -webkit-linear-gradient(top, #FBB03B 0%, #F7931E 100%);
    background: linear-gradient(to bottom, #FBB03B 0%, #F7931E 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FBB03B', endColorstr='#F7931E',GradientType=0 );
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.25); }
    .mkb-promo__content .mkb-action-button:hover, .mkb-promo__content .mkb-action-button:visited, .mkb-promo__content .mkb-action-button:focus, .mkb-promo__content .mkb-action-button:active {
      color: #fff;
      background: #F7931E;
      background: -webkit-linear-gradient(top, #FBB03B 0%, #F7931E 100%);
      background: linear-gradient(to bottom, #FBB03B 0%, #F7931E 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FBB03B', endColorstr='#F7931E',GradientType=0 );
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25); }

/**
 * Admin pages buttons
 */
.mkb-action-button {
  display: inline-block;
  padding: 0.8em 1em;
  background: #0073aa;
  color: #fff;
  border-radius: 0.3em;
  text-decoration: none;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear; }
  .mkb-action-button:hover, .mkb-action-button:focus, .mkb-action-button:active, .mkb-action-button:visited {
    outline: none;
    background: #0073aa;
    color: #fff;
    text-decoration: none; }
  .mkb-action-button.mkb-action-danger {
    background: #C85C5E; }
  .mkb-action-button.mkb-disabled {
    opacity: 0.7; }
  .mkb-action-button.mkb-success {
    background: #4BB651; }

.mkb-button {
  display: inline-block;
  padding: 0.6em 0.8em;
  background: #0073aa;
  color: #fff;
  border-radius: 0.3em;
  text-decoration: none;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear; }

/**
 * Admin pages header style
 */
.mkb-admin-page-header {
  padding: 2em;
  height: 3em;
  background: #fff;
  margin-top: 1.2em;
  margin-bottom: 3em;
  margin-right: 1.2em;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.12); }
  .mkb-admin-page-header:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-left: -10px;
    width: 10px;
    content: ''; }
  .mkb-admin-page-header:after {
    content: '';
    display: block;
    clear: both; }
  .mkb-admin-page-header.mkb-fixed {
    padding: 1em;
    height: 3em;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    position: fixed;
    z-index: 20;
    right: 0;
    top: 32px;
    left: 160px;
    width: calc(100% - 160px - 2em);
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.22); }

body.mkb-header-fixed #mkb-plugin-settings {
  margin-top: calc(7.2em + 54px); }

.mkb-header-item {
  display: inline-block;
  vertical-align: middle; }
  .mkb-header-item .logo-img {
    height: 38px;
    width: auto;
    display: inline-block;
    vertical-align: middle; }

.mkb-header-logo:after {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background: #00a0d2;
  font-size: 0.7rem;
  color: white;
  font-weight: 600;
  content: attr(data-version);
  padding: 0.16em 0.5em;
  border-radius: 0.38em;
  top: 0.1em;
  box-shadow: 2px 3px 1px rgba(0, 0, 0, 0.18); }

.mkb-header-title {
  font-size: 1.3em;
  font-weight: 500;
  margin: 0 1em; }

/**
 * Preloader
 */
.mkb-loader {
  display: block;
  width: 4em;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0; }

@keyframes rotate {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  30% {
    -webkit-transform: translateY(-0.25em);
    transform: translateY(-0.25em); }
  50% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  70% {
    -webkit-transform: translateY(0.25em);
    transform: translateY(0.25em); } }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: translateY(0%); }
  30% {
    -webkit-transform: translateY(-0.25em); }
  50% {
    -webkit-transform: translateY(0%); }
  70% {
    -webkit-transform: translateY(0.25em); } }

.mkb-loader {
  display: block; }
  .mkb-loader .inner1, .mkb-loader .inner2, .mkb-loader .inner3 {
    display: inline-block;
    margin: 0.125em;
    width: 0.5em;
    height: 0.5em;
    border: 1px solid lightgray;
    border-radius: 1em;
    background-color: lightgray;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }
  .mkb-loader .inner2 {
    -webkit-animation-delay: 0.1875s;
    animation-delay: 0.1875s; }
  .mkb-loader .inner3 {
    -webkit-animation-delay: 0.375s;
    animation-delay: 0.375s; }

/**
 * Settings controls
 */
/**
 * Controls
 */
.mkb-control-wrap {
  position: relative;
  margin-bottom: 2em;
  margin-left: 0; }
  .mkb-control-wrap[data-type="title"] {
    margin-left: 0; }
    .mkb-control-wrap[data-type="title"]:first-child .mkb-settings-title {
      margin-top: 0; }
  .mkb-control-wrap label,
  .mkb-control-wrap .mkb-toggle-label {
    display: block;
    margin-bottom: 0.5em; }
  .mkb-control-wrap input[type="text"]:not(.mkb-color-picker) {
    min-width: 30em;
    height: 2.8em;
    border-radius: 0.3em;
    padding: 0 1em; }
  .mkb-control-wrap textarea {
    min-width: 30em;
    border-radius: 0.3em;
    padding: 1em; }
  .mkb-control-wrap select[multiple][name="mkb_option_style_font_gf_weights"] {
    height: auto;
    min-height: 13.2em;
    width: 10em; }
  .mkb-control-wrap select[multiple][name="mkb_option_style_font_gf_languages"] {
    height: auto;
    min-height: 8em;
    width: 10em; }

.mkb-settings-textarea {
  width: 600px;
  max-width: 100%; }

/**
 * Description
 */
.mkb-setting-description {
  margin: 0.3em 0;
  font-size: 0.9em;
  color: #aaa;
  max-width: 40em; }

/**
 * Icon select
 */
.mkb-icon-select {
  position: relative;
  width: 40em;
  height: 20em;
  overflow-y: scroll;
  padding: 0.8em 0.2em 0.8em 1.2em;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3em;
  text-align: left; }

.mkb-icon-select__item {
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  color: #777;
  cursor: pointer; }
  .mkb-icon-select__item.mkb-icon-selected {
    color: orange;
    border-radius: 0.3em; }

.mkb-icon-button__link {
  margin-bottom: 0.8em;
  color: #fff; }
  .mkb-icon-button__link:hover {
    color: #eee; }
  .mkb-icon-button__link:focus, .mkb-icon-button__link:active, .mkb-icon-button__link:visited {
    color: #fff; }

/**
 * Image select
 */
.mkb-image-select__image {
  width: 130px;
  height: auto; }

.mkb-image-select__item {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  margin-right: 0.8em;
  opacity: 0.5;
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in; }
  .mkb-image-select__item:hover, .mkb-image-select__item.mkb-image-selected {
    opacity: 1; }

.mkb-image-wrap {
  display: block;
  position: relative; }
  .mkb-image-wrap .mkb-image-selected__checkmark {
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 1em;
    top: 0;
    font-size: 2em;
    margin: auto;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); }
    .mkb-image-selected .mkb-image-wrap .mkb-image-selected__checkmark {
      display: block; }

.mkb-image-select__item-label {
  display: block; }

/**
 * Layout select
 */
.mkb-layout-select__available,
.mkb-layout-select__selected {
  display: inline-block;
  vertical-align: top;
  border-radius: 5px;
  background: #f5f5f5;
  padding: 1em;
  min-width: 16em;
  height: 18em;
  overflow: auto;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15); }

.mkb-layout-select__available {
  margin-right: 1em; }

.mkb-layout-select__item {
  padding: 0.7em;
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 0.3em;
  font-weight: 600;
  font-size: 1em;
  cursor: move; }

/**
 * Switch
 */
.mkb-toggle-label {
  position: absolute;
  left: 72px;
  top: 8px; }

.mkb-switch input[type="checkbox"] {
  display: none;
  opacity: 0; }

.mkb-switch input.mkb-toggle-round + label {
  padding: 2px;
  width: 58px;
  height: 30px;
  background-color: #ddd;
  border-radius: 30px;
  display: inline-block;
  position: relative; }

.mkb-switch input.mkb-toggle-round + label:before,
.mkb-switch input.mkb-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: ""; }

.mkb-switch input.mkb-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 30px;
  -webkit-transition: background 0.4s;
  transition: background 0.4s; }

.mkb-switch input.mkb-toggle-round + label:after {
  width: 30px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: margin 0.4s;
  transition: margin 0.4s; }

.mkb-switch input.mkb-toggle-round:checked + label:before {
  background-color: #42d75c; }

.mkb-switch input.mkb-toggle-round:checked + label:after {
  margin-left: 30px; }

/**
 * Title
 */
.mkb-settings-title-wrap {
  position: relative; }
  .mkb-settings-title-wrap .mkb-settings-title {
    font-size: 1.3em;
    font-weight: 500;
    color: #333;
    margin: 3em 0 0.5em 0;
    padding: 0 0 0.5em;
    -webkit-transition: color 0.1s ease-in;
    transition: color 0.1s ease-in;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.15); }
    .mkb-settings-title-wrap .mkb-settings-title .mkb-settings-preview {
      margin-left: 0.5em; }

/**
 * Preview image
 */
.mkb-setting-preview-image {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  max-width: 600px;
  max-height: 200px;
  height: auto;
  z-index: 20;
  overflow: hidden;
  padding: 0;
  background: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25); }
  .mkb-setting-preview-image img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    display: block;
    margin: 0; }

.mkb-settings-title:hover + .mkb-setting-preview-image {
  display: block; }

/**
 * Usage code example
 */
.mkb-code-title {
  margin: 0 0 0.7em 0;
  font-size: 1em;
  color: #333; }

.mkb-setting-code {
  padding: 0.8em;
  display: inline-block;
  background: #f0f0f0;
  max-width: 32em;
  color: #333;
  font-family: courier;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.18);
  border-radius: 5px; }

/**
 * Layout items visibility
 * fix for dynamic topics in Box view
 */
.mkb-layout-select--box-view .mkb-layout-select__item[data-value="recent"], .mkb-layout-select--box-view
.mkb-layout-select__item[data-value="top_likes"], .mkb-layout-select--box-view
.mkb-layout-select__item[data-value="top_views"] {
  display: none; }

/**
 * CSS size
 */
.mkb-css-size {
  display: inline-block; }

.mkb-control-wrap .mkb-css-size input[type="text"].mkb-css-size__input {
  width: 5em;
  text-align: center;
  min-width: 0;
  margin: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.mkb-css-size__units {
  display: inline-block;
  vertical-align: top;
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: right;
  box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.3);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }
  .mkb-css-size__units li {
    display: inline-block;
    margin: 0; }
    .mkb-css-size__units li .mkb-css-unit {
      padding: 0.1em 0.8em;
      display: inline-block;
      vertical-align: top;
      line-height: 2.8em; }
      .mkb-css-size__units li .mkb-css-unit--selected, .mkb-css-size__units li .mkb-css-unit:hover {
        color: #fff;
        background: #0073aa; }
    .mkb-css-size__units li:not(:first-child) {
      border-left: 1px solid rgba(0, 0, 0, 0.1); }

/**
 * Page link
 */
.mkb-page-select-link {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  background: #0073aa;
  color: white;
  border: 0px solid #0073aa;
  padding: 0.3em 0.7em;
  border-radius: 0.3em;
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.18);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .mkb-page-select-link:hover, .mkb-page-select-link:active, .mkb-page-select-link:focus, .mkb-page-select-link:visited {
    color: #fff;
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.18); }
  .mkb-page-select-link:hover {
    color: #eee; }
  .mkb-page-select-link.mkb-disabled {
    opacity: 0.3;
    cursor: default; }

/**
 * Settings pages tabs
 */
.mkb-settings-tabs {
  float: left;
  display: block;
  width: 14em; }
  .mkb-settings-tabs ul {
    margin: 0;
    padding: 0; }

.mkb-settings-content {
  float: left;
  min-width: 60em; }

.mkb-settings-tab {
  display: block;
  margin: 0 0.3em 0 0;
  clear: both;
  float: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
  .mkb-settings-tab:last-child {
    border-bottom: none; }
  .mkb-settings-tab a {
    display: block;
    text-align: right;
    font-weight: 300;
    padding: 1em;
    background: #fff;
    color: #777;
    outline: none;
    text-decoration: none;
    white-space: nowrap; }
    .mkb-settings-tab a:hover, .mkb-settings-tab a:focus, .mkb-settings-tab a:active, .mkb-settings-tab a:visited {
      outline: none;
      text-decoration: none;
      box-shadow: none; }
    .mkb-settings-tab a.active {
      font-weight: 700;
      background: #0073aa;
      color: #fff; }

.mkb-settings-tab__icon {
  margin: 0 0.3em; }

.mkb-settings-tab__container {
  display: none;
  background: #fff;
  padding: 2em; }
  .mkb-settings-tab__container.active {
    display: block; }

.mkb-article-feedback-item .mkb-article-feedback-item-inner {
  display: inline-block;
  width: 600px;
  max-width: 90%;
  background: #f5f5f5;
  color: #333333;
  border: 2px solid #eee;
  padding: 1em;
  margin: 1em 0 1em 1em;
  border-radius: 6px; }
  .mkb-article-feedback-item .mkb-article-feedback-item-inner h4 {
    margin: 0; }
  .mkb-article-feedback-item .mkb-article-feedback-item-inner p {
    margin-bottom: 0; }

/**
 * Admin related articles section
 */
.mkb-related-articles {
  min-height: 30px; }

.mkb-related-articles {
  display: inline-block;
  background: #f0f0f0;
  padding: 1em;
  margin: 1em 0;
  border-radius: 6px;
  min-width: 450px;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.12); }

.mkb-related-articles__item {
  position: relative;
  cursor: move;
  background: #fff;
  padding: 1em 3.5em 1em 2em;
  margin: 0.5em 0;
  border-radius: 6px;
  width: 380px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12); }

.mkb-no-related-message {
  width: 380px;
  padding: 0 1em; }

.mkb-related-articles__item-remove {
  display: block;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  font-size: 1.2em;
  height: 1.2em;
  line-height: 1.2em;
  vertical-align: middle;
  margin: auto; }

/**
 * Dashboard common styles
 */
#mkb-dashboard {
  margin-right: 1.4em;
  max-width: 98em; }
  #mkb-dashboard * {
    box-sizing: border-box; }

ul.mkb-dashboard__tabs-list {
  list-style-type: none;
  padding: 0;
  margin: 0 0.8em 2em 0;
  background: #fff;
  text-align: center;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.12); }
  ul.mkb-dashboard__tabs-list li {
    display: inline-block;
    margin: 0; }
    ul.mkb-dashboard__tabs-list li .mkb-dashboard__tabs-list-item {
      text-decoration: none;
      font-size: 1.2em;
      padding: 1em;
      display: inline-block;
      outline: none;
      box-shadow: none; }
      ul.mkb-dashboard__tabs-list li .mkb-dashboard__tabs-list-item--active {
        font-weight: 600;
        color: #555;
        cursor: default; }

.mkb-dashboard-page {
  display: none; }
  .mkb-dashboard-page--active {
    display: block; }

.mkb-dashboard-pagination ul {
  padding: 0 0 2em;
  list-style-type: none;
  margin: 2em 0 0 1em; }
  .mkb-dashboard-pagination ul li {
    display: inline-block;
    margin: 0 0.3em; }
    .mkb-dashboard-pagination ul li .mkb-pagination-item {
      display: inline-block;
      padding: 1em;
      font-size: 1em;
      line-height: 1em;
      background: #f8f8f8; }
      .mkb-dashboard-pagination ul li .mkb-pagination-item--active {
        font-weight: 600;
        color: #333;
        cursor: default; }

.mkb-data-loading {
  opacity: 0.5; }

/**
 * Dashboard overview page
 */
/**
 * Counters / Widgets
 */
.mkb-dashboard__counters,
.mkb-dashboard__lists {
  font-size: 0; }

.mkb-dashboard-widget {
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 2em;
  padding: 0 0.5em 0 0; }
  .mkb-dashboard-widget .mkb-dashboard-widget__inner {
    padding: 2em;
    min-height: 12em;
    border-radius: 0.2em;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.12);
    background: #fff; }
    .mkb-dashboard__lists .mkb-dashboard-widget .mkb-dashboard-widget__inner {
      min-height: 16em; }
  .mkb-dashboard-widget.mkb-dashboard-widget--fullwidth {
    width: 100%; }
  .mkb-dashboard__counters .mkb-dashboard-widget {
    width: 16.66%; }
  .mkb-dashboard__lists .mkb-dashboard-widget {
    width: 25%; }

.mkb-dashboard-widget__header {
  text-align: center; }
  .mkb-dashboard-widget__header h3 {
    margin-top: 0;
    margin-bottom: 1.5em; }

.mkb-dashboard-widget__content {
  color: #888; }
  .mkb-dashboard-widget__content a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: calc(100% - 5em);
    display: inline-block; }
  .mkb-dashboard-widget__content ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .mkb-dashboard-widget__content ul li {
      display: block;
      width: 100%;
      border-bottom: 1px dashed rgba(0, 0, 0, 0.15); }
  .mkb-dashboard-widget__content .mkb-value {
    background: #0073aa;
    padding: 0.1em 0.5em;
    line-height: 1.4em;
    font-size: 0.8em;
    color: #fff;
    border-radius: 0.4em;
    display: inline-block;
    float: right;
    font-weight: 500; }
  .mkb-dashboard-widget__content .mkb-value-epic {
    color: #0073aa;
    text-align: center;
    display: block;
    margin: 1em auto;
    line-height: 1em;
    font-size: 3em; }

.mkb-chart-holder {
  height: auto;
  -webkit-transition: opacity 50ms ease-in;
  transition: opacity 50ms ease-in; }
  .mkb-chart-holder.mkb-request {
    opacity: 0.7; }

.mkb-no-entries {
  padding: 3em 2em;
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
  color: #888; }

/**
 * Dashboard search page
 */
.mkb-dashboard__search {
  background: #fff;
  margin-right: 0.8em;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.12); }

.mkb-dashboard__search {
  margin-bottom: 10em; }

table.mkb-dashboard__search-table {
  width: 100%;
  text-align: left; }
  table.mkb-dashboard__search-table th {
    padding: 0.5em 1em;
    background: #f8f8f8; }
    table.mkb-dashboard__search-table th.mkb-dashboard__search-hit-count-head, table.mkb-dashboard__search-table th.mkb-dashboard__search-results-head {
      text-align: center; }
  table.mkb-dashboard__search-table .mkb-dashboard__search-item-row td {
    padding: 1em; }
    table.mkb-dashboard__search-table .mkb-dashboard__search-item-row td.mkb-dashboard__search-keyword {
      width: 60%; }
    table.mkb-dashboard__search-table .mkb-dashboard__search-item-row td.mkb-dashboard__search-hit-count, table.mkb-dashboard__search-table .mkb-dashboard__search-item-row td.mkb-dashboard__search-results {
      text-align: center; }
  table.mkb-dashboard__search-table .mkb-dashboard__search-item-row:nth-child(odd) {
    background: #f8f8f8; }

.mkb-search-results-container {
  position: relative;
  display: block; }

.mkb-search-results {
  position: absolute;
  top: 100%; }

.mkb-search-results-list {
  list-style-type: none;
  max-height: 138px;
  overflow: auto;
  text-align: left; }
  .mkb-search-results-list li {
    position: relative;
    margin: 0.8em 0; }
    .mkb-search-results-list li a {
      line-height: 1.3em;
      padding-left: 28px;
      padding-top: 1px;
      display: inline-block;
      vertical-align: middle; }
    .mkb-search-results-list li .mkb-search-result-index {
      position: absolute;
      left: 0;
      font-size: 12px;
      top: 0;
      bottom: 0;
      margin: auto;
      display: block;
      width: 20px;
      height: 20px;
      text-align: center;
      vertical-align: middle;
      border-radius: 50%;
      border: 2px solid #ddd;
      color: #888; }
  .mkb-search-results-list:after {
    display: block;
    width: 100%;
    height: 1.8em;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    content: '';
    background: -webkit-linear-gradient(bottom, white, transparent);
    background: linear-gradient(0deg, white, transparent); }

.mkb-search-results-loading,
.mkb-search-results-list {
  position: static;
  display: block;
  padding: 1em;
  width: 300px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.12);
  z-index: 2;
  margin: 0; }

.mkb-search-results-loading {
  color: #888; }

.show-search-results {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
  background: #0073aa;
  color: #fff;
  padding: 0.2em 0.5em;
  border-radius: 6px; }
  .show-search-results:hover {
    color: #ddd; }

.reorder-search-results {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.3em;
  color: #ccc;
  text-align: center;
  text-decoration: none;
  font-size: 1.3em;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3); }
  .reorder-search-results .fa-sort-desc {
    padding-bottom: 0.4em;
    vertical-align: middle; }
  .reorder-search-results .fa-sort-asc {
    display: none;
    vertical-align: middle;
    padding-top: 0.1em; }
  .reorder-search-results--asc .fa-sort-asc {
    display: inline-block; }
  .reorder-search-results--asc .fa-sort-desc {
    display: none; }
  .reorder-search-results--active, .reorder-search-results:hover, .reorder-search-results:active, .reorder-search-results:focus {
    color: #00a0d2; }

/**
 * Dashboard feedback
 */
.mkb-dashboard__feedback {
  background: #fff;
  margin-right: 0.8em;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.12); }

table.mkb-dashboard__feedback-table {
  width: 100%;
  text-align: left; }
  table.mkb-dashboard__feedback-table th {
    padding: 0.5em 1em;
    background: #f8f8f8; }
  table.mkb-dashboard__feedback-table .mkb-dashboard__feedback-item-row td {
    padding: 1em; }
    table.mkb-dashboard__feedback-table .mkb-dashboard__feedback-item-row td.mkb-dashboard__feedback-item-content {
      width: 60%; }
  table.mkb-dashboard__feedback-table .mkb-dashboard__feedback-item-row:nth-child(odd) {
    background: #f8f8f8; }
  table.mkb-dashboard__feedback-table .mkb-dashboard__feedback-item-row--removing {
    opacity: 0.5; }
    table.mkb-dashboard__feedback-table .mkb-dashboard__feedback-item-row--removing .mkb-dashboard__feedback-remove-item-link {
      display: none; }

.mkb-dashboard__feedback-remove-item-link {
  color: #C85C5E; }

/**
 * Page and page builder
 */
/**
 * Page options
 */
.mkb-page-settings-container {
  padding: 0; }

.mkb-page-switch-settings-container {
  padding: 1em 0 0; }

.mkb-page-settings-off-message {
  color: #888; }

/**
 * Layout editor
 */
.mkb-layout-editor__sections {
  background: #ccc;
  padding: 1em;
  border-radius: 8px;
  min-height: 3em;
  margin: 2em 0;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2); }

.mkb-layout-editor__actions {
  padding: 2em 0;
  text-align: center; }

.mkb-layout-editor__section-title {
  font-weight: 700;
  line-height: 2em; }

.mkb-layout-editor__section-toolbar {
  position: absolute;
  top: 1.1em;
  right: 1.1em; }
  .mkb-layout-editor__section-toolbar a {
    display: inline-block;
    margin-left: 0.5em; }

.mkb-layout-editor__section-settings-open {
  display: inline-block;
  padding: 0.3em;
  border-radius: 3px; }
  .mkb-layout-editor__section-settings-open.mkb-pressed {
    background: #ccc;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15); }

.mkb-layout-editor__section {
  position: relative;
  padding: 1.2em 1.2em 1.2em 4.2em;
  background: #fff;
  border-radius: 3px;
  margin-bottom: 0.6em;
  min-height: 2em;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }
  .mkb-layout-editor__section.mkb-section-loading {
    opacity: 0.7; }
  .mkb-layout-editor__section .mkb-layout-editor__section-handle {
    position: absolute;
    border-radius: 3px;
    left: 3px;
    top: 3px;
    bottom: 3px;
    height: calc(100% - 6px);
    margin: auto;
    display: inline-block;
    width: 2em;
    cursor: move;
    background: #ccc;
    z-index: 2; }
  .mkb-layout-editor__section .mkb-layout-editor__section-handle,
  .mkb-layout-editor__section .mkb-layout-editor__section-title,
  .mkb-layout-editor__section .mkb-layout-editor__section-toolbar {
    font-size: 1.2em; }

.mkb-layout-editor__add-new {
  position: relative;
  cursor: pointer; }
  .mkb-layout-editor__add-new.add-new--open .mkb-layout-editor__add-new-list {
    display: block; }
  .mkb-layout-editor__add-new.add-new--open:after {
    border-radius: 3px;
    display: block;
    content: '';
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  .mkb-layout-editor__add-new .mkb-layout-editor__add-new-list {
    display: none;
    position: absolute;
    background: inherit;
    color: #fff;
    padding: 0;
    margin: 0;
    list-style-type: none;
    bottom: 4em;
    left: 0;
    right: 0;
    border-radius: 6px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    z-index: 10; }
    .mkb-layout-editor__add-new .mkb-layout-editor__add-new-list li {
      position: relative;
      z-index: 2;
      border-bottom: 1px solid rgba(0, 0, 0, 0.22);
      margin: 0; }
      .mkb-layout-editor__add-new .mkb-layout-editor__add-new-list li:last-child {
        border-bottom: none; }
      .mkb-layout-editor__add-new .mkb-layout-editor__add-new-list li a {
        color: #fff;
        outline: none;
        border: none;
        box-shadow: none;
        display: block;
        padding: 0.6em;
        text-decoration: none;
        -webkit-transition: background-color 120ms ease-in;
        transition: background-color 120ms ease-in; }
        .mkb-layout-editor__add-new .mkb-layout-editor__add-new-list li a:hover {
          background-color: rgba(255, 255, 255, 0.1); }
    .mkb-layout-editor__add-new .mkb-layout-editor__add-new-list:after {
      content: '';
      position: absolute;
      z-index: 1;
      display: block;
      background: inherit;
      width: 18px;
      height: 18px;
      left: 0;
      right: 0;
      margin: auto;
      bottom: -9px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

#mkb-page-meta-box-id {
  background: transparent;
  box-shadow: none;
  border: none; }

.mkb-section-settings-container {
  padding: 1.5em 0; }

#mkb-page-settings .mkb-plugin-settings-preloader {
  width: 100%; }

/**
 * Plugins settings page styles
 */
#mkb-plugin-settings-save,
#mkb-plugin-settings-reset {
  float: right;
  margin-left: 0.7em; }

#mkb-plugin-settings {
  position: relative;
  padding-left: 10em; }

.mkb-plugin-settings-preloader {
  display: none;
  background: #fff;
  position: relative;
  width: 962px;
  height: 100px; }
  .mkb-plugin-settings-preloader .mkb-loader {
    top: 40px; }

.mkb-loading .mkb-settings-content-holder {
  display: none; }

.mkb-loading .mkb-plugin-settings-preloader {
  display: block; }

/**
 * Term settings style
 */
.mkb-term-settings .mkb-control-wrap {
  margin-left: 0;
  margin-bottom: 0; }
