﻿
.form-body.half-width {
}
.tesearch .s-row SELECT.form-control {
    width: calc(100% - 84px);
}
    .form-body.half-width .form-group {
        float: left;
        width: 50%;
    }

.previewtemp .temp {
    display:revert!important;
}

.previewtemp {
    padding: 10px;
}

.form-body .halfrow.col-md-6,.form-group .halfrow.col-md-6,.form-body .halfrow.col-xs-6 {
    padding: 0;
}
.form-horizontal .form-group label.pzazd {
    margin-left: 5px;
}

.form-horizontal .form-group {
    margin-bottom: 3px;
}

.form-horizontal hr {
    margin-top: 3px;
    margin-bottom: 10px;
}

.form-horizontal .form-group label {
    margin-bottom: 0px;
}

.checkbox {
    vertical-align: middle;
    margin-top: 0px;
}

.small_title {
    font-size: 13px;
    font-weight: bolder;
}

.act-box {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.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;
}


.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.stat-group {
    
}

.btn-group.stat-group .btn{
    padding: 3px 10px 4px 10px;
}

.btn-group.stat-group .btn.active{
    color: #fff;
    background-color: #3379b5;
    border-color: #2a6496;
}


.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;
}

.jtemp {
    display: none;
}

.detail-form {
    width: 95%;
    padding-top: 10px;
}

    .detail-form label.error {
        color: red;
    }

.btn-link.fred {
    color: #D91E18;
}


.tesearch {
    float: right;
    margin-bottom: 10px;
    width: 100%;
}

    .tesearch .s-row {
        height: 30px;
    }

        .tesearch .s-row span {
            display: inline-block;
            width: 80px;
            text-align: right;
        }


    .tesearch .dataTables_filter select {
        width: 174px;
    }


.select2-container-multi.input-inline {
    width: 174px;
    /*                    height: 28px;*/
    display: inline-block;
}

.form-control.select2-container-multi .select2-choices {
    border: 1px solid #e5e5e5;
    /*                    height: 1%;*/
    box-shadow: none;
}

    .form-control.select2-container-multi .select2-choices .select2-search-choice {
        /*                    padding: 1px 1px 1px 18px;*/
    }

.form-horizontal .form-group.col-md-6, .form-horizontal .form-group.col-xs-6 {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.work-menu {
    padding: 0;
    margin: 0;
}

    .work-menu li {
        margin-right: 10px;
        list-style: none;
        float: left;
        padding-top: 5px;
        padding-bottom: 5px;
    }

.tesearch {
    width: 100%;
}

    .tesearch .s-row {
        height: 30px;
        margin-left: -15px;
        margin-right: -15px;
    }

        .tesearch .s-row .form-control {
            width: calc(100% - 80px);
        }

            .tesearch .s-row .form-control.half {
                width: calc(50% - 40px);
            }

        .tesearch .s-row span {
            display: inline-block;
            width: 77px;
            text-align: right;
            margin-right: 3px;
        }



    .tesearch .select2-container-multi.input-inline {
        width: calc(100% - 85px);
        /*                    height: 28px;*/
        display: inline-block;
    }

    .tesearch .form-control.select2-container-multi .select2-choices {
        border: 1px solid #e5e5e5;
        /*                    height: 1%;*/
        box-shadow: none;
    }

        .tesearch .form-control.select2-container-multi .select2-choices .select2-search-choice {
            /*                    padding: 1px 1px 1px 18px;*/
        }


.jqgrid-wrap {
    word-wrap: break-word;
    word-break: break-all;
    width: 100%;
    overflow-wrap: break-word;
    white-space: normal !important;
    height: auto;
}

.te-content .work-log {
    height: 220px; overflow-y: scroll;
}
.margin-top-5 {
    margin-top: 5px;
}