
/*working time selector styles*/
.wts {
  position: relative;
}

.wts-popup {
  position: absolute;
  background: #fff;
  z-index: 200;
  border: 1px solid #c4c4c4;
  padding: 20px;
  border-radius: 5px;
}

.wts__hours__text {
  margin-right: 6px;
  position: relative;
  top: 12px
}

.wts__hours__selector {
  display: inline-block;
  vertical-align: top;
  width: 79px;
  margin-right: 8px;
  position: relative;
}

.wts__hours__selector__list {
  background: #fff;
  border: 1px solid #8ec542;
  border-top: 0;
  border-bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 20;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.wts__hours__selector__list li {
  padding: 4px 8px;
  color: #262626;
  font-size: 14px;
  cursor: pointer;
}

.wts__hours__selector__list li:hover {
  background: #f4f4f4
}

.wts__hours__selector__list li.wts_active {
  background: #8ec542;
  color: #fff
}

.wts__hours__selector__list li:last-child {
  border-bottom: 1px solid #8ec542
}

.wts__hours__selector__input {
  display: inline-block;
  width: 59px;
  padding: 10px;
  outline: none;
  margin-right: 5px;
  border: 1px solid #c4c4c4;
}

.wts__hours__selector__input.wts_active {
  background: #d7efb6;
  border: 1px solid #8ec542
}

.wts__days {
  margin: 19px 0;
}

.wts__days li {
  display: inline-block;
  background: #ececec;
  padding: 6px 12px;
  border: 1px solid #c4c4c4;
  border-right: 0;
  font-weight: bold;
  font-size: 14px;
  color: #000;
  cursor: pointer;
}

.wts__days li:last-child {
  border-right: 1px solid #c4c4c4
}

.wts__days li.wts_active {
  background: #8ec542 !important;
  border-color: #8ec542 !important;
  color: #fff !important
}

.wts__buttons {
  float: right;
  height: 25px;
}

.wts__button {
  position: relative;
  display: inline-block;
  height: 30px;
  border: 0;
  background: #e6e6e6;
  color: #666;
  padding: 0 12px;
  padding-bottom: 4px;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  outline: none;
  margin-left: 4px;
}

.wts__button_save {
  background: #8ec63f;
  color: #fff;
}

.wts__button:disabled {
  background: #e6e6e6;
  color: #666;
}

.wts-result {
  border: 1px solid #c4c4c4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px;
  position: relative;
  margin-bottom: 4px;
  overflow: hidden;
}

.wts-result__hours {
  position: relative;
  padding: 0 33px 0px 25px;
}

.wts-result__days {
  position: relative;
  font-weight: bold;
}

.wts-result__days:after {
  content: "";
  height: 36px;
  width: 1px;
  background: #c4c4c4;
  position: absolute;
  top: -9px;
  right: -8px;
}

.wts-result__delete {
  background: #f3f3f3;
  top: 8px;
  right: 8px;
  position: absolute;
  cursor: pointer;
}

.wts-result__delete span {
  color: #f25b59;
  font-weight: bold;
  font-size: 17px;
  padding: 0 4px;
  cursor: pointer;
  line-height: 0;
}

/* ---end----working time selector styles*/
.wts__hours.disabled{
  opacity: .5;
}
.wts__hours__24__label{
    position: absolute;
    right: 7px;
    top: 38px;
}
.wts__hours__24__label:hover{
    cursor:pointer;
}
.wts__hours__24{
  position: absolute;
  top: -20px;
  left: 7px;
}