/*
 * 
 * @copyright Copyright 2018 davewest
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @Version $stylesheet_login.css 1 2018-01-20 10:30:40Z davewest $
 * @version $Id: COWAA v1.0
 */

#email-pot, .email-pot {position:absolute; visibility:hidden; display:none;}

/******** slider ********/
.slidecontainer {
    width: 75%; /* Width of the outside container */
}

/* The slider itself */
.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 1px;
    border-radius: 5px;  
    background: #d3d3d3;  
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%; 
    background: #cc0000;
    cursor: pointer;   
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */

}
