﻿#slidecontainer {
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
}

.slider-color {
    -webkit-appearance: none;
    width: 96vw;
    height: 50px;
    border-radius: 3px;
    - moz-border-radius: 3px;
    background-color: #666666;
    outline: none;
    opacity: 0.7;
    box-shadow: inset 4px 4px 6px rgba(0,0,0,0.9);
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}

    .slider-color:hover {
        opacity: 1;
    }

    .slider-color::-webkit-slider-thumb {
        box-sizing: border-box;
        width: 50px;
        height: 48px;
        padding: 2px 5px 2px 5px;
        font-family: 'Arial';
        font-size: 16px;
        text-transform: initial;
        letter-spacing: 0px;
        font-weight: bold;
        color: #909090;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
        background: -moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
        background: -webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
        background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
        background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
        background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
        background-color: #f9f9f9;
        border-radius: 6px;
        border: 1px solid #747474;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
        transition: all 0.3s ease 0s;
        cursor: pointer;
        outline: 3px;
    }

    .slider-color::-moz-range-thumb {
        box-sizing: border-box;
        width: 50px;
        height: 24px;
        padding: 2px 5px 2px 5px;
        font-family: 'Arial';
        font-size: 16px;
        text-transform: initial;
        letter-spacing: 0px;
        font-weight: bold;
        color: #909090;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
        background: -moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
        background: -webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
        background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
        background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
        background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
        background-color: #f9f9f9;
        border-radius: 6px;
        border: 1px solid #747474;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
        transition: all 0.3s ease 0s;
        cursor: pointer;
        outline: 3px;
    }

.slider-pic {
    -webkit-appearance: none;
    width: 100%;
    height: 60px;
    border-radius: 6px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    cursor: grabbing;
}

    .slider-pic:hover {
        opacity: 1;
    }

    .slider-pic::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 23px;
        height: 48px;
        border-radius: 50%;
        background: url('contrasticon.png');
        cursor: pointer;
    }

    .slider-pic::-moz-range-thumb {
        width: 23px;
        height: 48px;
        border: 0;
        border-radius: 50%;
        background: url('contrasticon.png');
        cursor: pointer;
    }

.slider-square {
    box-sizing: border-box;
    -webkit-appearance: none;
    max-width:700px;
    height: 60px;
    border-radius: 6px;
    background-color: #808080;
    -webkit-transition: background-color .15s ease-in-out;
    outline: none;
    transition: background-color .15s ease-in-out;
    margin: 15px 0px 15px 0px;
    box-shadow: inset 6px 6px 12px rgba(0,0,0,0.6);
    overflow: auto;
    cursor: grabbing;
}

    .slider-square:hover {
        background-color: #808080;
    }

    .slider-square::-webkit-slider-thumb {
        box-sizing: border-box;
        -webkit-appearance: none;
        appearance: none;
        width: 50px;
        height: 48px;
        padding: 2px 5px 2px 5px;
        font-family: 'Arial';
        font-size: 16px;
        text-transform: initial;
        letter-spacing: 0px;
        font-weight: bold;
        color: #909090;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
        background: -moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
        background: -webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
        background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
        background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
        background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
        background-color: #f9f9f9;
        border-radius: 6px;
        border: 1px solid #747474;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
        transition: all 0.3s ease 0s;
        cursor: pointer;
        outline: 3px;
    }

    .slider-square::-moz-range-thumb {
        box-sizing: border-box;
        width: 50px;
        height: 24px;
        padding: 2px 5px 2px 5px;
        font-family: 'Arial';
        font-size: 16px;
        text-transform: initial;
        letter-spacing: 0px;
        font-weight: bold;
        color: #909090;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
        background: -moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
        background: -webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
        background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
        background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
        background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
        background-color: #f9f9f9;
        border-radius: 6px;
        border: 1px solid #747474;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
        transition: all 0.3s ease 0s;
        cursor: pointer;
        outline: 3px;
    }

