﻿body {
    background-color: #F5F5FA;
    color: #00053E;
}
td {
    color: #00053E;
}

.btn-outline-primary {
    --bs-btn-color: #00053E;
    --bs-btn-border-color: #00053E;
    --bs-btn-hover-bg: #00053E;
    --bs-btn-hover-border-color: #00053E;
    --bs-btn-hover-color: #fff;
}
.btn-primary {
    --bs-btn-bg: #00053E;
    --bs-btn-border-color: #00053E;
    --bs-btn-hover-bg: #00063A; /* slightly lighter/different shade for hover */
    --bs-btn-hover-border-color: #00063A;
    --bs-btn-active-bg: #00052F; /* deeper shade for active */
    --bs-btn-active-border-color: #00052F;
    --bs-btn-color: #fff; /* text color */
}

.podlaga1 {
    background-color: #E5E5EA;
}

.table-primary th {
    --bs-table-bg: #00053E;
    --bs-table-striped-bg: #00053E;
    --bs-table-color: #fff !important;
    color: #fff !important;
}


.table-secondary tbody tr:nth-child(1) {--bs-table-bg: #FFD700; --bs-table-striped-bg: #FFD700;}
.table-secondary tbody tr:nth-child(2) {--bs-table-bg: #C0C0C0; --bs-table-striped-bg: #C0C0C0;}
.table-secondary tbody tr:nth-child(3) {--bs-table-bg: #D89A5B; --bs-table-striped-bg: #D89A5B;}


.table.table-secondary.table-striped td.colUVR,
.table.table-secondary.table-striped th.colUVR {
    --bs-table-bg: #0093D4;
    --bs-table-striped-bg: #0093D4;
    text-align: center;
    font-weight: bold;
}

.colSTNR {
    text-align: center;
    border: 1px solid #00053E;
    border-radius:12px;
    display:block;
    width:100%;
}

.table-blue {
    --bs-table-color: #fff;
    --bs-table-bg: #00053E;
    --bs-table-border-color: #373b3e;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table.table-striped tbody tr.urnikRumeno {
    background-color: #ffebc4 !important;
}