html, body {
	width: 100% !important;
	height: 100% !important;
	background-color: rgb(229, 229, 229) !important;
	background-image: none !important;	overflow-x: hidden !important;
}

/* Full page background style definition. */
.page-background {
	/* The optional background display configuration for the main body. */
	background: url(../../images/perkins/background.png) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
    /* have to use !important to override .ui-dialog */
	background-size: cover !important;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	text-shadow: none !important;
}

@media (max-width: 30em) {
	.page-background {
		background: white !important;
		background-image: none;
	}
}

.brand-big-logo {
    display:none;
}

.brand-small-logo {
    display:none;
}

.cws-big-logo {
	display: none;
}

.cws-small-logo {
	display: none;
}

.login-page-title {
	color: black;
	font-size: 1.7em !important;
	margin-bottom: 1em;
	margin-top: 1em;
	text-align: center;
	text-shadow: none;
}

.login-page-section-title {
	font-size: 1.3em !important; 
	margin-top: 1em;
	margin-bottom: .5em;
}

.instructions {
    color: white;
	font-size: 1.3em !important;
	margin-bottom: 1em;
	margin-top: 1em;
	padding: 1em;
	text-shadow: none;
}

.alertInstructions {
    color: white;
	font-size: 1.3em !important;
	text-shadow: none;
}

.masthead {
	background-image: none !important;
	border: 0;
	display: none;
	padding: 10px;
	text-align: center;
}

/* Main content page display style definitions. */
.main-page-container {
	margin-top: 120px;
	margin-right: auto;
	margin-bottom: 10em;
	margin-left: auto;
	padding: 0;
	max-width: 500px;
}

/* Styling for the bar containing the main page content. */
.main-content-bar {
	margin: auto;
	margin-top: 7%;
	min-height: 175px;
	padding: 0;
	width: 100%;
}

@media (max-width: 600px) {
    .main-content-bar {
        border-radius: 0px;
	    -moz-border-radius: 0px;
    	-webkit-border-radius: 0px;
	}
	
	/*
	.page-background {
		background-image: none;
	}
	*/
}
    

/* Optional branding bar displayed below the first two content bars. */
.main-content-bar2 {
}

/* Optional branding bar displayed below the first two content bars. */
.main-content-bar3 {
}

/* Styling for the main content container box. This element
 * will be a child of the main-content-bar class. */
.main-content-box {
	/* Styling for the main content container box. This element
	 * will be a child of the main-content-bar class. */
	background-color: white;
	padding: 0 15px 15px 15px;
	max-width: 500px;
	margin: 0 auto;
	border-width: 0;
	border-radius: 1em;
	overflow: visible;
	overflow-x: hidden;
}

.contact-support-desk {
	display: none;
}

.motd {
	font-weight: bold;
	margin-top: 1em;
	text-align: center;
}

.warn {
	font-weight: bold;
	margin-top: 1em;
	text-align: center;
	text-shadow: 0px 0px 8px orange;
}

#passwordExpireSoonDiv {
    color: #CCCCCC !important;
	margin-top: 1em;
    text-align: center;
    text-shadow: 1px 1px black;
}

#error {
    color: white;
}

.response-text-base {
    background-color: seashell;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-style: solid;
    border-width: 2px;    
    border-color: #CCCCCC;
    margin-bottom: 2em;
    margin-top: 1em;
}

.response-text {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-right: 15px;
}

.error-text {
	color: darkred;
	font-size: 18px;
	text-shadow: none;
}

.success-text {
	color: darkgreen;
	font-size: 18px;
	text-shadow: none;
}

/* Style for the banner policy text at the bottom of the login form. */
.login-banner-text {
	font-size: 0.7em;
	margin-top: 5px;
	text-shadow: none;
}

/* Used for styling of control buttons on forms. */
.post-form-controls {
	margin-top: 5px;
	text-align: center;
	clear: both;   /* Don't allow adjacent floats. */
	overflow: visible; /* added 20180719 */
}

.post-form-buttons {
    text-align: center;
}
    
