/* Bauxite Trading Module CSS */

/* Quality specification table */
.bauxite-quality-table {
    width: 100%;
    border-collapse: collapse;
}

.bauxite-quality-table th,
.bauxite-quality-table td {
    padding: 8px;
    text-align: center;
    border: 1px solid #dee2e6;
}

.bauxite-quality-table th {
    background-color: #f8f9fa;
    font-weight: bold;
}

.bauxite-quality-good {
    background-color: #d4edda !important;
    color: #155724;
}

.bauxite-quality-warning {
    background-color: #fff3cd !important;
    color: #856404;
}

.bauxite-quality-bad {
    background-color: #f8d7da !important;
    color: #721c24;
}

/* Weight display */
.bauxite-weight-display {
    font-family: monospace;
    font-size: 1.1em;
}

/* Price display */
.bauxite-price-display {
    font-family: monospace;
    font-size: 1.1em;
}

.bauxite-price-positive {
    color: #28a745;
}

.bauxite-price-negative {
    color: #dc3545;
}

/* Cargo status badges */
.bauxite-status-draft {
    background-color: #6c757d;
}

.bauxite-status-confirmed {
    background-color: #007bff;
}

.bauxite-status-shipped {
    background-color: #17a2b8;
}

.bauxite-status-delivered {
    background-color: #28a745;
}

.bauxite-status-cancelled {
    background-color: #dc3545;
}

/* Invoice type badges */
.bauxite-invoice-provisional {
    background-color: #ffc107;
    color: #212529;
}

.bauxite-invoice-final {
    background-color: #28a745;
}

.bauxite-invoice-adjustment {
    background-color: #6f42c1;
}

/* Analysis reference indicator */
.bauxite-reference-indicator {
    display: inline-block;
    padding: 2px 6px;
    background-color: #007bff;
    color: white;
    font-size: 0.8em;
    border-radius: 3px;
    margin-left: 5px;
}

/* Dashboard widgets */
.bauxite-dashboard-stat {
    text-align: center;
    padding: 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 8px;
    margin-bottom: 15px;
}

.bauxite-dashboard-stat .stat-number {
    font-size: 2.5em;
    font-weight: bold;
}

.bauxite-dashboard-stat .stat-label {
    font-size: 0.9em;
    opacity: 0.9;
}
