.btn-outline-success{
    border: 1px solid #00a65a !important;
    color: #008d4c !important;
}
.btn-outline-danger{
    border: 1px solid #d73925 !important;
    color: #d73925 !important;
}
.btn-outline-warning{
    border: 1px solid #f39c12 !important;
    color: #e08e0b !important;
}
.btn-outline-secondary{
    color: #6c757d !important;
    border-color: #6c757d !important;
}
/**/
.btn-success:hover {
    color: #fff !important;
    background-color: #00a65a !important;
    border-color: #008d4c !important;
}
.btn-danger:hover {
    color: #fff !important;
    background-color: #d73925 !important;
    border-color: #d73925 !important;
}
.btn-warning:hover {
    color: #fff !important;
    background-color: #f39c12 !important;
    border-color: #e08e0b !important;
}
.btn-secondary:hover {
    color: #fff !important;
    background-color: #5a6268 !important;
    border-color: #545b62 !important;
}
/**/
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff !important;
    background-color: #545b62 !important;
    border-color: #4e555b !important;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
    color: #fff !important;
    background-color: #d73925 !important;
    border-color: #d73925 !important;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
    color: #fff !important;
    background-color: #f39c12 !important;
    border-color: #e08e0b !important;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
    color: #fff !important;
    background-color: #00a65a !important;
    border-color: #008d4c !important;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5) !important;
}
.without-focus{
    outline: none !important;
}