﻿#share {
    position: fixed;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight)-34+"px");
    bottom: 35px;
    left: 88%;
    width: 30px;
    zoom: 1;
    z-index: 1;
}

    #share a {
        border-radius: 20px;
        background-image: url(../img/up_arrow_48px.png);
        background-size: 18px 16px;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        width: 30px;
        height: 30px;
        overflow: hidden;
        text-indent: -999px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        #share a#refresh {
            border: 1px solid #2EBFA7;
            background-size: 30px 30px;
            background-image: url(../img/refresh_48px.png);
            position: absolute;
            bottom: 30px;
        }

            #share a#refresh:hover {
            }

        #share a#totop {
            border: 1px solid #1D95BD;
            position: absolute;
            bottom: 68px;
            cursor: pointer;
        }

            #share a#totop:hover {
            }


body {
    background-color: #F5F5F5;
    background: url(../img/backgroundImg.png) no-repeat #F5F5F5 top;
    background-size: 100% 125px;
    font-size: 12px;
}

.container-title {
    text-align: center;
}

.container-span-title {
    font-size: 30px;
    height: 60px;
    font-weight: bold;
    color: white;
    font-size: 16px;
}

.container-span-title-h2 {
    font-size: 14px;
    font-weight: bold;
    color: white;
}

.row {
    margin: 0;
    padding: 0;
}
/* 项目员工桌面 */
.module {
    border: 0px solid red;
    background-color: white;
    margin: 0;
    margin-bottom: 10px;
    border-radius: 5px;
}

.module-title {
    border-bottom: 1px solid #EFEFEF;
    /*height: 50px;*/
    /*line-height: 50px;*/
}

.module-title-row1 {
    height: 40px;
    line-height: 40px;
}

.module-title-row2 {
    height: 40px;
    line-height: 40px;
    text-align: right;
}

.module-content {
    padding: 10px;
}

.module-bottom {
    border-top: 1px solid #EFEFEF;
    font-size: 12px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    color: #4A9AE3
}

span.f20 {
    font-size: 20px;
    font-weight: bold;
}

span.f18 {
    font-size: 17px;
    font-weight: bold;
}

span.f16 {
    font-size: 15px;
}

span.f14 {
    font-size: 13px;
}

span.f12 {
    font-size: 12px;
}

.title-time {
    height: 40px;
    line-height: 45px;
    font-size: 12px;
    color: #999999;
    font-weight: normal;
}

span.title {
    font-size: 13px;
    font-weight: bold;
    /*color: #f76c35;*/
}

span.text {
    font-size: 12px;
    color: #666666;
}

/*span.time {
    font-size: 12px;
    color: #f3b726;
    font-weight: normal;
}

span.time2 {
    font-size: 12px;
    color: #60c69a;
    font-weight: normal;
}

span.time3 {
    font-size: 12px;
    color: #f36026;
    font-weight: normal;
}
*/
.text-right {
    text-align: right;
}

.mp0 {
    padding: 0;
    margin: 0;
}

.mpUd10 {
    padding: 5px 0px;
    margin: 0;
}

.pr5 {
    padding-right: 5px;
}

.col-title {
    line-height: 40px;
    height: 40px;
    padding-left: 16px;
}

.total {
    font-size: 12px;
    color: #888;
}

span.icon-more {
    background: url(../img/more.png) no-repeat;
    background-position: center right;
    background-size: 18%;
    padding-right: 15px;
}

.mp2 {
    padding: 0px;
    margin: 0;
    margin-left: 5px;
}

.textbold {
    font-size: 15px;
    line-height: 23px;
    font-weight: bold;
    margin-top: 2px;
    padding-top: 3px;
}

.textmt {
    margin-top: 5px;
}

.mp4 {
    padding-left: 5px;
    margin-top: 6px;
}

hr.kanban2 {
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

.fontbold {
    font-weight: bold;
    font-size: 15px;
}

.fontgreen {
    color: #92C8B1
}

.fontyellow {
    color: #FBBE77
}

.fontblue {
    color: #4CA1EF
}

.colorblue {
    color: #4BA1EF;
}

.colorgrey {
    color: #999999;
}

.colorgreen {
    color: #60c69a;
}

.coloryellow {
    color: #f3b726;
}

.colorred {
    color: #f36026;
}

.lh30 {
    height: 30px;
    line-height: 30px;
}

.lh26 {
    line-height: 24px;
    height: 24px
}

.lh24 {
    line-height: 24px;
    height: 24px
}

.h10 {
    height: 10px;
}

.p20 {
    padding: 20px;
}

.pt20 {
    padding-top: 20px;
}

.pt13 {
    padding-top: 14px;
}

.pt5 {
    padding-top: 5px;
}

.pt40 {
    padding-top: 40px;
}

.pt10 {
    padding-top: 10px;
}

.pt70 {
    padding-top: 70px;
}

.pl16 {
    padding-left: 16px;
}

.textcenter {
    text-align: center;
}
