﻿.bg-navbar {
    background-color: #edf5fc;
}

.bold {
    font-weight: bold;
}

.error-field {
    background-color: #ffcccc !important;
}

.labelmargin label {
    margin-left: .5rem;
    margin-right: 1rem;
}

.oms-color-primary {
    color: #4791ce;
}

.oms-color-dark {
    color: #001427;
}

.oms-color-green {
    color: #79b473;
}

.oms-btn {
    background-color: #4791ce;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem; /* 6px rounded corners */
    font-weight: 500;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.oms-btn:hover {
    background-color: #0e4b6e;
    color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

.oms-btn:focus {
    outline: 2px solid #0e4b6e; /* Blue border */
    outline-offset: 2px; /* Space between border and button */
}

.oms-btn-danger {
    background-color: #D56062 !important;
}

.oms-btn-danger:hover {
    background-color: #ff6663 !important;
}

.oms-link {
    padding: 0;
    background: none;
    border: none;
    color: #4791ce;
    text-decoration: none;
    transition: color 0.3s ease;
    cursor: pointer;
}

.oms-link:hover {
    color: #0e4b6e;
    text-decoration: underline;
}

.oms-nav-link {
    display: block;
    padding: 12px 12px 12px 12px;
    font-weight: 600;
    color: #4791ce;
}

.text-sm {
    font-size: 0.875rem;
}

.text-lg {
    font-size: 1.25rem;
}

.text-xl {
    font-size: 1.5rem;
}

.bg-main {
    background-image: url('/images/bg_compressed.png');
    background-size: cover;
    background-position: center;
}
