:root {
    --expertori-primary-color: #de4b30;
    --expertori-text-color: #351b3e;
}

/* Bootstrap overrides */

pre {
    white-space: pre-wrap;
}

.table th {
    border-top: none;
}

.table-hover tr.reportrow:hover {
    background: #E9F1FC;
}

.bg-light {
    background-color: #ECECE7 !important;
}

.bg-search-word {
    background-color: #F9CF00 !important;
}

.nav-button {
    color: white;
    opacity: 0.5;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    color: #fff;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-image: none !important;
}

.dropdown-menu > li > a:hover {
    background-color: #E56F59;
    color: white;
}

/* Custom */

.header-title {
    color: var(--expertori-text-color);
}

.folder-pill {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

