.validationError {
    color: #AA1E00;
}

.validationError_login {
    color: #AA1E00;
    background: #ffebeb;
    padding: 6px 0;
    border-radius: 5px;
}

.error {
    color: #F30;
}

.warning {
    color: #0000ff;
}

.success {
    color: #00cc33;
}

/* === Light Blue Theme Overrides === */
/* Primary palette */
/* base */
.theme-primary-bg {
    background-color: #4da3ff !important;
}

.theme-primary {
    color: #4da3ff !important;
}

.theme-primary-border {
    border-color: #4da3ff !important;
}

.theme-primary-dark-bg {
    background-color: #2b78e4 !important;
}

.theme-primary-light-bg {
    background-color: #e8f3ff !important;
}

/* Navbar/header */
.navbar {
    background-color: #4da3ff !important;
    border-color: #2b78e4 !important;
}

.navbar .navbar-brand,
.navbar .navbar-nav>li>a {
    color: #fff !important;
}

.navbar .navbar-nav>li>a:hover,
.navbar .navbar-nav>li>a:focus {
    background: rgba(255, 255, 255, 0.12) !important;
    color: #fff !important;
}

/* Left panel background branding */
#main-menu-bg {
    background: #2b78e4 !important;
}

#main-menu-bg .lp-brand {
    background-color: #ffffff !important;
    color: #000000;
}

#main-menu-bg .lp-store-name {
    color: #fff;
}

/* Panels and tables */
.panel-primary>.panel-heading {
    background-color: #4da3ff !important;
    border-color: #2b78e4 !important;
    color: #fff !important;
}

.panel-heading {
    background-color: #e8f3ff;
    border-color: #ffffff;
    color: #2b78e4;
}

.table thead th {
    background-color: #e8f3ff;
    color: #ffffff;
    border-color: #cfe6ff;
}

/* Buttons */
.btn-primary {
    background-color: #4da3ff;
    border-color: #2b78e4;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #2b78e4;
    border-color: #225fb7;
    color: #fff;
}
.table-info thead tr, th
{
    background: #ffffff !important;
}

.btn-info {
    background-color: #69b6ff;
    border-color: #4da3ff;
    color: #fff;
}

.btn-info:hover,
.btn-info:focus {
    background-color: #4da3ff;
    border-color: #2b78e4;
}

/* Labels and badges */
.label-info {
    background-color: #4da3ff;
}

.label-default {
    background-color: #cfe6ff;
    color: #2b78e4;
}

.badge {
    background-color: #4da3ff;
}

/* Links */
a {
    color: #2b78e4;
}

a:hover,
a:focus {
    color: #1f5fb4;
}

/* Misc chips used in workflow badges */
.label-done {
    background: #27ae60;
}

.label-current {
    background: #4da3ff;
}

.label-pending {
    background: #cfe6ff;
    color: #2b78e4;
}
/* Enha
nced Image Display Styles */
.image-preview-container {
    margin-bottom: 20px;
}

.image-preview {
    border: 2px solid #e8f3ff;
    padding: 15px;
    text-align: center;
    border-radius: 8px;
    background: linear-gradient(135deg, #f8fbff 0%, #e8f3ff 100%);
    box-shadow: 0 2px 8px rgba(77, 163, 255, 0.1);
    transition: all 0.3s ease;
}

.image-preview:hover {
    border-color: #4da3ff;
    box-shadow: 0 4px 16px rgba(77, 163, 255, 0.2);
    transform: translateY(-2px);
}

.current-image {
    max-width: 100%;
    max-height: 220px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.current-image:hover {
    transform: scale(1.08);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.additional-image-container {
    border: 2px solid #e8f3ff;
    padding: 12px;
    text-align: center;
    border-radius: 8px;
    background: linear-gradient(135deg, #f8fbff 0%, #e8f3ff 100%);
    box-shadow: 0 2px 8px rgba(77, 163, 255, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.additional-image-container:hover {
    border-color: #4da3ff;
    box-shadow: 0 4px 16px rgba(77, 163, 255, 0.2);
    transform: translateY(-2px);
}

.additional-image {
    max-width: 100%;
    max-height: 160px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.additional-image:hover {
    transform: scale(1.08);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.image-actions {
    margin-top: 12px;
    padding-top: 8px;
    border-top: 1px solid #cfe6ff;
}

.image-actions .text-muted {
    color: #2b78e4 !important;
    font-weight: 500;
}

/* Modal enhancements */
.modal-lg {
    width: 90%;
    max-width: 1000px;
}

#modalImage {
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

/* Image upload section styling */
.panel-default > .panel-heading h4 {
    color: #2b78e4;
    font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .current-image {
        max-height: 180px;
    }
    
    .additional-image {
        max-height: 120px;
    }
    
    .image-preview {
        padding: 10px;
    }
    
    .additional-image-container {
        padding: 8px;
        margin-bottom: 15px;
    }
}

/* Loading state for images */
.image-loading {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

/* Image gallery grid improvements */
.image-gallery-row {
    display: flex;
    flex-wrap: wrap;
    margin: -8px;
}

.image-gallery-col {
    padding: 8px;
    flex: 0 0 25%;
    max-width: 25%;
}

@media (max-width: 992px) {
    .image-gallery-col {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (max-width: 768px) {
    .image-gallery-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 480px) {
    .image-gallery-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
}/* J
ob Sheet Products Display */
.products-list {
    max-height: 120px;
    overflow-y: auto;
}

.product-item {
    padding: 4px 0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-item:last-child {
    border-bottom: none;
}

.product-item strong {
    color: #2b78e4;
}

.product-item .badge {
    background-color: #4da3ff;
    color: white;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 10px;
}

/* Product selection in job sheet creation */
.product-row {
    border-left: 3px solid #4da3ff;
    padding-left: 15px;
    margin-bottom: 20px;
    background: #f8fbff;
    padding: 15px;
    border-radius: 8px;
}

.product-info-card {
    border: 2px solid #e8f3ff;
    padding: 15px;
    border-radius: 8px;
    background: linear-gradient(135deg, #f8fbff 0%, #e8f3ff 100%);
    margin-bottom: 10px;
    box-shadow: 0 2px 4px rgba(77, 163, 255, 0.1);
}

.product-details h5 {
    color: #2b78e4;
    margin-bottom: 5px;
    font-weight: 600;
}

.product-details p {
    margin-bottom: 3px;
    color: #666;
    font-size: 13px;
}

.product-image {
    border: 1px solid #ddd;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border-radius: 4px;
}

/* Enhanced table styling for job sheets */
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f8fbff;
}

.table-bordered > thead > tr > th {
    background-color: #4da3ff;
    color: white;
    border-color: #2b78e4;
}

/* Status labels */
.label-success {
    background-color: #27ae60;
}

.label-warning {
    background-color: #f39c12;
}

.label-default {
    background-color: #95a5a6;
}