    .btn-default {
     padding-top:0px;
     margin-top:0px;
	vertical-align: middle;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;

    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top,#fff 0,#0069d6 100%);
    background-image: -o-linear-gradient(top,#fff 0,#0069d6 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#0069d6));
    background-image: linear-gradient(to bottom,#fff 0,#0069d6 100%);

    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
}


.btn-default:active, .open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
background-image: none;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none;
}

.btn-red {
     padding:0;
     margin:0;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;

    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top,#fff 0,#FF0000 100%);
    background-image: -o-linear-gradient(top,#fff 0,#FF0000 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#FF0000));
    background-image: linear-gradient(to bottom,#fff 0,#FF0000 100%);

    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
}
.btn-red:active, .open>.dropdown-toggle.btn-red {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
background-image: none;
}
.btn-red:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}