﻿/* QuickPick Page Styles */

/* QuickPick Logon Form */
#qpLogonForm > .logForm 
{
    width: 100%;
    padding: 0;
}

#qpLogonForm > .logForm p 
{
    padding: 8px 0 4px;
    line-height: 1;
}

#qpLogonForm > .logForm p.noTopPad
{
    padding: 0px 0 2px;
    line-height: 1;
}

#qpLogonForm > .logForm > #pwdSection
{
	padding-top: 8px;
}

#qpLogonForm > .logForm p a#pwdReset
{
    margin-left: 25px;
}


.qpColumnWrap  /* course column wrap div */
{
	width: 100%;
	float: left;
	box-sizing: border-box;
}

.qpCol1 /* course columns */
{
	width: 100%;
	float: left;
	box-sizing: border-box; 
}

.qpCol2 /* course columns */
{
	width: 50%;
	float: left;
	box-sizing: border-box; 
}

.qpCol3 /* course columns */
{
	width: 33%;
	float: left;
	box-sizing: border-box; 
}

.qpCell  /* course info box */
{
	position: relative;
	box-sizing: border-box; 	
	padding: 8px; 
}

.qpCell span input
{
	position: absolute;
	top: 12px;
	left: 0px;
	width: 12px;
	vertical-align: middle;
}

.qpCell span input[disabled="disabled"]
{
    display: none;
	cursor: not-allowed;
}

.qpCell span.awTitle  
{
	font-weight: bold;
}

.qpCell br
{
	display: none;
}

.qpCell span label
{
	display: block;
}

.qpCell p
{
  margin: 0 0 0 12px;
  padding: 0;
}

.qpStatus /* Status message */
{
	/*font-weight: bold;
	color: #a02e2e;*/
}

#alreadyConsented /* consented message */
{
    font-weight: bold;
    font-size: 120%;
    padding: 0 0 10px 0;
    color: #b33333;
}
.qpTerms /* Terms and Conditions expand link */
{
	font-weight: bold;
}

#radRudfl1 label /*  I accept label */
{
	margin-left: 3px;
}

#qpInfoBox  /* logon info box on userlogon.awp */
{
	width: 600px;
	margin: 0 auto 10px auto;
	box-sizing: border-box; 
	padding: 8px;
	background-color: #fafafa;
	border: solid 1px #cccccc;
	border-radius: 6px;
	text-align: center;
}

#qpAmountDue
{
    font-weight: bold;
    font-size: 120%;
    padding: 0 0 10px 0;
	color: #b33333;
}

p.qpHover
{
	width: 45%;
	margin: 0 auto;
	font-size: 80%;
	text-align: center;
}

span.qpDonation
{
	display: block;
	padding-bottom: 10px;
}

span.pendingStat
{
  font-weight: bold;
  color: orange;
}

/* QuickPick Step Boxes */
.stepDivs
{
	display: block;
	border: solid 1px #222222;
	border-radius: 20px;
	padding: 12px;
}

.stepAfter 
{
	display: block;
	padding: 8px;
}


/* Automatic Step Counter */	
body
{
    counter-reset: h2counter;
}
    
h2.qpSteps:before 
{
    content: counter(h2counter);
    counter-increment: h2counter;
    color: #ffffff;
    background: #222222;
    border-radius: 50%; 
	padding: 5px 12px;
}

h2.qpSteps
{
	font-size: 140%;
	padding: 0 0 12px 0;
}


.awCouponNotes
{
	padding: 0 0 10px 0;
}

#bailOut
{
	padding-top: 20px;
}

/* QuickRegister.htm Styles */
  
span.qpStep 
{
    color: #ffffff;
    background: #222222;
    border-radius: 50%; 
	padding: 5px 12px;
}

.qpReviewBtns form
{
	display: inline;
	float: left; 
	margin-right: 15px;
}

#pleaseWait
{
	width: 60%;
	margin: 0 auto;
	padding: 20px;
	font-size: 110%;
	color: #ffffff;
	font-weight: bold;
	cursor: wait;
	text-align: center; 
	border-radius: 5px;
	box-shadow: 1px 1px 3px #666666;
}


/* -- For screen width less than 768px -- */
@media screen and (max-width: 768px) 
{	
	.qpCol2 /* course columns */
	{
		width: 100%;
		float: none;
	}
		
	.qpReviewBtns form
	{
		display: block;
		float: none; 
		padding: 8px 0;
	}
	
	/*  Enrollment Cart page */
	.or
	{
		display: block;
		padding: 5px 0;
	}
}



