.yellow {
    color: yellow !important;
}

input[type=checkbox] {
    border: 1px solid #0088cc;
}

.task_list_wrapper {
    overflow: hidden;
    padding: 15px;
    position: absolute;
    top: 10%;
    left: 3%;
    width: 43%;
    height: 85%;
    border: 0px solid #1e8cea;
    background-image: url('../img/box_bg_left.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}
.data_list_wrapper {
    overflow: hidden;
    padding: 15px;
    position: absolute;
    top: calc(10% + 105px);
    right:3%;
    width: 50.5%;
    height: calc(85% - 105px);
    border: 0px solid #1e8cea;
    background-image: url('../img/box_bg_big.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}
.task_manager_wrapper {
    overflow: hidden;
    padding: 15px;
    position: absolute;
    top: 10%;
    right:3%;
    width: 50.5%;
    height: 100px;
    border: 0px solid #1e8cea;
    background-image: url('../img/box_bg_line.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

.task_list_wrapper .tools_menu .button {
    float: left;
    margin-right: 3px;
}

.item_list ul {
    list-style: none;
    width: 100%;
    padding: 0px;
    margin: 0px;
    white-space: nowrap;
    color: #fff;
    clear: both;
}

.item_list ul.header {
    font-weight: bolder;
    background-color: #00000024;
}

.item_list ul li {
    float: left;
    width: 17%;
    text-align: center;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
    transition: width 0.3s;
    -webkit-transition: width 0.3s;
}

.item_list ul.header li {
    background-color: #00000024;
}

.item_list ul.odd li {
    background-color: #00000000;
}

.item_list ul.even li {
    background-color: #00000024;
}


.renstart img{
    height: 90%;
    margin-top: 5%;
}


.task_manager_wrapper .tools_menu {
    width: 100%
}

.task_manager_wrapper .tools_menu .button {
    float: left;
    margin-right: 3px;
}

.dialog_box_wrapper {
    display: none;
    padding: 30px;;
    position: absolute;
    width: 750px;
    height: 350px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    margin-top: -175px;
    margin-left: -375px;
    border-radius: 3px;
    box-shadow: 0px 0px 6px 0px black;
}

.dialog_box_wrapper input[type=text] {
    border: 1px solid #dcdcdc;
    padding-left: 10px;
    height: 30px;
    color: #636363;
}

.dialog_box_wrapper.task_update_record {
    height: 500px;
    margin-top: -250px;
    width: 1000px;
    margin-left: -450px;
    background: url(../image/panel-bg-c.png) no-repeat center center / cover;
    background-size: 100% 100%;
}

.dialog_box_wrapper.task_update_record .item_list ul li {
    color: #fff;
    border-bottom: 1px solid #e5e5e5;
}

.dialog_box_wrapper.task_create input::-webkit-input-placeholder {
    color: gray;
}

.tree_users ul {
    padding-left: 10px;
}

.tree_users ul li {
    cursor: pointer;
    list-style: none;
    border-left: 1px solid #fff;
    position: relative;
    padding-left: 13px;
}

.tree_users ul li .midlle_line {
    width: 1px solid red;
    width: 10px;
    height: 1px;
    left: 0;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #fff;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.btn_ {
    width: 200px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    background: #0f87ee;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
}

.duibi_box {
    width: 1200px;
    height: 550px;
    background: #fff;
    padding: 30px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    z-index: 10;
    display: none;
    font-size: 16px;
}

.duibi_box > .x {
    position: absolute;
    top: -5px;
    right: 13px;
    font-size: 42px;
    cursor: pointer;
}

.duibi_le {
    width: 30%;
    height: 100%;
    float: left;
    text-align: center;
}

.duibi_le > h2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #0f87ee;
}

.duibi_le_ul {
    width: 100%;
    float: left;
}

.duibi_le_ul li {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.duibi_con {
    width: 69%;
    height: 100%;
    float: right;
    text-align: center;
}

.duibi_con > h2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #0f87ee;
    float: left;
}

.duibi_1 {
    width: 50%;
    float: left;
}

.duibi_11 > h3 {
    width: 100%;
    padding: 12px 0;
    text-align: center;
}

.duibi_2 {
    width: 50%;
    float: left;
}

.duibi_11 > ul {
    width: 100%;
}

.duibi_11 > ul > li {
    width: 100%;
    height: 20px;
    height: 50px;
}

.tree_users {
    background: #0f87ee !important;
    color: #fff !important;
}

.proponew {
    cursor: pointer;
}

.newbutton {
    width: 20.5%;
    height: 26px;
    background: #f08200;
    color: #fff;
    text-align: center;
    line-height: 26px;
    margin: 4.5px 2%;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
}

.taskusername {
    display: none;
}

.taskusername i {
    font-style: normal;
    color: #0f87ee;
}

.licalsii li {
    cursor: pointer;
}

.duibi_11 li {
    display: none;
}

.duibi_11 .ifshow {
    display: block;
    line-height: 50px;
}

.duibi_title li {
    float: left;
}

.duibi_resbox > h2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #0f87ee;
}

.duibi_resbox > h2 > span {
    float: left;
    text-align: center;
    width: 33%;
}

.duibi_resbox > h2 > span > i {
    font-style: normal;
}

.duibi_bwrap {

}

.duibi_bwrap ul {
    height: 50px;
}

.duibi_bwrap ul li {
    float: left;
    width: 33%;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

body{
    overflow: hidden;
}


/*采集相关设置*/
.data_add_box{
    min-height: 324px;
    position: relative;
}
.caijibox{
    font-size: 16px;
    border: 1px solid #ccc;
}

.caijimoni p{
    height: 18px;
}
.caijibox{
    color: #000;
}
.dialog_box_wrapper .caijimoni p input {
    border: 0;
    line-height: normal;
    height: auto;
    padding: 0;
    float: left;
    color: #000;
}
.caijimoni{
    display: none;
}
.caijimoni p span {
     width: 13px;
     height: 13px;
    display: inline-block;
    background: url("../img/deletenum.png") center center;
    background-size: 100%;
    cursor: pointer;
    line-height: 18px;
    float: left;
}
.caijimoni p i {
    height: 13px;
    display: inline-block;
    color: #0aa4ea;
    font-size: 13px;
    line-height: 13px;
    float: left;
    margin-left: 5px;
}

.tishiwenben{
    min-height: 30px;
    line-height: 30px;
}
.caijimoni{
    position: absolute;
    width: 100%;
    height: 220px;
    overflow: auto;
    left: 0;
    top: 0;
    font-size: 16px;
    border: 1px solid #ccc;
    background: #fff;
}
.qingchu{
    width: 80px;
    height: 30px;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    position: absolute;
    font-size: 14px;
    top: 189px;
    right: 0;
    z-index: 100;
    color: #ccc;
}