﻿hr.section-divider-dcc-green {
    border-top: 2px solid #00944c;
}

.line.materiel-account-detail {
    float: none;
    width: auto;
}

.form-inline.orderline-option {
    display: flex;
    align-items: center;
}

.opk-exists-mark {
    font-size: 14px;
    font-weight: bold;
    margin-right: 3px;
    display: inline-block;
}

.cell.opk-exists-mark {
    margin-left: 5px;
    vertical-align: middle;
}

.opk-exists-explanations {
    font-size: 12px;
    margin-left: 2px;
    margin-top: 20px;
}

.opk-exists-true {
    color: #007a41;
    font-size: 22px;
}

.opk-exists-false {
    color: #ce1d1d;
    font-size: 22px;
}

.autofill-distribution {
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
}

.tableless {
}

.details-content {
    &--grid

{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    .line

{
    width: auto;
    float: none;
}

}
}

hr.hr-primary {
    height: 2px;
    background-color: #ddd; /* Uses Bootstrap's primary color variable with fallback */
    margin: 2rem 0;
}

.materiel-link {
    margin-top: 20px;
}

#content {
    min-height: 620px;
}

/* Volume Overview Styles - Custom styles only */
.product-overview-section {
    width: 45%;
    float: left;
}

.volume-by-month-section {
    width: 55%;
    float: right;
}

/* Visibility classes */
.hidden {
    display: none;
}

.visible {
    display: block;
}

/* Product row styling */
.product-row {
    cursor: pointer;
}

    .product-row:hover {
        background-color: rgba(0, 0, 0, 0.075); /* Slightly darker than Bootstrap's hover */
    }

/* Dropdown styling */
select option:disabled {
    color: #999;
    background-color: #f5f5f5;
    font-style: italic;
}

.document-type-dropdown-container {
    display: inline-block;
    width: auto;
    max-width: 100%;
}

#documentTypeDropdown {
    width: auto;
    display: inline-block;
    max-width: 100%;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .product-overview-section,
    .volume-by-month-section {
        width: 100%;
        float: none;
    }
}
