/* MARTA button variants still used by legacy application markup. */
.btn-purple {
    color: #fff !important
}

.btn-purple, .btn-purple:active, .btn-purple:focus, .btn-purple:hover {
    background-color: #7266ba !important;
    border: 1px solid #7266ba !important;
    color: #fff
}

.btn-inverse, .btn-inverse.active, .btn-inverse.focus, .btn-inverse:active, .btn-inverse:focus, .btn-inverse:hover, .open > .dropdown-toggle.btn-inverse {
    background-color: #4c5667 !important;
    border: 1px solid #4c5667 !important;
    color: #fff
}

.btn-white, .btn-white.active, .btn-white.focus, .btn-white:active, .btn-white:focus, .btn-white:hover, .open > .dropdown-toggle.btn-white {
    border: 1px solid #eaeaea !important;
    background-color: #fff;
    color: #4c5667
}

.btn-white.active:hover, .btn-white.focus:hover, .btn-white:active:hover, .btn-white:focus:hover, .btn-white:hover, .btn-white:hover:hover, .open > .dropdown-toggle.btn-white:hover {
    background-color: #f9f9f9
}

.btn-white.active:focus, .btn-white.focus:focus, .btn-white:active:focus, .btn-white:focus, .btn-white:focus:focus, .btn-white:hover:focus, .open > .dropdown-toggle.btn-white:focus {
    background-color: #f9f9f9
}

.btn-white.active:active, .btn-white.focus:active, .btn-white:active, .btn-white:active:active, .btn-white:focus:active, .btn-white:hover:active, .open > .dropdown-toggle.btn-white:active {
    background-color: #f9f9f9
}
