/*
 * 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 {
    color: #3b3b3b;
    font-family: Open Sans, sans-serif;
    font-size: 12px;
    background-color: #777;
    background-image: url("lock_image.jpg");
    background-repeat: no-repeat;
    background-size: cover;

}


.inputfield {
    background-color: #fff;
    border-bottom-color: rgb(102, 175, 233);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(102, 175, 233);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(102, 175, 233);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(102, 175, 233);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset, rgba(102, 175, 233, 0.6) 0px 0px 8px 0px;
    box-sizing: border-box;
    color: rgb(85, 85, 85);
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    height: 44px;
    margin: 0px;
    padding: 10px;
    width: 435px;
    -webkit-appearance: none;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
}

.changepasswordfield {
    margin: 5px;
    height: 18px;
    border: 1px solid #949494;
    border-radius: 3px;
    padding: 3px 3px;
}

.menubutton_key {
   width: 200px;
}

.menubutton {
    display: block;
    text-align: center;
    padding: 4px 4px;
    border-radius: 5px;
    border: 1px solid black;
    margin: 5px 2px;
    text-decoration: none;
    color: #fff;
    background-color: #1155FF;
    box-shadow: 2px 2px 5px #aaaaaa;
    font-weight: 600;
    font-size: 12px;
	max-width: 160px;
	width: 160px;
}

.menubutton:hover {
    color: #1155FF;
    background: #FFF;
}

#centerbody {
    padding: 15px;
    background: #fafafa;
    margin-top: 20px;
    border-radius: 5px;
    border: 3px solid;
    border-color: #b2b2b2;
}

#login .buttonbar #submitBtn {
	border-color: #111166;
	padding: 6px 12px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    cursor: pointer;
    color: #fff;
    background-image: none;
    background-color: #1155FF;
    border: 1px solid transparent;
    border-color: #111166;
    border-radius: 4px;
}

.btn:hover {
	color: #1155FF;
	background-color: #FFF;
}

.btn:disabled {
      color: #cfcfcf;
}

#header-company-logo {
    font-family:"Open Sans",sans-serif;
    font-size: 30px;
    margin: 10px;
    color: #000;
    float: left;
    vertical-align: center;
    width: 255px;
    height: 84px;
    background-image: url("ucd_logo_txt.png");
}

#header-center {
    font-size: 30px;
    padding: 16px 0px 10px 0px;
    vertical-align: center;
}

#header {
    width: 100%;
    height: 110px;
    background-image: none;
    background-color: #fff;
}

#header-page {
    text-align: center;
    font-family:"Open Sans",sans-serif;
    font-size: 30px;
    color: #000;
}

#header-warning {
    background-color: #404040;
    border-bottom: 1px solid #777;
    color: #000;
}

.message-info {
    background-color: #f0f0f0;
    color: black;
}

.message-error {
    background-color: #f0f0f0;
    font-weight: bold;
    color: #FF0000;
}

.message-success {
    background-color: #8096ab;
}

#footer-content{
	font-family:"Open Sans",sans-serif;
	background: #fff;
	color: #000;
	text-align: right;
}

#footer-content .infotext {
	font-family:"Open Sans",sans-serif;
	font-size: 14px;
    padding: 5px 10px 0px 0px;
}

.header-button {
    font-family:"Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #E8E1F6), color-stop(1, #B2B1B9) );
    background:linear-gradient(to bottom, #E8E1F6 5%, #B2B1B9 100% );
}

.header-button:hover {
    font-family:"Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 600;
     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #B2B1B9), color-stop(1, #E8E1F6) );
     background:linear-gradient(to bottom, #B2B1B9 5%, #E8E1F6 100% );
}

h2 {
    font-family:"Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 600;    
}
