html, body {
  height: 100% !important;
}

a, a:visited, a:hover {
  color: #4F5467
}

.line-break-text {
  white-space: pre-wrap;
}

.altura-minima-container {
  min-height: 450px;
}

/* .card {
  border: none;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
} */

.card.card-lista {
  /* border: 0.5px solid #bdc2c5; */
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
  border-radius: 4px;
  /* box-shadow: 0 0 3px 0 rgba(0,0,0,0.2); */
  -webkit-box-shadow: 0 7.5px 6px -6px #ccc;
     -moz-box-shadow: 0 7.5px 6px -6px #ccc;
          box-shadow: 0 7.5px 6px -6px #ccc;
  margin-bottom: 10px;
}

.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #f2f2f2;
}

.list-group-item.active {
  z-index: 2;
  color: #999;
  background-color: #f2f2f2;
  border-color: transparent;
  font-weight: bold;
}

.pointer {
  cursor: pointer;
}

.underline {
  text-decoration: underline;
}

.sem-borda {
  border: none;
}

.com-borda {
  border: 1px solid #ccc;
}

.borda-superior-com-sombra {
  border-top: 1px solid #ccc;
  box-shadow: 0 0 2px 0 rgb(0 0 0 / 15%);
}

.borda-direita {
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 20%);
}

.btn {
  color: #fff;
  border-radius: 8px !important;
}

.btn:hover {
  color: #fff;
}

.nav-tabs {
  border-bottom: 1px solid #6c757d;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border-color: #6c757d #6c757d #fff;
}

.nav-tabs .nav-tabs .nav-link:hover {
  border-color: #fff #fff transparent;
}

.input-group-text {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

/* .input-group-text .d-line-block {
  border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important;
} */

.input-group .btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

select, textarea {
  border-color: #6c757d !important;
  font-family: Arial, sans-serif;
  font-size: 14px;
  border-radius: 8px !important;
}

input[type="text"], input[type="password"], input[type="email"], input[type="date"], input[type="number"] {
  border-color: #6c757d;
  font-family: Arial, sans-serif;
  font-size: 14px;
  border-radius: 8px;
}

.input-group-text {
  border-color: #6c757d;
}

.table.condensed td, .table.condensed th {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}

.table.bottom-min td, .table.bottom-min th {
  padding-bottom: 0.4rem !important;
}

.table td.top-min-cell-2, .table th.top-min-cell-2 {
  padding-top: 0.2rem !important;
}

.table td.top-min-cell-4, .table th.top-min-cell-2 {
  padding-top: 0.4rem !important;
}

.table td.top-min-cell-6, .table th.top-min-cell-6 {
  padding-top: 0.6rem !important;
}

.table td.top-min-btn, .table th.top-min-btn {
  padding-top: 0.2rem !important;
}

.hr-line {
  border: #555;
  margin: 4px 0;
  margin-top: 6px;
  margin-bottom: 6px;
  opacity: 0.5;
  size: 2;
}

.hr-line-light {
  border: #777;
  margin: 4px 0;
  margin-top: 5px;
  margin-bottom: 5px;
  opacity: 0.4;
  size: 2;
}

.hr-line-light-1 {
  border: #ccc;
  margin: 6px 0;
  margin-top: 5px;
  margin-bottom: 5px;
  opacity: 0.3;
  size: 2;
}

.hr-line-light-2 {
  border: #e9ecef;
  margin: 6px 0;
  margin-top: 5px;
  margin-bottom: 5px;
  opacity: 0.1;
  size: 2;
}

.hr-line-dashed {
  border-top: 1px dashed #666;
  color: #ffffff;
  margin: 6px 0;
  margin-top: 5px;
  background-color: #ffffff;
  height: 1px;
}

.break-title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.ellipsis {
  overflow: hidden;
  /*display: block;*/
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btn-38 {
  min-width: 38.25px;
}

.btn-80 {
  min-width: 80px;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media print {
  .no-print {
    display: none;
  }
}

@media (max-width: 548px) {
  .lds-ripple {
    top: calc(42.1% - 3.5px);
    left: calc(44.5% - 3.5px);
  }
}
