/*!
 * Password Management Servlets (PWM)
 * http://www.pwm-project.org
 *
 * Copyright (c) 2006-2009 Novell, Inc.
 * Copyright (c) 2009-2023 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;
    margin-left: 5px;
    margin-right: 5px;
    padding: 15px;
}

#header{
    background-image: url(mobilelogo.png);
    background-size: 220px;
    width: 220px;
    margin-left: auto;
    margin-right: auto;
}

#header-center-right{
    position: relative;
}

#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: 80%;
    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 {
   border: 1px solid rgba(39,39,39,0);
   border-style: solid;
   border-width: 0;
   background-clip: padding-box;
   border-color: #272727;
   border-top-width: 2px;
   border-right-width: 2px;
   border-bottom-width: 2px;
   border-left-width: 2px;
   border-top-left-radius: 4px;
   border-top-right-radius: 4px;
   border-bottom-left-radius: 4px;
   border-bottom-right-radius: 4px;
}

.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;
}
