/* Keep the older generated forms visually aligned with the Zephyr field styling. */

div.lorentz_form input:not([type='radio']):not([type='checkbox']):not([type='submit']):not(#submit_button),
div.lorentz_form select,
div.lorentz_form textarea {
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    padding: 0 10px !important;
    background-color: white !important;
}

div.lorentz_form input:not([type='radio']):not([type='checkbox']):hover,
div.lorentz_form select:hover,
div.lorentz_form textarea:hover {
    border-bottom: 1px solid rgb(0, 135, 206);
}

div.lorentz_form textarea {
    padding: 10px !important;
}

div.lorentz_form input:not([type='radio']):not([type='checkbox']):not([type='submit']):not(#submit_button):focus,
div.lorentz_form select:focus,
div.lorentz_form textarea:focus {
    background-color: #f4f4f4;
}
