﻿
md-slider .md-track {
    height: 16px;
    border-radius: 15px;
}

md-slider .md-thumb:after {
    height: 40px;
    border: 1px solid #0d8c68;
}

md-slider:not([md-discrete]):not([disabled]).md-active .md-slider-wrapper .md-thumb {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}

md-slider .md-focus-ring {
    height: 48px;
}

md-slider.md-default-theme .md-track.md-track-fill, md-slider .md-track.md-track-fill {
    /*background-color: rgba(0,0,0,0.18);*/
    /*background: #bfd255; 
    background: -moz-linear-gradient(top, #bfd255 0%, #00c067 50%, #01bf5f 51%, #04be52 100%); 
    background: -webkit-linear-gradient(top, #bfd255 0%,#00c067 50%,#01bf5f 51%,#04be52 100%); 
    background: linear-gradient(to bottom, #bfd255 0%,#00c067 50%,#01bf5f 51%,#04be52 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 );*/
    background: rgb(7,161,124);
    background: -moz-linear-gradient(0deg, rgba(7,161,124,1) 0%, rgba(50,182,157,1) 50%, rgba(7,161,124,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(7,161,124,1) 0%, rgba(50,182,157,1) 50%, rgba(7,161,124,1) 100%);
    background: linear-gradient(0deg, rgba(7,161,124,1) 0%, rgba(50,182,157,1) 50%, rgba(7,161,124,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#07a17c",endColorstr="#07a17c",GradientType=1);
}

md-slider .md-thumb:after {
    border-radius: 50%;
    width:40px;
}

md-slider.md-default-theme .md-thumb:after, md-slider .md-thumb:after,
md-slider.md-default-theme .md-focus-ring, md-slider .md-focus-ring {
    /*background: #bfd255; 
    background: -moz-linear-gradient(top, #bfd255 0%, #00c067 50%, #01bf5f 51%, #04be52 100%); 
    background: -webkit-linear-gradient(top, #bfd255 0%,#00c067 50%,#01bf5f 51%,#04be52 100%); 
    background: linear-gradient(to bottom, #bfd255 0%,#00c067 50%,#01bf5f 51%,#04be52 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 );*/
    background: rgb(7,161,124);
    background: -moz-linear-gradient(0deg, rgba(7,161,124,1) 0%, rgba(50,182,157,1) 50%, rgba(7,161,124,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(7,161,124,1) 0%, rgba(50,182,157,1) 50%, rgba(7,161,124,1) 100%);
    background: linear-gradient(0deg, rgba(7,161,124,1) 0%, rgba(50,182,157,1) 50%, rgba(7,161,124,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#07a17c",endColorstr="#07a17c",GradientType=1);
}

 .md-focus-ring{
    display:none;
}

md-slider.md-default-theme .md-track, md-slider .md-track {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
    background: rgb(238,238,238); 
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); 
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); 
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); 
}