.upper {
    text-transform: uppercase
}

.list-group-item {
    border: none;
    border-radius: 0 !important;
    border-bottom: 1px solid #f8f8f8;
}

a {
    text-decoration: none;
    color: #00587e !important;
}

a.button {
    color: white !important;
}

.myModal {
    padding: 10px;
    border-radius: 0;
}

body {
    background-color: #f8f8f8;
}

.smalltext {
    font-size: 80%;
}

.w-col {
    font-size: 14px;
}

.w-button-inactive {
    background-color: #888;
}
.mynavbar {
    background-color: #00587e;
}
.footer-wrapper a {
    color: white !important;
}

.plone-toolbar-left-default {
    padding-left: 0 !important;
}
.heading {
    border: 0px;
    margin-top: 30px;
}
.userinfoblock {
    padding: 30px 20px;
    background-color: #00587e;
    color: white;
    margin-bottom: 15px;
    text-align: left;
}
.userinfoblock a {
    color: white !important;
}
.btn-scan {
    color: white !important;
    text-transform: uppercase;
}
#logoimg {
    padding: 15px 10px;
    margin: 0;
}
#logoimgright {
    padding: 10px 0;
    margin: 0;
}
#logoimgfooter {
    border-radius: 5px; 
    margin: 0;
    padding: 10px;
    background-color: white;
}
h4 {
    margin-top: 0;
    margin-bottom: 0;
}
.navbar {
    --bs-navbar-padding-y: 0;
}
.form-control, .form-select {
    border: 0;
}