/*-
 * #%L
 * Empreintes-edit ToolBox :: Model
 * %%
 * Copyright (C) 2019 - 2022 Ultreia.io
 * %%
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser 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 Lesser Public License for more details.
 *
 * You should have received a copy of the GNU General Lesser Public
 * License along with this program.  If not, see
 * <http://www.gnu.org/licenses/lgpl-3.0.html>.
 * #L%
 */
body {
    margin: 0;
    padding: 0;
    background-color: black;
    text-align: center;
    color: white;
}

body > * {
    margin: 0;
    padding: 0;
}

.page {
    width: 100%;
    height: 96%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items :center;
}

.banner {
    background-color: white;
    color: black;
    font-weight: bold;
}

.footer {
    font-size: 11px;
}

.breadcrumb {
    /*height: 21px;*/
    font-size: large;
}

#overlay-image {
    position:absolute;
    background:#fff;
    border-color: white;
    opacity:0.2;
    z-index:100;
    display:none;
}
