﻿/*个人信息tooltip*/
.tooltip-bottom .tooltip-arrow{
    top:1px;
}

.state_wu{
    text-align: center;
    line-height: 150px;
    color: #ccc;
    font-size: 20px;
}
.mian_left{
    width:39%;
    float: left;
    height:100%;
    position: relative;
}
.task,.home-chart,.task_percentage,.task_bulletin{
    background:#fff;
    overflow: hidden;
    position: relative;
    /*height:210px;*/
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 2px #e1e1e1;
    -moz-box-shadow: 0px 1px 2px #e1e1e1;
    box-shadow: 0px 1px 2px #e1e1e1;
}
.task{
    height:140px;
}
.home-chart{
    height:160px;
    margin-top: 10px;
}
.task_bulletin{
    width: 100%;
    margin-top:10px;
}
.task_percentage{
    width:60%;
    float: right;
    height:100%;
    overflow: inherit;
}
.task_font{
    font-size:16px;
    font-family:"微软雅黑";
    height: 35px;
    color: #5e6166;
    line-height: 35px;
    border-bottom:1px solid #edeff2;
    border-radius: 5px 5px 0 0;
    position:relative;
    z-index:3;
}
.task_font span{
    display: inline-block;
    float: left;
}
.task_font .more_bulletin{
    display: inline-block;
    float: right;
    color: #587ed1;
    margin-right:10px;
    font-size: 12px;
    font-weight: 300;
}
.task_main{
    text-align: center;
    width:50%;
    border-right: 1px solid #e7e7e7;
    position: relative;
    margin:3px 0;
}
.task_main_right{
    width:49%;
    text-align: center;
    color: #5e6166;
    margin-top:5px;
    height:100%;
    font-size: 11px;
}
.task_input{
    width:80px;
    height:25px;
    margin-top: 6px;
    margin-right: 10px;
}
/*.task_input .textbox{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-color: #e6ecf5;
}
.combo-arrow {
    background: url('../images/combo_arrow.png') no-repeat center center;
}*/
.task_con{
    height:123px;
    overflow-y: auto;
    padding-left: 10px;
}
.task_con li{
    width:105px;
    height:105px;
    border:1px solid #e6ecf5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    float: left;
    margin:8px 10px 0;
    text-align: center;
}
.task_con li span{
    display: inline-block;
    width:20px;
    height:20px;
    background: url("../images/task_icon.png") no-repeat center;
    margin:15px 0 3px;
}
.task_con li p{
    font-size:14px;
    color:#5e6166;
}
.task_con li h3{
    font-size:24px;
    font-family: "黑体";
    font-weight: 600;
    line-height: 35px;
}
/*.task_con li:nth-child(1) span{
    background-position:0 0;
}*/
.task_con li:nth-child(1) span{
    background-position:-20px 0;
}
.task_con li:nth-child(2) span {
    background-position: 0 -20px;
}
.task_con li:nth-child(3) span{
    background-position:-20px -20px;
}
/*.task_con li:nth-child(1) h3{
    color:#729aff;
}*/
.task_con li:nth-child(1) h3{
    color:#32c369;
}
.task_con li:nth-child(2) h3 {
    color:#fc9551;
}
.task_con li:nth-child(3) h3{
    color:#fc8080;
}


