.dataTablesCard tbody tr td {
  color: #333 !important;
}

.box-color {
  width: 20px;
  height: 20px;
  display: inline-block;
}

.logo {
  max-width: 100%;
}

.nav-header {
  padding: 20px 0;
  height: 225px;
}

.nav-header .brand-logo {
  max-height: 100%;
  height: auto;
  width: 100%;
}

.deznav {
  top: 225px;
  height: calc(100vh - 225px);
}

.select2-dropdown {
  z-index: 9999 !important;
}

.fc-media-screen .fc-timegrid-event-harness {
  height: initial !important;
}

.gitlab-commit-info {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7)
}

.apoderado2 {
  display: none;
}

.login>div {
  background-color: #2a2a2a;
}

.login .logo {
  max-width: 200px;
}

.box-login {
  background: #f5f5f5;
}

#filtros select {
  width: 200px;
  display: inline-block;
  margin-right: 10px;
}

.table-responsive.ticket-table {
  padding-top: 10px;
}

nav[role="navigation"] svg {
  width: 24px;
}

#filtros {
  z-index: 9;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  flex-wrap: wrap;
}

#filtros input,
#filtros select {
  margin-bottom: 20px;
}

#filtros.con-paginado {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
  display: block;
}

#filtros .btn,
#filtros input,
#filtros select,
#filtros .select2-container {
  width: 140px !important;
  display: inline-block;
  margin-right: 5px;
}

#filtros .select2-container,
#filtros select,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.input-group-text,
.form-select,
.form-control,
.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length .bootstrap-select .dropdown-toggle {
  min-height: 35px !important;
  height: auto;
}

.btn {
  height: 35px;
  padding: 3px 10px !important;
  font-size: 14px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn.btn-xs {
  font-size: 11px !important;
  padding: 1px 4px !important;
  height: 24px;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  padding-top: 3px !important;
  color: #6e6e6e !important;
  border: 0.0625rem solid #e6e6e6 !important;
  border-radius: 0.5rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 4px !important;
}

.search-area {
  width: 400px !important;
}

table.dataTable tr a {
  text-decoration: underline;
}

table.dataTable tr a.editar {
  text-decoration: none;
}

#fecha_final {
  display: inline-block;
  margin-left: 10px;
}

.pagos .badge {
  color: #fff !important;
  text-decoration: none;
}

.ui-widget-header {
  background: #fff;
  border: 0;
  padding: 0 !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: #000 !important;
  border-color: #000 !important;
}

.ui-widget.ui-widget-content {
  z-index: 9999;
}

.form-control.qty {
  width: 50px;
  padding: 0;
  text-align: center;
}

#form-taller .fc-header-toolbar {
  display: none;
}

#form-taller .dia,
#taller-personalizado .dia {
  display: inline-block;
}

#form-taller .dia .form-check {
  padding: 0 16px 0 0;
}

table.dataTable tbody tr a.btn-success {
  color: #fff !important;
  text-decoration: none;
}

#filtros .fechas {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.0625rem solid #e6e6e6 !important;
  border-radius: 0.5rem !important;
  cursor: pointer;
  position: relative;
}

#filtros .fechas .icono {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#filtros .fechas .caja_fechas {
  position: absolute;
  top: 40px;
  right: 0;
  width: 250px;
  background-color: #fff;
  padding: 12px;
  border-radius: 10px;
  border: 0.0625rem solid #888888 !important;
  box-shadow: 0 0 5px rgb(0, 0, 0, 0.1);
}

.form-select {
  border-radius: 0.5rem;
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  border: 0.0625rem solid #e6e6e6;
  padding: 0.3125rem 1.25rem;
  color: #6e6e6e;
  appearance: none;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

.dataTables_wrapper .dataTables_length .bootstrap-select .dropdown-toggle {
  padding: 8px 15px !important;
  width: 70px !important;
}

.ui-tabs {
  padding: 0 !important;
}

.ui-tabs,
.ui-tabs .ui-tabs-nav {
  border: none !important;
  background: transparent !important;
}

.ui-tabs .ui-tabs-nav {
  z-index: 10;
  position: relative;
  bottom: -2px;
}

.ui-tabs .ui-tabs-nav li {
  margin: 0 !important;
  background-color: #fff;
}

.ui-tabs .ui-tabs-panel {
  padding: 30px 20px !important;
  background-color: #fff !important;
  border-radius: 0 0 10px 10px;
  border: 1px solid #c5c5c5 !important;
}

#hora_inicio button {
  opacity: .6;
}

#hora_inicio button.active {
  opacity: 1;
}

