﻿@charset "utf-8";
/* CSS Document */
html {
    font-family: "微软雅黑";
    font-size: 14px;
}

body {
    background-color: #ebebeb;
}

.navi {
    text-decoration: none;
    color: black;
}

.webtop {
    background-color: white;
    width: 100%;
    height: 75px;
    /*border-bottom: 1px solid #f3eae5;*/
    box-shadow: 0 0 8px #f3eae5;
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
    /* word-wrap: break-word; */
    /* word-break: break-all; */
}

.nav-lt {
    height: 100%;
    width: 224px;
    min-width: 224px;
    background-color: #ed6c44;
}

    .nav-lt .logo {
        float: left;
        /*margin-top: 5px;*/
        margin-left: 32px;
        margin-right: 8px;
        height: 64px;
        width: 64px;
        cursor: pointer;
    }

    .nav-lt .title {
        float: left;
        /*line-height: 75px;*/
        margin-top: 24px;
        color: white;
        font-size: 22px;
    }

.navi-title {
    font-size: 22px;
    color: #565656;
    margin-left: 40px;
}

.span-logo {
    color: white;
    line-height: 47px;
    vertical-align: middle;
    font-size: 20px;
    font-weight: bold;
    margin-left: 16px;
}

.webcontent {
    width: 100%;
}

.small-ctrl-panel {
    margin-left: 42px;
    float: right;
    /*display: inline-block;*/
    line-height: normal;
}

    .small-ctrl-panel .btn1 {
        color: white;
        height: 37px;
        background-color: #4bc5c3;
    }

    .small-ctrl-panel .btn2 {
        height: 38px;
        background-color: #f3eae5;
    }

    .small-ctrl-panel td {
        cursor: pointer;
        width: 37px;
        text-align: center;
    }

.nav-rt {
    padding: 0;
    text-align: right;
    color: #8a93a5;
    /*width: 600px;*/
    min-width: 600px;
    line-height: 75px;
}

    .nav-rt .name, .nav-rt .avatar {
        text-decoration: none;
        color: #8a93a5;
        border-radius: 50%;
        height: 40px;
    }

    .nav-rt > .fa, .nav-rt > .glyphicon {
        cursor: pointer;
        margin-right: 24px;
        font-size: 16px;
        position: relative;
    }

.nav-notify.top {
    top: -6px;
    left: 8px;
    position: absolute;
}

.nav-notify {
    font-weight: normal;
    color: #fff;
    /*width: 18px;
      padding: 0;
        overflow: hidden;
        height: 12px;
    */
    min-width: 20px;
    padding: 3px 4px;
    background-color: red;
    font-family: 'Microsoft YaHei';
    text-overflow: ellipsis;
}

.crm-num {
    display: none;
    margin-left: 2px;
    font-weight: normal;
    color: #fff;
    width: 18px;
    overflow: hidden;
    height: 12px;
    padding: 0;
    background-color: red;
    font-family: 'Microsoft YaHei';
    text-overflow: ellipsis;
}

button .fa {
    margin-right: 2px;
}

.navicon {
    background-image: url(../Images/nav_icon.png);
    background-repeat: no-repeat;
}

.homebtn {
    background-position: 0 0;
}

.navicon2 {
    background-image: url(../Images/nav_icon2.png);
    background-repeat: no-repeat;
}

.labbtn {
    background-position: -215px 0;
}

.passwordbtn {
    background-position: -43px 0;
}

.checkinbtn {
    background-position: -86px 0;
}

.checkoutbtn {
    background-position: -129px 0;
}

.logoutbtn {
    background-position: -172px 0;
}

.homebtn:hover {
    background-position: 0 -46px;
}

.passwordbtn:hover {
    background-position: -43px -46px;
}

.checkinbtn:hover {
    background-position: -86px -46px;
}

.checkoutbtn:hover {
    background-position: -129px -46px;
}

.logoutbtn:hover {
    background-position: -172px -46px;
}

.contentleft {
    width: 180px;
    min-height: 300px;
    height: 100%;
}

.contentright {
    height: 100%;
    padding: 8px 0 8px 8px;
}

