/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 31 2025 | 17:21:12 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 31 2025 | 16:54:29 */

.sff-btn-mail{
	display:none 
}

.tabla-md-garantias p{
	color:#1a1a1a !important
}

table#sff-preview-redistribucion tr th:nth-child(1),
table#sff-preview-redistribucion tr td:nth-child(1){
  text-align:center !important
}

table#sff-preview-redistribucion th .custom-checkbox{
  padding-left:10px;
  opacity:1
}

.custom-checkbox {
  display: inline;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
  text-align:center;
  width:100%;
  opacity:.75
}

tr.row-selected .custom-checkbox {
  opacity:1
}

/* Ocultar el checkbox real */
.custom-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Estilo del "checkbox visual" */
.custom-checkbox .checkmark {
  position: absolute;
  left: 0;
  top: 0;
  height: 18px;
  width: 18px;
  background-color: #eeeeee00;
  border: 2px solid #ccc;
  border-radius: 4px;
  transition: all 0.2s ease;
}

/* Cuando el checkbox estÃ¡ seleccionado */
.custom-checkbox input[type="checkbox"]:checked + .checkmark {
  background-color: #007bff;
  border-color: #007bff;
}

/* Check visual (âœ”) */
.custom-checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input[type="checkbox"]:checked + .checkmark::after {
  display: block;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
