.tb4 {
    font-size:12px;
}
.tb4 tbody tr td{
    border-bottom:solid 1px silver;
}
.tb4 tbody tr:last-child td {
    border-bottom:solid 0px #F00;
}
.tb4 .row{
    height:30px;
    padding-left:2px;
    padding-right:2px;
    width:100%;
}
.tb4 .xcheckbox{
    margin:0;
}
.xblackversion .tb4 a {
    color:white;
}
.xblackversion .tb4 thead th,
.xblackversion .tb4 thead th a{
    color:#AAA;
}
.xblackversion .tb4 tr td {
    border-bottom:solid 1px #444;
}
.xblackversion .tb4 tr:last-child td {
    border-bottom:solid 0px #F00;
}
.dropdown {
    position:relative;
    display:inline-block;
}
.dropdown-content {
    display:none;
    position:absolute;
    right:0;
    background-color:#f9f9f9;
    min-width:160px;
    box-shadow:0px 8px 16px 0px rgba(128,128,128,0.8);
    padding:0px;
    z-index:1;
    color:#000;
    border:solid 1px #000;
}
.dropdown-content p {
    padding:5px 10px;
    cursor:pointer;
}
.dropdown-content p:hover {
    color:white;
    background-color:#00AF6A;
}
.dropdown:hover .dropdown-content {
    display:block;
}
.icondown {
    display:flex;
    justify-content:center;
    align-items:center;
    background-color:#FFF;
    width:20px;
    height:16px;
    color:#000;
}
.tb4 .funcButton.vis1, 
.tb4 .funcButton.vis0 {
    display:none;
    cursor:pointer;
    
}
.tb4 .funcButton.vison {
    display:inline-flex;
}

.tb4 .funcButton.vis0 span {
    filter: opacity(0.4);
}


.tb4 .funcButton {
    font-size:19px;
    display:block;
    width:26px;
    height:26px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:4px;
}
.tb4 .funcButton:hover {
    color:#FFF;
    background-color:rgba(160,160,160,0.4);
}
.tb4 .funcButton span i {
    color:#222;
}
.xblackversion .tb4 .funcButton span i {
    color:#DDD;
}
.xblackversion .tb4 .funcButton:hover span i {
    color:#FFF;
}
.xblackversion .tb4 .funcButton:hover {
    background-color:rgba(160,160,160,0.4);
}


