:root {
    --bs-primary: #214b71;
    --bs-danger: #a90e04;
    --bs-success: #006600;
}

.app-brand-link img{
    width: 100px;
}

.bg-label-primary {
    background-color: transparent !important;
}

.project_img {
    height: 150px;
    width: auto;
}

.hidden-element {
    display: none;
}

.project_img_fed {
    height: 70px;
    width: auto;
    margin-top: 30px;
    margin-bottom: 50px;
}

.table th {
    font-size: 0.7125rem;
}

.right-text {
    text-align: right;
}

.subheader_box {
    background-color: #eee;
    border: 1px solid #ddd;
    padding-top: 8px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.table {
    font-size: 0.8rem;
}

.has-error input, .has-error select, .has-error textarea {
    border-color: red;
}
