/*
 运送（循环情况页面样式）
*/
.cards {
    overflow: hidden;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
}
.clockCard{
    width: 286px;
    height: 135px;
    padding: 15px;
    border-radius: 1px;
}
.cards .clockCards {
    float: left;
    width: 286px;
    height: 135px;
    /*padding: 15px;*/
    color: white;
    font-size: 14px;
    /* 每5个一行，每个间隔(100%-卡片宽度*5)/4 */
    margin-right: calc(25% - 357.5px);
}
.cards .clockCards:nth-of-type(5n){
    /* 每行第5个不需要列间隔 */
    margin-right: 0;
    /* 每行第5个设置行间隔=>不足5个即为最后一行，不需要行间隔 */
    margin-bottom: 20px;
}
.cards .clockCards:last-of-type {
    /* 最后1个不需要行间隔=>防止最后一行正好有5个 */
    margin-bottom: 0;
}
.el-input--prefix .el-input__inner{
    width: 587.76px;
    height: 37.99px;
}
#recurringTasks .bootstrap-select>.dropdown-toggle.bs-placeholder{
  /* background-color: transparent;
    width: 200px;
    color: #495957;
    height: 36px;
    font-size: 16px;
    padding-left: 0px;
    padding-top: 0px;
    padding: 0;
    margin-left: -12px; */
    background: rgb(255, 255, 255);
    height: 38px;
    line-height: 38px;
    border: 1px solid rgb(206, 212, 218);
    border-radius: 0.25rem;
}
#recurringTasks .dropdown-toggle::after{
    /* content: none; */
}
#recurringTasks .show>.btn-light.dropdown-toggle{
       border-color: transparent ;
       /* width: 180px; */
}
#recurringTasks .btn-light:hover{
    border-color: transparent ;
}
#recurringTasks .bootstrap-select .dropdown-toggle .filter-option{
    overflow: visible;
}
#recurringTasks .bootstrap-select .dropdown-toggle .filter-option-inner-inner{
    /* margin-left: 10px; */
    padding-left: 10px;
    background: rgb(255, 255, 255);
    height: 38px;
    line-height: 38px;
    border: 1px solid rgb(206, 212, 218);
    border-radius: 0.25rem;
    width: 220px;
}

#recurringTasks .bootstrap-select>.dropdown-toggle{
    background-color: transparent;
    width: 220px;
    color: #495957;
    /* border: 1px solid #ced4da; */
    height: 29px;
    font-size: 16px;
    padding-left: 0px;
    padding-top: 0px;
    padding: 0;
}
#recurringTasks .dropdown-toggle::after{
    position: absolute;
    border-top: 0.3em solid #000000 !important;
    right: 12px;
    top:21px;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}
#recurringTasks .dropdown-toggle::before{
    position: absolute;
    display: inline-block;
    margin-left: 0.305em;
    vertical-align: 0.305em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
    right: 12px;
    border-bottom: 0.3em solid #000000 !important;
    top: 14px;
}
#recurringTasks .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    /* background: rgb(255, 255, 255);
    height: 38px;
    line-height: 38px;
    border: 1px solid rgb(206, 212, 218);
    border-radius: 0.25rem; */
}