/* ODS Admin - App-specific style overrides */

/* VMS tab styling */
.ods-tabs {
    margin-top: 15px;
    border-bottom: 2px solid #003e7e;
}
.ods-tabs a {
    display: inline-block;
    padding: 8px 16px;
    text-decoration: none;
    color: #003e7e;
    border: 1px solid #ccc;
    border-bottom: none;
    margin-right: 2px;
    background: #f5f5f5;
}
.ods-tabs a.active {
    background: #003e7e;
    color: #fff;
    font-weight: bold;
}
.ods-tab-content {
    border: 1px solid #ccc;
    border-top: none;
    padding: 15px;
}

/* Status indicators */
.status-active { color: #006600; font-weight: bold; }
.status-inactive { color: #990000; }

/* Current rate highlight */
.current-rate { color: #cc0000; font-weight: bold; }

/* Messages */
.ods-success { color: #006600; padding: 8px; background: #e6ffe6; border: 1px solid #006600; margin-bottom: 10px; }
.ods-error { color: #cc0000; padding: 8px; background: #ffe6e6; border: 1px solid #cc0000; margin-bottom: 10px; }
.ods-info { color: #003e7e; padding: 8px; background: #e6f0ff; border: 1px solid #003e7e; margin-bottom: 10px; }
.ods-warning { color: #996600; padding: 8px; background: #fff8e6; border: 1px solid #996600; margin-bottom: 10px; }
