body {
    font-size: 1rem;
    line-height: 1.5;
    font-family: var(--bs-font-sans-serif);
}
#fl-header {
    background-color: #216521;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    color: white;
}

#fl-footer {
    font-size: 0.75rem;
}

.form-table {
    border: black 1px solid;
}

.login-page {
    background-color: #216521;
}

#login-box {
    background-color: #efefef;
    height: 350px;
    margin-top: 200px;
    border-radius: 25px;
    padding: 30px;
}

.login-header {
    margin-bottom: 50px;
}

.login-form-group {
    margin-bottom: 15px;
}

.select2 {
    width: 100% !important;
}
/* django-addanother bootstrap css fix */
.related-widget-wrapper{
    padding-right: 16px;
    position: relative;
}
.related-widget-wrapper-link{
    position: absolute;
    top: 3px;
    right: 0px;
}

.form-icon {
    font-size: 16pt;
    padding-top: calc(0.375rem + 1px);
}

.form-buttons {
    margin-left: 2px;
}

.spool-color-indicator {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 5px;
    border: 1px solid black;
}

.radio-notactive {
    color: #3276b1;
    background-color: #fff;
}

.detail-table {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border: 1px solid rgba(39,41,43,0.1);
    font-size: 1.1rem;
}

.detail-table .row:nth-of-type(odd) div {
    background-color:antiquewhite;
    background-color: rgba(39,41,43,0.03);
}
.detail-table .row:nth-of-type(even) div {
    background: #FFFFFF;
}

.detail-heading {
    font-weight: bold;
}

.heading-row {
    margin-bottom: 0.75rem;
    margin-top: 0.75rem;
}

.form-table-container tbody tr th {
    padding-right: 2rem;
}

.form-table-container {
    margin-bottom: 1rem;
}

.notification {
    position: absolute;
    top: 2rem;
    right: 1rem;
}

.toast-body-light {
    background-color: rgba(255,255,255,.85);
}

.toast-item {
    margin-bottom: 1rem;
}

#error_msg {
    margin-top: 0.75rem;
}