.nav-sub-tabs.list-sub-tabs {
  margin: 5px 0;
  list-style: none;
  padding: 0;
  font-size: 13px;
  color: #666;
}
.nav-sub-tabs.list-sub-tabs::before {
  display: table;
  content: " ";
  clear: both;
}
.nav-sub-tabs.list-sub-tabs li {
  display: inline-block;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.nav-sub-tabs.list-sub-tabs li a {
  line-height: 2;
  padding: 0.2em;
  text-decoration: none;
}
.nav-sub-tabs.list-sub-tabs li a.current-section {
  color: #000;
  font-weight: 600;
  border: none;
}

.custom_select2 .select2-selection {
  width: 25em;
}

.animate-selected-field .selected-value-item {
  display: inline-block;
  color: #555;
  border-color: #ccc;
  background: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 4px;
  vertical-align: top;
  padding: 3px 5px 3px 10px;
  margin: 0 5px 5px 0;
}
.animate-selected-field .selected-value-item .remove-val {
  padding-left: 5px;
  cursor: pointer;
  vertical-align: middle;
}
.animate-selected-field .select-add-val {
  display: inline-block;
  vertical-align: middle;
  background: #0085ba;
  border-color: #0073aa #006799 #006799;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
  padding: 5px 12px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;
  margin-left: 5px;
}

.field-editable-input .do-an-action {
  cursor: pointer;
}
.field-editable-input .display-title-wrap {
  display: flex;
}
.field-editable-input .display-title-wrap .title-wrap {
  flex-basis: 50%;
}
.field-editable-input .display-title-wrap .title-wrap .display-title {
  font-weight: 600;
  line-height: 1.3;
  color: #222;
}
.field-editable-input .display-title-wrap .extra-text-link {
  flex-basis: 50%;
  text-align: right;
  outline: 0;
}

div[data-groupid="engines"] .cmb-repeatable-grouping > .cmb-group-title,
div[data-groupid="engines"] .cmb-repeatable-grouping > .cmbhandle,
div[data-groupid="engines"] .cmb-repeatable-grouping > .cmb-remove-group-row {
  display: none;
}

.progress-bar {
  height: 15px;
  position: relative;
  background: #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0;
  -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}

.progress-bar > span {
  position: relative;
  display: block;
  height: 100%;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #0085ba;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0085ba), color-stop(1, #066d95));
  background-image: -moz-linear-gradient(center bottom, #0085ba 37%, #066d95 69%);
  -webkit-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
}
.progress-bar > span::after {
  content: attr(data-percent);
  display: block;
  background: #23282d;
  color: #fff;
  padding: 0 5px;
  border-radius: 3px;
  position: absolute;
  right: 0;
  top: -20px;
  font-size: 10px;
}
.progress-bar > span::before {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid #23282d;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 0;
  position: absolute;
  top: -2px;
  right: 11px;
}

@-webkit-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
.ps-wrap {
  margin: 10px 20px 0 2px;
}

.current_tab_engines #wpbody-content .ps-wrap {
  float: left;
  width: 70%;
}
.current_tab_engines #wpbody-content .engine-statistic {
  float: left;
  width: 24%;
  margin-top: 60px;
  background: #fff;
  padding: 20px;
}
.current_tab_engines #wpbody-content .engine-statistic .index-progess-heading {
  margin-top: 0;
}

.cmb2-id-redirects-automatic-custom .cmb-repeat-row .cmb-th {
  padding: 0;
  margin-right: 10px;
}

.cmb2-id-engines.cmb-repeat {
  padding-top: 10px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ps-ajax-loading {
  animation: spin 2s linear infinite;
}

.build-unindexed.prevent-click {
  cursor: not-allowed;
}

#engines_repeat {
  margin-top: 10px;
}
#engines_repeat div[class*="engine-slug"] {
  display: none;
}
#engines_repeat label[for*="engines_include_comments"] .cmb2-metabox-description,
#engines_repeat label[for*="engines_index_post_author"] .cmb2-metabox-description,
#engines_repeat label[for*="engines_index_post_excerpt"] .cmb2-metabox-description,
#engines_repeat label[for*="engines_expand_shortcodes"] .cmb2-metabox-description {
  font-weight: 600;
  line-height: 1.3;
  color: #222;
  font-style: normal;
}
#engines_repeat .cmb-repeatable-grouping[data-iterator="0"] .cmb-type-element-weight {
  border-bottom: 0;
}
#engines_repeat .cmb-repeatable-grouping[data-iterator="0"] .cmb-remove-field-row {
  display: none;
}

