
/*  Custom styles */


input[type=text],textarea { color: ##000 !important; background-color: ##fff !important; }

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
    height: 8px;
    background-color: white;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0);
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    height: 8px;
    background-color: #request.edit_pri#;
    -webkit-box-shadow: 0 0 1px #request.noedit_ter#;
}
::-webkit-scrollbar-corner{
    display: none; height: 0px; width: 0px;
}


##leftNav {background-color:rgb(52, 26, 91) !important }