/**
 * @version     CVS: 2.1.0
 * @package     com_kwekerij_new
 * @copyright   Copyright Destiny (C) 2020. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 * @author      Rene Kreijveld <rene.kreijveld@destiny.nl>
 */
/**
 * @version     CVS: 2.1.0
 * @package     com_kwekerij
 * @copyright   Copyright Destiny (C) 2020. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 * @author      Rene Kreijveld <rene.kreijveld@destiny.nl>
 */



div.field-filter:first-of-type{
    margin-left: 0;
}
#kwekerij input[type=text] {
    font-size: 24px;
    font-weight: 500;
    padding: 0.25rem 0.5rem;
    margin: 0;
    border-radius: 0;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    width: 300px;
    flex: none;
    height: 45px;
}
#kwekerij button[type="button"],
#kwekerij button[type="submit"]{
    /*font-size: 24px;
    font-weight: 500;
    padding: 0.25rem 1rem;
    margin: 0;
    border-radius: 0;
    border: 1px solid #e5e5e5;
    height: 60px;
    box-sizing: border-box;*/
    height: 45px;
}