/*
 * 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
 */

html {
    background-image: url('theHeart2.jpg');
    background-size: cover;
    background-color: White;
    background-position: center;
}

p {
    color: black;
}

#header-warning {
    background-color: white;
    color: #0a0a0a;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    text-decoration: none;
    animation: fadein 0.5s;
}



#header {
    width: 100%;
    height: 120px;
    margin: 0;
    background-image: none;
    background-color: #6F263D;
    text-align: center;
    filter:alpha(opacity=90);
    opacity: 0.9;
}

#header-company-logo {
    position: relative;
    float: left;
    top: 25px;
    left: 25px;
    width: 305px;
    height: 115px;
    z-index: 1;
    background-image: url('earlham-logo_white.png');
    background-repeat: no-repeat;
}


#header-center {
    padding: 20px 10px 40px 10px;
    margin: 0 auto;
    position: relative;
}

#header-center-left {
    text-align: center;
    margin: 0 auto;
    float: none;

}

.header-button {
    margin: 0px;
    margin-top: 6px;
    margin-left: 6px;
    border: 1px solid transparent;
}
.header-button:hover {  border: 1px solid #f39c12; }


#header-username-group, #header-username {
    text-align: right;
    color: White;
}

#header-username-caret span.m-icon {
    content: "\f08b";
}

.tile {
    width: 165px;
    height: 165px;
}

.tile:hover {border: 1px solid #861F41;}
.tile-image {color: #861F41;}



#centerbody {
    background-color: white;
    color: black;
    padding: 10px 10px 40px 10px;
    border: 0;
    border-radius: 5px;
    filter:alpha(opacity=85);
    opacity: 0.85;
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    -webkit-animation: fadein 2s;
}

#centerbody.tall {
    top: 130px;
}   

#centerbody.tile-centerbody {
    border-radius: 5px;
    margin:auto;
}

a:hover {
    color: #861F41;
    font-weight: bold
}

#footer {
    background-color: white;
    color: #0a0a0a;
    opacity: 0.5;
}

.message {
    background-color: inherit;
}

.message-info {
    background-color: #ffffff;
    color: black;

}

.message-error {
    background-color: #ff0000;
    color: white;

}

.message-success {
    background-color: #0000ff;
}

.btn {
    border-style:none;
    padding: 3px 11px;
    margin: 9px 7px;
    text-decoration: none;
    color: white;
    background-color: ##861F41;
    cursor: pointer;
}.btn:disabled {
     color: #656565;
}

@keyframes fadein { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadein { from { opacity:0 } to { opacity:1 } }
@-webkit-keyframes fadein { from { opacity:0 } to { opacity:1 } }



#header-menu-wrapper {
    color: Black;
    text-align: right;
}

#header-username-group, #header-username {
    display: inline-block;
    color: White;
}

#header-menu-wrapper > #header-username {
    display: block;
}

#header-menu {
    cursor: pointer;
}

#header-menu:only-child {
  padding-top: 15px;
}

#header-menu-icon {
  display: inline-block;
}

#header-menu-icon::after {
  content: "\f141";
}

.panel-orgChart-person {
    transition: box-shadow 0.3s;
}

.panel-orgChart-person:hover {
    border: 1px solid transparent;
    box-shadow: 0 0 0 0 white, 0 0 0 0 white, 9px 0 12px -4px #B2B1B9, -9px 0 12px -4px #B2B1B9;
}

