.complaintBox 
{
    margin-right: 10px;
    display: block;
}

.datepicker-format
{
    display: none;       
}

/* MISC  
----------------------------------------------------------*/
/*.required {
	color: red;
	font-style: italic;
}*/


/*.error {
    color: Red;
}*/

#redbox
{ 
    display: none;
}
           
#redErrorTitle
{
    text-align:center;
    font-size:x-large;
    color:#ff0000;
    margin-bottom:15px;
}

#printButton
{
    border-radius: 2px;                     
}

#bluebox {
    background-color: #d7faff;
    padding: 15px;
    border-left: 4px solid #269abc;
    width: 95%;
    margin: 0 auto 23px auto;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

/*generated by MVC framework for controls failing server side validation - 
had to change the styling to match WET 4 feel and look for input validation errors */
.input-validation-error {
	border-color: #a94442;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.validation-summary-errors 
{
    border: 2px solid red;
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}
/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.radio-label {
	font-weight: 300;
	color:crimson;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

#awardHidden, #administrationHidden, #representativeInfo, #contactInfoDifferent
{
    display: none;
}

/* Remove the blue border (outline) in Chrome and dash border in Firefox, only for div.
   A particular div id="fileUpload" was getting this confusiong and annoying focus border, when 
	<section id="fileUploadsMessage....." class="alert ..." ... /> was displayed below on upload.
*/

div:focus {
	outline: none;
}

.wb-server-error {
	display: block !important;
	font-size: 100% !important;
	text-align: left !important;
	white-space: normal !important;
}

.form-control::-moz-placeholder {
	/*color: #999; */
	color: #1c1c1c;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #1c1c1c;
}

.form-control::-webkit-input-placeholder {
	color: #1c1c1c;
}


.placeholder {
	color: #1c1c1c;
}
    