/*!
 * Password Management Servlets (PWM)
 * http://www.pwm-project.org
 *
 * Copyright (c) 2006-2009 Novell, Inc.
 * Copyright (c) 2009-2023 The PWM Project
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */


/* sterile style css */


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: 100px;
    -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(logo.png);
    top: 10px;
    left: 10px;
    width: 299px;
    height: 76px;
    z-index: 1;
}

#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;
}

