#WBCR .factory-checkbox-disabled input,
#WBCR .factory-checkbox-disabled button {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#WBCR .wrdan-premium-fake-content {
  position: relative;
  padding: 15px;
}
#WBCR .wdan-premium-info {
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -250px;
  max-width: 500px;
  z-index: 999;
}
#WBCR .wdan-premium-info h3 {
  font-size: 32px;
  font-weight: 300;
  color: inherit;
  margin: 40px 0 10px;
  line-height: 1.2;
}
#WBCR .wdan-premium-info p {
  font-size: 16px;
  font-weight: 400;
  color: #a4afb7;
  margin-bottom: 40px;
}
#WBCR .wdan-premium-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  background: #fff;
}
#WBCR .wdan-button {
  font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  outline: none;
  border: none;
  text-decoration: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition-property: background, color, opacity, -webkit-box-shadow;
  transition-property: background, color, opacity, -webkit-box-shadow;
  -o-transition-property: background, color, box-shadow, opacity;
  transition-property: background, color, box-shadow, opacity;
  transition-property: background, color, box-shadow, opacity, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#WBCR .wdan-button:hover {
  border: none;
}
#WBCR .wdan-button:not([disabled]) {
  cursor: pointer;
}
#WBCR .wdan-button:not(.wdan-button-state) .wdan-state-icon {
  display: none;
}
#WBCR .wdan-button.wdan-button-success {
  color: #fff;
}
#WBCR .wdan-button.wdan-button-success[disabled] {
  background-color: #c2cbd2;
}
#WBCR .wdan-button.wdan-button-success:not([disabled]) {
  background-color: #39b54a;
}
#WBCR .wdan-button.wdan-button-success:not([disabled]):hover {
  opacity: 0.85;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
}
#WBCR .wdan-button.wdan-button-success:not([disabled]):active {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1);
}
#WBCR .wdan-button.wdan-button-warning {
  background-color: #a4afb7;
  color: #fff;
}
#WBCR .wdan-button.wdan-button-warning[disabled] {
  background-color: #c2cbd2;
}
#WBCR .wdan-button.wdan-button-warning:not([disabled]):hover {
  background-color: #b01b1b;
  opacity: 0.85;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
}
#WBCR .wdan-button.wdan-button-warning:not([disabled]):active {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1);
}
#WBCR .wdan-button.wdan-button-danger {
  background-color: #d72b3f;
  color: #fff;
}
#WBCR .wdan-button.wdan-button-danger[disabled] {
  background-color: #c2cbd2;
}
#WBCR .wdan-button.wdan-button-danger:not([disabled]):hover {
  opacity: 0.85;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
}
#WBCR .wdan-button.wdan-button-danger:not([disabled]):active {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1);
}
#WBCR .wdan-button.wdan-edit-template {
  display: inline-block;
  margin-top: 15px;
  color: #fff;
}
#WBCR .wdan-button.wdan-button-default {
  background-color: #a4afb7;
  color: #fff;
  font-size: 11px;
  padding: 7px 21px;
}
#WBCR .wdan-button.wdan-button-default:hover {
  background-color: #6d7882;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
}
#WBCR .wdan-button.wdan-button-default:active {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1);
}
#WBCR .wdan-button.wdan-button-default:visited {
  color: #fff;
}
#WBCR .wdan-button.wdan-button-go-pro {
  background-color: #ff5722;
}
#WBCR .wdan-button i {
  margin-right: 10px;
}
.wdan-hidden-list {
  padding: 0 15px;
}
.wdan-hidden-list-notice {
  background: #fff;
  border: 1px solid #ccd0d4;
  border-left-width: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  padding: 1px 12px;
}
.wdan-hidden-list-notice div.wdan-notice-p {
  margin: 0.5em 0;
  padding: 2px;
}
.wdan-hidden-list-table {
  border: 0;
}
.wdan-hidden-list-table tr > td:first-child {
  padding: 5px 0 5px;
}
.wdan-hidden-list-table tr > td:last-child {
  padding: 0 10px 0;
  text-align: center;
}
.wdan-hidden-list-table .wdan-notices-page-table-head td {
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px !important;
  font-weight: bold;
}
.wdan-hidden-list-table .wdan-hidden-list-notice-action {
  vertical-align: middle;
}
.wdan-hidden-list-table .wdan-page-restore-notice-link-loader {
  background: url(../img/loader.gif);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
#WBCR .wdan-redirect-url-description {
  margin-top: 10px;
}
/*# sourceMappingURL=settings.css.map */