/*datepicker ajustar tamaño de calendarios*/
.datepicker-inline {
    width: 100%!important;
}
.datepicker table {
    width: 100%!important;
}



/*seccion firma*/
#sp_wraper {
    position: relative;
    width: 402px;
    height: 202px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid rgb(109, 109, 109);
  
  }

.signature-pad {
    position: absolute;
    left: 0;
    top: 0;
    width:400px;
    height:200px;
    /* max-width:570px;
    height:190px; */
}

.boton_firma{
    border: 1px solid gray;
}

.item-evento-detalle p {
    margin-bottom: 5px;
}


/* logos */
.logo_peview{
    height: 100px;
    width: 200px;
}

.my-table-scrollbar {
    position: relative;
    height: 200px;
    overflow: auto;
}
.table-wrapper-scroll-y {
    width: 100%;
    display: block;
}

.disabledSection {
    pointer-events: none;
    opacity: 0.4;
}

/* Parsley errors */
.parsley-errors-list.filled {
    opacity: 1;
}

.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    color: #B94A48;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

input.parsley-error, select.parsley-error, textarea.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #eea1ac;
}

/* input.parsley-success, select.parsley-success, textarea.parsley-success {
    color: #468847;
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6;
} */

.datepicker table td.day:hover, 
.datepicker table span.month:hover,
.datepicker table span.year:hover{
  background-color: #7bb7c9;
}

.modal-full-screen {
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;
}

.modal-overflow-y {
    overflow-y:auto!important;
  }

.seguimiento_fila_matriz:hover {
    background: rgb(207, 207, 207);
}    

.div_direccion:hover{
    background-color: rgb(218, 218, 218);
}

.tr_nuevo_producto{
    border: 1px solid rgb(105, 101, 101);

    animation-name: blue;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-delay: 0s;
    background-color: rgb(137, 228, 114);
}

@keyframes blue {
    to { background-color: white; }
}

.div_sub_item:hover{
    background-color: rgb(218, 218, 218);
}

.disabled:hover {
    cursor: not-allowed;
}

/* Estilo para elementos con la clase "disabled" */
.disabled:hover {
    cursor: not-allowed;
}

/* Estilo para elementos con la propiedad "disabled" */
input[disabled]:hover,
select[disabled]:hover,
textarea[disabled]:hover,
button[disabled]:hover {
    cursor: not-allowed;
}

.subTableNewRow{
    background-color: rgb(166 219 153 / 44%);
}

/**
estilos para boton se scrollTop
*/
#btnScrollTop {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: rgb(195, 195, 195); /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}
  
#btnScrollTop:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}


.form_persona_familiar_input_hover_focused {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

/* Para resaltar el día de hoy en datepicker*/
.datepicker table tr td.today {
  border: 1px solid rgb(48, 48, 48) !important;
}

.lista_popover{
    font-size: 14px;
    list-style: circle;
}

.image_vista_previa:hover{
    height: 300px;
    width: 300px;
}

.image_vista_previa{
    display: block;
    margin: auto;
}

.bg-fila-actual-visita{
    background-color: rgba(255, 255, 0, 0.286);
}