/* Copyright (C) 2024 Marc GUENNEUGUES <marc.guenneugues@simicar.fr>
 *
 * 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/>.
 */

/**
 * \file    simicarbasics/css/simicarbasics.css
 * \ingroup simicar
 * \brief   CSS file for module SimicarBasics.
 */

/* CSS on file upload page
*/
.formfileupl-container {
    display: flex;
    flex-direction: column;
    width: 100vw;
    max-width: 600px;
    margin-top: 2rem;
}
.formfileupl-group {
    display: flex;
    margin-bottom: 15px;
}
.formfileupl-group label {
    margin-bottom: 5px;
}
.formfileupl-group input {
    padding: 8px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.formfileupl-group label {
    margin-right: 10px;
}
#description_uplfile {
    min-width: 400px;
    max-width: 100%;
}
