html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


.div_component_title_single {
    float: left;
    width: 19.5%;
    padding-left: 1rem;
    padding-top: 0.5rem;
    font-size: 12px;
}

.div_component_title_several {
    float: left;
    width: 50%;
    padding-left: 1rem;
    padding-top: 0.5rem;
    font-size: 12px;
}

.div_row {
    display: flex;
    flex-direction: row;
    justify-content: left;
    padding-bottom: 0.5rem;
}


.home {
    position: absolute;
    top: 0;
    height: 100% !important;
}

html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
}

.container {
    flex: 1;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
    display: flex;
    flex-direction: column;
}