/* forms.css */
@charset "utf-8";

legend{
  border:0;
  color: inherit;
  font-weight:bold;
  padding:0 0 2em 0;
  white-space:normal;
  *margin-left:-7px
}
fieldset table{
  clear:right
}
button,input,textarea{
  margin:0;
  vertical-align:middle
}
button,input{
  line-height:normal
}
button,select{
  text-transform:none
}
textarea{
  min-height:10em;
  vertical-align:top;
}
select {
  margin: 0 0 1em 0;
  padding-left: 1em;
  border: 2px solid #ccc;
}
.required:after {
  content: "*";
  color: #444;
  font-size: large;
  font-weight: normal;
}
a.update {
	font-size: 1.25em;
	border-bottom: none;
}
.inline	{
	display:inline;
}
.form-field-margin	{
	margin-bottom:15px;
}
.checkbox-padding	{
	padding-left:40px;
}
.checkbox-padding-20	{
	padding-left:20px;
	margin-top:0px;
}
.checkbox-padding-30	{
	padding-left:35px;
}
.radio-pathway	{
	margin-top: 0px !important;
}
.checkbox-center	{
    margin-top: 5px;
    white-space: nowrap;
}
.radio-padding	{
	padding-left:20px;
	margin-top:0px;
}
input [type='file'], [type='checkbox'], [type='radio'] {
     margin: 0;
}
.validation	{
 color: #f00;
    display: block;
  margin-top: 1em;
    width: auto;
    font-size: 12px;
}
.topContainer a	{
	/* background:url('/Sitefinity/WebsiteTemplates/OCSEATemplate/App_Themes/OCSEATheme/Images/arrow_green.png') no-repeat left 2px; */
	height:1.5em;
	border-bottom:none;
	padding: 0px 9px 0px 10px;
}
.large-10.medium-10.small-12.columns.show-inline > input{
	display:inline-block;
}
.form-instructions{
  font-size:small;
}
.button-adjacent { /* Align text vertically with buttons */
  font-size: small;
  margin-left:20px;
}
.sfExample {
  font-size: small;
  margin-bottom: 1em;
}
.panel-register	{
	counter-reset: subsection;
}
.panel-register:before	{
	counter-increment: section;
    content: "Name " counter(section) ;
}
.divider	{
	border: #ddd 1.25px solid;
    height: 1px;
  margin-top: 3px;
  margin-bottom: 3px;
    max-width: 75rem;
    color: #ddd;
    background-color: #ddd;
}
.sfitemFieldLbl	{
	font-weight: bold;
}