/*日历公共样式统一修改*/
.daily-task-select {
    width: 400px !important;
}
.fc-other-month {
    background: url("../../img/pm/daily/zhihui.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.fc th {
    text-align: center;
    color: #ADADAD;
    font-size: 16px;
    font-weight: normal;
    border-width: inherit;
}

.fc-left > div > button {
    background: #fff !important;
    border: none;
    box-shadow: none;
}

.fc-left > div > h2 {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
}

#script-warning {
    display: none;
    background: #eee;
    border-bottom: 1px solid #ddd;
    padding: 0 10px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: red;
}

#loading {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

.page-content-wrapper > .page-content {
    /* padding-bottom: 20px; */
    min-height: 700px;
}

.fc-widget-header > table > thead > tr {
    height: 64px;
    line-height: 64px;
}

.fc-basic-view td.fc-week-number span, .fc-basic-view td.fc-day-number {
    padding-top: 4px;
    padding-bottom: 2px;
}

.fc-basic-view .fc-week-number, .fc-basic-view .fc-day-number {
    padding: 0 16px;
}

.status-type > li {
    float: left;
    text-align: center;
    margin-right: 16px;
}

.status-type > li > p {
    height: 37px;
    width: 42px;
    margin: 0 auto;
    line-height: 37px;
}

.status-type > li > span {
    display: block;
    padding-top: 4px;
}

.fc-right > .fc-button-group {
    line-height: 30px;
    margin-top: 29px;
}

.fc-ltr .fc-basic-view .fc-day-number {
    font-size: 16px;
}

.fc-month-view > table {
    background: #fff;
}

.fc th, .fc td {
    border-color: #EEEBEB;;
}

.fc-content-skeleton > table > thead > tr > td.fc-today {
    color: #fff;
}

.fc-content-skeleton {
    color: #ADADAD;
}

.fc-unthemed .fc-today {
    background: #fff;
}
/* .fc-event-container > a {
    display: block;
    height: 100%;
} */

.fc-day-grid-event {
    margin: 1px 4px 0;
    padding: 0 1px;
}

.fc-event-container > a > .fc-content > span {
    line-height: 20px;
    padding-left: 8px;
}

.fc-event-container:before {
    content: '';
    height: 22px;
    width: 0.6%;
    background: #01B9D1;
    position: absolute;
    z-index: 10;
    margin-left: -6%;
}

.fc-content {
    background: #E5F9FA;
}

.fc-event {
    border: none;
    background-color: #E5F9FA;
}

.fc-content-skeleton > table > thead > tr > td.fc-today:after {
    content: '';
    width: 30px;
    height: 30px;
    background-color: #FF4469;
    display: inline-block;
    position: absolute;
    margin-left: -24px;
    border-radius: 50%;
    z-index: -1;
}
.fc-today-button {
    font-size: 16px;
    color: #FD603A;
    text-decoration: underline;
    background: #fff;
    border: none;
    margin-left: 0;
    box-shadow: none;
}

/*日历样式end*/
.bootstrap-select > button.dropdown-toggle > span {
    font-size: 14px;
}
.priority-span {
    display: inline-block;
    width: 50%;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #fff!important;
    border-radius: 2px!important;
    position: relative;

    cursor: pointer;
}
/* 优先级样式 */
.table td.priority span {
    display: inline-block;
    width: 50%;
    height: 22px;
    line-height: 22px;
    color: #fff!important;
    border-radius: 2px!important;
    position: relative;
}
/* .table td.priority span::before {
    content: '';
    display: inline-block;
    background: #fff;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 7px;
} */

/* 自定义任务标签下拉样式 */
.select{position:relative;width:224px;min-width:224px;height:0px;cursor:pointer;z-index: 10000;}
.select li.disable {
    background-color: #eee;
    cursor:not-allowed;
}
.select:after{content:"";position:absolute;top:50%;right:10px;margin-top:-2px;}
.select .select_text{padding:0 20px 0 10px;height:36px;line-height:36px;}
.select_ul{display:none;position:absolute;top:3px;left:-1px;width:224px;min-width:224px;border:1px solid #D4D4D4;border-bottom-right-radius:3px;
    border-bottom-left-radius:3px;background:#fff;
    max-height: 240px;
    /*max-height: 570px;*/
    overflow-y: auto;
}
.select_ul li{line-height:36px;text-indent:10px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
          align-items: center;
    -webkit-justify-content: center;
          justify-content: center;
        }