.nvsp{
    margin-left:10px;
}
.time{
    color:#587ed1;
    font-size: 14px;
}
.home-photo{
    display: inline-block;
    margin:0 20px;
    text-align: center;
}
.home-position{
    display: inline-block;
}
.task_users_photo{
    width:65px;
    margin:0 auto;
    height:65px;
    border-radius: 30px;
    overflow: hidden;
}
.task_main_li{
    color: #666;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    margin:10px auto 0;
}
.task_main_firstspan,.task_main_lastspan{
    display:inline-block;
    line-height: 25px;
    text-align: left;
}
.posiInfo,.orgniInfo{
    display: inline-block;
    background: #f5f5f5;
    font-size:12px;
    color:#46484c;
    line-height: 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding:0 5px;
    margin-right:8px;
}
.posiInfo:last-child,
.orgniInfo:last-child{
    margin: 0;
}
.userInfoStatu{
    padding-left:5px;
    line-height: 25px;
    vertical-align: initial;
}
.task_main_li .task_main_firstspan{
    float: left;
    text-align: left;
    color:#8d9199;
    width:60px;
}
.task_main_lastspan{
    /*text-align: right;*/
    color:#5e6166;
    line-height: normal;
    white-space:nowrap;
    word-break:keep-all;
    /*text-overflow:ellipsis;*/
    overflow: hidden;
}
#task_button{
    display: inline-block;
    width:60%;
    height:28px;
    line-height: 28px;
    border: none;
    background:#86bbc9;
    color:#fff;
}
.l-btn-text{
    height:28px;
    line-height: 28px;
    font-size: 14px;
}
.task_users_name{
    display: inline-block;
    font-size: 18px;
    color: #587ed1;
    line-height: 35px;
}
.task_pingtai_icon,.task_bulletin_icon,.taskt_icon{
    display: inline-block;
    height:35px;
    margin:0 8px 0 12px;
}
.task_bulletin_icon{
    width:17px;
    background: url("../images/index_icon.png") no-repeat;
    background-position: 0 0;
}
.task_pingtai_icon{
    width:12px;
    background: url("../images/index_icon.png") no-repeat;
    background-position:-18px 0;
}
.taskt_icon{
    width:13px;
    background: url("../images/index_icon.png") no-repeat;
    background-position:-30px 0;
}
.task_date{
    margin-left: 20px;
    line-height: 25px;
    margin-top:5px;
    color:#5e6166;
}
.text_daiban{
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    height:25px;
    line-height: 25px;
    color: #6f7075;
}
.text_daiban:hover,.fuwu_pingtai:hover{
    color:#86bbc9;
}
.users_bottom{
    bottom: 0;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    height: 120px;
    left: 0;
    line-height: 120px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 200;
    border-top:1px solid #e1e1e1;
}
 
