﻿
.bootstrap-touchspin .input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}

    .bootstrap-touchspin .input-group-btn-vertical > .btn {
        display: block;
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 8px 10px;
        margin-left: -1px;
        position: relative;
    }

    .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
        border-radius: 0;
        border-top-right-radius: 4px;
    }

    .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
        margin-top: -2px;
        border-radius: 0;
        border-bottom-right-radius: 4px;
    }

    .bootstrap-touchspin .input-group-btn-vertical i {
        position: absolute;
        top: 3px;
        left: 5px;
        font-size: 9px;
        font-weight: normal;
    }

.bootstrap-touchspin input.spinner {
    width: 120px !important;
    padding-left: 10px;
    padding-right: 10px;
}

.bootstrap-touchspin input.spinner.spin2 {
    width: 45px !important;
}

.bootstrap-touchspin input.spinner.spin3 {
    width: 50px !important;
}

.bootstrap-touchspin input.spinner.spin4 {
    width: 60px !important;
}

.bootstrap-touchspin input.spinner.spin5 {
    width: 67px !important;
}

.bootstrap-touchspin input.spinner.spin6 {
    width: 75px !important;
}

.bootstrap-touchspin input.spinner.spin7 {
    width: 82px !important;
}

.bootstrap-touchspin input.spinner.spin8 {
    width: 90px !important;
}

.bootstrap-touchspin input.spinner.spin8 {
    width: 100px !important;
}