/*
** Fonts
*/

@font-face {
    font-family: 'Roobert Regular';
    src: url('fonts/Roobert-Regular.woff') format('woff2'),
    url('fonts/Roobert-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roobert Bold';
    src: url('fonts/Roobert-Bold.woff') format('woff2'),
    url('fonts/Roobert-Bold.woff2') format('woff');
    font-weight: 700;
    font-style: bold;
}


/*
** White-label specific colors
*/

html, body {
    font-family:'Roobert Regular', sans-serif;
    font-weight:400;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, span, div.container {
    color: #181C54 !important;
}

.list-group-item.active {
    color: #fff !important;
    background-color: #FF674D !important;
    border-color: #FF674D !important;
}

.list-group-item-info {
    color: #fff !important;
    background-color: #FF8360 !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #FF674D !important;
    border-color: #FF674D !important;
}

a {
    color: #181C54 !important;
}

a:hover {
    color: #181C54 !important;
}

.spinner {
    background: #FF674D !important;
}

span.login-alt-detail {
    color: #fff !important;
}