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

/*
/ his file is not used.  See the PwmConfiguration advanced setting under User Interface --> Custom CSS Stylesheet
*/

html, body {
    font: 100% verdana,helvetica,arial,sans-serif;
    font-size: 11px;
    color: #444444;
    height: 100%;
    margin: 0
}

#header {
    font-family: verdana,helvetica,arial,sans-serif;
    background: #ffffff;
    color: #444444;
    height: 65px;
    /* -moz-box-shadow: 0px 5px 5px #aaaaaa; */
    /* -webkit-box-shadow: 0px 5px 5px #aaaaaa; */
    /* box-shadow: 0px 5px 5px #aaaaaa; */
    /* Voor IE 8 */
    /* -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#aaaaaa')"; */
    /* Voor IE 5.5 - 7 */
    /* filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#aaaaaa'); */
}

#header-company-logo {
    position: relative;
    float: left; 
    background-image: url(Griffith-std-logo-std-rgb.svg);
    top: 10px;
    left: 20px;
    width: 175px;
    height: 45px;
    background-size: cover;
    z-index: 1;
}

#header-balance-div {
    position: relative;
    float: left;
    width: 30px;
}

#header-page, #header-title {
    font-family: verdana,helvetica,arial,sans-serif;
    color: #444444;
}

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

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

#centerbody {
    background-color: #ffffff;
    padding: 10px 10px 40px 10px;
    border: none;
    opacity: 1;
    -moz-box-shadow: 0px 5px 10px #aaaaaa;
    -webkit-box-shadow: 0px 5px 10px #aaaaaa;
    box-shadow: 0px 5px 10px #aaaaaa;
    /* Voor IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=180, Color='#aaaaaa')";
    /* Voor IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=180, Color='#aaaaaa');
}

a {
    color: #666666;
}

a:hover {
    color: #888888;
    text-decoration: underline;
}

a:visited {
    color: #666666;
}

p h1 h2 h3 h4 {
    color: #444444;
}

table td.title {
    background-color: #f8f8f8;
}

table td {
    border: 1px solid #f8f8f8;
}

.WaitDialogBlank {
    background-image: url('wait.gif');
}

.btn {
    font-family: verdana,helvetica,arial,sans-serif;
    border-radius: 1px;
    padding: 3px;
    padding: 3px;
    padding-right: 5px;
    padding-left: 5px;
    margin: 4px;
    margin-right: 4px;
    margin-left: 4px;
    text-decoration: none;
    color: #000000;
    background: #eeeeee;
    border: 1px solid #666666;
}.btn:hover {
    background: #f8f8f8;
    border: 1px solid #666666;
}.btn:disabled {
    color: #666666;
    background: #f8f8f8;
    border: 1px solid #666666;
}

.menubutton {
    padding: 2px;
    white-space: normal;
    border-radius: 1px;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: 4px;
    margin-top: 4px;
    margin-left: 0;
    text-decoration: none;
    color: #000000;
    background: #ffffff;
    border: 1px solid #666666;
}
.menubutton:hover {
    background: #f8f8f8;
}

#localeSelectionMenu {
    color: #444444;
    font-family: verdana,helvetica,arial,sans-serif;
    font-size: 11px;
}

#fa {
    display: none;
    background-color: red;
}

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

#header-username, #header-username-caret, #header-menu-icon, #HomeButton span, #LogoutButton span, #header-username-group, #header-menu {
    color: #444444;;
}




/*
#header-company-logo {
    background: url("Griffith-full-logo-std-rgb-rev.png") no-repeat left center;
    color: transparent;
    position: absolute;
    height: 100%;
    width: 178px;
}

#header {
    background-color: #FFFFFF;
    background-image: none;
}

#header-page {
    color: #000000;
}

#header-title {
    color: #000000;
}

#header-username {
    color: #000000;
}

#header-caret {
    color: #000000;
}

#centerbody {
    min-width: 600px;
    margin-top: 20px;
    border-radius: 5px;
    box-shadow: 3px 3px 5px #a0a0a0;
    border: 6px solid;
    border-color: #b2b2b2;
}

*/


