﻿body{
    font-family: 'Ubuntu' !important;
}

.btn-info {
    color: #fff !important;
    background-color: #0057B7 !important;
    border-color: #fff;
}

    .btn-info:hover {
        color: #0057B7 !important;
        border-color: #0057B7 !important;
        background-color: #fff !important;
    }

.btn-outline-info {
    color: #0057B7 !important;
    border-color: #0057B7 !important;
}

.btn-outline-info:hover {
    color: #fff !important;
    border-color: #fff !important;
    background-color: #0057B7 !important;
}

#buttontop {
    background-color: #f7b548 !important;
}

.actionbar {
    background-color: #58585a !important;
}

.percentage-overview {
    color: #0057B7 !important;
}

.bg-grey-light {
    background-color: #f2f4f5 !important;
    border: 2px solid #fff !important;
    color: #405263 !important;
}

.modal-header {
    background-color: #0057B7 !important;
}

.item-tekst {
    color: #000 !important;
}

.progress__item.progress__item--active:after {
    background: #0057B7 !important;
}

/*a {
    color: #000 !important;
}*/

    /*.stat-text {
    color: #e36500;
}

.daily-chart-text{
    color: #e36500;
}*/
    /*.modal-header {
    background-color: #70774b;
}*/