.smb-container {
    text-align: center;
    line-height: 22.4px;
    font-size: 14px;
}

.smb-slider-container {
    padding: 1px 0;
    text-align: center;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

    .smb-slider-container .smb-bold {
        font-weight: bold;
    }

    .smb-slider-container input {
        display: none;
    }

    .smb-slider-container label {
        cursor: pointer;
        display: inline-block;
        margin: 17px 0;
        position: relative;
        vertical-align: middle;
    }





.smb-slider {
    background: #fff;
    border: 1px solid #99B8DB;
    cursor: pointer;
    margin: 30px auto 20px;
    padding: 0;
    position: relative;
    width: 87.5%;
}

.smb-slider,
.smb-slider-left {
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    height: 10px;
}

.smb-slider-left {
    background: #165B9E;
    width: 0;
    line-height:22.4px;
    font-size:14px;
}

    .smb-slider-left.smb-transition {
        -webkit-transition: width 0.3s ease-out;
        -moz-transition: width 0.3s ease-out;
        -ms-transition: width 0.3s ease-out;
        -o-transition: width 0.3s ease-out;
        transition: width 0.3s ease-out;
    }

.smb-slider-point.smb-transition {
    -webkit-transition: left 0.3s ease-out;
    -moz-transition: left 0.3s ease-out;
    -ms-transition: left 0.3s ease-out;
    -o-transition: left 0.3s ease-out;
    transition: left 0.3s ease-out;
}


.smb-slider-point {
    cursor: pointer;
    background: #99B8DB;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #165B9E;
    -webkit-box-shadow: 0 0 10px #fff;
    -moz-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    left: -15px;
    height: 30px;
    position: absolute;
    top: -12px;
    width: 30px;
}












.smb-circle {
    background: #fff;
    border: 8px solid #99B8DB;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    color: #444444;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    height: 92px;
    line-height: 20px;
    margin: 25px 5px;
    padding: 25px 0;
    text-align: center;
    vertical-align: top;
    width: 142px;
}

    .smb-circle span {
        color: #165B9E;
        display: inline-block;
        font-family: 'Open Sans', Helvetica, Arial, sans-serif;
        font-size: 40px;
        font-weight: bold;
        line-height: 40px;
        margin: 8px 0 7px;
        vertical-align: middle;
    }

    .smb-circle input {
        background: #fff;
        border: 0;
        color: #165B9E;
        font-family: 'Open Sans', Helvetica, Arial, sans-serif;
        font-size: 40px;
        font-weight: bold;
        padding: 0;
        margin: 0;
        vertical-align: middle;
        width: 80px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        text-align: center;
    }

        .smb-circle input#smb-eCount {
            margin-left: -25px;
            padding-left: 30px;
            width:100px;
        }

        .smb-circle input#smb-ePayment {
            width: 100px;
        }

.smb-employee {
    color: #7F82AD;
    border: 2px solid;
    -webkit-border-radius: 64px 64px 0 0 / 64px;
    -moz-border-radius: 64px 64px 0 0 / 64px;
    -o-border-radius: 64px 64px 0 0 / 64px;
    border-radius: 64px 64px 0 0 / 64px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    direction: ltr;
    display: inline-block;
    font-style: normal;
    height: 14px;
    margin: 18px 1px 2px;
    position: relative;
    text-align: left;
    text-indent: -9999px;
    vertical-align: middle;
    width: 32px;
}

    .smb-employee:before {
        border: 2px solid;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        content: '';
        height: 12px;
        left: 50%;
        pointer-events: none;
        position: absolute;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: -20px;
        width: 12px;
    }

    .smb-employee:after {
        content: '';
        pointer-events: none;
    }

.smb-button {
    background: #4889d1;
    background: -moz-linear-gradient(top,#4889d1 0,#3071b9 100%);
    background: -ms-linear-gradient(top,#4889d1 0,#3071b9 100%);
    background: -o-linear-gradient(top,#4889d1 0,#3071b9 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#4889d1),color-stop(100%,#3071b9));
    background: -webkit-linear-gradient(top,#4889d1 0,#3071b9 100%);
    background: linear-gradient(top,#4889d1 0,#3071b9 100%);
    border: solid 1px #0c5eb7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 42px;
    padding: 0 15px;
}

    .smb-button:hover {
        background: #3071b9;
        background: -moz-linear-gradient(bottom,#4889d1 0,#3071b9 100%);
        background: -ms-linear-gradient(bottom,#4889d1 0,#3071b9 100%);
        background: -o-linear-gradient(bottom,#4889d1 0,#3071b9 100%);
        background: -webkit-gradient(linear,left bottom,left top,color-stop(0%,#4889d1),color-stop(100%,#3071b9));
        background: -webkit-linear-gradient(bottom,#4889d1 0,#3071b9 100%);
        background: linear-gradient(bottom,#4889d1 0,#3071b9 100%);
        color: #fff;
        text-decoration: none !important;
    }


@media all and (max-width: 400px) {
    .smb-circle {
        border-width: 3px;
        margin-left: 0;
        margin-right: 0;
        float: left;
    }

        .smb-circle + .smb-circle {
            float: right;
        }

            .smb-circle + .smb-circle:after {
                clear: both;
                content: "";
                display: block;
            }
}
