﻿
.mleft {
    width: 200px;
    min-height: 700px;
    background: white;
    border-radius: 2px;
    float: left;
}

    .mleft .mLeftTitle, .mleft .mLeftTitle a {
        color: #37a161;
        font-size: 18px;
        text-align: center;
        padding: 10px;
    }

    .mleft .menuTitle {
        color: #37a161;
        font-size: 17px;
        padding: 10px;
        padding-left: 50px;
        border-bottom: 1px dashed #e5e5e5;
        margin: 5px;
    }

        .mleft .menuTitle img {
            width: 15px;
            height: 15px;
        }

        .mleft .menuTitle a {
            color: #37a161;
        }


    .mleft .menuContent ul li a {
        color: gray;
        padding: 8px 10px;
        display: block;
        padding-left: 60px;
        transition: background 0.5s;
        -moz-transition: background 0.5s; /* Firefox 4 */
        -webkit-transition: background 0.5s; /* Safari 和 Chrome */
        -o-transition: background 0.5s; /* Opera */
    }

    .mleft .menuContent ul li:hover, .mleft .menuContent ul li:hover a {
        color: white !important;
        background: #3fa865;
    }

    .mleft .menuContent ul li.active, .mleft .menuContent ul li.active a {
        color: white !important;
        background: #3fa865;
    }

.mright {
    width: 970px;
    float: right;
}


.userimg {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    display: block;
    background: #37a161;
}

.userfunction > .usertop > div {
    padding: 10px 20px;
    display: inline-block;
    width: 160px;
    text-align: center;
}

.userfunction > .userbottom > div {
    padding:45px 5px 0px 5px;
    display: inline-block;
    width: 120px;
    text-align: center;
}

.row {
    margin: 0px auto;
}

.caption {
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 5px 0px;
    color: #777;
    border-bottom: 1px solid #ddd;
}

    .caption:before {
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f101";
        font-size: 20px;
        color: #3fa865;
        margin-right: 5px;
    }

.content {
    display: block;
    padding: 10px;
}

    .content .row {
        margin: 10px;
    }

        .content .row .ctitle {
            width: 100px;
            display: inline-block;
            text-align: right;
        }

    .content .btn {
        background: #20944a;
        color: white;
        padding: 10px 30px;
        border: none;
    }

        .content .btn.small {
            background: #20944a;
            color: white;
            padding: 6px 20px;
            border: none;
        }


.lnkcreatedtitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 300px;
}

.lnkreceivedtitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 400px;
}

.status_title {
    color: green;
    height: 66px;
    line-height: 66px;
    display: inline-block;
    vertical-align: middle;
}

.tbcreated .created {
    width: 60px;
}

.tbcreated .received {
    width: 70px;
}

.dvstatus {
    display: inline-block;
    min-width: 20px;
    vertical-align: middle;
    padding-left: 10px;
}

    .dvstatus > a {
        display: block;
        margin-bottom: 2px;
    }

    .dvstatus > a {
        display: block;
        margin-bottom: 2px;
    }


    .dvstatus .dvstatusmore {
        display: none;
        background: white;
        position: absolute;
        padding: 5px 10px;
        border: 1px solid #bbb;
        border-radius: 3px;
        margin-top: 3px;
    }

        .dvstatus .dvstatusmore::before {
            content: "";
            width: 8px;
            height: 8px;
            border-top: 1px solid #bbb;
            border-right: 1px solid #bbb;
            transform: rotate(-45deg);
            display: block;
            position: absolute;
            margin-top: -9.5px;
            background: white;
        }

.dvbatch {
    padding: 5px 0px;
}

.btn-batch {
    background: white;
    border: 1.5px solid #ccc;
    color: gray;
    padding: 3px 10px;
    border-radius: 1px;
    font-size: 14px;
    text-decoration:none;
}

.dvbatch .up:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f148";
    margin-right: 3px;
}

.dvbatch .down:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f149";
    margin-right: 3px;
}

.dvbatch .del:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\2715";
    margin-right: 3px;
}

    .btn-batch:hover {
        color: #20944a;
        border-color: #20944a;
        text-decoration: none;
    }
