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

.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 {
    height: 50px;
}

#header-company-logo {
    background-size: cover;
    height: 50px;
    width: 90px;
}

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

#header-title {
    left: 50px;
    letter-spacing: 0;
    overflow: hidden;
    white-space: nowrap;
    max-width: 200px;
    top: 14px;
}

#header-title > .title-long {
    display: none;
}

#header-title > .title-short {
    display: inline-block;
}

#header-center-right {
    right: 4px;
    top: 10px;
}

#header-center {
    height: 67px;
    left: 60px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

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