/* Used for styling cancel button div on forms. */
.post-form-cancel-button {
	margin-top: 5px;
	text-align: center;
}

/* Used for styling submit button div on forms. */
.post-form-submit-button {
	margin-top: 5px;
	text-align: center;
}

.Submitbtn {
    margin-top: 15px;
    background-color: #404040;
    color: white;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 4px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #1F1F7F;
    border-radius: 4px;
}

.Submitbtn:hover {
    background-color: gray;
}

.Cancel-Button {
    background-color: silver;
    border: 1px solid #1F1F7F;
    border-radius: 4px;
    color: black;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
    padding: 4px;
    padding-left: 5px;
    padding-right: 5px;
}

.Cancel-Button:hover {
    background-color: lightgray;
}

/* styling for challenge question answer container */
.login-challenge-field-container {
	margin: 0.5em;
	width: 90%;
   -moz-border-radius: 9px 9px 9px 9px;
   -webkit-border-radius: 9px 9px 9px 9px;
   border-radius: 9px 9px 9px 9px;
   background: #CCC;
   box-shadow: 1px 1px 11px #666666;
}

/* Styling for select dropdowns */
.login-challenge-field-element {
	margin-top: 0em !important;
	margin-bottom: 0em !important;
	overflow: auto;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	/*position: relative;*/
	width: 100%;
	
   -moz-border-radius: 9px 9px 9px 9px;
   -webkit-border-radius: 9px 9px 9px 9px;
   border-radius: 9px 9px 9px 9px;
   background: #CCC;
   box-shadow: 1px 1px 11px #666666;
}

.login-challenge-field-element select {
	/*display: none;	/*hide original SELECT element:*/
   border: 0;
   color: #333;
   background: transparent;
   font-size: 18px;
   font-weight: bold;
   padding: 2px 10px;
   /*width: 378px;
   *width: 350px;*/
   width: 100%;
   *background: #58B14C;
   -webkit-appearance: none;
   -moz-appearance: none;
   -o-appearance: none;
   appearance: none;
   background-image: url('../../images/arrow_16.png');
   background-position: 98% center;
   background-repeat: no-repeat;
}

/* hide the down arrow on IE select */
select::-ms-expand {
    display: none;
}

.input-field-label {
	margin-bottom: 0.2em;
}

.login-challenge-field {
	margin-top: 1em !important;
	white-space: wrap !important;
}

.login-form-span {
	display: inline-block;
	float: right;
	width: 78%;
	font-weight: bold;
}

/* text over background picture */
.input-field-text-on-pic {
    /* The text label for an input field */
    font-weight: bold !important;
    vertical-align: middle !important;
    text-shadow: 1px 1px black;
    color: white;
}

.field_button_pair {
	text-align: center;
}

.redirect-display {
	margin-top: 1em;
	font-weight: bold;
}

/* Style for the caps lock warning display. */
.caps-lock-warning {
	background-image: url('../../images/dialog-warning-small.png');
	background-repeat: no-repeat;
	clear: both; /* Don't allow adjacent floats. */
	font-size: 0.8em;
	font-weight: bold;
	min-height: 24px;
	padding-left: 26px;
	text-shadow: none;
}

@media (min-width: 28em) {
	.caps-lock-warning {
		/* Float the container to the right to align
		 * to the input field on larger screens. */
		float: right;
		width: 73.5%;
	}
}

.caps-lock-warning-text {
	line-height: 2.4;
	text-align: center;
}

.classic-link {
	font-size: .7em;
	padding-top: 1em;
	padding-bottom: 1em;
	margin: 0 auto;
	color: white;
}

.classic-link a {
	color: white !important;
}

.classic-link a:hover {
	color: black !important;
}

.classic-link-white {
    font-size: .7em;
    padding-top: 1em;
    padding-bottom: 1em;
    margin: 0 auto;
    color: white;
}

.placeholder {
	color: #aaa;
}

.info-format{
    font-size: 0.75em;
}

