/* 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;
}

.item-galeria-file{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
}

.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;
}

