/* SEO */
#seoList,
.seoDetails {
  margin: 0;
  padding: 0;
  width: 100%;
}
.seoSingleResult,
.seoDetailsList {
  list-style: none;
  margin: 0;
  padding: 10px;
  border-bottom: dotted 1px #ccc;
}
.seoSingleResult:nth-child(2n) {
  background: #f8f8f8;
}
.seoSingleResult a {
  word-break: break-all;
}
.bars {
  width: 100%;
  height: 20px;
  padding-top: .5%;
  overflow: hidden;
}
.minusBar,
.plusBar {
  width: 100%;
  height: 50%;
}
.minusBar .red {
  background: red;
  height: 100%;
}
.plusBar .green {
  background: green;
  height: 100%;
}
.toggle-seo {
  cursor: pointer;
}
.seoDetails {
  display: none;
}
.seoDetailsList {
  padding: 0.25% 1% 0.5%;
}
.seoDetailsList:last-child {
  border-bottom: none;
}
a.editSEODetails {
  text-decoration: none;
}
.seo-marker {
  padding-left: 15px;
  font-size: 120%;
}
.seo-marker:hover {
  cursor: pointer;
}
.seo-text {
  display: none;
  padding: 5px;
}
.seo-white {
  background: #333;
  color: #fff;
}
.seo-red {
  color: #9d0c15;
}
.seo-orange {
  color: #f18f4e;
}
.seo-yellow {
  color: #ebd71f;
}
.seo-green {
  color: #88be67;
}
#seoCalcActive {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  z-index: 9999999;
}
#seoCalcActiveContent {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 200%;
}
#seoCalcActiveContent > i {
  margin-right: 5px;
}
.urlStateList td {
  max-width: 300px;
  overflow: hidden;
}
fieldset.dashboard tbody tr[class*="urlState_50"] td:first-child,
tr[class*="urlState_50"] td:first-child {
  background: #ebf400 !important;
}
fieldset.dashboard tbody tr[class*="urlState_40"] td:first-child,
tr[class*="urlState_40"] td:first-child,
fieldset.dashboard tbody tr[class*="urlState_0"] td:first-child,
tr[class*="urlState_0"] td:first-child {
  background: #b90707 !important;
  color: #fff;
}
fieldset.dashboard tbody tr[class*="urlState_30"] td:first-child,
tr[class*="urlState_30"] td:first-child {
  background: #e87e00 !important;
  color: #fff;
}
fieldset.dashboard tbody tr[class*="urlState_20"] td:first-child,
tr[class*="urlState_20"] td:first-child {
  background: #08af20 !important;
  color: #fff;
}
fieldset.dashboard tbody tr[class*="urlState_"] td:first-child,
tr[class*="urlState_"] td:first-child {
  padding: 0 5px;
  vertical-align: middle;
  text-align: center;
}
ul#seoDuplicateList {
  overflow: hidden;
  list-style: none;
  padding: 5px 0;
}
ul#seoDuplicateList li:nth-child(n+2) {
  padding-top: 5px;
  border-top: solid 1px #ccc;
  margin-top: 5px;
}
.serp-item {
  padding: 15px;
  max-width: 630px;
  font-family: arial,sans-serif;
  font-size: 14px;
  line-height: 1.58;
  text-align: left;
  background: #fff;
}
.serp-item .serp-item-top .serp-page-icon {
  width: 38px;
}
.serp-item .serp-item-top .serp-page-icon div {
  width: 26px;
  height: 26px;
  overflow: hidden;
  border-radius: 50%;
  border: solid 1px #fff;
}
.serp-item .serp-item-top .serp-page-icon div img {
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
}
.serp-item .serp-item-top .serp-page-meta .serp-page-title {
  max-width: 200px;
  display: block;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}
.serp-item .serp-item-top .serp-page-meta .serp-page-url {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  line-height: 18px;
}
.serp-item .serp-item-content .serp-page-title {
  display: inline-block;
  margin-bottom: 3px;
  padding-top: 5px;
  color: #8ab4f8;
  line-height: 1.3;
  font-size: 20px;
  font-weight: 400;
}
