/*body {*/
/*  background-color: #f7f7f7 !important;*/
/*}*/

.container {
    max-width: unset!important;
}

/*[data-bs-theme=dark].floating-card,[data-bs-theme=dark].dropdown-menu {*/
/*  background-color: #2c2c2c !important;*/
/*}*/

/*.container { max-width: none !important; }*/

.page-header {

}

.x-small {
  font-size: 0.7rem;
}

nav .dropdown-menu {
    position: static !important;
}

a:not([role=button]) {
    text-decoration: none !important;
    color: inherit !important;
}

.row>* {
    padding: 0.5rem !important;
}

/* Before it gets into mobile navbar */
@media (min-width: 768px) {
    nav {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
}

.requiredField .asteriskField {
    color: red;
}

form div:has(input[type="submit"]) {
    text-align: right;
}

td.clickable {
    cursor: pointer;
}