﻿.n-tabs-header {
    border-bottom: 1px solid #c2bed1;
    color: #F4F7F9;
}

.n-tab {
    color: #171717;
}

    .n-tab:hover {
        background: #ededed;
    }

.n-tab-active {
    color: #3809ad;
}

.n-tab-loading {
    background: #f0fcfe;
}

.n-tab-header {
    background: #f7fbff;
    border: 1px solid rgba(0,0,0,0);
}

.table-n-tabs .n-tab {
    color: #b0b8cb;
}

    .table-n-tabs .n-tab:hover {
        color: #2a6496;
    }

.table-n-tabs .n-tab-active {
    color: #2a6496;
}

.activity-filter-tabs .n-tab {
    color: #9d94c4;
}

.activity-filter-tabs .n-tab-active {
    background-color: #3809ad;
    color: #ffffff;
}