﻿
.login-screen {
    background: #FFF;
}

html {
    font-family: LidlFontCondPro, 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: normal;
    line-height: 16.8px;
}

body {
    font-family: LidlFontCondPro, 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: normal;
    line-height: 16.8px;
}

.header-avatar > a > img, .header-avatar > a > svg {
    vertical-align: middle;
    width: 48px;
    height: 48px;
}

.page-header.page-header--primary {
    background-color: rgba(78, 67, 141, 1);
}

.btn.btn-primary {
    color: #FFF;
    background-color: #0074C8;
    border-color: #0074C8;
}

.btn.btn-link {
    color: #000;
}

.btn.btn-primary:hover {
    color: #FFF;
    background-color: #0074C8;
    border-color: #8a8a8a;
}


.app-nav-item--active .app-nav-item-link {
    background-color: #0074C8;
    color: #fff;
}

a {
    color: #000;
    text-decoration: underline;
}

    a:hover {
        color: #0074C8;
    }

.badge.badge--light {
    background-color: #F2F2F2;
    color: #000;
}

.badge.badge--black {
    background-color: #0A0A0A;
}

.text-primary {
    color: rgba(223, 121, 49, 1) !important;
}

.text-secondary {
    color: rgba(78, 67, 141, 1) !important;
}

.bg-info {
    background-color: #f0f0f0 !important;
    border-bottom: solid 1px #e0e0e0;
}

.clickable-row:hover {
    cursor: pointer;
    background-color: #f0f0f0;
    box-shadow: 5px 10px #f0f0f0;
}
