﻿@charset "utf-8";
.tableWrap{
    width:100%;
    box-sizing: border-box;
}
.table-thead{
    width:auto;
    font-size: 14px;
    background-color: #FFF;
    border: 1px solid #CFCFCF;
    border-collapse: collapse;
    border-spacing: 0px;
}
.table-thead tr th{
    text-align: left;
    padding-left:10px;
    border-right:1px solid #CFCFCF;
}
.table-thead tr th:last-child, .table-thead tr th:nth-last-child(2){
    border-right:0;
}
.table-thead tr, .table-tbody tr{
    height:35px;
}
.table-tbody{
    width:auto;
    font-size: 14px;
    background-color: #FFF;
    border-left:1px solid #CFCFCF;
    border-collapse: collapse;
    border-spacing: 0px;
}
.table-tbody tr{
    border-bottom:1px solid #CFCFCF;
}
.table-tbody tr:last-child{
    border-bottom: 0;
}
.table-tbody tr td{
    padding-left:10px;
    padding-right:10px;
    border-right:1px solid #CFCFCF;
}
.comTbody{
    width:auto;
    display: inline-block;
    max-height:100px;
    overflow-y: scroll;
    border-bottom: 1px solid #CFCFCF;
}
.table-wrap{
    width:100%;
    outline: none;
    position: relative;
    font-size: 16px;
    color: rgba(255,255,255,.4);
    margin-bottom: 30px;
}
.table-head{
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.table-head-wrap{
    width:100%;
    position: relative;
    overflow: hidden;
}
.grid{
    margin: 0px;
    table-layout: fixed;
    width: 100%;
    max-width: none;
    border-spacing: 0px;
    empty-cells: show;
    border-width: 0px;
    outline: 0px none;
    border-collapse: collapse;
}
.grid tr th{
    padding: 0.45em 0;
    vertical-align: bottom;
    overflow: hidden;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
	color: #868daa;
	font-weight:bold;

}
.grid tr td{
    border-bottom: 1px solid rgba(255,255,255,.2);
    padding: 0.45em 0;
    overflow: hidden;
    line-height: 1.5em;
    vertical-align: middle;
    text-overflow: ellipsis;
	color: rgba(255,255,255,.4);

}

.table-content{
    white-space: normal;
    position: relative;
    width: 100%;
    overflow-x: auto;
    overflow-y: scroll;
    min-height: 0;
}

.table-content2{
    height:200px;
    white-space: normal;
    position: relative;
    width: 100%;
    overflow-x: auto;
    overflow-y: scroll;
    min-height: 0;
}
.table-content3{
    height:180px;
    white-space: normal;
    position: relative;
    width: 100%;
    overflow-x: auto;
    overflow-y: scroll;
    min-height: 0;
}