.select_ul li .li-content{
    display: contents;
}
.select_ul li .task-label-item,.select_ul li .label-tag-item{
    width: 20px;height: 20px;
    border-radius: 10px!important;
    display: inline-block;
}
.select_ul li .task-label-item-text,.select_ul li .label-tag-item-text{
    width: 130px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.select_ul li .li-item-btn.active {
    /*height: 30px;*/
    height: 22px;
}
.select_ul li .li-item-btn{
    /*width: 30px;*/
    width: 22px;
    background-image: url(/static/app/1.0.0/img/pm/common/duigou-hui.svg);
}


.row.upload-file {
    display: inline-block;
    margin-right: 42px;
    width:100%;
}

.row.upload-file > label {
    display: block;
    text-align: left;
}

.row.upload-file .textarea-group{
    vertical-align: top;
}


.row.upload-file .uploadIconBtn + input[type="file"] {
  display: none;
}

.row.upload-file .clearfix .actions,.row.inline-actions .clearfix .actions {
    position: relative;
    float: right;
}

.row.upload-file .line-con{
    width: 750px;
    height: 1px;
    border-bottom: 1px dashed #D6D6D6;
    margin-bottom: 25px;
}

.row.upload-file .fileinput .btn-file {
    display: inline-block;
    width: 96%;
    padding: 0px;
    color: #2196f3;
    vertical-align: middle;
}
.row.upload-file .fileinput {
    border: 1px solid #D6D6D6;
    margin-bottom: 10px !important;
    border-radius: 2px;
    height: 30px;
    padding-left: 3px;
    margin-bottom: 20px;
    line-height: 28px;
}
.row.upload-file .fileinput a {
    margin-left: 5px;
}
/*

.row.upload-file */

/* 新加重置*/
.search .query-box .bsdForm, .search .filter-query-form .bsdForm {
    padding: 5px 170px 5px 32px;
    margin-bottom: 26px;
}
.search-btn-wrap.form-group{
    min-width: 155px;
    display: block;
}
.btn.blue.mainCol.pagination-query{
    /*float: right;*/
}
.search .portlet .search-btn-wrap .btn, .search .portlet .search-btn-wrap .btn:active, .search .portlet .search-btn-wrap .btn:focus {
    width: 75px !important;
}
.search .portlet .search-btn-wrap .btn:before {
    margin: 0 1px 0 -6px;
}
.search .portlet .search-btn-wrap .new-btn-style {
    border: 1px solid #F4B438 !important;
    color: #F4B438 !important;
}
.search .portlet .search-btn-wrap .new-btn-style:before {
    content: url(../../img/pm/common/reloadweb_new.svg) !important;
    vertical-align: sub;
}
.search .portlet .search-btn-wrap .btn:before {
    content: url(../../img/pm/common/search_new.svg);
    vertical-align: sub;
    margin-right: 0 !important;
}
.search .portlet .search-btn-wrap .btn.export-query:before {
    content: url(/static/app/1.0.0/img/pm/common/export_new.svg);
    vertical-align: sub;
    margin-right: 0 !important;
}
.search .portlet .search-btn-wrap {
    right: 5px;
    top: 28px;
}
.layui-border-box.layui-table-view .layui-table-tool .actions.actions-tip-text >div >a > span {
    margin: -6px 0 0 2.9px !important;
}
.form-control.priority-select .filter-option.pull-left{
    display: none !important;
}
.form-control.priority-select .btn.dropdown-toggle.btn-default{
    padding: 0;
}
.half-input.r input{
    height: 32px !important;
    border-color: #D6D6D6;
}
.half-input.r .add-unit{
    height: 32px !important;
    border: 0;
}
th .all-excute{
    line-height: 10px;
    display: inline-block;
    width: 24px;
    height: 12px;
    font-weight: 100;
    color: #4B89FC;
    font-size: 1px !important;
    border: 1px solid #4B89FC;
    margin: 0 0 0 5px;
}
/* .layui-icon-down:before {
    margin-right: 6.5px;
    top: 6.5px;
    position: relative;
} */
#labelColorChoice{
    display: inline;
}
.score-type-icons {
    margin-top: 8px;
    width: 24px;
    height: 24px;
    min-width: 24px;
    display: inline-flex;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px !important;
    background-position: center;
    margin-right: 4px;
}
.task-progress{
    margin-top: 10px;

}
.task-progress .layui-progress.layui-progress-big{
    border-radius: 20px !important;
}
.task-progress .layui-progress-bar{
    border-radius: 20px !important;
}
.task-progress .layui-progress-text{
    /*color: #5f5f5f;*/
}

