.tm-navbar-container:not(.uk-navbar-transparent){
    background: #F4872d !important;
}
.tm-side:hover {
    border: 2px solid #F4872d !important;
    color: #F4872d !important;
}

.uk-alert-primary {
    background: #F4872d !important;
    color: #fff;
}
.uk-notification-message-primary {
    background: #F4872d !important;
    color: #fff;
}
.calendars {
    border-color: #F4872d !important;
    border-radius: 0px;
}
.calendars-month-header {
    height: auto !important;
    background: #F4872d !important;
}
.calendars-month > table > thead > tr > th > span {
    font-weight: bold;
    color: #F4872d !important;
}
.calendars-selected {
    background: #F4872d !important;
}
.uk-button-primary {
    background: #F4872d !important;
}

.uk-badge {
    background: #F4872d !important;
}
*::-moz-selection {
    background: #F4872d !important;
    color: #fff;
    text-shadow: none;
}