var courseNameEmpty = "Please enter a Course Name.";
var courseNameInvalid = "Course name can include alphabets, numbers, spaces and dot only.";
var courseObjectiveEmpty = "Please enter the Course Objective.";
var courseDescriptionEmpty = "Please enter the Course Description.";
var courseContentEmpty = "Please enter the Course Contents.";
var courseFeeEmpty = "Please enter the Course Fee.";
var courseFeeInvalid = "Course Fee can include Numerical and Decimal numbers only.";
var courseRoyaltyEmpty = "Please enter the % of Course Fee towards Royalty Payment.";
var courseRoyaltyInvalid = "Royalty payment % can include Numerical and Decimal numbers only.";
var courseInstructionEmpty = "Please enter the Test Instructions.";
var coursePassPercentageEmpty = "Please enter the Pass Percentage.";
var coursePassPercentageInvalid = "Pass percentage can include Numerical and Decimal numbers only.";

var questionTypeEmpty = "Please choose a Question type.";
var questionTextEmpty = "Please enter the Question Text.";
var questionAnswerTextEmpty = "Please enter the Answer Text.";
var questionAnswerEmpty = "At least one correct answer should be chosen.";
var answerOptionsMaxCount = "A question can have only 7 possible choice.";

var startDateBigger = "Second datepicker Date cannot be earlier than First datepicker Date.";
var startDateEmpty = "First datepicker is mandatory if Second datepicker is selected.";

/* Edit client Validation messages start here*/
var firstnameEmpty="Please enter user's first name";
var firstnameAlpabets="First name can include alphabets and spaces only";
var lastnameEmpty="Please enter user's last name";
var lastnameAlphabets="Last name can include alphabets and spaces only";
var address1="Please enter user's address (line1)";
var cityEmpty="Please enter user's city name";
var stateEmpty="Please select user's state";
var zipcodeEmpty="Please enter user's zip code";
var zipcodeNumber="Zip code can include numbers only";
var telephoneEmpty="Please enter user's telephone number";
var telephoneNumber="Telephone Number can include numbers, hyphen, brackets and spaces only";
var emailEmpty="Please enter user's emailaddress";
var invalidEmail="Invalid email address. please re-enter the user's email address";
/* Edit client Validation messages end here*/


/*registration user email validation*/

var usernamealpha="Username can include alphabets, numbers, underscore and dot only";
var passwordgreater="Password should be greater than 5 Letters";
var confirmpasswordmismatch=" Password and Confirm Password fields does not match";
var firstnamealphabets="First Name can include alphabets and spaces only";
var lastnamealphabets="Last Name can include alphabets and spaces only";
var citynamealphabets="City Name can include alphabets and spaces only";
var zipcodenumber="Zip Code can include numbers only";
var telephonenumbers="Telephone Number can include numbers, hyphen, brackets and spaces only";
var invalid="Invalid Email Address. Please re-enter your Email Address";
/* *****************************/




//usercontrolpanel messages
var passwordmismatch="New password and Confirm password doesn't match.";





//login messages
var layoutUsernameEmpty = "Please enter your username.";
var layoutPasswordEmpty = "Please enter your password.";


