/*
@font-face { font-family: "OpenSans"; src: url("../fonts/OpenSans-Regular.ttf") }
@font-face { font-family: "OpenSansBold"; src: url("../fonts/OpenSans-Bold.ttf") }
body{font-family:"OpenSans" !important; }
*/
body {}

.cero {
  padding: 0px;
  margin: 0px;
}

.mcero {
  margin: 0px;
}

.pcero {
  padding: 0px;
}

#contPrintID {
  background: #fff;
}

#loading {
  text-align: center;
  visibility: hidden;
}

#box_cont {
  display: none;
  overflow-y: scroll;
  height: auto;
  max-height: 365px;
  position: absolute;
  z-index: 100;
  width: 91%;
  background: #fff;
  border: 1px solid #999;
  box-shadow: 0px 0px 20px #666;
}

#box_cont_btn {}

.miniDetPac {}

.miniDetPac table {
  margin-bottom: 0px;
}

.miniDetPac label {
  font-size: 12px !important;
}

.miniDetPac .badge,
.miniDetPac .label {
  font-size: 13px !important;
}

.form-min {}

.form-min .form-group {
  margin-bottom: 0px;
}

.fileUpload {
  position: relative;
  overflow: hidden;
}

.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.page-header {
  margin: 21px 0 21px;
}

.well-white {
  background: #fff;
}

.label-women {
  background-color: #ff6699;
}

/*cALENDAR*/
.bgcal {
  background: #999;
}

#loading {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
}

#num_sesion {
  font-size: 150%;
  color: #f00;
  font-weight: bold;
}

/*OTHER STYLES*/
.imgPacCons {
  transition: all 0.3s ease;
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  position: relative;
  left: 0px;
  top: 0px;
}

.imgPacCons:hover {
  transition: all 0.5s ease;
  webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transform: scale(1.6);
  -o-transform: scale(1.6);
  -ms-transform: scale(1.6);
  transform: scale(1.6);
  position: relative;
  left: 30px;
  top: 15px;
  z-index: 99;
}

/*20230324 datatab*/
.current-row {
  background-color: #b24926;
  color: #fff;
}

.current-col {
  background-color: #1b1b1b;
  color: #fff;
}

.tbl-qa {
  width: 100%;
  font-size: 0.9em;
  background-color: #f5f5f5;
}

.tbl-qa th.table-header {
  padding: 5px;
  text-align: left;
  padding: 10px;
}

.tbl-qa .table-row td {
  padding: 10px;
  background-color: #fdfdfd;
}


.breadcrumb-sm {
  font-size: 0.75rem;
  /* Reduce el tamaño de la fuente */
  font-weight: 400;
  /* Ajusta el peso de la fuente */
  padding: 0.25rem 0.5rem;
  /* Reduce el padding */
  background-color: transparent;
  /* Hazlo transparente si no se necesita un fondo */
  margin-bottom: 5px;
  /* Reduce el margen inferior */
  border-radius: 0.25rem;
  /* Ajusta el radio de las esquinas */
  box-shadow: none;
  /* Elimina sombras */
}

.breadcrumb-sm .breadcrumb-item+.breadcrumb-item::before {
  content: "›";
  /* Cambia el separador por una flecha simple */
  color: #6c757d;
  /* Ajusta el color del separador */
  padding: 0 0.25rem;
  /* Reduce el padding alrededor del separador */
}

.breadcrumb-sm a {
  color: #007bff;
  /* Ajusta el color del enlace */
  text-decoration: none;
  /* Elimina el subrayado */
}

.breadcrumb-sm a:hover {
  text-decoration: underline;
  /* Subraya el enlace al pasar el mouse */
}

.breadcrumb-sm .active {
  color: #6c757d;
  /* Ajusta el color del elemento activo */
}

.breadcrumb-sm .breadcrumb-item {
  padding: 0.5rem 0.5rem 0.5rem 0;
}

.btn-group-sm>.btn,
.btn-sm {
  --bs-btn-padding-y: 0.2rem;
  --bs-btn-padding-x: 0.4rem;
  --bs-btn-font-size: 0.75rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}


.table-xs>:not(caption)>*>* {
  padding: .2rem .5rem;
}

.full-width {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 30px;
  padding: 2px;
  box-sizing: border-box;
  cursor: pointer;
  border: #666;
  border: 1px solid rgba(255, 244, 255, 0.933);
  /* Hace que sea evidente que es clickeable */
}

/*DEBUG*/
/* Estilos para el depurado */
.dep-debug {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px 0;
  background-color: #f9f9f9;
  font-family: 'Courier New', Courier, monospace;
  font-size: 14px;
}

.dep-debug small {
  display: block;
  color: #666;
}

.dep-debug pre {
  background-color: #eee;
  padding: 10px;
  border: 1px dashed #ccc;
  overflow: auto;
  margin-top: 5px;
  margin-bottom: 0px;
}

.logoTopBar {
  max-height: 35px;
  max-width: 80px;
}

.bd-mode-toggle {
  z-index: 1500;
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(81, 22, 66, 0.5);
  /* Fondo semi-transparente */
  z-index: 1000;
  /* Asegura que esté sobre otros elementos */
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-icon {
  color: white;
  /* Color del icono */
  font-size: 30px;
  /* Tamaño del icono */
}

/*FULLCALENDAR*/
/* Estilos generales para los botones del toolbar de FullCalendar */
.fc-toolbar-chunk .btn-group .btn,
.fc-toolbar-chunk .btn {
  padding: 4px 5px;
}

/* Si necesitas personalizar el botón activo */
.fc-toolbar-chunk .btn-group .btn.active,
.fc-toolbar-chunk .btn.active {
  background-color: #0056b3;
  /* Un azul más oscuro para el botón activo */
}

/* Estilo para el botón "Hoy" específicamente */
.fc-toolbar-chunk .fc-today-button {
  margin-left: 5px;
}

/* Estilo para el título del calendario */
.fc-header-toolbar .fc-toolbar-title {
  font-size: 1.5em;
  font-weight: bold;
  color: #333;
}