.bg-eric {
    background-color: #003459;
}

.text-sub {
    color: #9b9b9b;
}

.text-eric {
    color: #003459;
}

.profile-image {
    max-width: 40px;
    max-height: 40px;
}

.eric-top {
    margin-top: 80px;
}

.nav-company {
    margin-left: -134px;
    margin-top: 23px;
    font-size: 9px;
}

.vertical-center {
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.b-radius-10 {
    border-radius: 10px;
}

.line-field {
    background: transparent;
    border: none;
    border-bottom: 1px solid #000000;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.line-field:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-eric {
    width: 90px;
    height: auto;
}

.btn-outline-eric {
    color: #003459;
    background-color: #ffffff;
    background-image: none;
    border-color: #003459;
}

.project-del-form {
    margin-top: -26px;
    margin-bottom: -21px;
}

.eric-offset-md-10 {
    margin-left: 81.333333%;
}

.image-label::after {
    background-color: #003459;
    color: #ffffff;
}

.image-label {
    border: 1px solid #000000;
}

.report-table {
    /* table-layout: fixed; */
    width: 100%;
}

.report-table > th, td {
    word-wrap: break-word;
}

.remove-button {
    width: 34.17px;
    height: 37.03px;
}

.form-nav {
    /* margin-bottom: -38px; */
    padding-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.font-size-150 {
    font-size: 150%;
}

.font-size-120 {
    font-size: 120%;
}

a.add-rep-btn{
    cursor: pointer;
}

@media only screen and (max-width: 600px) {
    .project-del-btn {
        margin-left: -6px;
    }
    .eric-offset-md-10 {
        margin-left: 0;
    }
    .report-btns {
        margin-top: 50px;
        width: fit-content;
    }
    .project-del-btn-3 {
        margin-left: -3px;
    }
    .project-del-div {
        text-align: center !important;
    }
}
