.btn
{
  font-family: "Segoe UI", "Calibri", Tahoma, sans-serif;
  font-size: 12px;  
  background:#5CCD00;
	background:-moz-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#5CCD00),color-stop(100%,#4AA400));
	background:-webkit-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:-o-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:-ms-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5CCD00', endColorstr='#4AA400',GradientType=0);
	padding:10px 15px;
	color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #459A00  
}

#header
{
   background: none;
}

#header-title
{
   font-family: "Segoe UI", "Calibri", Tahoma, sans-serif;
   font-size: 20px;  
   color: darkgray;    
}

#centerbody
{
  border-left: 10px solid #C20A0A;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 0 0 0 white, 0 0px 0 0 white, 0px 0 12px -4px #e4e4e4, -9px 0 12px -4px #e4e4e4; 
  
}

/*!
 * 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, body {
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    height: 100%;
    margin: 0;
    width: 100%;
    min-height: inherit;
    min-width: 300px;
}

/* main content section, all content should be inside a centerbody div */
#centerbody {
    width: auto;
    min-width: inherit;
    padding: 15px;
}

#centerbody.wide {
    width: 100%;
    min-width: 100%;
}

#header-center {
    width: 100%;
    margin: 0;
    position:relative;
    padding:0;
}


#header-page {
    width: auto;
    padding-left: 10px;
}

#header-title {
    width: auto;
    padding-left: 10px;
}

.inputfield {
    width: auto;
    margin: auto;
    height: auto;
}

.peoplesearch-input-username {
    width:200px;
}

.dialogBody {
    width: 100%;
    max-width: 100%;
}

progress:not([value]) {
    width: 90%;
    max-width: 90%;
    height: 20px;
}

progress .wait {
    color: purple;
    width: 70%;
}

.menubutton {
    max-width: 100px;
    width: auto;
    padding: 2px 7px;
    display: block;
    border-radius: 2px;
    border: 5px;
    margin: 0 5px;
}

.menubutton_key {
    border: 0;
    width: auto;
    table-layout: fixed;
}

.dialogBody.orgChart { width: 100%; max-width: 100%; }

.peoplesearch-wrapper #centerbody.wide,
.helpdesk-wrapper #centerbody.wide {
    bottom: 80px;
    height: auto !important;
    left: 0;
    margin: auto;
    min-width: auto;
    position: absolute;
    right: 40px;
    top: 80px;
    width: auto;
}


#peoplesearch-searchResultsGrid {
    bottom: 0px;
    height: auto;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 45px;
    cursor: pointer;
}