.btn {
    position: relative;
    transition: none;
}

/* Button Blue */
.btn-blue {
    color: #ffffff;
    background-color: #004A98;
    border-left-color: #002D73;
    border-right-color: #002D73;
}

.btn-blue, .btn-blue:focus {
    -webkit-box-shadow: 0 4px #002B59;
    -moz-box-shadow: 0 4px #002B59;
    box-shadow: 0 4px #002B59;
}

.btn-blue:active {
    top: 4px;
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
    color: #ffffff;
    background-color: #003C7D;
    border-color: #004187;
}

.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
    background-image: none;
}

.btn-blue.disabled,
.btn-blue[disabled],
fieldset[disabled] .btn-blue,
.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue.disabled:active,
.btn-blue[disabled]:active,
fieldset[disabled] .btn-blue:active,
.btn-blue.disabled.active,
.btn-blue[disabled].active,
fieldset[disabled] .btn-blue.active {
    background-color: #004A98;
    border-color: #004187;
}

.btn-blue .badge {
    color: #004A98;
    background-color: #ffffff;
}

/* Button Red */
.btn-red {
    color: #FFFFFF;
    background-color: #B80404;
    border-color: #9E0303;
}

.btn-red, .btn-red:focus {
    -webkit-box-shadow: 0 4px #760303;
    -moz-box-shadow: 0 4px #760303;
    box-shadow: 0 4px #760303;
}

.btn-red:active {
    top: 4px;
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.open .dropdown-toggle.btn-red {
    color: #FFFFFF;
    background-color: #990303;
    border-color: #9E0303;
}

.btn-red:active,
.btn-red.active,
.open .dropdown-toggle.btn-red {
    background-image: none;
}

.btn-red.disabled,
.btn-red[disabled],
fieldset[disabled] .btn-red,
.btn-red.disabled:hover,
.btn-red[disabled]:hover,
fieldset[disabled] .btn-red:hover,
.btn-red.disabled:focus,
.btn-red[disabled]:focus,
fieldset[disabled] .btn-red:focus,
.btn-red.disabled:active,
.btn-red[disabled]:active,
fieldset[disabled] .btn-red:active,
.btn-red.disabled.active,
.btn-red[disabled].active,
fieldset[disabled] .btn-red.active {
    background-color: #B80404;
    border-color: #9E0303;
}

.btn-red .badge {
    color: #B80404;
    background-color: #FFFFFF;
}

/* Button White */
.btn-white {
    color: #FFFFFF;
    background-color: #AAAAAA;
    border-color: #8A8A8A;
}

.btn-white, .btn-white:focus {
    -webkit-box-shadow: 0 4px #6C6C6C;
    -moz-box-shadow: 0 4px #6C6C6C;
    box-shadow: 0 4px #6C6C6C;
}

.btn-white:active {
    top: 4px;
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
    color: #FFFFFF;
    background-color: #8F8C8C;
    border-color: #8A8A8A;
}

.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
    background-image: none;
}

.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
    background-color: #AAAAAA;
    border-color: #8A8A8A;
}

.btn-white .badge {
    color: #AAAAAA;
    background-color: #FFFFFF;
}

.btn-xlg {
    width: 11rem;
    height: 4.5rem;
    margin: .6rem;
    padding: 0;
    font-size: 1.6rem;
    line-height: .9;
    border-radius: .3rem;
    text-transform: uppercase;
}

.btn-xlg .label-sm {
    font-size: 1em;
    text-transform: none;
}

.btn-xlg .label-sub {
    font-size: .5em;
    text-transform: none;
}