﻿.comm-title-label, .common-title-label-left {
    display: table-cell;
    font-weight: bold;
    color: #333333;
    vertical-align: middle;
    line-height: 34px;
}

    .comm-title-label::after, .common-title-label-left::after {
        content: ' : ';
    }

.comm-title-label {
    text-align: right;
}

.comm-text-in-column {
    display: table-cell;
    vertical-align: middle;
    line-height: 34px;
}

.comm-text-in-column-exp {
    display: table-cell;
    vertical-align: middle;
    line-height: 34px;
    color: #ff6b6b;
}

.comm-checkbox-wrapper {
    display: inline-block;
    max-width: 350px;
    min-width: 110px;
    height: 36px;
    border: 1px solid #efefef;
    padding: 0 5px;
}

    .comm-checkbox-wrapper > label {
        font-weight: normal;
        font-size: 12px;
        cursor: pointer;
        margin-left: 0.25em;
        line-height: 34px;
        vertical-align: middle;
    }

    .comm-checkbox-wrapper > input[type=checkbox] {
        cursor: pointer;
    }

.comm-row-text {
    display: block;
    vertical-align: middle;
    line-height: 34px;
    min-height: 34px;
}

.comm-money {
    display: block;
    vertical-align: middle;
    text-align: right;
    line-height: 34px;
    width: 75px;
    border: 0px solid #00a65a;
    height: 34px;
    position: relative;
}

    .comm-money > span {
        display: block;
        height: 34px;
        position: absolute;
        top: 0;
        right: -105px;
        text-align: left;
        border: 0px solid #3c8dbc;
        font-size: 10px;
        color: #999;
        line-height: 34px;
        vertical-align: middle;
    }

.comm-message-warning {
    padding: 8px 15px;
    margin-left: -20px !important;
    margin: 0 !important;
    background-color: #f7f7f7;
    border-radius: 3px;
    border-left: 5px solid #eee;
    color: #a94442;
}


.footer-empty {
    border-top: 1px solid #cccccc;
    width: 100vw;
    height: 40px;
    position: fixed;
    bottom: 0;
    font-size: 12px;
    line-height: 40px;
    background-color: #ededed;
    color: #666666;
}

#descImgs {
    list-style: none;
    margin: 0;
    padding: 0;
}

    #descImgs > li {
        display: inline-block;
        width: 75px;
        padding: 3px;
        text-align: center;
        border: 1px solid #efefef;
        border-radius: 3px;
        margin: 3px;
    }

.qq-uploader {
    position: relative;
}

.floatToQQ {
    position: absolute;
    top: 0;
    right: -400px;
}

.fa-upload, .fa-trash {
    margin: 0.25em;
    cursor: pointer;
}

.fa-upload {
    color: forestgreen;
}

.fa-trash {
    color: firebrick;
}

.fa-clipboard {
    color: cornflowerblue;
}
