﻿
.checkbox {
    vertical-align: middle;
    margin-top: 0px;
}

.small_title {
    font-size: 13px;
    font-weight: bolder;
}


.searchfrm .s-title {
    width: 75px;
    text-align: right;
}

.searchfrm .row {
}

    .searchfrm .row .col-md-3 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .searchfrm .row .form-control {
        width: calc(100% - 80px);
    }

        .searchfrm .row .form-control.half {
            width: calc(50% - 40px);
            display: inline-block;
        }

.permission-sidebar {
    float: left;
    width: 300px;
    margin-right: 20px;
}

.permission-content {
    overflow: hidden;
}


.tree-sidebar {
    float: left;
    width: 200px;
    margin-right: 20px;
}

.detail-content {
    overflow: hidden;
}

.wximages {
    margin: 0px;
    padding: 0px;
    display: block;
}

    .wximages li {
        margin: 10px;
        padding: 0px;
        list-style: none;
        float: left;
        display: inline-table;
    }

        .wximages li .rws_img_box {
            border: 1px solid #ccc;
            width: 202px;
            height: 302px;
        }

            .wximages li .rws_img_box img {
                width: 200px;
                height: 300px;
            }

.func-box {
    padding: 10px;
}

    .func-box .sel-list {
    }

        .func-box .sel-list a {
            display: inline-block;
            margin-left: 10px;
            line-height: 20px;
            padding: 3px 5px 3px 5px;
            text-decoration: none;
        }

            .func-box .sel-list .active, .func-box .sel-list a:hover {
                color: #fff;
                background-color: #68b4f1;
                border-color: #43a1ed;
            }


.btn-group .dropdown-menu-content {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 10px;
    top: 33px;
    z-index: 1000;
}

.btn-group.open .dropdown-menu-content {
    display: block;
}

.channel-image {
    width: 200px;
    height: 200px;
}

.article-image {
    width: 200px;
    height: 140px;
    border: 1px solid #222;
}


.article-image-xs {
    width: 80px;
    height: 56px;
    margin: 8px;
}

.dataTables_filter .form-control {
    display: inline-block;
}

.work-description {
    text-align: left;
    font-size: 12px;
    word-wrap: break-word;
    line-height: 18px;
    white-space: normal !important;
    margin-bottom: 0;
}

.work-time {
    text-align: center;
    line-height: 18px;
}

.work-log img {
    width: 250px;
}

.table.rpt-view td {
    padding: 3px;
}

.rpt-view.table > tbody > tr > td, .rpt-view.table > tbody > tr > th, .rpt-view.table > tfoot > tr > td, .rpt-view.table > tfoot > tr > th, .rpt-view.table > thead > tr > td, .rpt-view.table > thead > tr > th {
    padding: 2px;
    border-top: 1px solid #ddd;
}

.rpt-view.table > thead > tr > td, .rpt-view.table > thead > tr > th {
    text-align: center;
    vertical-align: middle;
}
