/*sticky table---------------------*/
.sticky-table table tr.sticky-row th, .sticky-table table tr.sticky-row td {
	background-color: #eaf4f8;
    position: relative;
    z-index: 5;
}

.sticky-table table td.sticky-cell, .sticky-table table th.sticky-cell {
    background-color: #eaf4f8;
    position: relative;
    z-index: 10;
}
.sticky-table table tr.sticky-row td.sticky-cell, .sticky-table table tr.sticky-row th.sticky-cell {
    z-index: 15;
}
/*sticky table end---------------------*/