@charset "UTF-8";
body.post-new-php #titlewrap, body.post-php #titlewrap {
  margin-right: 40px;
}

.wpex-title-exp-pre {
  font-family: dashicons;
  position: absolute;
  left: 14px;
  border-left: 1px solid #dfdfdf;
  height: 40px;
  border-right: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 21px;
  line-height: 40px;
  cursor: pointer;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 1.4em;
  opacity: 0.5;
  color: darkgreen;
}
.wpex-title-exp-pre input {
  display: none;
}
.wpex-title-exp-pre:before {
  content: "";
}
.wpex-title-exp-pre:hover {
  opacity: 0.8;
}

label.wpex-title-label {
  left: 31px;
  color: #bbb;
  position: absolute;
  font-size: 1.7em;
  padding: 8px 10px;
}

#wpex-edit-slug-box {
  line-height: 24px;
  min-height: 25px;
  margin-top: 5px;
  padding: 0 10px;
  color: #666;
}

#edit-slug-box {
  min-height: 0;
}

#wpex-title-add, #wpex-title-reset, #wpex-stat-selector {
  display: inline;
  margin-right: 10px;
  white-space: nowrap;
}

#wpex-title-reset {
  display: none;
  float: right;
  margin: 0;
  margin-right: 10px;
}

#wpex-stat-selector {
  display: none;
  float: right;
  margin: 0;
  position: relative;
  right: -10px;
  top: -10px;
}
#wpex-stat-selector span {
  cursor: pointer;
  font-size: 1.25em;
  margin: 0 2px;
  opacity: 0.5;
}
#wpex-stat-selector span.active {
  opacity: 1;
}

.wpex-title-exp-pre.disabled {
  font-size: 1.2em;
  padding-left: 5px;
}
.wpex-title-exp-pre.disabled:before {
  content: "";
  color: darkred;
}

.wpex-title-exp:focus {
  border-color: #dfdfdf !important;
}

.wpex-title-exp {
  width: 100% !important;
  border-left: none !important;
  border-right: none !important;
  float: left;
  font-size: 1.7em;
  margin-left: 0px !important;
  padding-left: 27px !important;
  line-height: 100%;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
}

.wpex-title-exp-addon {
  position: absolute;
  right: 40px;
  height: 36px;
  margin-left: -4px;
  border-left: 0px;
  padding-right: 5px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  width: 125px;
  line-height: 40px;
  background: transparent;
}
.wpex-title-exp-addon .wpex-status {
  float: right;
  width: 16px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-left: 5px;
  background-position-y: 11px;
  cursor: pointer;
}
.wpex-title-exp-addon .wpex-status.wpex-unknown {
  background-image: url(../img/unknown.png);
}
.wpex-title-exp-addon .wpex-status.wpex-winner {
  background-image: url(../img/winner.png);
}
.wpex-title-exp-addon .wpex-status.wpex-loser {
  background-image: url(../img/loser.png);
}
.wpex-title-exp-addon .wpex-stats {
  float: right;
  cursor: pointer;
  margin-right: 30px;
}
.wpex-title-exp-addon .wpex-sl {
  width: 38px;
  height: 24px;
  margin-top: 11px;
  margin-right: 10px;
  float: right;
}
.wpex-title-exp-addon .wpex-prob {
  position: absolute;
  top: 0;
  right: -20px;
  font-size: 1em;
  cursor: pointer;
}
.wpex-title-exp-addon .wpex-prob ul {
  margin: 0;
  padding: 0;
}
.wpex-title-exp-addon .wpex-prob ul li {
  list-style-type: none;
  display: none;
}
.wpex-title-exp-addon .wpex-prob ul li.wpex-positive {
  color: darkgreen;
}
.wpex-title-exp-addon .wpex-prob ul li.wpex-negative {
  color: darkred;
}
.wpex-title-exp-addon .wpex-prob ul[showing="0"] li:first-child {
  display: block;
}
.wpex-title-exp-addon .wpex-prob ul[showing="1"] li:last-child {
  display: block;
}
.wpex-title-exp-addon .wpex-del {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 12px;
  right: 6px;
  opacity: 0.4;
  font-size: 1.25em;
}
.wpex-title-exp-addon .wpex-del:hover {
  opacity: 1;
}

.cf {
  clear: both;
}

#wpex-titles tr {
  border-bottom: 1px solid #CCC;
}
#wpex-titles tr td:nth-child(1) input {
  margin-top: 4px;
}
#wpex-titles tr td:nth-child(2) {
  font-weight: normal;
  width: auto;
}
#wpex-titles tr td:nth-child(2) input {
  width: 100%;
}
#wpex-titles tr td {
  width: 1px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 6px;
}
#wpex-titles tr td:last-child {
  width: 50px;
}

#wpex-titles-row {
  display: none;
}

#wpex-meta-box {
  display: none;
}

.updated.nag {
  border-left-color: red;
}

th#wpex_titles {
  width: 1.5em;
}

td.wpex_titles {
  text-align: center;
  padding-top: 14px !important;
  display: table-cell !important;
  width: 35px !important;
}