.twotitlebox {
    height: 158px;
}

.twotitle {
    width: 140px;
    margin-top: 26px;
    font-size: 22px;
    color: #364725;
    padding-left: 30px;
    font-weight: bold;
}

.contentleft a {
    text-decoration: none;
}

.twonav {
    margin: 0;
    padding: 0;
    height: 34px;
    background: url(../Images/twonavbg.png) no-repeat 0 0;
}

    .twonav:hover {
        background: url(../Images/spacer.gif) no-repeat 0 0;
        background-color: #cc9172;
    }

.twonavbgcolor {
    background-color: #cc9172;
}

    .twonavbgcolor a {
        color: #FFF;
    }

.twonav a {
    color: #565656;
}

    .twonav a:hover {
        color: #FFF;
    }

    .twonav a:active {
        color: #FFF;
    }

.rightmain {
    min-width: 800px;
}

.box {
    border: 1px solid #C8CDD2;
    background-color: #FFF;
    -moz-box-shadow: 2px 2px 4px #c8cdd6; /*firefox*/
    -webkit-box-shadow: 2px 2px 4px #c8cdd6; /*safari或chrome*/
    box-shadow: 2px 2px 4px #c8cdd6; /*opera或ie9*/
}
/*下面的方法没用的话要去掉*/
.infobox {
    border: 1px solid #C8CDD2;
    background-color: #FFF;
    -moz-box-shadow: 2px 2px 4px #c8cdd6; /*firefox*/
    -webkit-box-shadow: 2px 2px 4px #c8cdd6; /*safari或chrome*/
    box-shadow: 2px 2px 4px #c8cdd6; /*opera或ie9*/
}

.toptool {
    padding: 8px;
    border: 1px solid #C8CDD2;
    background-color: white;
    -moz-box-shadow: 2px 2px 4px #e5e5e5; /*firefox*/
    -webkit-box-shadow: 2px 2px 4px #e5e5e5; /*safari或chrome*/
    box-shadow: 2px 2px 4px #e5e5e5; /*opera或ie9*/
}


