.wrapper {
    height: 100vh;
}

.navbar {
    height: 3.5rem;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100% !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    margin-bottom: 1rem;
}

.navbar-brand {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: #374981 !important;
    padding-left: 15px;
}

.footer {
    margin-top: auto;
    background-color: rgb(248, 249, 250);
    padding: 0;
    text-align: center;
    font-size: 0.9rem;
}

.wrapper_content {
}

.content {
    margin-top: 0;
}

.site-index {
    margin-left: auto;
    margin-right: auto;
}

.form-default {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(248, 249, 250);
}


.form-control:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.form-group label {
    font-size: .875em;
    font-weight: bold;
    margin-bottom: 3px;
}

.filters .form-control {
    font-size: .875em;
    height: 2em;
}


.not-set {
    color: #c55;
    font-style: italic;
}

.grid-view .action-column {
    width: 85px;
}

.kv-grid-table tr th {
    padding-top: 0.2rem;
    padding-bottom: 0;
    font-size: 0.9rem;
}

.kv-grid-table .filters td {
    padding-top: 0.2rem;
    padding-bottom: .2rem;;
    font-size: 0.9rem;
}


.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}


.full-width {
    width: 100%;
    display: flex;
    justify-content: flex-end; /* align inner content to the right */
    align-items: center;
}


.card {
    border: none;
    border-top: 1px solid #dee2e6;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    transition: all 0.3s ease;
    background-color: transparent;
}

.table {
    background-color: #ffffff;
    border-radius: 0.25rem;
    overflow: hidden;
}

.table thead th {
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
}

.alert {
    border-radius: 0.25rem;
    border: none;
}

h1 {
    font-size: 1.2rem;
    font-weight: bold;
}

h2 {
    font-size: 1.2rem;
    font-weight: bold;
}

h3 {
    font-size: 1.2rem;
    font-weight: bold;
}

h4, .h4 {
    font-size: 1.2rem;
    font-weight: bold;
}
