
/* Form Elements Basic Styling */
#AP fieldset {border: 0; display:inline-block;width: 85%;font-size:14px;}
#AP .apInput,#AP .EmailToInvite {width:100%;-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;}
#AP select, #AP option{}
#AP input:invalid:not(:focus) {
    box-shadow: 0 0 2px 1px rgba(255, 0, 0, 1);
    -webkit-box-shadow: 0 0 2px 1px rgba(255, 0, 0, 1); 
    -moz-box-shadow: 0 0 2px 1px rgba(255, 0, 0, 1);
    border:1px solid rgba(255,0,0, 0.8); 
}

#AP input[type=email]::-ms-clear {
    display: none;
}


/* Heading */
#AP h2.PopOverHeader {background-color: #35AA47; color:#fff; text-transform:uppercase; font-size: 20px;font-weight: 600;padding: 4px 0;margin-bottom:15px;text-align:center; }

/* Form Elements */
#AP label, #AP input, #AP textarea, #AP button, #AP a{display:block;}
#AP input, #AP textarea, #AP a, #AP select, #AP p{margin-bottom:15px;}
#AP legend input{display:inline; width:auto; margin-left:10px;}
#AP legend{padding-top: 3px;}
#AP textarea{border: 1px solid #CCC;width: 100%;}
#AP label{font-weight:400;}
#AP button, #AP .class-select {text-align:center;}

/* Class Select */
#AP select, #AP .class-select label{display:inline; vertical-align: baseline;}

/* Email Section */
#AP .email-input p {text-align: center;}
#AP div#addMoreEmails{max-height:155px; height:auto; overflow-y:auto; margin-bottom:8px; padding: 2px 0 0 2px;}
#AP .emails input.remove-original:hover, #AP .emails input.remove-new:hover{cursor:pointer;}
#importcontacts{font-style:italic; font-size:13px; color:blue; text-decoration:underline;cursor:pointer;}
#AP fieldset#MessageBox{float:right;width:auto;font-size:13px;}

.email-options fieldset{text-align: right;}
#AP .email-options a, #AP .email-options input{display:inline-block;}
#AP .email-options span{font-size: 14px;}
#AP .emails input.avatar{
font-size: 16px;
line-height:26px;
height:26px;
padding-left:50px;
width:80%;
color: #333;
background-color: transparent;
border:none;
border-bottom: 1px dotted var(--ui-light-color,#e5e5e5);
}
#AP .emails input.remove-original, #AP .emails input.remove-new  {
width: 20px;
height: 20px;
float: right;
margin-top: -40px;
margin-right: 10px;
background: none;
outline: 0;
border: none;
font-size: 16px;
color: #999;
}
#AP .emails input.avatar:focus{outline:0; border-bottom: 1px solid #D4D4D4;}

#AP .avatar{background-image: url('../images/avatars-compressed.png'); background-repeat:no-repeat; }
#AP .av1{background-position: 0 0;}
#AP .av2{background-position: 0 -52px;}
#AP .av3{background-position: 0 -104px;}
#AP .av4{background-position: 0 -156px;}
#AP .av5{background-position: 0 -208px;}
#AP .av6{background-position: 0 -260px;}
#AP .av7{background-position: 0 -312px;}
#AP .av8{background-position: 0 -364px;}
#AP .av9{background-position: 0 -416px;}
#AP .av10{background-position: 0 -468px;}
#AP .av11{background-position: 0 -520px;}
#AP .av12{background-position: 0 -572px;}
#AP .av13{background-position: 0 -624px;}
#AP .av14{background-position: 0 -676px;}
#AP .av15{background-position: 0 -728px;}
#AP .av16{background-position: 0 -780px;}
#AP .av17{background-position: 0 -832px;}
#AP .av18{background-position: 0 -884px;}
#AP .av19{background-position: 0 -936px;}
#AP .av20{background-position: 0 -988px;}
 
/* Send Button */
#APSendBtn{
width: 200px;
margin:0 auto;
padding:10px; 
/*background:#5475AA;*/  
text-transform:uppercase; 
font-weight: 800;
font-size: 14px;
letter-spacing: 0.04em;
margin-bottom:10px;
text-align:center;
}
label#APSendBtnLabel{font-style:italic; font-size:14px;text-align:center;}


/* Form Styling taking from your existing theme at staging.myyuja.com */


#AP #ClassListAP
{
	text-overflow:ellipsis;
	overflow:hidden;
}

#AP .semilegend{
	float:right;
	white-space:nowrap;
	}
#AP .CentreButtonHolder
{
	text-align:center;
}
#AP .apDialogText
{
	font-size:100%;
}
#addPeopleModal .modal-content,#addPeopleModal .modal-content-dialog
{
	/*width:480px;*/
	
}
.apFormActions.form-actions
{
	padding:3px;
}
.apCheck
{
	margin-top:4px;
	margin-right:4px !important;
}
.innerwizholder
{
	max-height:15em;
	overflow-y:auto;
}
#userRosterTable td, #userRosterTable th, #errorRosterTable td, #errorRosterTable th {
	
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

#validEntry {
	text-align: center;
}

.inneruserholder
{
	max-height:30em;
	overflow-y:auto;
}
#AP #groupSelectHolder
{
	white-space:nowrap;
	text-align:center;
}