.button {
    background: #5A0B13 !important;  
    color: #ffff !important;
}

a {
    color: #5A0B13 !important;
    cursor: pointer; 
    text-decoration: none
}
.button.is-primary {
    background: #5A0B13 !important;
}
.menu-list a.is-active {
    background-color: #fafafa;
    color: #5A0B13
}

.navbar-item.is-tab.is-active {
    background-color: transparent;
    border-bottom-color: #0055d4;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    color: #5A0B13;
    padding-bottom: calc(.5rem - 3px)
}

.pagination-link.is-current {
    background-color: #5A0B13;
    border-color: #0055d4;
    color: #fff
}

.panel-block.is-active .panel-icon {
    color: #5A0B13
}

.tabs li.is-active a {
    border-bottom-color: #0055d4;
    color: #5A0B13
}

.tabs.is-toggle li.is-active a {
    background-color: #5A0B13;
    border-color: #0055d4;
    color: #fff
}

.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selected {
    background-color: #5A0B13;
    color: #fff
}

.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selected.is-first-selected {
    background-color: #5A0B13;
    color: #fff;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selected.is-last-selected {
    background-color: #5A0B13;
    color: #fff;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-primary {
    background-color: #5A0B13
}

.switch input[type=checkbox]:checked+.check {
    background: #5A0B13
}

.switch input[type=checkbox]:checked+.check.is-primary {
    background: #5A0B13
}

.switch input[type=checkbox]:checked+.check:before {
    background: #5A0B13
}

.switch.is-outlined input[type=checkbox]:checked+.check:before {
    background: #5A0B13
}

.b-table .table .chevron-cell>a {
    color: #5A0B13!important
}

.b-tabs .tabs.is-toggle li a:focus {
    background-color: #5A0B13;
    border-color: #0055d4
}

.button.is-primary {
    background: #5A0B13
}

.autocomplete a.dropdown-item:hover, .autocomplete .dropdown .dropdown-menu .has-link a:hover, .dropdown .dropdown-menu .has-link .autocomplete a:hover, .autocomplete a.dropdown-item.is-hovered, .autocomplete .dropdown .dropdown-menu .has-link a.is-hovered, .dropdown .dropdown-menu .has-link .autocomplete a.is-hovered {
    background-color: #eaeaea;
    color: #5A0B13
}

section.lists .view:hover {
    color: #5A0B13
}

.log-view .lines .timestamp, .log-view .lines .file {
    color: #5A0B13;
    display: inline-block;
    min-width: 175px;
    margin-right: 5px;
    -webkit-user-select: auto;
    user-select: auto
}