.footer-bar {
	/*background: url(../../images/perkins/footer.png);
	*/
	background-repeat: repeat-x;
	padding-top: 2em;
	border: none;
	position: absolute;
	bottom: 0 !important;
	z-index: 999 !important;
	text-shadow: none !important;
	min-height: 3em;
	width: 100% !important;
	background-size: cover;
}

.footer-text {
	text-align: left;
	margin-left: 1em;
	width: 70%;
	display: inline !important;
	float: left;
}

.footer-table {
	margin: auto;
}

.footer-line-space {
	line-height: 1.6em;
}

.usage-stmt {
	margin: auto;
	padding-left: 1em;
	padding-right: 1em;
	max-width: 45em;
	text-align: left;
}

.brand-logo-footer {
	display:inline !important;
	float: right;
	/*height: 3em;*/
	/*width: 9.5em;*/
	width: 145px;
	height: 48px;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 1em;
	background: url('../../images/perkins/logo.png');
	background-size: contain;
	background-repeat: no-repeat;
	/*background-position: right;*/
	color: white;
}

@media (max-width: 655px) {
	.brand-logo-footer {
		display: none !important;
	}
}

.help-topics-content {
    background-color: white;
	border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
	border: none;
	color: black;
	margin: auto;
	margin-bottom: 12em;
	margin-top: -8em;
	padding: 1em;
    text-shadow: none;
	width: 80%;
	word-wrap: break-word;
}

@media (max-width: 600px) {
    .help-topics-content {
        border-radius: 0px;
	    -moz-border-radius: 0px;
    	-webkit-border-radius: 0px;
	}
}

@media (max-width: 655px) {
	.footer-text {
		width: auto;
		margin-right: 1em;
		text-align: center;
	}
}

.cookie-topics-content {
    background-color: white;
	border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
	border: none;
	color: black;
	margin: auto;
	margin-bottom: 12em;
	margin-top: -8em;
	padding: 1em;
    text-shadow: none;
	width: 80%;
	word-wrap: break-word;
}

@media (max-width: 600px) {
    .cookie-topics-content {
        border-radius: 0px;
	    -moz-border-radius: 0px;
    	-webkit-border-radius: 0px;
	}
}

.lang-topics-content {
    background-color: white;
	border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
	border: none;
	color: black;
	margin: auto;
	margin-bottom: 12em;
	margin-top: -8em;
	padding: 1em;
    text-shadow: none;
	width: 80%;
	word-wrap: break-word;
}

@media (max-width: 600px) {
    .lang-topics-content {
        border-radius: 0px;
	    -moz-border-radius: 0px;
    	-webkit-border-radius: 0px;
	}
}

.white_label {
    text-shadow: 1px 1px black;
    color: white;
}

.challengeButton {
    background-color: #CCCCCC;
    border: none;
	color: black;
    display: inline-block;
    font-size: 18px;
	padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 87%;
}

@media (max-width: 655px) {
	.brand-logo-footer {
		display: none !important;
	}
}

.challengeButton:hover {
	background-color: #DDDDDD;
}

#giveConsentButton {
    background-color: rgb(0,64,0);
    border: none;
	color: white;
    display: inline-block;
    font-size: 18px;
	padding: 10px;
    text-align: center;
    text-decoration: none;
}
    
#removeConsentButton {
    background-color: rgb(64,0,0);
    border: none;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	color: white;
    display: inline-block;
    font-size: 18px;
	padding: 10px;
    text-align: center;
    text-decoration: none;
}

.consentDiv {
    display: inline-block;
    padding: 5px;
}

.GDPR-links {
    text-decoration: none;
    color: darkgreen;
}    
    
.GDPR {
    position: fixed;
    z-index: 10;
    height: 250px;
    width: 250px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: bold; 
    background-color: #CCCCCC;  /* Cat gold */
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
	border-style: solid;
    border-width: 1px;
    text-align: center;

    /* Internet Explorer 10 */
    display:-ms-flexbox;
    -ms-flex-pack:center;
    -ms-flex-align:center;

    /* Firefox */
    display:-moz-box;
    -moz-box-pack:center;
    -moz-box-align:center;

    /* Safari, Opera, and Chrome */
    display:-webkit-box;
    -webkit-box-pack:center;
    -webkit-box-align:center;

    /* W3C */
    display:box;
    box-pack:center;
    box-align:center;
}

