/*css for reponsive table start*/
.table-responsive { min-height: auto !important; overflow-x: inherit !important; }
/*css for reponsive table end*/

/*css for responsive table start*/
@media screen and (max-width: 1279px) {
.table-responsive { min-height: 0.01% !important; overflow-x: auto; border-right:0px; }
.table-responsive .mctable1 thead tr th, .table-responsive .mctable1 tbody tr td { border-right: 0px; }
.table-responsive .mctable1 thead tr th:first-child { position: sticky; position: -webkit-sticky; position: -moz-sticky; position: -ms-sticky; position: -o-sticky; left: 0; z-index: 1; border-bottom: 1px solid #ebebeb; white-space: normal; z-index: 99; box-shadow: 2px 1px 5px 0px #dfdfdf;}
.table-responsive .mctable1 thead tr th:first-child:after { content: ""; height: 100%; position: absolute; right: 0; top: 0; width: 1px; background-color: #e6eaec; }
.table-responsive .mctable1 tbody tr td:first-child { position: sticky; position: -webkit-sticky; position: -moz-sticky; position: -ms-sticky; position: -o-sticky; left: 0; white-space: normal; z-index: 9; background-color: #fff; }
.table-responsive .mctable1 tbody tr td:first-child:after { content: ""; height: 100%; position: absolute; right: 0; top: 0; width: 1px; background-color: #e6eaec; }
.table-responsive .mctable1 tr:hover td { background-color: transparent; border-bottom: 1px solid #ebebeb; }
.table-responsive .port_right { width: 80%; padding-right: 5px; }
.table-responsive .mctable1 td .robo_medium { width: 120px; display: block; }
.table-responsive .mctable1 thead tr th:first-child, .table-responsive .mctable1 thead tr th:first-child, .table-responsive .mctable1 tbody tr td:first-child, .table-responsive .mctable1 tbody tr td:first-child { background-color: #fff; }
.graybgtbl .table-responsive .mctable1 thead tr th:first-child, .graybg .table-responsive .mctable1 thead tr th:first-child, .graybgtbl .table-responsive .mctable1 tbody tr td:first-child, .graybg .table-responsive .mctable1 tbody tr td:first-child { background-color: #f6f8fb; }
}
/*css for responsive table end*/
