﻿.container-table-tf {
    max-height: 400px;
    min-height: 400px;
    overflow: auto;
    /*margin: 20px 10px;*/
    box-shadow: 0 0 1px 1px #ddd;
}

.container-table-tf th {
    background-color: #fff;
    border: 1px solid #ddd !important;
}

.container-table-tf table {
    /*border-collapse: separate !important;*/
}

.container-table-tf table thead tr th {
    vertical-align: middle;
    padding: 8px !important;
    font-size: 13px !important;
}

.container-table-tf table tbody tr td {
    font-size: 0.8rem !important;
}

.container-table-tf table tr th.sortorder {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.icon-sort, .icon-sort-down, .icon-sort-up{
    color: #D7DBDD;
}