/*
 * Password Management Servlets (PWM)
 * http://www.pwm-project.org
 *
 * Copyright (c) 2006-2009 Novell, Inc.
 * Copyright (c) 2009-2022 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.
 */

.login-wrapper a.menubutton {
    white-space: nowrap;
}

#centerbody {
    margin-top: 0;
    border-radius: 0;
}

#wrapper.login-wrapper #centerbody {
    margin-left: 20px;
    min-width: 200px;
    width: auto;
}

#login .inputfield, #configLogin .inputfield {
    width: 185px;
}

#header-company-logo {
    /* background: url("sspr-product-title-mobile.png") no-repeat scroll 0 0 transparent; */
    color: white;
    width: 250px;
}

#wrapper.login-wrapper #header-company-logo {
}

#header-title {
    position: absolute;
    top: 22px;
    left: 4px;
    letter-spacing: 0;
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px;
    max-width: 200px;
}


.btn, .dialogBody.narrow .btn {
    max-width: 150px;
    min-width: 150px;
}

#header-warning .btn {
    background: none repeat scroll 0 0 transparent;
    color: #2D2D2D;
    text-decoration: underline;
    font-size: 10px;
    font-weight: bold;
    min-width: initial;
    max-width: initial;
    cursor: pointer;
}

#header-warning  .btn > .fa {
    display: none;
}

#login #submitBtn, #configLogin #submitBtn, #configLogin #button-cancel {
    max-width: 90px;
    min-width: 90px;
}

#login #submitBtn .fa, #configLogin #submitBtn .fa, #configLogin #button-cancel .fa {
    display: none;
}

#peoplesearch-searchResultsGrid {
    bottom: 5px;
    height: auto;
    left: 5px;
    overflow: visible;
    position: absolute;
    right: 5px;
    top: 85px;
    cursor: pointer;
}

#peoplesearch-searchResultsGrid .dgrid-hider-toggle {
    top: -35px;
}

#changePasswordForm td {
    display: inline-block;
    width: auto !important;
}

#changePasswordForm #strengthLabel {
    padding-top: 0 !important;
}

#changePasswordForm td > div {
    padding-top: 0 !important;
}

.changepasswordfield {
    width: 280px;
}