.redTextOnBlack {
	color: #FF7777;
}

.greenTextOnBlack {
	color: #77FF77;
}

.redTextOnImg {
    text-shadow: 0px 0px 8px red;
}

.greenTextOnImg {
    text-shadow: 0px 0px 8px green;
}

.doNotWrap {
    white-space: nowrap;
}

/*----------------------------------------------------------------------------*/
/* KES - goal is to get rid of labels and just use placeholder text in a way
 *       that the user can still see the placeholder text when typing
 */
 
/* Styling for the container for each label/input field pair. */
.login-form-field {
    border: 0;
    color: white;
    display: table;
	position: relative;
	width: 100%;
}

.login-form-field-table {
	width: 100%;
}

.login-form-field-user-icon {
	width: 25px;
    background-image: url('../../images/user_black_20.png');
    background-position: 0px;
    background-size: 22px;
    background-repeat: no-repeat;
}

.login-form-field-user-help-icon {
	width: 55px;
}

.logout {
	margin: auto;
	text-align: center;
}

/* Tooltip container */
.forgotUsernameHelpLink-container {
    position: relative;
    display: inline-block;
}


/* Tooltip text */
.login-form-field-user-tooltip {
    background-color: #CCCCCC;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    color: black;
    padding: 5px 0;
    position: absolute;
    text-align: center;
    text-shadow: none;
    top: -27px;
    right: -17px;
    visibility: hidden;
    width: 120px;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.forgotUsernameHelpLink:hover + .login-form-field-user-tooltip {
    visibility: visible;
}

#forgotUsernameHelpIcon {
    background-color: grey;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-style: solid;
    border-width: 1px;
    color: #CCCCCC;
    position: absolute;
    left: 25px;
    top: -17px;
}

.login-form-field-password-tooltip {
    background-color: #CCCCCC;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    color: black;
    padding: 5px 0;
    position: absolute;
    text-align: center;
    text-shadow: none;
    top: -27px;
    right: -17px;
    visibility: hidden;
    width: 120px;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.forgotPasswordHelpLink:hover + .login-form-field-password-tooltip {
    visibility: visible;
}

#forgotPasswordHelpIcon {
    background-color: grey;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-style: solid;
    border-width: 1px;
    color: #CCCCCC;
    position: absolute;
    left: 25px;
    top: -17px;
}


/* --- Tooltip text */


.login-form-field-pwd-icon {
	width: 25px;
    background-image: url('../../images/key_black_13.png');
    background-position: 0px;
    background-size: 25px;
    background-repeat: no-repeat;
}

.login-form-field-pwd-help-icon {
	width: 55px;
}

/* Tooltip container */
.forgotPasswordHelpLink-container {
    position: relative;
    display: inline-block;
}

#userIcon {
	margin-right: 13px;
	margin-top: 5px;
}

#passwordIcon {
	margin-right: 9px;
	margin-top: 6px;
}

#helpIcon {
}

#langIcon {
}

.lang-link-globe {
	background-image: url('../../images/globe_white.png');
	background-position: 0px;
	background-size: 14px;
	background-repeat: no-repeat;
}

.lang-link-container {
	padding-left: 15px;
}

.cwsuid-input-field {
    border: 1px solid #ccc;
	border-radius: 9px;
	-moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    color: black;
	height: 32px;
    font-size: 16px;
	padding-left: 8px;
    padding-right: 8px;
    position: relative;
	width: 100%;
}

.forgot-cwsuid-input-field {
	width: 87%;
}

.cwspwd-input-field {
    border: 1px solid #ccc;
    border-radius: 9px;
    color: black;
	height: 32px;
    font-size: 16px;
	padding-left: 8px;
    padding-right: 8px;
    position: relative;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    width: 100%;
}

.forgot-cwspwd-input-field {
	width: 87%;
}

