/*
 *  Bootstrap TouchSpin - v3.0.1
 *  A mobile and touch friendly input spinner component for Bootstrap 3.
 *  http://www.virtuosoft.eu/code/bootstrap-touchspin/
 *
 *  Made by István Ujj-Mészáros
 *  Under Apache License v2.0 License
 */


.bootstrap-touchspin input.TouchSpin {
    border: none;
    background: #edeff1;
    font: 300 21px 'Open Sans', sans-serif;
    color: #647484;
    height: 40px;
    width: 30px;
    text-align: center;
    padding: 5px;
    margin-left: 22px;
}

.bootstrap-touchspin .input-group-btn-vertical {
    position: relative;
}

    .bootstrap-touchspin .input-group-btn-vertical > .btn {
        display: block;
        padding: 8px 10px;
        margin-right: 1px;
        position: absolute;
        left: 0;
        height: 19px;
        width: 20px;
        border-radius: 0;
        border: none;
        background: #edeff1;
        color: #647484;
    }

        .bootstrap-touchspin .input-group-btn-vertical > .btn:hover {
            background: #bababa;
        }

    .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
        top: 0;
    }

    .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
        top: 21px;
    }

    .bootstrap-touchspin .input-group-btn-vertical i {
        position: absolute;
        top: 2px;
        left: 6px;
        font-size: 14px;
    }
