﻿::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: arrow;
}

::-webkit-scrollbar-button:vertical:start:increment,
::-webkit-scrollbar-button:vertical:end:decrement {
    display: arrow;
}


::-webkit-scrollbar-button:end:increment {
    background:-color:#127484; height: 2px;;
}


::-webkit-scrollbar-button:start:decrement {
    background:-color:#127484; height: 2px;;
}


::-webkit-scrollbar-track-piece:vertical:start {
    background:#127484 no-repeat, repeat-y -color; height: 1px;);
    background-repeat:repeat-y
}


::-webkit-scrollbar-track-piece:vertical:end {
    background:#127484 no-repeat, repeat-y left bottom; height: 1px;;
    background-position-y:bottom; background-position-x:left; background-repeat:repeat-y
}

::-webkit-scrollbar-thumb {
background:-color:#127484; height: 2px;

}
::-webkit-scrollbar-thumb:vertical {
background:-color:#127484; height: 2px; repeat;
 height:12px;
 border: 2px solid #0099af;
 -webkit-border-radius: 0px;
} 

::-webkit-scrollbar-thumb:horizontal {
background:-color:#127484; height: 2px;repeat;
 height:12px;
 border: 2px solid #0099af;
 -webkit-border-radius: 0px;
} 

::-webkit-scrollbar-corner {
 background:-color:#127484; height: 2px;;
}::-webkit-scrollbar-corner


/* CSS Document */