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

 @import 'bootstrap/dist/css/bootstrap.min.css';
 
html, body {
    color: #000000;
    height: 100%;
    margin: 0px;
    border: 0px;
    padding: 0px;
    background-color: #FFFFFF;
    background-size: 100%;
}

#header {
    background: #cc7a00;
	border-bottom: 5px solid #ff9900;
	height: 140px;	
}

@media (max-width: 800px) {
	#header {
		width: 800px;
	}
}

#header-title {
	font-family: segoe ui;
	text-transform: uppercase;
    color: #ffffff;
	font-size: 33px;
	font-weight: bold;
	margin-top: 20px;
	border-right: 1px dashed white;
    padding-right: 30px;
	line-height: 45px;
}

@media (max-width: 1200px) {
	#header-title {
		font-size: 25px;
		margin-top: 30px;
		line-height: 35px;
	}
}

@media (max-width: 992px) {
	#header-title {
		margin-top: 35px;
		font-size: 23px;
		line-height: 30px;
	}
}

#header-page {
	width: auto;
	font-family: segoe ui;
	font-size: 18px;
	margin-top: 50px;
}

#centerbody {
	top: 15px;
}

a {
    color: #000000;
}

a:hover {
    color: #000000;
 }

a:visited {
    color: #000000;
}

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

#footer {
    color: #000000;
}

#LogoutButton {
    background-image: url('logout.png');
	height: 48px;
    width: 48px;
}
#HomeButton {
    background-image: url('homeicon.png');
	height: 48px;
    width: 48px;
    position: relative;
    right: 20px;
}

.menubutton {
	color: black;
	text-decoration: none;
	font-size: 14px;

}
.a {
	color: black;
	text-decoration: none;
	font-size: 14px;
}

.form-control {
	width: 280px;
}

.changepasswordfield {
	width: 83%;
}

#password_button.btn {
	width: 360px;

}

#input, button {
	background-color: #ffffff;
    color: #000000;
}

#logo-lbv {
	margin-top: 15px;
	margin-left: 50px;
}

#password {
	max-width: 330px;
	margin: 0 auto;
}

#password .btn {
	margin: 0;
}

#centerbody #username {
	margin: 0;
}

.message {
    position: static !important;
    width: 100%;
    margin: 15px 0;
    padding: 10px;
}

#centerbody .menubutton_key {
	width: auto;
}

#centerbody td p {
	margin: 10px 35px;
}


#changePasswordForm tr td:nth-child(2) {
	vertical-align: top;
}

#changePasswordForm tr td:nth-child(2) div {
	padding-top: 0 !important;
}

#changePasswordForm .btn {
	width: 345px;
    margin: 0 0 0 6px;
}

#changePasswordForm .form-group {
	position: relative;
}

#changePasswordForm .icon-eye {
	position: absolute;
	top: 15px;
	right: 45px;
}

#changePasswordForm #buttonbar {
	margin-top: 0;
}

#buttonbar .btn,
#buttonbar .btn:hover,
#buttonbar .btn:focus {
	color: #fff;
}

.dijitDialogPaneContent .btn,
.dijitDialogPaneContent .btn:hover,
.dijitDialogPaneContent .btn:focus {
	color: #fff;
}

#HomeButton {
	right: 30px;
    background-repeat: no-repeat;
    background-size: 40px;
    top: -3px;
}

#LogoutButton {
	background-size: 40px;
    background-repeat: no-repeat;
}

.h1, h1 {
	font-size: 26px;
}
