/* Minimal AdminLTE CSS for Galen Financeiro */
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.wrapper {
  min-height: 100vh;
  background-color: #f4f6f9;
}

.main-header {
  background-color: #fff;
  border-bottom: 1px solid #dee2e6;
}

.main-sidebar {
  background-color: #343a40;
  min-height: 100vh;
}

.brand-link {
  display: block;
  padding: 0.8125rem 0.5rem;
  color: rgba(255,255,255,.8);
  border-bottom: 1px solid #4b545c;
}

.nav-sidebar .nav-link {
  color: #c2c7d0;
  padding: 0.75rem 1rem;
}

.nav-sidebar .nav-link.active {
  background-color: #007bff;
  color: #fff;
}

.content-wrapper {
  background-color: #f4f6f9;
  min-height: calc(100vh - 57px);
}

.content-header {
  padding: 15px 0.5rem;
}

.card {
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 0.25rem;
  box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
  margin-bottom: 1rem;
}

.card-header {
  background-color: rgba(0,0,0,.03);
  border-bottom: 1px solid rgba(0,0,0,.125);
  padding: 0.75rem 1.25rem;
}

.card-body {
  padding: 1.25rem;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th {
  border-top: 1px solid #dee2e6;
  border-bottom: 2px solid #dee2e6;
  padding: 0.75rem;
  text-align: left;
}

.table td {
  border-top: 1px solid #dee2e6;
  padding: 0.75rem;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
  text-decoration: none;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.main-footer {
  background-color: #fff;
  border-top: 1px solid #dee2e6;
  padding: 1rem;
}

.user-panel {
  position: relative;
}

.user-panel .image {
  display: inline-block;
  padding-left: 0.8rem;
}

.user-panel .info {
  display: inline-block;
  padding: 5px 5px 5px 10px;
}

.user-panel img {
  width: 2.1rem;
  height: auto;
}

.nav-treeview {
  list-style: none;
  padding: 0;
}

.nav-treeview .nav-link {
  padding-left: 2.5rem;
}

.float-right {
  float: right !important;
}

.float-sm-right {
  float: right !important;
}

.d-none {
  display: none !important;
}

.d-sm-inline {
  display: inline !important;
}

.d-sm-inline-block {
  display: inline-block !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-sm {
  font-size: 0.875rem !important;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item.active {
  color: #6c757d;
}
.nav-sidebar .nav-link {
  font-size: 0.9rem !important;
}

.nav-treeview .nav-link {
  padding-left: 1.5rem !important;
}

.table td, .table th {
  font-size: 1rem !important;
  vertical-align: middle !important;
  border-top: 1px solid #dee2e6;
}

/* Force striped style for consistency if requested, but usually depends on class.
   However, let's ensure the border color is consistent. */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0,0,0,.05);
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0,0,0,.075);
}

