/*
 * Password Management Servlets (PWM)
 * http://code.google.com/p/pwm/
 *
 * Copyright (c) 2006-2009 Novell, Inc.
 * Copyright (c) 2009-2012 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
 */

.inputfield {
    width: 90%;
}

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

html {
    background: #E4E4E4;
}

#header {
    width: 100%;
    height: 160px;
    margin: 0;
    background-image: url('footer_Honeycomb.png');
    background-color: white;
    color: black;
}

#header-title {
    color: white;
    font: 25px "Palatino Linotype", Serif;
    text-align: center;
}

#header-subtitle {
    color: white;
    font: 16 "Trebuchet MS", "sans-serif";
    text-align: center;
}

#header-page {
    color: white;
    font: 17.5 "Trebuchet MS", "sans-serif";
    text-align: center;
}

#header-company-logo {
    position: absolute;
    float: left;
    z-index:-2;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 160px;
    filter:alpha(opacity=50);
    opacity: 0.5;
    background-image: url('Sting_short.png');
    background-repeat: no-repeat;
}

#centerbody {
    background-color: #E4E4E4;
    color: black;
    padding: 0;
    border: 0;
    border-radius: 5px;
    text-align: center;
}

#header-center-left {
	display: block;
	width: 100%;
	height: auto;
	max-height: 82px;
	clear: right;
}
#header-center-right {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	min-height: 34px;
}

#header-menu-wrapper {
    color: white;
	min-height: 34px;
	height: auto;
}

#header-menu-wrapper > * {
	vertical-align: middle;
	display: inline-block;
}

#header-menu {
    float: left;
    margin: 0 0 0 6px;
}

#header-username-group, #header-username {
    display: inline-block;
	font: 17px "Trebuchet MS", "sans-serif";
}

.tile {
    width: 165px;
    height: 165px;
    border: 1px solid #E8E1F6;
    transition: box-shadow 0.3s;
	color: #0a0a0a;
}

.tile:hover {
    border: 1px solid #E8E1F6;
    box-shadow: 0 0 0 0 white, 0 0 0 0 white, 9px 0 12px -4px #B2B1B9, -9px 0 12px -4px #B2B1B9;
}

.header-button {
    margin: 6px 6px 6px 6px;
}

input[type=text], input[type=password] {
    display: block;
    margin: auto;
}

#buttonbar {
    width: 100%;
}