﻿




.Scrollbarsmall
{
}



.Scrollbarsmall::-webkit-scrollbar-track
{
    margin-top: 2px;
    margin-bottom: 2px;
    /*border-radius:10px;*/
    background-color: transparent;
    width: 10px;
}

.Scrollbarsmall::-webkit-scrollbar
{
    width: 10px;
}

.Scrollbarsmall::-webkit-scrollbar-thumb
{
    background-color: #5aaee1;
    /*border: 2px solid #555555;*/
    /*border-radius:10px;*/
    width: 10px;
}


.Scrollbarsmall::-webkit-scrollbar-track:hover
{
    background-color: rgba(90, 174, 225, 0.67);
}

.Scrollbarsmall::-webkit-scrollbar-thumb:hover
{
    background-color: #76b9e1;
    /*border: 2px solid #555555;*/
}











.ScrollbarsmallBlack
{
}



.ScrollbarsmallBlack::-webkit-scrollbar-track
{
    margin-top: 2px;
    margin-bottom: 2px;
    /*border-radius:10px;*/
    background-color: transparent;
    width: 10px;
}

.ScrollbarsmallBlack::-webkit-scrollbar
{
    width: 10px;
}


.ScrollbarsmallBlack::-webkit-scrollbar-track:hover
{
    background-color: rgba(255, 255, 255, 0.06);
}


.ScrollbarsmallBlack::-webkit-scrollbar-thumb
{
    background-color: #4b5258;
    /*border: 2px solid #555555;*/
    /*border-radius:10px;*/
    width: 10px;
}


.ScrollbarsmallBlack::-webkit-scrollbar-thumb:hover
{
    background-color: #222426;
    /*border: 2px solid #555555;*/
}








.ScrollbarsmallTrasperent
{
}



.ScrollbarsmallTrasperent::-webkit-scrollbar-track
{
    margin-top: 2px;
    margin-bottom: 2px;
    /*border-radius:10px;*/
    background-color: transparent;
    width: 10px;
}

.ScrollbarsmallTrasperent::-webkit-scrollbar
{
    width: 10px;
}


.ScrollbarsmallTrasperent::-webkit-scrollbar-track:hover
{
    background-color: rgba(255, 255, 255, 0.39);
}


.ScrollbarsmallTrasperent::-webkit-scrollbar-thumb
{
    background-color: rgba(221, 227, 247, 0.87);
    /*border: 2px solid #555555;*/
    /*border-radius:10px;*/
    width: 10px;
}


.ScrollbarsmallTrasperent::-webkit-scrollbar-thumb:hover
{
    background-color: rgba(200, 202, 234, 0.77);
    /*border: 2px solid #555555;*/
}
