@-moz-document url-prefix() {
    fieldset { display: table-cell; }
}

.first-column-table{
    position: sticky;
    left:0px;
    background-color:white;
    opacity: 1;
}

.custom-file-input ~ .custom-file-label::after {
    content: "Elegir";
}

@media (min-width: 768px) {
    .modal-dialog-message {
        max-width: 60% !important;
    }
}

@media (min-width: 1200px) {
    .modal-dialog-message {
        max-width: 65% !important;
    }
}

.help-block{
    color: red;
    width: 100%;
}


.texto-desbordado{
display: block;
max-width: 150px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}

.conyugue{
    border-radius: 2rem !important;
width: 4.25rem !important;
height: 2rem !important;
}
input.ace-switch.conyugue::before{content:"NO"}
input.ace-switch.conyugue:checked::before{content:"SI"}


input.ace-switch.conyugue:checked::after {
top: 0.1875rem;
left: 0.7rem;
width: 1.5rem;
height: 1.5rem;
transform: translateX(1.55rem);
}


input.ace-switch.conyugue::after {

    top: 0.1875rem;
    left: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;

}

/*estilos tablas*/

@media screen and (max-width: 600px) {


  table.resp thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table.resp tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }

  table.resp td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }

  table.resp td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  table.resp td:last-child {
    border-bottom: 0;
  }
}

.dz-remove
{
    display:inline-block !important;
    width:1.2em;
    height:1.2em;

    position:absolute;
    top:5px;
    right:5px;
    z-index:1000;

    font-size:1.2em !important;
    line-height:1em;

    text-align:center;
    font-weight:bold;
    border:1px solid darkred !important;
    border-radius:1.2em;
    color:darkred;
    background-color:white;
    opacity:.5;

}

.dz-remove:hover
{
    text-decoration:none !important;
    opacity:1;
}


/* Eliminar flechas en Chrome, Safari, Edge y Opera para el input específico */
input.quitar_flechas_number::-webkit-outer-spin-button,
input.quitar_flechas_number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Eliminar flechas en Firefox para el input específico */
input.quitar_flechas_number {
    -moz-appearance: textfield;
}