@import url(fonts.css);

body {
  font-family: "Calibri", Arial, sans-serif;
}

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.nolink,
.nolink:link,
.nolink:visited,
.nolink:hover,
.nolink:focus,
.nolink:active {
  color: inherit;
  text-decoration: none;
}

.mv-divAlert {
  margin-top: 10px;
  width: 600px;
}

.alert-safe-error {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-safe-error>button.close {
  display: none;
}

.mv-subtitle {
  color: #002b50;
  letter-spacing: 3px;
}

/* Buttons */
.mv-btn {
  border-radius: 25px;
  padding: 10px;
  letter-spacing: 0.5px;
  font-size: 1.2rem;
  min-width: 100px;
}

.mv-btnSuccess {
  color: #fff;
  background-color: #9FC131;
  border-color: #9FC131;
}

.mv-btnSuccess:hover {
  color: #fff;
  background-color: #5f731d;
  border-color: #5f731d;
}

.mv-btnSecondary {
  color: #fff;
  background-color: #042940;
  border-color: #042940;
}

.mv-btnFilter {
  margin-left: 5px;
}

.mv-btnSecondary:hover {
  color: #fff;
  background-color: #00090c;
  border-color: #00090c;
}

.mv-btnDanger {
  color: #fff;
  background-color: #bb0200;
  border-color: #bb0200;
}

.mv-btnDanger:hover {
  color: #fff;
  background-color: #870100;
  border-color: #870100;
}

.main-row {
  height: 85vh;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  position: relative;
  overflow-y: scroll;
}

.dataTables_wrapper {
  font-size: 1rem;
}

.mv-menuHorizontal {
  min-height: 15vh;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.2);
}

i.fas,
i.far {
  color: #002b50;
}

div#footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

div#mv-footerMenuVertical {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100vh;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.2);
  font-size: .9rem;
}

.mv-menuLink {
  display: flex;
  flex-direction: column;
}

.mv-menuLink:hover {
  font-weight: bold;
}

#mv-logoutLink {
  background-color: inherit;
  border: none;
}

.mv-boxContent {
  box-shadow: -2px 1px 7px 0px rgb(0 0 0 / 20%);
  border-radius: 25px;
  margin-bottom: 32px;
  padding: 24px;
}

@media (max-width: 991.98px) {
  div#mv-footerMenuVertical {
    flex-direction: row;
    align-items: center;
    padding-top: 8px;
    height: auto !important;
    font-size: .9rem;
  }
}

@media (max-width: 575.98px) {
  div#footer {
    font-size: .9rem;
  }
}

.page-item.active .page-link {
  background-color: #042940;
  border-color: #042940;
}

.page-link {
  color: #365466;
}
