﻿body.x-mobile-parent-no-custom-scroll::-webkit-scrollbar, div.x-mobile-parent-no-custom-scroll::-webkit-scrollbar {
        display: none;
}

.x-scf-top-errorMessage div::-webkit-scrollbar 
{
    width: 12px;
    height: 16px;
}

div::-webkit-scrollbar {
    width: 18px;
    height: 16px;
}

    div::-webkit-scrollbar:hover {
        height: 14px;
    }

div::-webkit-scrollbar-track-piece {
    background-color: transparent;
}

div::-webkit-scrollbar-thumb:vertical{
    height: 14px;
    background: #727272;
}


    div::-webkit-scrollbar-thumb:vertical:hover {
        height: 14px;
        background: #17406d;
    }

    div::-webkit-scrollbar-thumb:vertical:active {
        height: 14px;
        background: #17406d;
    }

div::-webkit-scrollbar-thumb:horizontal {
    height: 14px;
    background: #727272;
}

    div::-webkit-scrollbar-thumb:horizontal:hover {
        height: 14px;
        background: #17406d;
    }

    div::-webkit-scrollbar-thumb:horizontal:active {
        height: 14px;
        background: #17406d;
    }