/*
 * Password Management Servlets (PWM)
 * http://www.pwm-project.org
 *
 * Copyright (c) 2006-2009 Novell, Inc.
 * Copyright (c) 2009-2018 The PWM Project
 *
 * 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 2 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, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */

html {
    background-image: url('backgroundDefault_mobile.png');
    background-repeat: no-repeat;
    background-color: #006188;
    width: 100%;
}

.inputfield {
    width: 200px;
}

/* main body wrapper, all elements (except footer) should be within wrapper */
#wrapper {
    width: 100%;
    height: auto !important;
    height: 100%;
}

#header {
    width: 100%;

    opacity: 0.9;
}

#centerbody {
float: center;
    width: 100%;
    border-radius: 0;
max-width: 330px;
}

.buttonbar {
    width: 200px;
}
#footer {
width: 100%;
    background-color: white;
    color: #0a0a0a;
    opacity: 0.9;
}
#idle-overlay{
width: 100%;
max-width: 410px;
}

#idle-overlay-message{
width: 100%;
max-width: 330px;
}
.tile {
    position: relative;
    float: left;
    width: 120px;
    height: 120px;
    margin: 5px;
    opacity: 0.9;
    transition: opacity 1s, box-shadow 2s;
}