/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error { color: #ff0000; }
.field-validation-valid { display: none; }
.input-validation-error { border: 1px solid #ff0000; background-color: #ffeeee; }
form.flow .input-validation-error { background-color: #FFF; }

.validation-summary-errors span { font-weight: bold; color: #ff0000; }
.validation-summary-valid { display: none; }
.field-validation-error {
	background-color: #FFE6E6;
	border: 1px solid red;
	padding: 16px;
	display: inline-block;
	margin-left: 15px;
	color: #A31;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.validation-summary-errors {
	background-color: #FFE6E6;
	border: 1px solid red;
	padding: 16px;
	color: #A31;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    margin-bottom: 10px;
}

.validation-summary-errors ul 
{
    margin: 0px;    
}
ul.checkbox.sublist {
	margin-left: 20px !important;
}
textarea.TextBox {
	width:600px; 
	height:75px;
}
textarea.TextBox.medium {
    height: auto;
    min-height: 200px;
}
textarea.TextBox.large {
    height: auto;
    min-height: 400px;
}
.preview {
    height: auto;
    width: 590px;
    background-color: #dddddd;
    padding: 10px;
    white-space: pre-wrap;
}

#content #SmsMessage dd.invalid {
    padding-bottom: 26px;
}

div.instructions p {
    margin: 0.5em 0;
}
#content #RecipientFilter ul.checkbox {
	display: inline-block;
}

#content #RecipientFilter #OtherLocationSection ul.checkbox {
	display: block;
}

#content #RecipientFilter ul.checkbox li {
	float: left;
	width: 275px;
}
#content #FilterCampusSection dt {
	clear: both;
}

#word-count{
	float: right;
	margin-right: 110px;
	margin-top: 5px;
}

#word-count i{
	font-style: normal;
}

#SmsMessage textarea {
	display: block;
}
.OverWordLimit {
	color: red;
	font-weight: bold;
}

#content form.flow .instructions pre.previewText {
	background-color: #FFF;
	display: inline-block;
	border: 1px solid #ddd;
	padding: 10px;

	white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
    white-space: -pre-wrap; /* Opera */
    white-space: -o-pre-wrap; /* Opera */
    white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
    word-wrap: break-word; /* IE 5.5+ */
}

#content form.flow .smsNextButton, #content form.flow input[type="submit"] {
	background-color: #dddddd;
	border: 1px solid #999999;
	text-decoration: none;
	padding: 3px 5px;
	color: #444444;
	margin-top: 15px;
	display: inline-block;
	cursor: pointer;
	font-size: 12px;
}
#content form.flow input[type="submit"] {
	margin-top: 0;
}
#content form.flow input[type="submit"].disabled, #content form.flow a.smsNextButton.disabled {
	background-color: #efefef;
	color: #999999;
	border: 1px solid #dddddd;
}

.loadingImage {
    /*background:url(../Images/loading.gif) no-repeat 28px center #FFFFFF;*/
	background-color: #FFFFFF;
    height: 32px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    position: fixed;
    top: 50%;
    left: 50%;
    line-height: 32px;
    padding: 60px;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
	width: 300px;
	margin-left: -150px;
	margin-top: -75px;
	z-index: 1000;
}

#content form.flow .instructions ul.criteria {
    margin-top: 0;
}

#RecipientFilter ul.radio li {
    float: none;
}

label.required {
    margin-bottom: 5px;
    display: inline-block;
    font-weight: bold;
}

label.required span {
    color:red;
}

input.extralong {
    width: 600px;
    display: block;
}

#content .flow fieldset dd input[type="text"]  {
    color: black;
}


.step-confirmation-top {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.85em; /* may need toggle-group be mso-font-signature-csb-one the span*/
}

#copyMsgLink {
    cursor: pointer;
    font-size: x-small;
    margin-left: 62%;
}