html {
  font-size: 62.5%;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
}

footer {
  margin-top: auto;
}

h1 {
  color: #3f96b3;
}
@media only screen and (max-width: 575px) {
  h1 {
    text-align: center;
    padding: 1rem 0;
  }
}

h2 {
  padding-bottom: 0.5rem;
}

.centered-form {
  max-width: 25rem;
  margin: inherit;
  /*padding-bottom: 2rem;*/
}

label {
  margin-bottom: 0;
  padding-top: 0.2rem;
}

.navbar {
  background-color: #71b5cc;
}
@media only screen and (min-width: 575px) {
  .navbar {
    padding: 0.4rem 2rem;
  }
}
.navbar a {
  color: white;
  text-decoration: none;
}
.navbar a:hover {
  background-color: #3f96b3;
}
.navbar a.active {
  background-color: #3f96b3;
}
.navbar .navbar-collapse {
  justify-content: space-between;
}
.navbar .navbar-collapse .navbar-nav {
  gap: 1rem;
}

.content {
  padding: 2rem;
}
@media only screen and (min-width: 576px) {
  .content.margins {
    margin-left: 20%;
    margin-right: 20%;
  }
}
.content .center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.subtitle {
  font-size: x-small;
}

.footer {
  padding: 0 2rem;
}

.header {
  background-color: #71b5cc;
}

.img-preview {
  display: block;
  padding: 1.5rem;
  max-height: 45rem;
  max-width: 100%;
}

.btn {
  text-decoration: none;
  padding: 8px 16px;
}

.download-button {
  width: 20rem;
  margin-top: 1rem;
}

.btn-primary {
  background-color: #71b5cc;
  color: white;
  border: none;
}
@media only screen and (max-width: 575px) {
  .btn-primary {
    width: 100%;
  }
}
.btn-primary:hover {
  background-color: #3f96b3;
}
.btn-primary:disabled {
  background-color: gray;
}

.btn-warning {
  border: none;
}
@media only screen and (max-width: 575px) {
  .btn-warning {
    width: 100%;
  }
}
.btn-warning:disabled {
  background-color: gray;
}

.contact-form {
  padding-top: 1rem;
}

.login-form {
  max-width: 100%;
  margin: 0;
}

.form-control, .btn {
  font-size: 1.2rem;
}

.title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #add8e6;
  padding: 0.8rem 3.3rem;
}
.title .user-name {
  display: inline;
  text-align: end;
}
.title .user-name > * {
  margin: 0;
}
.title .user-name i {
  padding-right: 0.5rem;
}
.title > * {
  margin: 0;
}
@media only screen and (max-width: 575px) {
  .title {
    justify-content: center;
  }
  .title .user-name {
    display: none;
  }
}

@media only screen and (min-width: 576px) {
  .center-clock {
    padding: 2rem 0 7rem 0;
  }
}
.center-clock #current-time {
  text-align: center;
  padding-bottom: 1rem;
  font-size: 4rem;
}

.buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  max-width: 100%;
}
@media only screen and (max-width: 575px) {
  .buttons {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (min-width: 576px) {
  .buttons .btn {
    width: 20%;
    height: 7.5rem;
  }
}

.action {
  width: 20rem;
  max-width: 20rem;
  min-width: 20rem;
}

.add-action {
  text-align: right;
}
.add-action i {
  padding: 12px 16px 0 0;
}

@media only screen and (max-width: 575px) {
  .manage-btn {
    width: 10rem;
  }
}

.type {
  width: 20rem;
}

.day-type-select {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: inherit;
}

.modal-header {
  align-items: center;
  padding: 1rem 1.5rem;
}

.day-header {
  width: 2rem;
}

.padding-left {
  padding-left: 3rem;
}

.modal-btns {
  display: flex;
  width: 100%;
  gap: 1rem;
}

.btn-modal {
  flex-grow: 1;
}

.index-date {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  padding-bottom: 1rem;
  flex-wrap: wrap;
}

.current-month {
  min-width: 13rem;
}

#companyNameForm {
  padding-bottom: 2rem;
}

#funds tr td:nth-child(2) {
  text-align: right;
}

.custom-select {
  border: none;
  background-color: transparent;
  max-width: 12rem;
  font-size: medium;
}

@media (min-width: 576px) {
  .modal-larger {
    max-width: 600px;
  }
}

.lock-position {
  right: 2rem;
}

.overview-position {
  left: 2rem;
}

.lock-position, .overview-position {
  order: -1;
}
@media (max-width: 575px) {
  .lock-position, .overview-position {
    flex-basis: 48%;
  }
}
@media (min-width: 576px) {
  .lock-position, .overview-position {
    position: absolute;
  }
}

.filters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.filters label {
  display: block;
}
.filters .btn {
  align-self: flex-end;
  margin-bottom: 1rem;
}
.filters .year-input {
  height: 27px;
  max-width: 10rem;
}

.filter-buttons {
  padding-top: 17px;
}

.document-status .document-status-dropdown, .document-status .dropdown-menu {
  font-size: 1.4rem;
}
.document-status .document-status-dropdown {
  width: 120px;
  padding: 8px;
  border: 1px solid grey !important;
}
.document-status .document-status-dropdown.btn-success {
  color: black !important;
  background-color: white !important;
  box-shadow: none !important;
}/*# sourceMappingURL=styles.css.map */