/*
 * 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, body {
    background-color: #ffffff;
    font: 100% verdana,helvetica,arial,sans-serif;
    font-size: 11px;
    color: #5C91DA;
    height: 100%;
    margin: 0
}

#header {
    width: 85%;
    height: 90px;
    background-color: #5C91DA;
    margin: 0;
    background-image: none;
    z-index: 0;
    position: relative;
    text-align: center;
    vertical-align: center;
margin-left: auto;
margin-right: auto;
}


#header-company-logo {
    position: relative;
    float: left;
    background-image: url(logo.png);
    background-size: 100%;
    background-repeat: no-repeat;
    top: 16px;
    margin-top: auto;
    margin-bottom: auto;
    width: 155px;
    height: 60px;
    vertical-align: center;
    z-index: 1;
}
#header-right-logo {
    background-size: 100%;
    background-repeat: no-repeat;
    height: 150px;
    width: 10%;
    z-index: -1;
}

#centerbody {
    position: relative;
    background-color: #ffffff;
    padding: 10px 10px 40px 10px;
    border: solid 3px #5C91DA;
    border-radius: 5px;
    margin-bottom: 10px;
}


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

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

.message-success {
    background-color: #70c1f9;
}

.btn {
    filter: none;
    background-color: #DCDBDB;
    color: #333;

    border-radius: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;

    font-family:'OpenSansSemibold',sans-serif;
    font-weight: bold;
    color: #767693;
    display: inline-block;
    width: auto;
}

.btn:hover {
    filter: none;
    background-color: #DCDBDB;
    color: #333;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 15px;
    font-family:'OpenSansSemibold',sans-serif;
    font-weight: bold;
    color: #767693;
    display: inline-block;
    background: url("standard-btn-left.png") no-repeat scroll left top transparent;
    width: auto;
background:url("standard-btn-left.png") no-repeat scroll left top transparent;
background: #D0D0D0;
}

.btn:disabled {
    /* color: #666666;
    background: #f8f8f8;
    border: 1px solid #666666; */
    filter: none; */
}

.menubutton {
    padding: 4px;
    border-radius: 5px;
    font-size: 12px;
    font-family: verdana,helvetica,arial,sans-serif;
    white-space: nowrap;
    padding-right: 40px;
    padding-left: 5px;
    margin-right: 4px;
    margin-top: 4px;
    margin-left: 0;
    text-decoration: none;
    color: #FFFFFF;
    background: #5C91DA;
    border: 1px solid #5C91DA;
}
#footer {
    text-align: center;
    color: #5C91DA;
}