﻿
body
{
-ms-scrollbar-face-color:rgb(88, 88, 88) !important;
-ms-scrollbar-track-color:rgb(34, 34, 34) !important;
}



::-webkit-scrollbar-thumb
{
    /*background-color: rgba(18, 34, 134, 0.34) !important;*/
    background-color: white !important;
    border-radius: 6px !important;
}

::-webkit-scrollbar-button
{
    background-color: rgba(18, 34, 134, 0.34) !important;
}

::-webkit-scrollbar-corner
{
    background-color: white !important;
}

::-webkit-scrollbar
{
    background-color: rgba(0,0,0,.34) !important;
    height: 10px !important;
    width: 10px !important;
}

::-webkit-scrollbar-track
{
    background-color: rgba(134,134,134,.34) !important;
    -webkit-box-shadow: inset 0 0 3px rgba(134,134,134,0.34) !important;
    border-radius: 3px !important;
}

::-webkit-scrollbar-track-piece
{
    background-color: rgba(34,34,34,.34) !important;
    -webkit-box-shadow: inset 0 0 3px rgba(34,34,34,0.34) !important;
    border-radius: 3px !important;
}

::-webkit-resizer
{
    background-color: rgba(0,0,0,.3) !important;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,34,0.34) !important;
    border-radius: 3px !important;
}

   