.input-required.error{
	background-color: #FF9494;
}

.error-font{
	color: #FF9494;
}

.input-group{
	width:100%;
}

.form-control.combo-box{
	width:100%; 
}

.dropdown-toggle{
	display: none;
}

.note-editor .dropdown-toggle{
	display: block;
}

input.datepicker,input.add-calardar-icon{
	background-image: url('../images/calendar-icon.png');
	background-repeat: no-repeat;
	background-position: right 10px center;
}