body {
  background-color: #fbfbfb;
}
@media (min-width: 991.98px) {
  /* main {
    padding-left: 240px;
  } */
}

/* Sidebar */
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 60px 0 0; /* Height of navbar */
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
  width: 300px;
  z-index: 600;
}

@media (max-width: 991.98px) {
  .sidebar {
    width: 100%;
  }
}
.sidebar .active {
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.bootstrap-select > .dropdown-toggle {
  background-color: #fff;
  box-shadow: none;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}

.bootstrap-select > .dropdown-toggle {
  text-transform: none;
  padding-left: 12px;
  font-size: 1em;
  font-weight: normal;
  height: 36px;
  line-height: 1em;
}

.bootstrap-select.is-invalid .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #f93154;
  color: #f93154;
}

table.dataTable {
  font-family: Arial, Helvetica, sans-serif;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  font-size: 0.9em;
}

.card-header {
  color: cornflowerblue;
}

.rotulo {
  color: #fff;
  background-color: cornflowerblue;
  font-size: large;
  font-weight: bolder;
  padding: 10px 0 10px 20px;
  border-radius: 5px 5px 0 0;
  margin-bottom: 0;
}

.label-arriba {
  font-size: 0.85em;
  margin: 0 0 0 10px;
}

.list-group {
  font-size: 0.85em;
}
