﻿/* CSS Document */
#zona_checks .form-check,
#horario_checks .form-check {
    white-space: nowrap;
}


/* CHECKS RECETA - ALINEACIÓN PERFECTA */
.receta-check-opcion {
    cursor: pointer;
    margin-bottom: 2px;
    font-size: 13px;
}

.receta-check-opcion input {
    margin: 0;
}


.ui-autocomplete {
    z-index: 999999 !important;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 13px;
}