﻿#ESearvicesScrollbar
{
        width: 90%;
    margin: 30px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
   }

#ESearvicesScrollbar .viewport
{
    overflow:hidden;
    position:relative;
}

#ESearvicesScrollbar .overview
{
    list-style:none;
    position:absolute;
    left:0;
    top:0;
    margin:0;

    width:100%;
}

#ESearvicesScrollbar .scrollbar
{
    -webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
    position:absolute;
    background-position:0 0;
    right: -20px;
    top:0;
    width:11px;
}

#ESearvicesScrollbar .track
{
    height:100%;
    width:13px;
    position:relative;
    padding:0 1px;
}

#ESearvicesScrollbar .thumb
{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 20px;
    width: 9px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 2px;
    left: 3px;;
}

#ESearvicesScrollbar .thumb .end
{
    overflow:hidden;
    height:5px;
    width:25px;
}

#ESearvicesScrollbar .disable
{
    display:none;
}

.noSelect
{
    user-select:none;
    -o-user-select:none;
    -moz-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
}
.ESearviceTableHeader:hover{
				background:transparent !important;
}