.searchbtn {
    background-image: url(../Images/searchbtn.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    cursor: pointer;
    box-shadow: 2px 2px 2px #C8CDD2;
    -moz-box-shadow: 2px 2px 2px #c8cdd6; /*firefox*/
    -webkit-box-shadow: 2px 2px 2px #c8cdd6; /*safari或chrome*/
}

    .searchbtn:hover {
        box-shadow: 0 0 2px #C8CDD2;
        -moz-box-shadow: 0 0 2px #c8cdd6; /*firefox*/
        -webkit-box-shadow: 0 0 2px #c8cdd6; /*safari或chrome*/
    }

    .searchbtn:active {
        background-position: 0 -32px;
        box-shadow: 2px 2px 2px #C8CDD2;
        -moz-box-shadow: 2px 2px 2px #c8cdd6; /*firefox*/
        -webkit-box-shadow: 2px 2px 2px #c8cdd6; /*safari或chrome*/
    }

.advancesearchbtn {
    background-image: url(../Images/advance.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    cursor: pointer;
    box-shadow: 2px 2px 2px #C8CDD2;
    -moz-box-shadow: 2px 2px 2px #c8cdd6; /*firefox*/
    -webkit-box-shadow: 2px 2px 2px #c8cdd6; /*safari或chrome*/
}

    .advancesearchbtn:hover {
        -moz-box-shadow: 0 0 2px #c8cdd6; /*firefox*/
        -webkit-box-shadow: 0 0 2px #c8cdd6;
        -ms-box-shadow: 0 0 2px #C8CDD2;
        box-shadow: 0 0 2px #C8CDD2;
        /*safari或chrome*/
    }

    .advancesearchbtn:active {
        background-position: 0 -32px;
        -moz-box-shadow: 2px 2px 2px #c8cdd6; /*firefox*/
        -webkit-box-shadow: 2px 2px 2px #c8cdd6;
        -ms-box-shadow: 2px 2px 2px #C8CDD2;
        box-shadow: 2px 2px 2px #C8CDD2;
        /*safari或chrome*/
    }

.searchtext {
    position: absolute;
    margin-left: 20px;
    margin-top: -30px;
    color: #FFF;
    cursor: pointer;
}

.actionbtn {
    text-align: right;
    padding-right: 10px;
}

.listtable {
    /*padding: 2px 2px 1px 2px;*/
    /*margin-top: 20px;*/
    color: #535756;
    border: 1px solid #C8CDD2;
    background-color: #FFF;
    -moz-box-shadow: 2px 2px 4px #c8cdd6; /*firefox*/
    -webkit-box-shadow: 2px 2px 4px #c8cdd6; /*safari或chrome*/
    box-shadow: 2px 2px 4px #c8cdd6; /*opera或ie9*/
    /*margin-top: 12px;*/
    /*padding: 2px;*/
}

/*table thead 
{
    height: 40px;
    background-color: #F4F5F5;
}*/

/*table tfoot
{
    height: 40px;
    background-color: #F4F5F5;
}*/

/*table tbody
{
    height: 30px;
    font-family:"新宋体";
    font-weight:100;
}*/

#tdata tr:hover {
    background-color: #F4F5F5;
    cursor: pointer;
}

input.checkbox {
    border: 0;
    height: 16px;
    width: 16px;
    cursor: pointer;
}

.bottomitem {
    margin-top: 20px;
    padding: 0 0 0 0;
    border: 1px solid #C8CDD2;
    background-color: #FFF;
    -moz-box-shadow: 2px 2px 4px #c8cdd6; /*firefox*/
    -webkit-box-shadow: 2px 2px 4px #c8cdd6; /*safari或chrome*/
    box-shadow: 2px 2px 4px #c8cdd6; /*opera或ie9*/
}


.readedtitle {
    height: 23px;
    padding-bottom: 12px;
    border-bottom: 1px solid #EFEEED;
    background: url(../../Images/TableHead.png) repeat-x top left;
}

    .readedtitle span {
        color: #454545;
        float: left;
        margin-left: 20px;
        font-weight: bold;
        margin-top: 7px;
    }

    .readedtitle img {
        float: right;
        margin-right: 20px;
        margin-top: 20px;
        cursor: pointer;
    }

.foldicon {
    background-image: url(../Images/fold.png);
    background-repeat: no-repeat;
}

.upImage {
    width: 17px;
    height: 17px;
    background-position: 0 0;
}

    .upImage:hover {
        background-position: 0 -17px;
    }

.downImage {
    width: 17px;
    height: 17px;
    background-position: -17px 0;
}

    .downImage:hover {
        background-position: -17px -17px;
    }

input.userinput {
    width: 200px;
    height: 25px;
    margin: 5px 10px;
    padding-bottom: 5px;
    color: #232323;
    text-align: center;
    cursor: pointer;
    border: 0;
    border-bottom: 1px solid #efefef;
}

    input.userinput:hover {
        background-color: #efefef;
    }

.datalog {
    min-width: 200px;
    padding: 20px 0 60px 0;
    /*background:url(../Images/bgline1.png) repeat-y top left;*/
}

    .datalog ul li {
        list-style-type: none;
        margin: 10px auto;
    }

        .datalog ul li a {
            color: #F03;
        }


.datalogTask {
    min-width: 200px;
    padding: 10px 10px 10px 10px;
    /*background:url(../Images/bgline1.png) repeat-y top left;*/
}














/************************************分页样式**************************************/
.pagestyle {
    /*text-align: left;*/
    margin-top: 4px;
    /*font-size: 12.5px;*/
}

span.sp_pagesize {
    margin: auto 10px;
}

select.slt_pagesize {
    border: 1px solid #efefef;
    -moz-border-radius: 4px;
    border-radius: 4px 0 0 4px;
    -webkit-box-shadow: #efefef 0 0 6px;
    -moz-box-shadow: #efefef 0 0 6px;
    -o-box-shadow: #efefef 0 0 6px;
    box-shadow: #efefef 0 0 6px;
    padding: 0 2px;
    width: 50px;
    height: 20px;
    font-size: 12.5px;
    cursor: pointer;
}

    select.slt_pagesize option {
        border: 1px solid #efefef;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: #efefef 0 0 2px;
        -moz-box-shadow: #efefef 0 0 2px;
        -o-box-shadow: #efefef 0 0 2px;
        box-shadow: #efefef 0 0 2px;
        padding: 2px;
        width: 50px;
        height: 30px;
        color: #232323;
    }

input.ipt_page {
    border: 1px solid #efefef;
    -moz-border-radius: 4px;
    border-radius: 4px 0 0 4px;
    -webkit-box-shadow: #efefef 0 0 6px;
    -moz-box-shadow: #efefef 0 0 6px;
    -o-box-shadow: #efefef 0 0 6px;
    box-shadow: #efefef 0 0 6px;
    padding: 0 2px;
    width: 20px;
    height: 20px;
    font-size: 12.5px;
    cursor: text;
    text-align: center;
}

input.ipt_go {
    border: 2px solid #efefef;
    -moz-border-radius: 4px;
    border-radius: 0 4px 4px 0;
    -webkit-box-shadow: #efefef 0 0 6px;
    -moz-box-shadow: #efefef 0 0 6px;
    -o-box-shadow: #efefef 0 0 6px;
    box-shadow: #efefef 0 0 6px;
    padding: 0 2px;
    width: 26px;
    height: 24px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    /*background-color: #e0824e;*/
}

option:hover {
    cursor: pointer;
}

.pagebtn {
    color: #e0824e;
    padding: 2px 5px;
    margin: 0 5px;
    font-size: 12px;
    border: 1px solid #f4f5f6;
}

    .pagebtn:hover {
        color: #FFF;
        padding: 2px 5px;
        font-size: 12px;
        cursor: pointer;
        background-color: #efefef;
        border: 1px solid #e0824e;
    }

.fpagebtn {
    background-color: #e0824e;
    margin: 0 5px;
    padding: 2px 5px;
    font-size: 12px;
    color: #FFF;
    cursor: pointer;
}

.bfont {
    color: #e0824e;
}



#module ul {
    position: relative;
    text-align: left;
}

    #module ul li {
        float: left;
        list-style: none;
        display: inline-block;
    }

        #module ul li div {
            margin: 15px 30px 15px 0;
            width: 280px;
            height: 130px;
        }

