/*!
 * Password Management Servlets (PWM)
 * http://www.pwm-project.org
 *
 * Copyright (c) 2006-2009 Novell, Inc.
 * Copyright (c) 2009-2019 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.
 */


html {
    background-image: url('wre.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #0a0a0a;
}

p {
    color: white;
}

#header-warning {
    background-color: #1d3c4b;
    color: #5c8597;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    text-decoration: none;
}

#header {
    width: 100%;
    height: 70px;
    margin: 0;
    background-image: url('header-gradient.gif');
    filter:alpha(opacity=50);
    opacity: 0.5;
}

#header-center-left {
	color:white;
}

.formFieldLabel {
	color:white;
}

#header-page {
	color:white;
}

.title-long {
	color:white;
}

#header-company-logo {
    position: relative;
    float: left;
    /* background-image: url(logo.png); */
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    z-index: 1;
}

h2 {
	color:white;
}

#message {
	color:white;
}

#button-openHeader {}

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

#PasswordRequirements {
	color:white
}

.message {
    background-color: inherit;
}

.message-info {
    background-color: #003333;
}

.message-error {
    background-color: #ff3333;
}

.message-success {
    background-color: #0066cc;
}

table {
    border-collapse: collapse;
    border: 2px solid #003333;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

table td {
    border: 2px solid #003333;
    padding-left: 5px;
}

table td.title {
    text-align: center;
    font-weight: bold;
    font-size: 150%;
    padding-right: 10px;
    background-color: #000000
}

table td.key {
    text-align: right;
    font-weight: bold;
    padding-right: 10px;
    width: 200px;
}

#randomPasswordDialog_underlay {
    background-color: black;
}

#waitDialogID_underlay {
    background-color: black;
}

#idleDialog_underlay {
    background-color: black;
}

.btn {
    font-family: Trebuchet MS, sans-serif;
    background: #070618;
    background: -webkit-gradient(linear, left top, left bottom, from(#717081), to(#070618));
    background: -webkit-linear-gradient(top, #717081, #070618);
    background: -moz-linear-gradient(top, #717081, #070618);
    background: -ms-linear-gradient(top, #717081, #070618);
    background: -o-linear-gradient(top, #717081, #070618);
    border: 0;
    padding: 3px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 7px;
    margin-left: 7px;
    color: white;
    font-size: 13px;
    text-decoration: none;
    vertical-align: middle;
    opacity: 0.9;
}
.btn:hover {
    border-top-color: #070618;
    background: #717081;
    color: #ccc;
}
.btn:active {
    border-top-color: #070618;
    background: #717081;
}

.menubutton_key {
    color: white;
}

.menubutton {
    color: white;
    text-align: right;
}

.agreementText {
    background-color: #444444;
}

.checkboxWrapper {
    background-color: #444444;
}
.header-warning-button {
    color: #5c8597;
    }
.header-warning-button:hover {
    background-color: #071119;
    color: #dae1e1;
    }

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

table.progressMessageTable {
	color: white;
}