body {
    background-color: #f5f5f5;
    min-height: 100vh;
}

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    padding: 48px 0 0;
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
    padding-top: 2px;
    padding-bottom: 2px;
}

.sidebar .nav-link:hover {
    color: #b63c10 !important;
}

.sidebar .nav-link.active {
    color: #2470dc;
}

.sidebar .nav-link i {
    font-size: 20px;
}

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
}

.navbar .form-control {
    padding: .75rem 1rem;
}

.form-control-dark {
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

.form-control-dark::placeholder {
    color: #555555;
}

.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

[data-initials]:before {
    background: #80B3FF;
    color: white;
    content: attr(data-initials);
    display: inline-block;
    font-weight: bold;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 0.5em;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.light-container {
    background-color: #fff;
    border: 1 solid #dee2e6;
    padding-bottom: 1em;
}

.message {
    margin-top: 1em;
    margin-right: 5em;
}

.message .message-text {
    color: #333;
    padding: 1em;
    width: fit-content;
    max-width: 500px;
    min-width: 125px;
}

.message.message-in {
    flex-direction: row-reverse;
    display: flex;
}

.message.message-in .message-text {
    background-color: #dcf8c6;
    border-radius: 20px 0px 20px 20px;
}

.message.message-out .message-text {
    background-color: #ece5dd;
    border-radius: 20px 20px 20px 0px;
}

.message.message-in .message-time {
    text-align: right;
}

.message .message-time {
    font-weight: lighter;
    font-size: .875em;
}

.message-sender {
    position: absolute;
    top: 1em;
    right: 0;
}

a.link {
    text-decoration-style: dotted;
    color: darkred;
}

div.log-output {
    color: black;
    font: 1.3rem Inconsolata, monospace;
    background-color: white;
    min-height: 20vh;
    border: 1px lightgrey solid;
    padding: 0.5em;
}

div.pdf {
    background-color: white;
    min-height: 500px;
}

table.table {
    background-color: white;
}

.navbar.bg-primary {
    background-color: #80B3FF !important;
}

.btn.btn-primary:hover,
.btn.btn-success:hover {
    filter: brightness(95%);
}

.btn.btn-primary {
    background-color: #80B3FF;
    border-color: #80B3FF;
}

.bg-primary {
    background-color: #80B3FF !important;
}

.btn.btn-success {
    background-color: #50C878;
    border-color: #50C878;
}

.bg-success {
    background-color: #50C878 !important;
}

input[type="checkbox"]:checked {
    background-color: #80B3FF;
    border-color: #80B3FF;
}

.form-signin-container {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    height: 100vh;
}

a.list-group-item.active {
    background-color: #f9f9f9;
    border-color: #80B3FF;
    color: #333;
}

label.form-label:has(+input:required):not(.requiredField)::after,
label.form-label:has(+select:required):not(.requiredField)::after,
label.required::after {
    margin-left: 2px;
    content: "*";
    color: red;
}

a.column_sort {
    color: #333;
}

div.message-contacts {
    max-height: 500px;
    overflow: auto;
}

.floating-button {
    position: absolute;
    right: 10px;
    top: 10px;
}


.ui-datepicker {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .5);
    color: #333;
    font-family: var(--bs-font-sans-serif);
}

.ui-datepicker .ui-datepicker-header {
    background: white;
    font-weight: bold;
    border: none;
}

.ui-datepicker td a.ui-state-default {
    background: white;
    border: none;
}

.ui-datepicker td a.ui-state-default.ui-state-hover {
    background: #eee;
}

.ui-datepicker td.ui-datepicker-current-day a {
    background: #80B3FF;
    border: black solid 1px;
}

.ui-datepicker td.ui-datepicker-today a {
    border: black solid 1px;
}

.ui-datepicker .ui-datepicker-prev span {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-left" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8"/></svg>');
    background-repeat: no-repeat;
    background-position: 0;
    display: flex;
    justify-content: center;
    color: black;
}

.ui-datepicker .ui-datepicker-prev.ui-state-disabled span,
.ui-datepicker .ui-datepicker-next.ui-state-disabled span {
    background-image: none;
}

.ui-datepicker .ui-datepicker-next span {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8"/></svg>');
    background-repeat: no-repeat;
    background-position: 0;
    display: flex;
    justify-content: center;
    color: black;
}

.ui-datepicker a.ui-datepicker-prev.ui-state-hover,
.ui-datepicker a.ui-datepicker-next.ui-state-hover {
    background: none;
    border: black solid 1px;
}

.message-list {
    overflow: auto;
    max-height: 550px;
}

ul.pagination a {
    text-decoration: none;
}

ul.pagination li.disabled a {
    color: rgb(33 37 41 / 75%)
}

ul.pagination li.active {
    background-color: white;
}

.close-layer {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: ' ';
    background: rgba(0, 0, 0, 0);
    display: none;
}

.font-smaller {
    font-size: smaller;
}

.font-larger {
    font-size: larger;
}

.clickable {
    cursor: pointer;
}

.clickable:hover {
    background-color: #80B3FF;
}

.font-xx-large {
    font-size: xx-large;
}

div.hundred-square {
    width: 100px;
    height: 100px;
}

div.form-errors ul.errorlist li {
    color: red;
    list-style: none;
}