/* This file is reserved for overriding and extending the template styles. */


.data-table-rows table.dataTable tbody tr.transparent-row{
    background: transparent !important;
    box-shadow: none !important;
  }
  
  .data-table-rows table.dataTable tbody tr.transparent-row td{
    background: transparent !important;
  }
  
  .data-table-rows table.dataTable tbody tr.transparent-row td:first-child{
    padding-left: 0 !important;
  }
  
  .data-table-rows table.dataTable.hover tbody tr.transparent-row:hover td, .data-table-rows table.dataTable.display tbody tr.transparent-row:hover td{
    border-color: transparent !important;
  }
  
  .is-focused{
    border: 1px solid !important;
  }
  
  .iti { width: 100%; }


.grupo_input_boton{

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

}

.grupo_input_boton .form-control{
    width: 75% !important;
}
.grupo_input_boton button{
    margin-left: 5% !important;
}

.border-right{
    border-right: 1px solid #e9ecef;
}

.content_row_servicio.active{
  border: 1px solid var(--primary) !important;
  border-radius: 10px;
}

#content_insumos{
  height: 400px;
  overflow-y: auto;
}

.content_lista_servicios{
  height: 400px;
  overflow-y: auto;
}

.hidden{
  display: none !important;
}

.content_galeria{
  display: flex;
  flex-wrap: wrap;
}

.item-galeria{
  margin: 10px;
  width: 200px;
  height: 200px !important;
  padding: 0.25rem;
  background-color: #f4f5fa;
  border: 1px solid #626e82;
  border-radius: 0.25rem;
  max-width: 100%;
  background-position: center;
  background-size: cover;
}

.leyenda_item_galeria{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.25rem;
}

.empty-space{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    background: #f1f1f1;
    border-radius: 5px;
    border: 1px solid #e9ecef;
}

#content_list_clientes, #content_list_doctores{
  max-height: 500px;
  overflow-y: auto;
}

._sortable{
  position: relative;
}

.sort-icon-content{
  display: inline-flex;
  line-height: .1;
}

.sort-icon{
  cursor: pointer;
  font-size: 1.1rem;
  color: #c3c3c3;
}

.sort-icon.active{
  color: var(--primary);
}

.content_buscador_servicios{
  position: fixed;
  width: 600px !important;
}

.data-table-rows table.dataTable tbody tr.transparent-row{
  background: transparent !important;
  box-shadow: none !important;
}

.data-table-rows table.dataTable tbody tr.transparent-row td{
  background: transparent !important;
}

.data-table-rows table.dataTable tbody tr.transparent-row td:first-child{
  padding-left: 0 !important;
}

.data-table-rows table.dataTable.hover tbody tr.transparent-row:hover td, .data-table-rows table.dataTable.display tbody tr.transparent-row:hover td{
  border-color: transparent !important;
}

.is-focused{
  border: 1px solid !important;
}


  /* Contenedor del select2 */
  .select-buscador .select2-container--default .select2-selection--single {
      height: calc(2.25rem + 2px); /* Altura de inputs en Bootstrap */
      padding: 0.375rem 0.75rem;    /* Padding similar a los inputs */
      border: 1px solid #ced4da;    /* Borde igual a los inputs */
      border-radius: 10px;       /* Borde redondeado */
      font-size: 1rem;              /* Tamaño de fuente de Bootstrap */
      color: #495057;
      background-color: #fff;
  }


  /* Texto del placeholder */
  .select-buscador .select2-container--default .select2-selection--single .select2-selection__placeholder {
      color: #6c757d; /* Placeholder color de Bootstrap */
  }

  /* Flecha en el select2 para que se vea más como un input de Bootstrap */
  .select-buscador .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #495057 transparent transparent transparent;
      border-width: 5px 4px 0 4px;
      margin-top: 4px;
  }

  /* Estilo del contenedor al abrir el dropdown */
  .select-buscador .select2-container--open .select2-dropdown--below {
      border: 1px solid #ced4da;
      box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1); /* Sombra para el menú desplegable */
      border-radius: 0.25rem;
  }

  /* Estilo de las opciones en el dropdown */
  .select-buscador .select2-container--default .select2-results__option {
      padding: 0.5rem 1rem;
      font-size: 1rem;
  }

  /* Hover y foco en las opciones del dropdown */
  .select-buscador .select2-container--default .select2-results__option--highlighted {
      background-color: #e9ecef;
      color: #212529;
  }

  .select-buscador .select2-container .select2-selection--single .select2-selection__rendered{
    padding: 0 !important;
  }