/*******************************************************************************
 *  This file is part of GSG-Project - a utility for teacher info exhange.     *
 *  Copyright (C) 2020-23  Miha Kitič <miha.kitic@mksp.si>                     *
 *                                                                             *
 *  This program is free software: you can redistribute it and/or modify       *
 *  it under the terms of the GNU General Public License as published by       *
 *  the Free Software Foundation, either version 3 of the License, or          *
 *  (at your option) any later version.                                        *
 *                                                                             *
 *  This program is distributed in the hope that it will be useful,            *
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of             *
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the              *
 *  GNU General Public License for more details.                               *
 *                                                                             *
 *  You should have received a copy of the GNU General Public License          *
 *  along with this program.  If not, see <http://www.gnu.org/licenses/>.      *
 ******************************************************************************/

/* Styling rows that are hidden */
.hidden-form-row {
    display : none;
}

#fee-reduction-request-add-remove-row-btns button {
    height         : 36px;
    display        : inline-block;
    margin         : 8px 4px 0 0;
}


/* Student entry form */
#fee-reduction-request-student-entry-table input,
#fee-reduction-request-student-entry-table select {
    border         : 0;
    background-color : white;
}
#fee-reduction-request-student-entry-table th,
#fee-reduction-request-student-entry-table td {
    border         : 1px solid black;
    padding        : 5px 10px;
}
#fee-reduction-request-student-entry-table th {
    padding          : 10px;
    color            : white;
    background-color : grey;
}
#fee-reduction-request-student-entry-table td input,
#fee-reduction-request-student-entry-table td select { width : 100%; }


/* Applicant form */
#fee-reduction-request-applicant-form {
    margin-top     : 30px;
}

#fee-reduction-request-applicant-form .applicant-form-label {
    margin-top     : 15px;
    text-align     : right;
}
#fee-reduction-request-applicant-form .fieldWrapper {
    margin-left    : 6px;
}

#fee-reduction-request-applicant-form input {
    border         : 0;
    border-bottom  : 1px dotted black;
    width          : 100%;
    padding-left   : 20px;
    font-size      : 16px;
    padding-bottom : 0px;
    padding-top    : 4px;
    border-radius  : 0;
}


/* CAPTCHA */
.captcha-input-field {
    width          : 220px;
    display        : inline-block;
    float          : left;
}

.captcha-input-field input[type="text"][name*="captcha"] {
    font-size      : 24px;
    height         : 36px !important;
    padding        : 0px !important;
}
