html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.title-header {
    background-color: lightgray;
    padding: 10px;
    width: 100%;
    border: 2px solid grey;
    border-radius: 5px;
}

.field-header {
    background-color: lightgray;
    padding: 4px;
    width: 100%;
    border: thin solid grey;
   
}

.field-value {
    font-weight: bold;
}

.list-fields-header {
    font-weight: bold;
}

.bottom-paige-container {
    border-top: 1px solid grey;
    padding-top: 10px;
    text-align: right;
    margin-top: 20px;
}

.aligned-element-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#statusLabelVte {
    font-size:x-small;
    margin-left: 10px;
    display: none;
}
#statusLabelOnda {
    font-size: x-small;
    margin-left: 10px;
    display: none;
}

.footer-box {
    /* position: fixed;*/
    position: relative;
    bottom: 0;
    width: 100%;
    margin-top: 200px;
}

.container {
    
}

