.tableNormal {
    margin-left: 0;
    margin-right: -15px;
}
    /*.tableNormal .table-scrl thead {float:left;}*/
    .tableNormal .table-scrl thead th, tableNormal .table-scrl tr th {
        text-align: left !important;
    }

    .tableNormal .table-scrl tr td {
        text-align: left !important;
    }


    .tableNormal tr td a.colfile span { /* float: left;*/
    }

    .tableNormal tr td a.colfile .icon {
        float: left;
    }

    .tableNormal tr td a.colfile span.val {
        padding: 4px 0 0 4px;
    }

    .tableNormal table thead tr th:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 14px;
    }

    .tableNormal table thead tr th:last-child {
        border-top-left-radius: 0;
        border-top-right-radius: 14px;
    }

.searchFilterDesktop input {
    padding-right: 48px;
    padding-left: 22px;
}

.tablePaging .next-btn {
    background-image: url(/_layouts/15/TlvSP2013PublicSite/images/tables/more-than-right.svg);
}

.tablePaging .prev-btn {
    background-image: url(/_layouts/15/TlvSP2013PublicSite/images/tables/more-than-left.svg);
}

.filterCategory:after {
    float: right;
}

.arrowRec {
    left: 30px;
    right: auto;
}

.tlvFiltersMainWrapper {
    background-image: radial-gradient(circle at 6% 7%, #fff, #dbecf7 105%);
}

.searchFilterDesktop {
    margin-left: 31px;
    margin-right: 34px;
}

.tableFiltering {
    padding-left: 31px;
    padding-right: 34px;
}

.filters > li {
    padding-left: 0;
    padding-right: 14px;
}

.searchFilter .cross-line {
    margin-left: 31px;
    margin-right: 34px;
}

@media (min-width: 768px) {
    .tableNormal {
        margin-left: 0;
        margin-right: 0;
    }

        .tableNormal .table-lg tr th {
            text-align: left !important;
        }

        .tableNormal .table-lg tr td {
            text-align: left !important;
        }

        .tableNormal .table-lg .collapse-tr td .expand-row {
            margin-left: 0;
            margin-right: 40px;
        }

    .searchFilterIconTable {
        position: absolute;
        font-size: 16px;
        line-height: 50px;
        cursor: pointer;
        left: auto;
        right: 4px;
        z-index: 2;
        margin-top: 0;
        margin-right: 15px;
    }
}

.tableGroup-line.active {
    margin-left: 0;
    margin-right: -15px;
}

    .tableGroup-line.active h3 {
        margin-left: 0;
        margin-right: 15px;
    }

.tableGroup-line .doubleGrouping {
    margin-left: 15px;
}

.tableGroup-line .icon-plus {
    float: left;
    padding-left: 0;
    padding-right: 10px;
}

.tableGroup-line .tableNormal {
    margin-left: 0;
    margin-right: -10px;
}

.doubleGrouping .tableNormal {
    margin-left: 0px;
    margin-right: 15px !important;
}

.TlvTables .expand-row h5 {
    margin-right: 4px;
    margin-left: 0;
}

@media (min-width:768px) {
    .tableGroup-line.active {
        margin-left: 0;
        margin-right: 0;
    }

        .tableGroup-line.active h3 {
            margin-left: 0;
            margin-right: 0;
        }

    .tableGroup-line .tableNormal {
        margin-left: 0;
        margin-right: 0;
    }
}

.tableMessages table span.icon-next-table {
    background-image: url(/_layouts/15/TlvSP2013PublicSite/images/arrow-r-grey2x.png);
    background-size: 11px 11px;
}

/* tablePaging */
@media (min-width: 768px) {
    .jumpNext {
        margin-right: 15px;
        margin-left: 35px;
    }

    .jumpBack {
        margin-right: 0;
        margin-left: 15px;
    }

    .PageNumbers li {
        margin-right: 0;
        margin-left: 35px;
    }
}

@media (max-width: 480px) {
    .tableNormal, .tableGroup-line {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .tableMessages .table1 tr th {
        text-align: left;
    }

    .searchFilterIconTable {
        position: relative;
        font-size: 16px;
        cursor: pointer;
        top: 5px;
        right: 22px;
        z-index: 2;
        margin-top: 0
    }
}

.tableMessages .table > thead > tr > th, .table > tbody > tr > th,
.tableMessages .table > tfoot > tr > th, .table > thead > tr > td,
.tableMessages .table > tbody > tr > td, .table > tfoot > tr > td,
.tableMessages .table > tbody > tr {
    text-align: left !important;
}

@media(max-width:992px) {
    .searchFilterDesktop input {
        margin-right: -31px;
        margin-left: 0;
        padding-right: 38px;
        padding-left: 22px;
        margin-top: 30px;
    }

    .searchFilterIconTable {
        left: 0;
        top: 25px
    }

    .tableNormal .table-scrl .collapse-tr td .expand-row h5 {
        float: none;
    }
}