.cmb-type-element-weight > .cmb-td .cmb-row {
  border-bottom: 0 !important;
}
.cmb-type-element-weight > .cmb-td > p {
  margin-top: 0;
}
.cmb-type-element-weight .custom-fields.cmb-row {
  padding-bottom: 5px;
  border-bottom: 0 !important;
}
.cmb-type-element-weight .custom-fields .cmb-th {
  font-weight: 400;
}

label[for="loging_enable_log"] .cmb2-metabox-description,
label[for="loging_enable_log_user_ip"] .cmb2-metabox-description,
label[for="redirects_automatic_post_page"] .cmb2-metabox-description {
  font-weight: 600;
  line-height: 1.3;
  color: #222;
  font-style: normal;
}

.cmb2-id-stopwords .cmb-td {
  padding: 0;
}
.cmb2-id-stopwords-title .cmb-th {
  padding-bottom: 0;
}

.cmb2-id-synonymns .cmb-td {
  padding: 0;
}
.cmb2-id-synonymns-title .cmb-th {
  padding-bottom: 0;
}

.cmb2-id-redirects-automatic-post-page .cmb-td {
  padding-left: 0;
  padding-right: 0;
}

.cmb2-id-redirects-automatic-custom .cmb-td {
  padding: 0;
}
.cmb2-id-redirects-automatic-custom .cmb-td > p {
  margin-top: 0;
  margin-bottom: 0;
}

.cmb2-wrap .cmb-type-keyword-redirect.cmb-row,
.cmb2-wrap .cmb2-id-stopwords.cmb-row {
  margin-bottom: 20px;
}

.report-table,
.report-overview {
  margin-top: 20px;
}

.report-overview .filter-bars {
  display: flex;
}
.report-overview .filter-bars .filter-item {
  margin-right: 5px;
}

.report-search-results {
  display: flex;
  margin: 0 -15px;
  width: 100%;
}
.report-search-results .col {
  padding: 0 15px;
}
.report-search-results .col.col-38 {
  flex-basis: 38%;
}
.report-search-results .col.col-24 {
  flex-basis: 24%;
}
.report-search-results .col .view-all-title .report-view-all {
  float: right;
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
}

.report-date-picker {
  padding: 2px 10px;
  line-height: 28px;
  height: 28px;
  vertical-align: middle;
  border-radius: 4px;
  background-color: #fff;
  color: #32373c;
}

.upgrade-pro-notice {
  display: block;
  width: 100%;
  margin: 30px 0;
  background: #fff;
  border-left: 4px solid #00a0d2;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 1px 12px;
}
.upgrade-pro-notice .upgrade-pro-link {
  background-color: #e27730;
  border-color: #e27730;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 12px;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  box-shadow: none;
}
.upgrade-pro-notice .upgrade-pro-link:hover {
  background-color: #b85a1b;
  border-color: #b85a1b;
}

.ps-free-version.presssearch_page_press-search-report .tablenav,
.ps-free-version.presssearch_page_press-search-report .press_seach_reports,
.ps-free-version.presssearch_page_press-search-report .report-overview {
  opacity: 0.5;
}
.ps-free-version.current_tab_redirects #form_settings {
  opacity: 0.5;
}
.ps-free-version.current_tab_redirects #form_settings .cmb-type-keyword-redirect .cmb-remove-row-button {
  display: none;
}
.ps-free-version.current_tab_redirects #form_settings input[type="submit"] {
  display: none;
}
.ps-free-version #engines_repeat .cmb-repeatable-grouping {
  display: none;
}
.ps-free-version #engines_repeat .cmb-repeatable-grouping[data-iterator="0"] {
  display: block;
}

textarea#stopwords,
textarea#synonymns {
  padding: 15px;
}

.toplevel_page_press-search-settings #wpbody-content .update-nag {
  display: block;
}

/*# sourceMappingURL=admin.css.map */