#module a {
    color: #FFF;
}

.navModule {
    color: #ffffff;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
    font-size: 21pt;
    font-weight: bold;
}


    .navModule :link, .navModule :visited,
    .navModule :active, .navModule :hover {
        color: #ffffff;
    }


/*****begin***********************tablegrid************/
.tablegrid {
    border-collapse: collapse;
    width: 100%;
}
.tablegrid table {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
}
.tablegrid .zl-acb {
    display: inline-block;
    width:100%;
}
.tablegrid input{
    width:100%;
    height:30px;
    border: none;
}
legend {
    border-bottom:none;
}

.evenColumn {
    color: #4f6b72;
    /*border-left: 1px solid #c8cdd2;
    border-right: 1px solid #c8cdd2;
    border-bottom: 1px solid #c8cdd2;
    border-top: 1px solid #c8cdd2;*/
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: right;
    empty-cells: show;
    /*padding: 3px 8px 3px 6px;*/
    /*background: #f9fdfd no-repeat;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 3px solid #ffffff;
}

.oddColumn {
    /*border: 1px solid #c8cdd2;*/
    border-bottom: 1px solid #c8cdd2;
    empty-cells: show;
    /*background: #fff;*/
    text-align: left;
    /*padding: 3px 3px 3px 6px;*/
    color: #4F6B72;
    word-wrap: break-word;
}

.emptyColumn {
    border-bottom: 3px solid #ffffff;
}

/*****end*************************tablegrid************/
.btnOp {
    width: 100px;
    border-radius: 2px;
    background-color: #1aa3dc;
    color: white;
    border: 0;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    height: 30px;
    cursor: pointer;
}

.img-sort {
    cursor: pointer;
    height: 12px;
}

a {
    cursor: pointer;
}