/*项目内页的tab名称*/
.killTheNameBorder .layui-btn-primary:hover{
    border: 0 !important;
}
.killTheNameBorder .layui-btn-primary{
    border: 0 !important;
}
.killTheNameBorder{
    margin-left: -20px;
    margin-top: -2px;
}
.layui-dropdown.layui-border-box.layui-panel.layui-anim.layui-anim-downbit{
    top: 50px;
    /*max-height: 350px;*/
    /*max-height: 390px;*/
    max-height: 430px;
    overflow-y: auto;
}
.actions.table-line a {
    position: relative;
    top: 7px;
}
.actions.table-line a:not(:last-child) {
    margin-right: 10px;
}
/* .editor > div:first-child {
    z-index: 0 !important;
} */
.layui-timepicker-form-item .layui-input {
    /*width: 120% !important;*/
    border-radius: 15px !important
}
.layui-input:focus, .layui-textarea:focus {
    border-color: #4897DF !important;
}
.timePicker{
    z-index: 19920626 !important;
}

.processStatuses .types-show-text.processStatuses {
    display: none;
}

.processStatuses .task-type-show-avatar-radius {
    width: 61px;
    height: 22px;
    border-radius: unset !important;
}
.show-task-content{
    /*border: 1px #d2d2d2 solid;*/
    /*background: 0 0;*/
    background-color: #4a90e2;
    border: 1px solid transparent;
    display: flex;
    flex-direction: row;
    margin-left: 15px;
}
.show-task-content a{
    color: #fff !important;
    /*padding: 0 25px;*/
    padding: unset;
    font-size: 15px;
}
.show-task-content a:hover{
    color: #fff;
    text-decoration: none;
}
.task-edit-content-label{
    display: flex !important;
    flex-direction: row;
    min-width: 270px !important;
}
.show-task-content-icon{
    background-image: url(../../img/pm/task-edit/show_task_content.svg);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    margin-top: 2px;
}

.leave-word-none{
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    height: 100%;
    display: none;
}
.leave-word-none .leave-word-none-text{
    line-height: 30px;
    font-size: 20px;
    color: #a9a9a9;
}


.follow-task{
    background-color: #f4b438;
    border: 1px solid transparent;
    display: flex;
    flex-direction: row;
    margin-left: 15px;
}
.get-hours-task{
    background-color: #36CFC9;
    border: 1px solid transparent;
    display: flex;
    flex-direction: row;
    margin-left: 15px;
}
.get-hours-task a{
    color: #fff !important;
    padding: unset;
    font-size: 15px;
}
.get-hours-taska:hover{
    color: #fff;
    text-decoration: none;
}
.follow-task a{
    color: #fff !important;
    padding: unset;
    font-size: 15px;
}
.follow-task a:hover{
    color: #fff;
    text-decoration: none;
}
.unfollow-task-content-icon{
    background-image: url(../../img/pm/task-edit/unfollow-task-edit.svg);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    margin-top: 2px;
}
.follow-task-content-icon{
    background-image: url(../../img/pm/task-edit/follow-task-edit.svg);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    margin-top: 2px;
}
.get-hour-task-content-icon{
    background-image: url("../../img/pm/task-edit/AIicon.svg") !important;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    margin-top: 2px;
    background-size: contain;
}
input[name="priority"]::-webkit-inner-spin-button,
input[name="priority"]::-webkit-outer-spin-button {
    opacity: 1; /* 让箭头始终显示 */
}

input[name="importance"]::-webkit-inner-spin-button,
input[name="importance"]::-webkit-outer-spin-button {
    opacity: 1; /* 让箭头始终显示 */
}
.task-property-form .row.flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.task-property-form .row.flex-row .form-group{
    flex: 1;
    margin-right: 0 !important;
    /* margin-right: 15px; */
}
.task-property-form .row.flex-row .form-group-group,
.task-property-form .row.flex-row .form-group.update-task-process {
    margin-right: 0 !important;
    width: 216.6px;
}


