.btn-primary {
    background-color: #ff7f24 !important;
    border: black 0px solid !important;
}

.btn-primary:hover {
    background-color: white !important;
    background-color: #ff5a14 !important;
    border: white 0px solid !important;
}

.btn-primary:disabled {
    color: white !important;
    background-color: rgba(255, 129, 36, 0.66) !important;
    border: white 1px solid !important;
}

.btn-primary:focus {
    background-color: #ff7f24 !important;
    border-color: #ff7f24 !important;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    color: #fff !important;
    background-color: #ff9406 !important;
    border-color: #122b40 !important;
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    border-color: #dd6410 !important;
}

.form-control:focus, .btn:focus {
    border-color: #ff7f24 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 127, 36, 0.6) !important;
}

.edit_row {
    cursor: pointer;
}

.edit_row:hover {
    color: black;
}

.burger-menu {
    cursor: pointer;
}

.burger-menu:hover {
    color: black;
}