﻿
input[type=range]{-webkit-appearance:none;border:1px solid #aac2cc;}
input[type=range]::-webkit-slider-runnable-track{width:300px;height:5px;background:#93b3da;border:none;border-radius:3px;}
input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;border:none;height:16px;width:16px;border-radius:50%;background:#2969b7;margin-top:-4px;}
input[type=range]:focus{outline:none;}
input[type=range]:focus::-webkit-slider-runnable-track{background:#93b3da;}
input[type=range]::-moz-range-track{height:5px;background:#93b3da;border:none;border-radius:3px;}
input[type=range]::-moz-range-thumb{border:none;height:16px;width:16px;border-radius:50%;background-color:#2969b7;}
input[type=range]:-moz-focusring{outline:1px solid white;outline-offset:-1px;}
input[type=range]::-ms-track{width:300px;height:5px;background-color:orange;border-color:transparent;border-width:6px 0;color:transparent;}
input[type=range]::-ms-fill-lower{background:#aac2cc;border-radius:10px;}
input[type=range]::-ms-fill-upper{background:black;border-radius:10px;}
input[type=range]::-ms-thumb{border:none;height:16px;width:16px;border-radius:50%;background:#337ab7;}
input[type=range]:focus::-ms-fill-lower{background:#888;}
input[type=range]:focus::-ms-fill-upper{background:#ccc;}