TABLE.v-table .table_dop {width: 100%; border-collapse: collapse}
TABLE.v-table .table_dop TD {border: solid 1px #ccc; border-width: 1px 0; background: #DFF3E0}


.sticky {position: sticky; background: #eeffff; min-width: 100px}
.sticky:nth-child(1) {left: 0px; min-width: 50px}
.sticky:nth-child(2) {left: 50px;}
.sticky:nth-child(3) {left: 150px;}
.sticky:nth-child(4) {left: 250px;}
.sticky:nth-child(5) {left: 350px;}

.wraped {white-space: pre-line !important}

.v-datatable th:first-child {position: sticky; left: 0px; width: 20px; background: #eeffff;}
.v-datatable th:first-child, .v-datatable td:first-child {padding: 0 0 0 7px !important}

.tbl_cables TABLE TR TD {max-width: 50px}
.tbl_cables TABLE TR TD:last-child {min-width: 500px}

