
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");


html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100vw;
    background-color: white;
    opacity: 0.9;
}


fieldset {
    border: solid silver 1px;
    border-radius: 0.5em;
    padding: 1em;
    padding-top: 12px;
    padding-bottom: 0;
    
    margin: 0;
    margin-bottom: 20px;
    
    
    
    padding-bottom: 8px;
}

legend {
    width: auto;

    padding: 0;
    padding-right: 4px;
    padding-left: 0.15em;

    margin: 0;
    margin-top: -32px;
    margin-bottom: -12px;
    margin-left: -8px;

    background-color: white;

}
.before-fieldset {
    margin-bottom: 20px;
}

input[type=date] {
    max-width: 10em;
}

p.before-form-group {
    margin-bottom: 6px;
}

xxx.form-group.after-legend {
    margin-top: 18px;
}


a.navbar-brand {
    font-weight: bold;
    font-style: italic;
}


tr.row-complete td {
    color: #999;
}
tr.row-open td {
    font-weight: bold;
}