


.add-task {
  float: right;
}

.action_btn {
  float: right;
}

.task-list .select-pop{
  float:right;
  width: 6.5em;
}

.task-people-board .block {
  width: 24%;
  margin-bottom: 20px;
}

.task-people-board .block[data-dismissed] {
  display: none;
}

.tasks .task-list {
  height: 440px;
  overflow: auto;
}

h4 {
  height: 20px;
}

.task-holding {
  background: #693;
}

.task-doing {
  background: skyblue;
}

.task-done {
  background: #369;
}

.task-close {
  background: #333;
}

.task-holding {
  background: #888;
}

.nothing-notice {
  position: absolute;
  top: 40%;
  left: 40%;
}

.notice-box {
  position: relative;
}

.act {
  background: #e0e9f0;
  padding: 2px 4px;
  border-radius: 5px;
}

.block ul {
  padding: 0;
  background: #FFF;
}

.task-list li {
  display: block;
  list-style: none;
  line-height: 24px;
  padding: 5px 10px;
  border-top: 1px solid #EEE;
}

.task-list li .layui-badge {
  cursor: pointer;
  float: right;
}

.task-list li:hover {
  background: #EEE;
  clear: both;
}

.block h5 {
  margin: 5px 0;
  color: #009688;
  margin-left: 10px;
  border-left: solid 5px #009688;
  padding-left: 10px;
}

.task-statistics {
  float: right
}

@media screen and (max-width:1441px) {
  .task-people-board .block {
    width: 33.333333333%;
  }

  .task-action-btn-group {
    margin-bottom:8px;
  }
}
@media screen and (max-width:1250px) {
  .task-people-board .block {
    width: 48%;
    margin-bottom: 10px;
    margin-right:5px;
  }

  .task-action-btn-group {
    margin-bottom:8px;
  }
}
@media screen and (max-width:750px) {
  .task-people-board .block {
    width: 100%;
    margin-bottom: 10px;
  }
  .task-list {
    height: 100%;
  }
  .nothing-notice{
    position: static;
    text-align: center;
    padding:10px;
    display: block;
  }

  .task-action-btn-group {
    margin:8px;
  }

  .tasks h4 a {
    color: var(--pepm-text-color);
    font-weight: bold;
    font-size: var(--pepm-normal-font-size);
  }

  .task-list .task-widget-li {
    display: flex;
    flex-direction: column-reverse;
  }

  .task-widget-li .task-li-top .select-pop {
    position: relative;
    width: 5em;
    text-align: right;
  }
  .task-widget-li .task-li-top .select-pop .layui-icon {
    position: relative;
    top: 2px;
  }

  .task-widget-li .task-li-top .select-pop-name {
    font-size: var(--pepm-normal-font-size);
  }
  .task-widget-li .task-li-top a {
    font-size: var(--pepm-secondary-font-size);
    color: var(--pepm-secondary-text-color);
  }

  .task-widget-li .task-li-top+div span.task-doer{
    font-size: var(--pepm-secondary-font-size);
    color: var(--pepm-text-color);
    font-weight: bold;
  }
  .task-widget-li .task-li-top+div span.task-deadline{
    font-size: var(--pepm-secondary-font-size);
    color: var(--pepm-text-color);
    font-weight: bold;
  }

  .task-statistics {
    position: relative;
    bottom: 2px;
  }
  .task-statistics .layui-badge {
    margin-left: 10px;
    font-size: 9px;
  }

  .task-mb-detail {
      float: left;
      width: calc(100% - 5.5em);
  }
}