.table-clases {
  border-collapse: collapse;
  width: 100%;
  margin: 20px auto;
}

.table-clases th,
.table-clases td {
  padding: 8px;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}

.table-clases .day {
  font-weight: bold;
  font-size: 12px;
  color: #777;
  text-transform: uppercase;
  width: 90px;
  white-space: nowrap;
}

.table-clases .time {
  color: #555;
  font-size: 13px;
  white-space: nowrap;
}

.table-clases .event {
  font-size: 14px;
}

.table-clases .dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}

.table-clases .blue {
  background-color: #1a73e8;
}

.table-clases .red {
  background-color: #d93025;
}

.table-clases .yellow {
  background-color: #fbbc05;
}

.btn-clases {
  float: right;
  margin-top: -50px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 3px !important;
}

.event-btn {
  padding: 10px 15px !important;
  height: 40px !important;
  font-size: 13px !important;
}

.decade {
  align-content: center;
}

.form-control[type="file"] {
  line-height: 2.1 !important;
}

.ui-widget.ui-widget-content.ui-tabs {
  z-index: 10;
}

.form-control:disabled {
  background-color: #e9ecef;
}

.event-sidebar {
  z-index: 100;
}

#calendar table {
  width: 100% !important;
}

#calendar table thead th {
  padding: 0;
}

#calendar .fc-timegrid-slots tbody tr:nth-child(4n-3),
#calendar .fc-timegrid-slots tbody tr:nth-child(4n-2) {
  background-color: #fff;
}

#calendar .fc-timegrid-slots tbody tr:nth-child(4n-1),
#calendar .fc-timegrid-slots tbody tr:nth-child(4n) {
  background-color: #f3f3f3;
}

#calendar .fc-timegrid-cols {
  z-index: 1;
}

.fc-event-main,
.fc-event {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
}

#taller-create .fc-view {
  margin-top: 0;
}

#tareas table td {
  position: relative;
}

#tareas table td .borrar_tarea {
  position: absolute;
  background-color: #ff0000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 1px 0 0 1px;
  font-weight: 700;
  top: -10px;
  right: -10px;
  cursor: pointer;
}

.event-sidebar .picker-switch.accordion-toggle {
  display: none;
}

.show-matricula .btn {
  width: fit-content;
  display: inline-block;
}

.tooltip-inner {
  max-width: 200px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  white-space: inherit;
}

.btn-eliminar {
  background-color: #d51111;
  color: #fff;
  border: 0;
  padding: 8px 10px;
  font-size: 16px;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: .8;
  z-index: 9;
}

.fc-bg-event .btn-eliminar {
  display: none;
}

#bitacora-list time {
  font-size: 12px;
  color: #777;
  margin-left: 10px;
  float: right;
}

.btn-pago {
  color: #fff !important;
  text-decoration: none !important;
}

.btn-pago i {
  margin-right: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  display: block;
}

.pagination nav>.flex-1 {
  display: none;
}

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

.container-fluid .card {
  height: initial;
}

a.btn.btn-xs {
  color: #fff !important;
  text-decoration: none;
  width: min-content;
}

.open>.dropdown-menu {
  display: block;
}

.fc-daygrid-event {
  white-space: break-spaces;
}

.btn-inlines-block .btn {
  display: inline-block;
}

#filtros select.w200,
#filtros input.w200,
.w200 {
  width: 200px !important;
}

.card-title.minuscula {
  text-transform: initial;
}

.leyenda {
  list-style: none;
  padding: 0;
  margin-top: 15px;
  display: flex;
  gap: 15px;
  justify-content: end;
}

.leyenda li {
  font-size: 12px;
  color: #555;
  display: flex;
  align-items: center;
}

.leyenda li .badge {
  width: 20px;
  height: 20px;
  display: block;
}

.va28 {
  line-height: 28px;
}

nav[role="navigation"] .relative>span[aria-current="page"]>span {
  background-color: #e6e6e6 !important;
}

#example_hoy_wrapper .dataTables_paginate {
  display: none;
}

@media (max-width: 768px) {
  #filtros {
    margin: 0 !important;
    width: 100% !important;
    display: block !important;
  }

  #filtros .btn,
  #filtros input,
  #filtros select,
  #filtros .select2-container {
    width: 100% !important;
    margin: 5px 0 !important;
  }

  #filtros .fechas {
    position: static !important;
    margin: 5px 0 !important;
  }

  .pagination nav>.sm\:justify-between {
    display: none;
  }

  .pagination nav>.flex-1 {
    display: block;
  }
}