/*
 * 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
 */



#centerbody {
    margin-top: 60px;
    padding: 20px 30px;
    background-color: white;
    border:solid 1px rgb(23, 100, 138);
    border-top: 30px solid rgb(23, 100, 138);
    box-shadow: 2px 2px 8px 2px #cccccc;
    border-radius: 1px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


.btn {
    color: #fff;
    background-color: rgb(23, 100, 138);
    border-color: #2e6da4;
    height:30px;
}
.btn:focus,
.btn.focus {
    color: #fff;
    background-color: #337ab7;
    border-color: #122b40;
}
.btn:hover {
    color: #fff;
    background-color: #337ab7;
    border-color: #204d74;
}

.btn-icon {
    opacity:0.75;
}


.menubutton {
    text-decoration: none;
    height:20px;
    text-align: center;
    color: #fff;
    background-color: #449d44;
    border-color: #4cae4c;
}
.menubutton:focus,
.menubutton.focus {
    color: #fff;
    background-color: #5cb85c;
    border-color: #255625;
}
.menubutton:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #398439;
}


#HomeButton span.btn-icon, #LogoutButton span.btn-icon, #header-username-caret span.m-icon {
    font: 20px FontAwesome;
    margin-right: 0;
}

#HomeButton span.btn-icon:before {
    content: "\f015";
}

#LogoutButton span.btn-icon:before {
    content: "\f08b";
}

#header-username-caret span.m-icon {
    content: "\f08b";
}

.tile {
    width: 165px;
    height: 165px;
    border: 1px solid #E8E1F6;
    transition: box-shadow 0.3s;
}

.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;
}

.inputfield {
    /*box-shadow: 2px 2px 2px 2px #f1f1f1;*/
}

.changepasswordfield {
    /*box-shadow: 2px 2px 2px 2px #f1f1f1;*/
}

h1 {
    font-family: Trebuchet MS, sans-serif;
}

h2 {
    font-family: Trebuchet MS, sans-serif;
}

h3 {
    font-family: Trebuchet MS, sans-serif;
}

#wrapper {
    background-color: #f6f6f6;
}