﻿.cuadat-tittle-page {
    background-color: #EFEFF4;
    font-size: 20px;
    text-transform: uppercase;
    width: 100%;
    font-weight: bold;
}

.tramkttv-body {
    height: calc(100% - 70px);
    padding: 0 20px;
}

.table-tramkttv-main {
    height: 100%;
}

.tramkttv-index-header {
    /*width: 100% !important;*/
}

.table-tramkttv-main table {
    width: 100%;
    table-layout: fixed;
}

.table-tramkttv-main .tbl-header {
    /*width: calc(100% - 7px);*/
    background-color: rgba(255, 255, 255, 0.3);
}

.table-tramkttv-main .tbl-content {
    height: calc(100% - 40px);
    overflow-x: auto;
    margin-top: 0px;
    /*border-bottom: 1px solid #ccc;*/
    /*direction: rtl;*/
    padding-bottom: 4px;
}

.tlvh-table .tbl-content table {
    /*direction: ltr;*/
}

.table-tramkttv-main th {
    padding: 6px 4px;
    text-align: center;
    font-weight: bold;
    border: solid 1px #ccc;
    /*background-color: #f1f1f1;*/
}

thead th {
    background-color: #f1f1f1;
}

.table-tramkttv-main td {
    padding: 0px 5px;
    text-align: left;
    vertical-align: middle;
    font-weight: 300;
    border: solid 1px #ccc;
    background-color: #fff;
    line-height: 33px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-tramkttv-main th:first-child, .table-tramkttv-main td:first-child {
    width: 5%;
    text-align: center;
}

.table-tramkttv-main th:nth-child(2), .table-tramkttv-main td:nth-child(2) {
    width: 30%;
    text-align: left;
}

.table-tramkttv-main th:nth-child(3), .table-tramkttv-main td:nth-child(3) {
    /* width: 10%; */
    text-align: left;
}
