/* CSS Document */
 @media print {
    .noprint, #status {
	display: none;
}
  }
  
form {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 20px;
	width: 90%px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E1E9F0;
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	background-color: #F2F7F9;
	width: 90%;
	padding: 15px;
	border: 6px solid #8FB5C1;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 20px;
	margin-bottom: 20px;
}
	
form#login {	
width: 90%;
}
form#admin {
	width: 25px;
 }


 	
form#confirm, form#admin {	
 background-color:transparent; 
 border:none;
 	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
 }
form#practice,form#marketing,form#services, form#goals, form#contact, form#summary {
	width: 90%;
}


 form legend {
	color: #333333;
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom: 20px;
	text-shadow: 0 1px 1px #ccc;
	padding-top: 10px;
}
legend span {
	font-weight: 500;
	color: #333;
	font-size: smaller;
	padding-left: 2em;
	padding-right: 1em;
}

fieldset {
	background-color: #F8FBFC;
	border: 1px solid #8FB5C1;
	padding: 1em;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}


form input,
form select,
form textarea {
	border: 1px solid #AFCDD8;
	background-color: #F5F5F5;
	width:90%;
	max-width:90%;
}

form input:focus,
form select:focus,
form textarea:focus {
	border: 1px solid #AFCDD8;
	background-color: #fff;
}

#submit {
	/* [disabled]width: 100px; */
	background-color:#333;
	color:#FFF;
	border:none;
	display:block;
	float:right;
	margin-bottom:-10px;
	margin-right:6px;
	background-color:#8FB5C1;
	border-radius:8px;
	line-height: 2em;
	margin-top: 1em;
	padding: 5px;
	clear: both;
}

#submit:hover {
    background-color: #A6CFDD;
}

#submit:active {
    position:relative;
    top:1px;
}

#submit:disabled {
	background-color: #999;
	color: #CCC;
	text-decoration: line-through;
	}
	
 
 /* Normalize placeholder styles */

/* chrome, safari */
::-webkit-input-placeholder {
    color:#CCC;
    font-style:italic;
}

/* mozilla */
input:-moz-placeholder, textarea:-moz-placeholder {
    color:#CCC;
    font-style:italic;
}

/* ie (faux placeholder) */
input.placeholder-text, textarea.placeholder-text  {
    color:#CCC;
    font-style:italic;
}
/* form specific */

input, textarea, select {
	display: block;
	margin-bottom: 10px;
 	box-shadow	#FF0000 0 0 1.5px 1px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	padding-top: 2px;
	padding-bottom: 2px;
}

#ckb_rememberAccount {display:inline;}
label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.2em;
}

label[for=checkbox] {
	font-size: smaller;
	line-height: 2em;
	vertical-align: 5%;
	margin-left: 15px;
}
.formError {
	color: #B70000;
	background-color: #FF9;
}
.noBR, input[name=city],input[name=state], input[name=zip]{
	display:inline;
	
}
input:required, textarea:required{
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
	background-color: #fff;
	background-image: url(../images/form/red_asterisk.png);
	background-repeat: no-repeat;
	background-position: 98% center;
}	
.contact_form input:focus:invalid, .contact_form textarea:focus:invalid { /* when a field is considered invalid by the browser */
    background: #fff url(../images/form/invalid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #d45252;
    border-color: #b03535
}
::-webkit-validation-bubble-message {
    padding: 1em;
}
.form_hint {
    background: #d45252;
    border-radius: 3px 3px 3px 3px;
    color: white;
    margin-left:8px;
    padding: 1px 6px;
    z-index: 999; /* hints stay above all other elements */
    position: absolute; /* allows proper formatting if hint is two lines */
    display: none;
}
.form_hint::before {
    content: "\25C0"; /* left point triangle in escaped unicode */
    color:#d45252;
    position: absolute;
    top:1px;
    left:-6px;
}
form input:focus + .form_hint {display: inline;}
form input:required:valid + .form_hint {background: #28921f;} /* change form hint color when valid */
form input:required:valid + .form_hint::before {color:#28921f;} /* change form hint arrow color when valid */
form br {
	clear: both;
}
.formColA {
	float: left;
	width: 50%;
	/* [disabled]background-color: #CCC; */
}
.formColB {
	float: right;
	width: 50%;
	/* [disabled]background-color: #CCC; */
}
table.dates {
	width: 450px;
	/* [disabled]border: 1px inset #666; */
	line-height: 1em;
}
td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
}
.dates tr {
	margin: 0px;
	padding: 0px;
	height: 2em;
	vertical-align: middle;
}

table.dates td:first-child {
 }
table.dates td:nth-child(2) {
 }
table.dates td:nth-child(3) {
	text-align: center;
	padding-left: 2em;
}


tr:nth-child(odd)    {
	background-color:#e8f0f4;
}

tr:nth-child(even)    {
	background-color:#F2F7F9;
}
table#status {
	width: 100%;
}
table.subHeader, th {
	/* [disabled]width: 100%; */
	background-color: #a5cbd9;

}



#status tr td {
	font-size: 0.6em;
}


#status tr th {
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}

table#status td:nth-child(1) {
	width: 1px;
	/* [disabled]background-color: #5AAAFF; */
 }
table#status td:nth-child(10) {
	width: 150px;
}
form#admin {
	color: #F00;
	margin: 0px;
	padding: 0px;
}
