.table_sroll {
    margin: auto;
}


/* table {
    max-width: 86%;
    margin: 0 0 0 245px;
} */


/* table th.fixed,
table td.fixed {
    position: absolute;
    left: 0px;
    width: 250px;
    z-index: 9;
    background: red !important;
} */


/* .scroltable-wrapper {
    margin: 150px 0 0 0;
} */

.scroltable-nav {
    opacity: 0;
}

.scroltable-wrapper:hover .scroltable-nav {
    opacity: 1;
}

.scroltable-nav.scroltable-nav-left {
    left: 250px;
}

tr {
    white-space: nowrap !important;
}


/* .table_sroll th {
    border: 1px solid #E2E3E4;
    background: #BB8B57 !important;
    color: #ffffff;
}

.table-scroll td {
    border: 1px solid #E2E3E4;
    background: #fff;
} */

.scroltable-nav.scroltable-nav-left {
    background: url('../img/arrow-left.png') center center no-repeat rgba(255, 255, 255, 0.8);
    width: 60px;
    height: 60px;
    top: 40%;
    border-radius: 100%;
    border: 1px solid #ddd;
}

.scroltable-nav.scroltable-nav-right {
    background: url('../img/arrow-right.png') center center no-repeat rgba(255, 255, 255, 0.8);
    width: 60px;
    height: 60px;
    top: 40%;
    border-radius: 100%;
    border: 1px solid #ddd;
}