.users_bottom_logo{
    width:157px;
    height:45px;
    position: absolute;
    left:10%;
    top:40px;
}
.bullet,.pingtai{
    width:64px;
    height:64px;
    margin:30px auto;
}
.bullet{
    background: url("../images/bullet.png") no-repeat;
}
.pingtai{
    background: url("../images/pingtai.png") no-repeat;
}
.fuwu,.bullet_wu{
    font-size: 16px;
    color: #ecf0f1;
    text-align: center;
    margin-top:80px;
}
.bullet_wu{
    margin-top:30px;
}
.fuwu_pingtai{
    color: #e63b37;
}
.leftMenu{
    bottom:125px;
}
.pro_leftMenu{
   bottom:85px;
}
.gang{
    width:15px;
    height:15px;
    float: left;
    margin:6px 10px 0 0;
    display: inline-block;
}
.home_gang{
    background: url("../images/icon.png") no-repeat;
    background-position: 0 -64px;
}
.home_bumen{
    background: url("../images/icon.png") no-repeat;
    background-position: -15px -64px;
}
.home_statu{
    background: url("../images/icon.png") no-repeat;
    background-position: -30px -64px;
}
.task_set{
    width:15px;
    height:15px;
    position: absolute;
    top:6px;
    left:8px;
    background: url("../images/icon.png") no-repeat;
    background-position:0 -79px;
}
#accordion{
    overflow: visible;
    float:left;
    z-index:300;
    border:none;
    margin-bottom: 125px;
}
.daiban{
    height: 100%;
}
/*待办任务*/
.task_percentage{
    background:transparent;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
.task_details,
.relationship{
    height:100%;
    overflow: auto;
    background: #fff;
    -webkit-box-shadow:0px 1px 2px #e1e1e1;
    -moz-box-shadow:0px 1px 2px #e1e1e1;
    box-shadow:0px 1px 2px #e1e1e1;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
.task_details{
    width:78%;
    margin-right: 2%;
}
.relationship{
    width:20%;
}
.modal_zong{
    position: relative;
    overflow: hidden;
    padding:0 10px 20px;
    border-bottom:1px solid #edeff2;
    color:#8d9199;
}
/*.click_modal{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-align: center;
    cursor: pointer;
}*/
.click_modal{
    transition:all 0.5s;
    -moz-transition:all 0.5s; /* Firefox 4 */
    -webkit-transition:all 0.5s; /* Safari and Chrome */
    -o-transition:all 0.5s; /
}
.modal_zong:hover .click_modal{
    background: rgba(207,207,207,0.3);
    color: #fff;
    display: block;
}
.modal_zong h1{
    font-size: 14px;
    line-height: 20px;
    /*height:20px;*/
    font-weight:normal;
    margin-top:20px;
}
.modal_zong h1 span{
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.daiban_div .font_dai{
    background: #32c369;
}
.font_dai{
    color:#fff;
    font-size: 10px;
    line-height: 14px;
    height: 15px;
    margin-top:3px;
    padding: 0 8px;
    border-radius: 10px;
}
.icon_dai{
    width:15px;
    height:15px;
    margin-top:3px;
}
.icon_dai{
    background: url("../images/icon.png") no-repeat;
    background-position: 0 -120px;
}
.surplus_date{
    width:135px;
}
/*三角中的状态*/
.arrow-down {
    width:32px;
    height:100%;
    position:absolute;
    right:0px;
    background:#f6f8fd;
    font-size:13px;
    line-height:15px;
    overflow: hidden;
}
.arrow-down div{
    writing-mode: tb-rl;
    text-align: center;
    display: table;
    width: 100%;
    height: 100%;
}
.arrow_test{
    text-align:center;
    font-size: 12px;
    writing-mode: tb-rl;
    display: table-cell;
    vertical-align: middle;
    font-weight:400;
    line-height:15px;
    letter-spacing:3px;
    font-family:"微软雅黑";
    border-bottom:solid 1px #e5e9f0;
}
 
/*待办任务的时间*/
.renwu_date{
    display: inline-block;
    /*width:53%;*/
    margin:5px 0 0 0;
    height: 20px;
    line-height: 20px;
}
/*.renwu span,.renwu div{
    float: left;
    display: inline-block;
}*/
.renwu_date_span{
    width:40px;
}
.date_strip{
    height:9px;
    border:1px solid #e3e6ec;
    margin-top:4px;
    margin-right: 10px;
    position: relative;
}
.daiban_div .date_strip_abs{
    background: #32c369;
}
.date_strip_abs{
    display: inline-block;
    position: absolute;
    top:-1px;
    left: 0px;
    height: 11px;
}
.daiban_div .arrow-down {
    color:#32c369;
    border-right:1px solid #32c369;
}
/*待办任务的计划时间*/
div.renwu_plan{
    margin-top:5px;
    /*width:195px;*/
    /*float:left;*/
    text-align: left;
    clear:both;
    height: 20px;
    line-height: 20px;
    margin:5px 7px 0 0px;
}
div.renwu_plan.wancheng{
    margin:0;
}
div.renwu_plan span{
    float: none;
}
/*完成度*/
.renwu_date.complete{
    margin:0 0 0 23px;
}
/*紧急任务*/
.urgent_div .icon_dai{
    background: url("../images/icon.png") no-repeat;
    background-position: -15px -120px;
}
.urgent_div .font_dai{
    background: #fc9551;
}
.urgent_div .date_strip_abs{
    background: #fc9551;
}
.urgent_div .arrow-down {
    color:#fc9551;
    border-right:1px solid #fc9551;
}
/*已完成任务*/
.complete_div .icon_dai{
    background: url("../images/icon.png") no-repeat;
    background-position: -30px -120px;
}
.complete_div .font_dai{
    background: #999;
}
.complete_div .date_strip_abs{
    background: #999;
}
.complete_div .arrow-down {
    color:#999;
    border-right:1px solid #999;
}
/*已延时任务*/
.delayed_div .icon_dai{
    background: url("../images/icon.png") no-repeat;
    background-position: 0 -135px;
}
.delayed_div .font_dai{
    background: #fc8080;
}
.delayed_div .date_strip_abs{
    background: #fc8080;
}
.delayed_div .arrow-down {
    color:#fc8080;
    border-right:1px solid #fc8080;
}
/*未开始任务*/
.start_div .icon_dai{
    background: url("../images/icon.png") no-repeat;
    background-position: -15px -135px;
}
.start_div .font_dai{
    background: #5594e6;
}
.start_div .date_strip_abs{
    background: #5594e6;
}
.start_div .arrow-down {
    color:#5594e6;
    border-right:1px solid #5594e6;
}
/*上下级*/
.chief p{
    font-size: 14px;
    color: #5e6166;
}
.chief{
    margin-top: 15px;
    margin-left:10px;
    color: #666;
}
.chief_photo{
    margin:10px 0;
}
.chief_pic{
    float: left;
    width:36px;
    height:36px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
    overflow: hidden;
}
.chief_photo span{
    display: inline-block;
    font-size: 12px;
    color: #8d9199;
    line-height: 36px;
    margin-left: 10px;
}
/*我自己*/
.myself{
    padding:0 0 0 10px;
    border-top:1px solid #e3e6ec;
    border-bottom:1px solid #e3e6ec;
}
.myself span{
    color:#587ed1;
}
/*公告*/
.gonggao{
    width:100%;
    overflow: auto;
}
.gonggao_div{
    display: block;
    margin:0 10px;
    padding:5px 0;
    color:#8d9199;
    height:20px;
    line-height: 20px;
    cursor: pointer;
}
.gonggao_div:hover{
    color:#587ed1;
}
.gonggao_div p{
    width:75%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}
.gonggao_div span{
    display: inline-block;
    width:25%;
    text-align: right;
}
@media screen and (min-width:1500px){
 
    .renwu_date .surplus_date{
        width:138px;
    }
 
}
.task_title_s{
    max-width:400px;
    word-wrap: break-word;
    word-break: break-all;
    color: #5e6166;
}
 
/*任务剩余时间样式*/
.surplus .renwu_date_span{
    height:20px;
    line-height:20px;
    width:auto;
    margin-right: 10px;
    background:#e9ecf2;
    text-align: center;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    padding:0 10px;
}
.surplus font{
    color:#fc8080;
}
/*选项卡*/
/*.clear:after{
    content:'';
    display:block;
    clear:both;
}
.situation{
    height:50px;
    border-bottom:1px solid #edeff2;
}
.situation div{
    width:20%;
    height:30px;
    font-size:14px;
    float:left;
    margin-top:9px;
    text-align:center;
    line-height:30px;
    color:#5e6166;
}
.situation div span{
    display:inline-block;
    position:relative;
    width:18px;
    height:18px;
    overflow:hidden;
}
.situation div:first-child{
    margin-left:10px;
}
.bian{
    border:1px solid transparent;
    border-radius:30px;
    cursor:pointer;
}
.bian:first-child span{
    left:-8px;
    background:url("../images/wait.png");
    background-position: -68px 24px;
    top: -2px;
}
.bian:nth-child(2) span{
    left:-8px;
    background:url("../images/wait.png");
    background-position: -102px 25px;
    top: 0px;
}
.bian:nth-child(3) span{
    left:-8px;
    background:url("../images/wait.png");
    background-position: -38px 24px;
    top: 0px;
}
.bian:nth-child(4) span{
    left:-8px;
    background:url("../images/wait.png");
    background-position: -12px 24px;
    top: 0px;
}
.bian.active:first-child span{
    background-position: -67px -8px;
    top: -1px;
}
.bian.active:nth-child(2) span{
    background-position: -102px -8px;
    top: 0px;
}
.bian.active:nth-child(3) span{
    background-position: -38px -6px;
    top: -2px;
}
.bian.active:nth-child(4) span{
    background-position: -12px -6px;
    top: -1px;
}
.bian.active:first-child{
    border: 1px solid #fc9551;
    color:#fc9551;
}
.bian.active:nth-child(2){
    border: 1px solid #fc8080;
    color:#fc8080;
}
.bian.active:nth-child(3){
    border: 1px solid #32c369;
    color:#32c369;
}
.bian.active:nth-child(4){
    border: 1px solid #6389d7;
    color:#6389d7;
}*/
.delayed_div .surplus_date{
    width:180px;
    color:#fc8080;
}
.urgent_div .surplus_date{
    width:180px;
    color:#fc9551;
}
.daiban_div .surplus_date{
    width:180px;
    color:#32c369;
}
.renwu .surplus{
    padding-left:23px;
    background:url("../images/shou.png") no-repeat -5px -3px;
    margin-top:6px;
    display:block;
    float: none;
}
.surplus span:nth-of-type(3){
    margin-top:1px;
}
.surplus font{
    position:relative;
    top:1px;
}


/*选项卡*/
.situation {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color:#5e6166;
    border-bottom: 1px solid #edeff2;
    padding-left:10px;
}
.bian{
    display: inline-block;
    margin-left:20px;
    width:65px;
    height:25px;
    line-height: 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left:35px;
    background: #e9ecf2 url(../images/home_icon4.png) no-repeat 15px center;
    -webkit-background-size: 11px 9px;
    background-size: 11px 9px;
    cursor: pointer;
}
.bian:nth-child(2),
.bian:nth-child(3){
    width:60px;
    padding-left:40px;
    background: #e9ecf2 url(../images/home_icon4.png) no-repeat 20px center;
    -webkit-background-size: 11px 9px;
    background-size: 11px 9px;
}
.bian.active:first-child{
    background: #e9ecf2 url(../images/home_icon1.png) no-repeat 15px center;
    -webkit-background-size: 11px 9px;
    background-size: 11px 9px;
    color:#fc8080;
}
.bian.active:nth-child(2){
    background: #e9ecf2 url(../images/home_icon2.png) no-repeat 20px center;
    -webkit-background-size: 11px 9px;
    background-size: 11px 9px;
    color:#fc9551;
}
.bian.active:nth-child(3){
    background:#e9ecf2 url(../images/home_icon3.png) no-repeat 20px center;
    -webkit-background-size: 11px 9px;
    background-size: 11px 9px;
    color: #32c369;
}
.task_set_bac{
    background:url(../images/normal_question.png) no-repeat 0px 9px;
}
.add_more{
    display:inline-block;
    width:40%;
    margin:0 auto;
}
#jz{
    background:#f5f5f5;
}
.add_more:hover{
    color:#587ed1;
}
.set_span{
    padding:0 3px;
    margin-left:5px;
}
.set_mar_right{
    display: inline-block;
    width:35%;
    font-size:14px;
    margin-right:3.5%;
}
/*.set_mar_right .textbox{
    border-radius:4px;
}*/
.set_mar_right .situation_name{
    margin-right:10px;
    color: #323232;
}
.set_mar_right_input{
    margin-top:11px;
    /* width:77px; */
    padding: 0 10px;
    height:25px;
    background: #587ed1;
    border:none;
    outline:none;
    font-size: 12px;
    /* border-radius:8px; */
    /*font-family:"微软雅黑";*/
    text-align:center;
    /* line-height:25px; */
    color: #fff;
}

