#project-header {
    padding-top: 30px;
    font-size: 24px;
    color: black;
    margin-bottom: 20px;
    font-weight: bold;
}

.kr-bootstrap-table .bootstrap-table.bootstrap5 .projects-table-name {
    width: auto;
}

.kr-bootstrap-table .bootstrap-table.bootstrap5 .projects-table-quarter {
    width: 150px;
}

.kr-bootstrap-table .bootstrap-table.bootstrap5 .projects-table-edit-button {
    width: 150px;
}

.kr-bootstrap-table .bootstrap-table.bootstrap5 .projects-table-delete-button {
    width: 150px;
}

#project-options-container-column {
    min-width: 200px;
    max-width: 200px;
}

.project-options-container {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #d9d9d9;
    box-shadow: 0 4px 12px 3px rgba(0,0,0,.122);
    border-radius: 18px;
    overflow: auto;
    padding: 0px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;

}

.project-options-container .project-options-link {
    text-decoration: none;
}

.project-options-container .project-options-body-row {
    padding-top: 20px;
}

.project-options-container .project-options-header-text {
    font-weight: bold;
    font-size: 18px;
    text-decoration: underline;
}

.project-options-container .project-options-text {
    color: black;
    text-decoration: none;
    font-size: 12px;
}

.project-options-container .project-options-text a {
    color: black;
    text-decoration: none;
    font-size: 12px;
}

.project-options-container .project-options-text:hover {
    color: black;
    padding: 0 18px;
    border-bottom-color: #1D4C7E;
    border-bottom-width: 4px; 
    border-bottom-style: solid;
    font-weight: bold;
}

.project-options-container .project-options-text.active {
    border-bottom-color: #AED136;
    border-bottom-width: 4px; 
    border-bottom-style: solid;
    font-weight: bold;
}

.project-options-container .project-options-icon {
    opacity: .8;
    fill: rgba(0,0,0,0.54);
    width: 20px;
    height: 20px;
    float: left;
    padding-left: 3px;
    margin-top: 2px;
    margin-left: 2px;
}

.project-options-container .project-options-body-divider {
    border-color: #1D4C7E;
}

.project-options-container .project-options-button-icon {
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 2px;
}

.project-options-container .project-options-body-button {
    width: 100%
}

.project-body-container {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #d9d9d9;
    box-shadow: 0 4px 12px 3px rgba(0,0,0,.122);
    border-radius: 18px;
    overflow: auto;
    padding: 0px;
    padding-top: 15px;
}


