.tt-task-create {
    $fontColor: #a9b8bf;
    position: relative;
    line-height: 1em;
    .msg .tu-icon-checkbox-have,
    .create-replace-box .tu-icon-checkbox-have {
        color: #8ac3ec;
    }
    .task-create-laytout-input {
        position: relative;
        &.input-focus {
            border: 1px solid #1687d9;
        }
        &.input-error {
            border: 1px solid $inputBorderError;
            background-color: $inputBackgroundError;
        }
    }
    .task-create-layout-tools {
        display: none;
        border-right: 1px solid #a9b8bf;
        border-left: 1px solid #a9b8bf; // padding-left: 95px;
        .disable {
            cursor: default;
            &:hover {
                background: none;
            }
        }
    }
    .wangEditor-container {
        border: 1px solid $fontColor;
        top: -1px;
    }
    .layout-border {
        border: 1px solid $fontColor;
    }
    .task-create-layout-extend {
        position: relative;
        display: none;
        &.input-focus {
            border: 1px solid #1687d9;
            z-index: 11;
        }
    }
    .border {
        height: 22px;
        border-left: 1px dotted #a9b8bf;
        float: left;
        margin: 0;
    }
    .task-create-class-wraper {
        position: relative;
        color: $gay5;
        cursor: pointer;
        .icon-arrow-down {
            margin-left: 5px;
        }
        &.disable {
            cursor: default;
        }
    }
    .task-create-class-innder {
        float: left;
        line-height: 22px;
        .icon-sort-down {
            vertical-align: middle;
        }
    }
    .task-create-class-name {
        display: inline-block;
        width: 65px;
        text-align: center;
        color: $fontColor;
        &.active {
            color: #647481;
        }
    }
    .task-create-class-name-need{
        display: inline-block;
        width: 66px;
        text-align: left;
        color: #647481;
    }
    .task-create-class-nameFfollow{
        color: #0A121A;
        display: inline-block;
        max-width: 80%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .createReplaceOtther{
        position: absolute;
        top: 75px;
        left: 88px;
    }
    .task-create-targetvalue{
        display:inline-block;
        max-width: 76px;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 76px;
    }
    .targetValue-delete{
        display: none;
        padding-left: 5px;
        &:hover{
            color: #f25857;
        }
    }
    .replaceUserOntherHang{
        position: relative;
        left: -402px;
    }
    .task-create-work-hour-box {
        position: relative;
    }
    .task-creat-name-wrap {
        @include clearfix();
    }
    .ico-style {
        font-size: 14px;
        color: #647481;
        &:before {
            font-size: 18px;
            color: #1687d9;
            margin-right: 3px;
            position: relative;
            top: 3px;
        }
    }
    .ns-task-create-name {
        position: relative;
        padding-left: 30px;
        &.no-icon {
            padding-left: 10px;
        }
        .border {
            position: absolute;
            left: 0;
            top: 10px;
            margin: 0;
        }
        .ico-name {
            position: absolute;
            top: 12px;
            left: 8px;
            font-size: 18px;
            color: #1687d9;
        }
        input {
            border: 0 none;
            height: 22px;
            padding: 10px 0;
            background: transparent;
            width: 100%;
            color: #34434e;
            ::placeholder {
                color: #647481;
            }
        }
    }
    .ns-task-principle,
    .create-external-person,
    .ns-task-create-date,
    .ns-task-create-level,
    .ns-task-create-applyuser,
    .create-replace-box,
    .task-create-follow,
    .task-create-work-hour-box {
        position: relative;
        .border {
            margin-top: 10px;
        }
    }
    .task-create-principle,
    .task-create-date-inner {
        padding: 10px 0;
        height: 22px;
        line-height: 22px;
    }
    .task-create-level-inner {
        padding: 10px 0;
        height: 22px;
        line-height: 22px;
    }
    .task-create-principle-area,
    .ns-task-principle,
    .ns-task-create-applyuser,
    .task-create-tools-item-wraper,
    .task-create-date-container,
    .task-create-level-container
     {
        float: left;
    }
    .task-create-tools-class{
        display: block;
        line-height: 34px;
        margin: 4px 8px 0 7px;
        width: 70px;
        height: 34px;
        background: rgba(100, 116, 129, .05);
        border-radius: 4px;
        text-align: center;
        font-family: PingFangSC-Regular;
        font-size: 12px;
        color: #647481;
    }
    .enter-value{
        width: 72px;
        height: 18px;
        display: none;
    }
    .estimateHours-container {
        display: flex;
        align-items: center;
        position: relative;
    }
    .objectvalue-container{
        display: flex;
        align-items: center;
        position: relative;
        .task-object-value{
            display: inline-block;
            display:none;
            width: 22px;
            height: 22px;
            border-radius: 2px;
            border: 1px solid transparent;
            text-align: center;
            vertical-align: middle;
            font-size: 18px;
            color: #647481;
            cursor: pointer;
            line-height: 22px;
            &:hover{
                background-color: #f5f8fa !important;
                box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
                border: 1px solid #dddddd \9\0;
                border: 1px solid #dddddd \9;
                color: #1687d9;
            }
        }
        &:hover{
            .targetValue-delete{
                display: block;
            }
        }
    }
    .estimateHours-container{
        &:hover{
            .targetValue-delete{
                display: block;
            }
        }
    }
    .task-create-tools-showmore{
        height: 42px;
        line-height: 42px;
        float: right;
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: #1587D9;
        letter-spacing: 0;
        display:flex;
        margin-right: 6px;
        cursor: pointer;
        .l{
            padding-right: 4px;
        }
    }
    .task-create-principle {
        cursor: pointer;
        &:hover {
            background-color: $blueDark7;
        }
    }
    .task-create-principle-inner {
        padding: 0 5px;
        .task-create-principle-label {
            display: inline-block; // line-height: 44px;
            padding-right: 15px;
            font-size: 14px;
            color: #647481;
        }
        .principle-style {
            color: #647481;
        }
    }
    .task-create-date-inner {
        color: $gay5;
        font-size: 12px;
        width: 61px;
        text-align: center;
        cursor: pointer;
        &:hover {
            background-color: $blueDark7;
        }
        .ico {
            &.active:before {
                color: #ffaf00;
            }
        }
    }
    .task-create-level-inner {
        color: $gay5;
        font-size: 12px;
        width: 32px;
        text-align: center;
        cursor: pointer;
        &:hover {
            background-color: $blueDark7;
        }
        .ico {
            &.active:before {
                color: #ffaf00;
            }
        }
    }
    .task-create-add-task-container {
        position: relative;
        padding: 0px 379px 0px 0px;
        height: 42px;
        background-color: $white;
        .task-create-right-part {
            position: absolute;
            top: 0;
            right: 0;
            background-color: #fff;
            .cycle-wraper {
                float: left;
                padding-left: 5px;
            }
            .task-create-principle {
                height: 22px;
                line-height: 22px;
            }
            .double-date {
                float: left;
            }
        }
        &.border-warn {
            border-color: red;
        }
    }
    .task-create-tools-item {
        display: block;
        line-height: 22px;
        padding: 10px;
        float: left;
        cursor: pointer;
        &:hover {
            background-color: $blueDark7;
        }
    }
    .task-create-estimateHours{
        width: calc(100% - 15px);
        padding-right: 5px;
    }
    .task-create-objectValueItem{
        width: calc(100% - 15px);
        padding-right: 5px;
    }
    .task-create-tools-link {
        color: #647481;
        display: inline-block;
    }
    .task-create-workhour {
        //hack for ie8
        height: 22px;
    }
    .tu-icon-signet {
        &:before {
            color: #f69e17;
            font-size: 18px;
        }
    }
    .task-create-applyuser-name{
        color: #647481;
        display: inline-block;
        width: 50px;
        overflow: hidden;
        vertical-align: bottom;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .task-create-applyuser-wraper {
        position: relative;
        left: 1px;
        padding-right: 0;
        .task-create-delete-applyuser-wraper {
            display: none;
            position: absolute;
            right: -2px;
            .tu-icon-close {
                color: #647481;
                &:hover {
                    color: #f25857;
                }
            }
        }
        &:hover {
            .task-create-delete-applyuser-wraper {
                display: inline-block;
            }
            .task-create-help {
                display: inline-block;
            }
        }
        .task-create-help {
            margin-right: 5px;
            display: none;
            .icon-wiki {
                color: #a9b8bf;
                vertical-align: middle;
                &:hover {
                    color: #145c98;
                }
            }
        }
    }
    .task-create-replace {
        .task-create-help {
            margin-right: 5px;
            display: none;
            .icon-wiki {
                color: #a9b8bf;
                vertical-align: middle;
                &:hover {
                    color: #145c98;
                }
            }
        }
        .task-create-delete-applyuser-wraper {
            display: none;
            .tu-icon-close {
                color: #647481;
                &:hover {
                    color: #f25857;
                }
            }
        }
        .task-create-replace-check-wraper {
            padding: 5px 0;
        }
        .task-create-replace-label {
            color: #a9b8bf;
            display: inline-block;
        }
        .disable {
            font-size: 18px;
            color: #e3ecf1;
            vertical-align: middle;
        }
        &:hover {
            .task-create-help {
                display: inline-block;
            }
            .task-create-delete-applyuser-wraper {
                display: inline-block;
            }
        }
    }
    .task-create-extend-user {
        padding: 8px 0 8px 20px;
        input {
            width: 90%;
            height: 23px;
            line-height: 23px;
            border: 0;
            background: transparent;
            color: #555;
        }
    }
    .task-create-bottom {
        position: relative;
        display: block;
        .uploader_container {
            float: left;
            display: inline-block;
            font-size: 12px;
            color: #00599b;
            &:hover {
                cursor: pointer;
                background-color: #fff;
                border-radius: 2px;
                color: #00599b;
                @include box-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
            }
        }
        .toggle {
            line-height: 30px;
            font-size: 12px;
            cursor: pointer;
            float: left;
            margin-right: 15px;
            &:hover {
                color: #00599b;
            }
        }
        .msg {
            display: inline-block;
            font-size: 12px;
            float: left;
            padding: 5px 0;
            margin-right: 15px;
            line-height: 20px;
            .check {
                float: left;
                margin-right: 5px;
                margin-top: -2px;
            }
            .txt {
                float: left;
            }
        }
        .set-private-area {
            float: left;
            line-height: 30px;
            font-size: 12px;
            padding-right: 15px;
            .icon-lock {
                margin-right: 5px;
                margin-top: -1px;
            }
            &:hover {
                color: #006eab;
            }
        }
        .set-private-area-disable{
            &:hover{
                color: #647481;
            }
        }
        .private-show {
            color: #1687d9;
        }
        .pointer {
            cursor: pointer;
        }
        .publish-wraper {
            float: left;
            &.packup {
                display: none;
            }
        }
        .ux_publish {
            float: right;
            display: inline-block;
            .span {
                vertical-align: middle;
                display: inline-block;
                line-height: 26px;
                padding-right: 15px;
                a {
                    background-color: $white;
                    float: left;
                }
                i {
                    font-style: normal;
                    font-size: 12px;
                    color: #333;
                    font-family: $baseFontFamily;
                }
            }
        }
    }
    .task-create-bottom-wraper {
        color: #647481;
        background-color: #f5f8fa;
        padding: 8px 10px 10px 10px;
    }
    .upload_component {
        height: 30px;
        width: 65px;
    }
    .upload_node {
        position: relative;
        display: inline-block;
        padding: 5px;
        height: 20px;
        line-height: 19px;
        color: #647481;
        overflow: hidden;
        &:hover {
            color: #0aa7da;
        }
        .tu-icon-cus-fujian {
            padding-right: 2px;
        }
    }
    .des-label {
        position: absolute;
        top: 38px;
        left: 5px;
        color: #c5c5c5;
        font-size: 12px;
        z-index: 2;
    }
    .tu-dropdown {
        z-index: 100;
        display: none;
    }
}

.ux_task_list {
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 999;
    width: 100%;
    border: 1px solid #d0d0d0;
    background-color: $white;
    padding: 10px 5px 10px 5px;
    height: 27px;
    overflow-y: auto;
    left: 1px;
    li {
        color: $gay2;
        font-size: 12px;
        padding-left: 18px;
        line-height: 25px;
        cursor: pointer;
        @include text-overflow();
        &:hover {
            background-color: $gay7;
        }
    }
}
.task-create-member-list {
    overflow: hidden;
    padding: 10px 0 0px 0px;
    color: #647481;
    label {
        padding: 0 10px 12px 10px;
    }
    li {
        list-style: none;
        float: left;
        margin-right: 15px;
        margin-bottom: 6px;
        height: 30px;
        a {
            width: 30px;
            height: 30px;
            display: inline-block;
            border-radius: 15px;
            -moz-border-radius: 15px;
            -webkit-border-radius: 15px;
            &:hover {
                background: url(#{$baseImgUrl}/del_icon.png) 9px 8px #dddddd
                    no-repeat;
            }
            &.department:hover {
                border-radius: 4px;
                -moz-border-radius: 4px;
                -webkit-border-radius: 4px;
            }
        }
    }
    .ux_add_btn {
        margin-right: 15px;
        margin-bottom: 6px;
        cursor: pointer;
        display: inline-block;
    }
    .task-create-add-user-composite{
        width: 18px;
        height: 18px;
        line-height: 18px;
        text-align: center;
        background-color: transparent;
        color: #8f9ca6;
        border: 1px solid #8f9ca6;
        font-size:14px;
        margin-top:4px;
        font-size:14px !important;
        &:hover{
            background:#47C17F !important;
        }
    }
    .redactor_box {
        background-color: transparent;
    }
    .redactor_box_focus {
        border-left: 1px solid $blueDark5;
        border-right: 1px solid $blueDark5;
        border-bottom: 1px solid $blueDark5;
        background-color: #f2f9ff;
    }
}

.ux_create_task_pop {
    //message pop
    padding: 40px 50px 28px;
    h2 {
        font-size: 14px;
        color: #555555;
        line-height: 28px;
        margin-bottom: 10px;
        text-align: left;
    }
    span {
        font-size: 12px;
        color: #555555;
        margin-left: 5px;
    }
    p {
        font-size: 12px;
        color: #555555;
    }
    .errortext_mcsmt {
        display: block;
        color: #ff4343;
    }
    .checkbox_wrap {
        padding-top: 10px;
    }
}

.task-create-none-class {
    .task-create-add-task-container {
        padding-left: 0;
    }
    .ns-task-create-name .border {
        display: none;
    }
}

.tt-task-create-date-richeditor {
    .task-create-add-task-container {
        padding: 0;
    }
}

.task-travel-create {
    .task-create-add-task-container {
        padding-right: 55px;
    }
}

.task-create-name-container .ns-task-create-name .border {
    border: none;
}

.tt-task-create .border {
    margin-top: 10px;
}
.ico-style-level{
    font-size: 20px;
    cursor: pointer;
}
.ico-style-1{
    color: #FF3E3E;
}
.ico-style-2{
    color: #F69E17;
}
.ico-style-3{
    color: #55C6C6;
}
.ico-style-4{
    color: #6CC95C;
}
.ico-style-5{
    color: #647481;
}