#WBCR {
  .factory-checkbox-disabled input,
  .factory-checkbox-disabled button {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .wrdan-premium-fake-content {
    position: relative;
    padding: 15px;

  }

  .wdan-premium-info {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -250px;
    max-width: 500px;
    z-index: 999;

    h3 {
      font-size: 32px;
      font-weight: 300;
      color: inherit;
      margin: 40px 0 10px;
      line-height: 1.2;
    }

    p {
      font-size: 16px;
      font-weight: 400;
      color: #a4afb7;
      margin-bottom: 40px;
    }
  }

  .wdan-premium-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.9;
    background: #fff;


  }

  .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: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
  }

  .wdan-button:hover {
    border: none
  }

  .wdan-button:not([disabled]) {
    cursor: pointer
  }

  .wdan-button:not(.wdan-button-state) .wdan-state-icon {
    display: none
  }

  .wdan-button.wdan-button-success {
    color: #fff
  }

  .wdan-button.wdan-button-success[disabled] {
    background-color: #c2cbd2
  }

  .wdan-button.wdan-button-success:not([disabled]) {
    background-color: #39b54a
  }

  .wdan-button.wdan-button-success:not([disabled]):hover {
    opacity: .85;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2)
  }

  .wdan-button.wdan-button-success:not([disabled]):active {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .19), 0 3px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .19), 0 3px 3px rgba(0, 0, 0, .1)
  }

  .wdan-button.wdan-button-warning {
    background-color: #a4afb7;
    color: #fff
  }

  .wdan-button.wdan-button-warning[disabled] {
    background-color: #c2cbd2
  }

  .wdan-button.wdan-button-warning:not([disabled]):hover {
    background-color: #b01b1b;
    opacity: .85;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2)
  }

  .wdan-button.wdan-button-warning:not([disabled]):active {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .19), 0 3px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .19), 0 3px 3px rgba(0, 0, 0, .1)
  }

  .wdan-button.wdan-button-danger {
    background-color: #d72b3f;
    color: #fff
  }

  .wdan-button.wdan-button-danger[disabled] {
    background-color: #c2cbd2
  }

  .wdan-button.wdan-button-danger:not([disabled]):hover {
    opacity: .85;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2)
  }

  .wdan-button.wdan-button-danger:not([disabled]):active {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .19), 0 3px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .19), 0 3px 3px rgba(0, 0, 0, .1)
  }

  .wdan-button.wdan-edit-template {
    display: inline-block;
    margin-top: 15px;
    color: #fff
  }

  .wdan-button.wdan-button-default {
    background-color: #a4afb7;
    color: #fff;
    font-size: 11px;
    padding: 7px 21px
  }

  .wdan-button.wdan-button-default:hover {
    background-color: #6d7882;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2)
  }

  .wdan-button.wdan-button-default:active {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .19), 0 3px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .19), 0 3px 3px rgba(0, 0, 0, .1)
  }

  .wdan-button.wdan-button-default:visited {
    color: #fff
  }

  .wdan-button.wdan-button-go-pro {
    background-color: #ff5722
  }

  .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, .04);
  padding: 1px 12px;

  div.wdan-notice-p {
    margin: 0.5em 0;
    padding: 2px;

    & div{
      width: 100%;
    }
  }
}

.wdan-hidden-list-table {
  border: 0;

  tr > td:first-child {
    padding: 5px 0 5px;
  }

  tr > td:last-child {
    padding: 0 10px 0;
    text-align: center;
  }

  .wdan-notices-page-table-head td {
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px !important;
    font-weight: bold;
  }

  .wdan-hidden-list-notice-action {
    vertical-align: middle;
  }

  .wdan-page-restore-notice-link-loader {
    background: url(../img/loader.gif);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
  }
}
