.wqFrameui-table-box {
    border-radius: 1px;
}

.table {
    width: 100%;
    max-width: 100%;
}

.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table>thead>tr>th {
    vertical-align: middle;
    height: 44px;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 0;
}

.table>tbody+tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table>tbody>tr {
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.wqTable-table-view .wqFrameui-table td,
.wqTable-table-view .wqFrameui-table th {
    padding: 5px 0;
    border-top: none;
    border-left: none;
}

.wqFrameui-table-view .wqFrameui-table td {
    cursor: default;
}

.wqFrameui-table-view .wqFrameui-table td:last-child {
    border-right: none;
}

.wqTable-cell-checkbox,
.wqTable-cell-numbers,
.wqTable-cell-space {
    padding: 0;
    text-align: center;
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
    background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6;
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
    background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3;
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc;
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
    background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive>.table {
        margin-bottom: 0;
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap;
    }
    .table-responsive>.table-bordered {
        border: 0;
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0;
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0;
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0;
    }
}

.table>thead>tr>th {
    background-color: #f9fafb;
}

.wqFrameui-table-sort .wqFrameui-table-sort-asc {
    top: 4px;
    border-top: none;
    border-bottom-style: solid;
    border-bottom-color: #b2b2b2;
}

.wqFrameui-table-cell {
    height: 20px;
    line-height: 20px;
    padding: 0 15px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wqFrameui-table-cell span.wqFrameui-th-title {
    font-size: 14px;
    color: #b5b6b6;
    font-weight: normal;
}

.wqFrameui-table-sort {
    width: 10px;
    height: 20px;
    margin-left: 5px;
    cursor: pointer !important;
    position: relative;
}

.wqFrameui-table-sort .wqFrameui-table-sort-asc {
    top: 4px;
    border-top: none;
    border-bottom-style: solid;
    border-bottom-color: #bbb;
}

.wqFrameui-table-sort[wq-sort=desc] .wqFrameui-table-sort-desc {
    border-top-color: #3782f2;
}

.wqFrameui-table-sort[wq-sort=asc] .wqFrameui-table-sort-asc {
    border-bottom-color: #3782f2;
}

.wqFrameui-table-sort .wqFrameui-table-sort-desc {
    bottom: 4px;
    border-bottom: none;
    border-top-style: solid;
    border-top-color: #bbb;
}

.wqFrameui-table-sort .wqFrameui-edge {
    position: absolute;
    left: 5px;
    border-width: 5px;
}

.wqFrameui-edge {
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: dashed;
    border-color: transparent;
    overflow: hidden;
}

.wqFrameui-table {
    width: 100%;
    background-color: #fff;
    color: #666
}

.wqFrameui-table tr {
    transition: all .3s;
    -webkit-transition: all .3s
}

.wqFrameui-table th {
    text-align: left;
    font-weight: 400
}

.wqFrameui-table tbody tr:hover,
.wqFrameui-table thead tr,
.wqFrameui-table-click,
.wqFrameui-table-header,
.wqFrameui-table-hover,
.wqFrameui-table-mend,
.wqFrameui-table-patch,
.wqFrameui-table-tool,
.wqFrameui-table[wq-even] tr:nth-child(even) {
    background-color: #fafafa
}

.wqFrameui-table td,
.wqFrameui-table th,
.wqFrameui-table-fixed-r,
.wqFrameui-table-header,
.wqFrameui-table-page,
.wqFrameui-table-tips-main,
.wqFrameui-table-tool,
.wqFrameui-table-view,
.wqFrameui-table[wq-skin=line],
.wqFrameui-table[wq-skin=row] {
    border-width: 1px;
    border-style: solid;
    border-color: #eaeced;
}

.wqFrameui-table td,
.wqFrameui-table th {
    position: relative;
    padding: 9px 15px;
    min-height: 20px;
    line-height: 20px;
    font-size: 14px
}

.wqFrameui-table[wq-skin=line] td,
.wqFrameui-table[wq-skin=line] th {
    border-width: 0 0 1px
}

.wqFrameui-table[wq-skin=row] td,
.wqFrameui-table[wq-skin=row] th {
    border-width: 0 1px 0 0
}

.wqFrameui-table[wq-skin=nob] td,
.wqFrameui-table[wq-skin=nob] th {
    border: none
}

.wqFrameui-table img {
    max-width: 100px
}

.wqFrameui-table[wq-size=lg] td,
.wqFrameui-table[wq-size=lg] th {
    padding: 15px 30px
}

.wqFrameui-table-view .wqFrameui-table[wq-size=lg] .wqFrameui-table-cell {
    height: 40px;
    line-height: 40px
}

.wqFrameui-table[wq-size=sm] td,
.wqFrameui-table[wq-size=sm] th {
    font-size: 12px;
    padding: 5px 10px
}

.wqFrameui-table-view .wqFrameui-table[wq-size=sm] .wqFrameui-table-cell {
    height: 20px;
    line-height: 20px
}

.table[wq-data] {
    display: none
}

.wqFrameui-table-box,
.wqFrameui-table-view {
    position: relative;
    overflow: hidden
}

.wqFrameui-table-view .wqFrameui-table {
    position: relative;
    width: auto;
    margin: 0
}

.wqFrameui-table-body,
.wqFrameui-table-header .wqFrameui-table,
.wqFrameui-table-page {
    margin-bottom: -1px
}

.wqFrameui-table-view .wqFrameui-table[wq-skin=line] {
    border-width: 0 1px 0 0
}

.wqFrameui-table-view .wqFrameui-table[wq-skin=row] {
    border-width: 0 0 1px
}

.wqFrameui-table-view .wqFrameui-table td,
.wqFrameui-table-view .wqFrameui-table th {
    padding: 5px 0;
    border-top: none;
    border-left: none
}

.wqFrameui-table-view .wqFrameui-table td {
    cursor: default
}

.wqFrameui-table-view .wqFrameui-form-checkbox[wq-skin=primary] i {
    width: 18px;
    height: 18px
}

.wqFrameui-table-header {
    border-width: 0 0 1px;
    overflow: hidden
}

.wqFrameui-table-sort {
    width: 10px;
    height: 20px;
    margin-left: 5px;
    cursor: pointer !important
}

.wqFrameui-table-sort .wqFrameui-edge {
    position: absolute;
    left: 5px;
    border-width: 5px
}

.wqFrameui-table-sort .wqFrameui-table-sort-asc {
    top: 4px;
    border-top: none;
    border-bottom-style: solid;
    border-bottom-color: #b2b2b2
}

.wqFrameui-table-sort .wqFrameui-table-sort-asc:hover {
    border-bottom-color: #666
}

.wqFrameui-table-sort .wqFrameui-table-sort-desc {
    bottom: 4px;
    border-bottom: none;
    border-top-style: solid;
    border-top-color: #b2b2b2
}

.wqFrameui-table-sort .wqFrameui-table-sort-desc:hover {
    border-top-color: #666
}

.wqFrameui-table-sort[lay-sort=asc] .wqFrameui-table-sort-asc {
    border-bottom-color: #000
}

.wqFrameui-table-sort[lay-sort=desc] .wqFrameui-table-sort-desc {
    border-top-color: #000
}

.wqFrameui-table-cell {
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box
}

.wqFrameui-table-cell .wqFrameui-form-checkbox[wq-skin=primary] {
    top: -1px;
    vertical-align: middle
}

.wqFrameui-table-cell .wqFrameui-table-link {
    color: #01AAED
}

.wqTable-cell-checkbox,
.wqTable-cell-numbers,
.wqTable-cell-space {
    padding: 0;
    text-align: center
}

.wqFrameui-table-body {
    position: relative;
    overflow: auto;
}

.wqFrameui-table-body .wqFrameui-none {
    line-height: 40px;
    text-align: center;
    color: #999
}

.wqFrameui-table-fixed {
    position: absolute;
    left: 0;
    top: 0
}

.wqFrameui-table-fixed .wqFrameui-table-body {
    overflow: hidden
}

.wqFrameui-table-fixed-l {
    box-shadow: 0 -1px 8px rgba(0, 0, 0, .08)
}

.wqFrameui-table-fixed-r {
    left: auto;
    right: -1px;
    border-width: 0 0 0 1px;
    box-shadow: -1px 0 8px rgba(0, 0, 0, .08)
}

.wqFrameui-table-fixed-r .wqFrameui-table-header {
    position: relative;
    overflow: visible
}

.wqFrameui-table-mend {
    position: absolute;
    right: -49px;
    top: 0;
    height: 100%;
    width: 50px
}

.wqFrameui-table-tool {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 30px;
    padding: 10px 15px;
    border-width: 0 0 1px
}

.wqFrameui-table-page {
    position: relative;
    width: 100%;
    padding: 7px 7px 0;
    border-width: 1px 0 0;
    font-size: 12px
}

.wqFrameui-table-page>div {
    height: 40px;
}

.wqFrameui-table-page select {
    height: 18px
}

.wqFrameui-table-view select[wq-ignore] {
    display: inline-block
}

.wqFrameui-table-patch .wqFrameui-table-cell {
    padding: 0;
    width: 30px
}

.wqFrameui-table-edit {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 14px 1px;
    border-radius: 0;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, .15)
}

.wqFrameui-table-edit:focus {
    border-color: #5FB878 !important
}

select.wqFrameui-table-edit {
    padding: 0 0 0 10px;
    border-color: #C9C9C9
}

.wqFrameui-table-view .wqFrameui-form-checkbox,
.wqFrameui-table-view .wqFrameui-form-radio,
.wqFrameui-table-view .wqFrameui-form-switch {
    top: 0;
    margin: 0;
    box-sizing: content-box
}

.wqFrameui-table-view .wqFrameui-form-checkbox {
    top: -1px;
    height: 26px;
    line-height: 26px
}

.wqFrameui-table-tips-main {
    margin: -44px 0 0 -1px;
    max-height: 150px;
    padding: 8px 15px;
    font-size: 14px;
    overflow-y: auto;
    background-color: #fff;
    color: #333;
}

.wqFrameui-code,
.wqFrameui-upload-list {
    margin: 10px 0
}

body .wqFrameui-table-tips .wqFrameui-dialog-content {
    background: 0 0;
    padding: 0;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .1);
}

body .wqFrameui-table-tips .wqFrameui-dialog-content .wqIcon-close {
    position: absolute;
    right: -3px;
    top: -12px;
    width: 18px;
    height: 18px;
    padding: 3px;
    text-align: center;
    font-weight: 700;
    border-radius: 100%;
    font-size: 14px;
    cursor: pointer;
    background-color: #666;
    font-size: 12px;
}

body .wqFrameui-table-tips .wqFrameui-dialog-content .wqIcon-close:hover {
    background-color: #999
}

body .wqFrameui-table-tips .wqFrameui-dialog-content .wqIcon-close:before {
    display: inline-block;
    font-size: 10px;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);
}