#usernameLabel {
    color: darkgray;
    left: 3.1em;
	position: absolute;
	text-align: left;
	text-shadow: none;
    top: 14px;
    z-index: 1;
}

#fp-cwsUIDLabel {
    color: darkgray;
    left: 3.1em;
	position: absolute;
	text-align: left;
	text-shadow: none;
    top: 14px;
    z-index: 1;
}

#fu-cwsUIDLabel {
    color: darkgray;
    left: 3.1em;
	position: absolute;
	text-align: left;
	text-shadow: none;
    top: 14px;
    z-index: 1;
}

#cwsPwdLabel, #confirmCwsPwdLabel, #newCwsPwdLabel {
    color: darkgray;
    left: 3.1em;
    position: absolute;
	text-align: left;
    text-shadow: none;
    top:14px;
    z-index: 1;
}

/*----------------------------------------------------------------------------*/

/* changepassword.jsp and resetpassword.jsp */
#cwsidDisplay {
    color: khaki;
}

/* resetpassword.jsp */
.marginBottom1 {
    margin-bottom: 1em;
}

/* hide the section that Jeremy Ethridge requested */
#CatBreadCrumbSection {
	display: none;
}

/*----------------------------------------------------------------------------*/

/* for language.htm page */
.selectLanguage {
	color: black;
	text-align: center;
	text-shadow: none;
	margin: auto;
}

/* 
	NOTE: tried to just use anchor color changes to highlight which language
          was currently selected, but for whatever reason, the browser would
          not apply the highlight to 2 of the languages; weird bug ; happens
          in both Chrome and IE
*/

/* 
	When setting the style for several link states, there are some order rules:
		a:hover MUST come after a:link and a:visited
		a:active MUST come after a:hover
*/

/* used for the selected language */
.highlightLanguageDisplay a:link {
	color: #400000;
	font-weight: bold;
}

.highlightLanguageDisplay a:visited {
	color: #400000;
	font-weight: bold;
}

.highlightLanguageDisplay a:hover {
    color: black;
    background-color: #CCCCCC;
    padding: 4px;
}

.highlightLanguageDisplay a:active {
	color: #400000;
	font-weight: bold;
}

.normLanguageDisplay a:link {
    color: #000000;
}

.normLanguageDisplay a:visited {
    color: #000000;
}

.normLanguageDisplay a:hover {
	color: black;
    background-color: #CCCCCC;
    padding: 4px;
}

.normLanguageDisplay a:active {
    color: #000000;
}

/*----------------------------------------------------------------------------*/

.closeButton {
    margin-top: 15px;
    text-align: right;
}

.enter_credentials_message {
	margin-bottom: 10px;
	text-align: center;
	text-shadow: none;
}

.alert_options_title, .account_options_title, .enter_credentials_title, .forgot_username_title, .forgot_password_title {
	color: black;
	margin-bottom: 10px;
	text-align: center;
	text-shadow: none;
}

.cancel-profile-operation {
	font-size: 0.8em;
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: center;
	text-shadow: none;
}

.cancel-profile-operation a {
	color: #7777BB;
}

.close-help-content-box {
	font-size: 0.8em;
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: center;
	text-shadow: none;
}

.close-help-content-box a {
	color: #7777BB;
}

.close-cookie-content-box {
	font-size: 0.8em;
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: center;
	text-shadow: none;
}

.close-cookie-content-box a {
	color: #7777BB;
}

.close-lang-content-box {
	font-size: 0.8em;
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: center;
	text-shadow: none;
}

.close-lang-content-box a {
	color: #7777BB;
}

#loginLangSpaceAfterClose, #loginLangSpaceBeforeClose {
	height: 1em;
}

.space1 {
	height: 1em;
}

.password-req {
	margin-right: 1em;
	margin-top: 1em;
	text-shadow: none;
}

/* a:hover MUST come after a:link and a:visited
a:active MUST come after a:hover
*/

.password-req a:link {
	color: #7777BB;
}

.password-req a:visited {
	color: #7777BB;
}

.password-req a:hover {
	color: #777799;
}

.password-req a:active {
	color: #7777BB;
}