/******************************普通表格样式************/
.tableList {
    width: 100%;
    border: 1px solid #d4d4d4;
    font-size: 12px;
    color: #3d4045;
    table-layout: fixed;
}

    /*列表样式*/
    .tableList th {
        background-color: #efeeed;
        color: #4f6b72;
        border-bottom: 1px solid #c8cdd2;
        padding: 0;
        overflow: hidden;
        height: 32px;
        text-overflow: ellipsis;
        word-wrap: break-word;
    }

    .tableList td {
        padding: 0;
        overflow: hidden;
        height: 28px;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: break-word;
        text-align: center;
    }

    .tableList tbody tr:hover {
        background-color: #F4F5F5;
        cursor: pointer;
    }

    .tableList tbody tr:nth-child(even) {
        background-color: #f4f4f4;
        cursor: pointer;
    }

        .tableList tbody tr:nth-child(even):hover {
            background-color: #f0f0f0;
            cursor: pointer;
        }

/*山东东营*/
.Mtitle {
    top: 12px;
    background-image: url(../../Images/sd/Title.png);
    height: 60px;
}

.Mtitle1 {
    background-image: url(../../Images/sd/title1.png);
    height: 31px;
    width: 100%;
}

.caidan {
    background-image: url(../../Images/sd/center.png);
    width: 100%;
    min-height: 360px;
    border: 1px solid #00bbfd;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: 'Microsoft YaHei';
    behavior: url(../../Images/sd/ie-css3.htc);
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari and Chrome */
    border-radius: 12px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}

.divGlobalSearch {
    width: 180px;
    background-color: white;
    max-height: 160px;
    position: absolute;
    border: 1px solid #d3d3d3;
    overflow-y: auto;
}

.ulGlobalSearch {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .ulGlobalSearch li {
        line-height: 20px;
        padding: 4px 8px 4px 8px;
        overflow: hidden;
        -moz-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: break-word;
        text-align: left;
    }

    .ulGlobalSearch > li:hover {
        cursor: pointer;
        background-color: #dddddd;
    }

a.button {
    color: #91e28e;
}

.fm-dictionary {
    width: 100%;
    margin: 0;
}

.fm-header {
    font-weight: bold;
}

.incon-user{
    display: inline-block;
    background: url(/images/index/user.png) no-repeat 0 5px;
    background-size: contain;
    height: 30px;
    width: 30px;
    margin-left: 10px;
}

.incon-project-info{
     display: inline-block;
     background: url(/images/index/project_info.png) no-repeat 0 5px;
     background-size: contain;
     height: 30px;
     width: 30px;
 }

.incon-forkNumber{
    display: inline-block;
    background: url(/images/index/forkNumber.png) no-repeat ;
    background-size: contain;
    height: 30px;
    width: 30px;
}

.incon-pencil{
    display: inline-block;
    background: url(/images/index/pencil.png) no-repeat ;
    background-size: contain;
    height: 22px;
    width: 30px;
}
.incon-department {
    display: inline-block;
    background: url(/images/index/department.png) no-repeat ;
    background-size: contain;
    height: 30px;
    width: 30px;
}

.icon-suojin {
    cursor: pointer;
}
.incon-newProject {
    display: inline-block;
    background: url(/images/index/newProject.png) no-repeat ;
    background-size: contain;
    height: 30px;
    width: 30px;
    cursor: pointer;
}

.incon-more {
    display: inline-block;
    background: url(/images/index/more.png) no-repeat ;
    background-size: contain;
    height: 30px;
    width: 30px;
    cursor: pointer;
}
.icon-shanchuLane{
    display: inline-block;
    background: url(/images/index/shanChuLane.png) no-repeat ;
    background-size: contain;
    height: 30px;
    width: 30px;
    cursor: pointer;
}
.icon-moreLine{
    display: inline-block;
    background: url(/images/index/moreLine.png) no-repeat ;
    background-size: contain;
    height: 30px;
    width: 30px;
    cursor: pointer;
}
.icon-home-board{
    display: inline-block;
    background: url(/images/index/home.png) no-repeat ;
    background-size: contain;
    height: 30px;
    width: 30px;
    cursor: pointer;
}

.icon-loudou{
    cursor: pointer;
}