/*
 * Password Management Servlets (PWM)
 * http://www.pwm-project.org
 *
 * Copyright (c) 2006-2009 Novell, Inc.
 * Copyright (c) 2009-2017 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
 */

/*
 * 
 * University of Bedfordshire Style
 * 
 */

html, body {
    background: rgb(213, 232, 247);
    color: rgb(60,60,60);
    font-family: Univers, Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
}


p {
    font-size: inherit;
    margin: auto;
    font-size: inherit;
}

h2 {
    font-size: inherit;
}
h2 label {
    font-size: 1.5em;
    margin: 0 5px;
}


table {
    margin-left: 0;
    margin-right: 0;
}

table td {
    padding: 0;
}

.inputfield {
    height: auto;
}

.noborder td {
    vertical-align: top;
    line-height: 1.4em;
    padding-top: 1em;
  }

.icon-showhidepassword {
    margin-left: -1.75em;
    position: absolute;
    margin-top: -1.25em;
    display: inline-block;
}

.changepasswordfield {
    padding: 5px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 5px;
    font-size: 1.5em;
    margin: 2px auto;
    border: 0;
}

.menubutton_key, .menubutton-description {
    font-size: 0.813em;
}

.menubutton {
    max-width: unset;
    width: auto;
    padding: 0;
    color: rgb(60,60,60);
    margin: 0;
}

/* main content section, all content should be inside a centerbody div */
#centerbody {
    width: 450px;
}

/* tile styles */

.tile {
    border-radius: 20px;
}

.btn {
    border-radius: 5px;
    margin: 10px 10px 10px 0;
    background: rgb(151, 197, 235);
    font-size: 1.5em;
    font-weight: bold;
}
#login .buttonbar #submitBtn:hover, .buttonbar #button-reset:hover, .buttonbar #button-cancel:hover, .buttonbar #confirm_btn:hover, .buttonbar #password_button:hover, #LogoutButton:hover, #HomeButton:hover {
    background-color:rgb(204, 9, 47);
}

.btn:disabled, .buttonbar #password_button:hover .btn:disabled:hover, .btn:disabled:hover, .buttonbar #password_button:disabled:hover  {
    color: white;
    opacity: 0.4;
    cursor: default;
    background: rgb(151, 197, 235);
}
.btn:disabled .btn-icon  {
    color: white;
    cursor: default;
}

/* used for password complexity meter */
div.progress-container {
    padding: 0;
    border-radius: 5px;
}
#strengthBar {
    border-radius: 5px;
}

/* header stuff */
#header {
    background:#fff;
    color:rgb(60,60,60);
}

#header-company-logo {
    position: relative;
    float: left;
    background-image: url(universityofbedfordshire.png);
    width: 140px;
    height: 70px;
    z-index: 1;
    background-size: cover;
}

#header-menu-wrapper {
    text-align: right
}

.header-button {
    padding: 0;
    color: white;
    background: rgb(151, 197, 235);
    border-radius: 5px;
}

#header-page {
    font-family: Univers, Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: rgb(60,60,60);
}

#header-title {
    font-family: Univers, Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: rgb(60,60,60);
}

.message {
    padding: 0.5em 1em;
    width: max-content;
    border-radius: 5px;
    margin: 1em 0;
    max-width: 420px;
}

.sign-in { margin-left: 0;}

#login .inputfield, #configLogin .inputfield, #searchForm .inputfield, form.pwm-form input.inputfield, form.pwm-form textarea.inputfield{
	width: 440px;
	padding: 5px;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 5px;
	font-size: 1.5em;
	margin: 2px auto;
	border: 0;
}

form.pwm-form textarea.inputfield{
	width: 440px !important;
	font-family: Univers, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

form#form-setupResponses label{
font-size: 1.5em;
font-weight: bold;
}

#login .buttonbar #submitBtn {
	width: 450px;
	height: auto;
	min-width: 80px;
	padding: 5px;
	font-size: 1.5em;
	font-weight:bold;
	background-color:rgb(151, 197, 235);
}

#login .loginFieldLabel {
    display: block;
    width: 450px;
    margin: 0;
}

.formFieldLabel {
    display: block;
    width: 450px;
    font-size: 1.5em;
    margin: 0 5px;
}

.formFieldWrapper {
    padding-bottom: 0;
    margin: 0 0 12px 0;
}

.meteredProgressBar {
    border-radius: 5px;
}
#HomeButton span.pwm-icon, #LogoutButton span.pwm-icon, #header-username-caret span.pwm-icon {
    padding: 3px 6px;
}

#idle-overlay-message{
    border-radius: 5px;
}