/** STYLE 7 */
#style-7::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#style-7::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(linear,
        left bottom,
        left top,
        color-stop(0.44, rgb(122,153,217)),
        color-stop(0.72, rgb(73,125,189)),
        color-stop(0.86, rgb(28,58,148)));
}

.scrollbar
{
	margin-left: 0px;
	float: left;
	height: 400px;
	width:100%;
	background: #F5F5F5;
	overflow-y: scroll;
	margin-bottom: 25px;
}

.scrollbar1
{
	margin-left: 0px;
	float: left;
	height: 200px;
	width:100%;
	background: #F5F5F5;
	overflow-y: scroll;
	margin-bottom: 25px;
}

.table-striped tbody tr.test-row:hover{
    cursor:pointer;
    background: #0d6efd;
    color:#FFF;
}

.table-striped tbody td.Test:hover{
    cursor:pointer;
    background: #0d6efd;
    color:#FFF;
}

.fs-14{
    font-size: 13px;
}
.f-s-12{
    font-size: 12px;
}

.width-40{
    width: 30px;
} 