/*widgets.time.js*/
.advert-period-box {
  position: relative;
  .main-btn {
    margin-left: 12px;
  }
  .c-btn7{
    padding:0 10px;
    line-height:24px;
    display:inline-block;
    border-radius:5px;
    background:#ececec;
    color:#666;
    font-size:14px;
  }
  .c-btn7:hover{
    background:#999;
    color:#fff;
    -webkit-transition:background 200ms ease-in;
    -o-transition:background 200ms ease-in;
    transition:background 200ms ease-in;
  }
}
.put-time-widgets {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 652px;
  height: 364px;
  padding: 20px;
  margin: -182px 0 0 -326px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 5px 5px #ccc;
  overflow: hidden;
  user-select: none;

  .main-btn {
    cursor: pointer;
  }
  .on.one-day  {
    color: #81c13d;
  }

  .on.hour {
    background-color: #81c13d;
  }
}
.put-time-week-header {
  padding-left: 90px;
  .one-day {
    float: left;
    margin-left: 6px;
    width: 18px;
    color: #e6e6e6;
    text-align: center;
    cursor: pointer;
  }
}
.put-time-week {
  line-height: 30px;
  input {
    vertical-align: top;
    margin: 3px 12px 0 0;
  }
  li {
    padding-left: 90px;
    position: relative;
    height: 30px;
    line-height: 30px;
  }
  label {
    position: absolute;
    top: 0;
    left: 20px;
  }
  .hour {
    float: left;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    color: #fff;
    background-color: #e6e6e6;
    border-radius: 3px;
    margin-left: 6px;
    cursor: pointer;
  }
}
.this-day-word {
  display: inline-block;
  vertical-align: top;
  line-height: 18px;
}
.date-vote-info {
  width:150px;
  height:235px;
  position:absolute;
  right:-178px;
  top:0;
  padding:10px;
  background:#f3f3f3;
  border:1px solid #56a8c9;
  border-left:1px solid #fff
}
.vmiddle{
  vertical-align:middle
}
.advert-period-header{
  line-height:24px;
  margin-bottom: 20px;
}
.advert-period-btns{
  padding:10px 0;
  text-align:center;
  .dj-btn-warp {
    margin: 0 12px;
  }
}
.put-time-about {
  padding-left: 85px;
}
.advert-period-icon-on,  .advert-period-icon-del{
  &:before {
    content: '';
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    background-color: #81c13d;
    border-radius: 3px;
    margin: -3px 6px 0;
  }
}
.advert-period-icon-del {
  &:before {
    background-color: #e6e6e6;
  }
}

/*CLEARFIX
-------------------------------------------------------------- */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block;}