     /**
	 * Validate Message for member Registeration
	 */ 	
	
	var addMemberfirstName    = "Please enter your first name."; 	 
	var firstNameValidation   = "First name invalid(Alpha, Numeric, Spaces, Apostrophes, and Hyphens only)"; 	 	 
	var lastNameValidation    = "Last name invalid(Alpha, Numeric, Spaces, Apostrophes, and Hyphens only)"; 	 	
	var addMemberComapnyName  = "Please enter your company name.";
	var CompanyNameValidation = "Company Name invalid(Alpha, Numeric, Spaces, Comma, Apostrophes, and Hyphens only)";
	var addMemberAddreess1    = "Please enter your current billing address.";
	var addMemberCountry      = "Please select the country you are located in.";   
	var addMemberState        = "Please select the state you are located in.";   	
	var addMemberCity         = "Please select the city you are located in.";
	var addMemberZipcode      = "Please enter your zipcode."; 
	var addMemberZipcode5     = "Zipcode must be 5 digits."; 
	var addMemberZipcode6     = "Zipcode must be 6 digits."; 
	var otherCityZipcode	  = "Zipcode must be minimum 5 digits.";
	var addMemberPhonenumber  = "Please enter the phone number.";
	var MemberPhonenumber     = "Phone number invalid.Only numbers (,) - are accepted.";
	var addMemberEmail        = "Please enter the email address.";
	var addMemberEmailValidate= "Email address invalid. Please enter valid Email address.";
	var emailInUse            = "The email address you have entered is already in use.";  
    var userNameInUse         = "The username you have entered is already in use. Please try another name.";
    var addMemberUserName     = "Please enter your username.";
    var addMemberPassword     = "Please enter your password.";
    var addMemberPasswordlen  = "Password should be greater than 4 characters.";
    var addMemberRepassword   = "Please re-enter your password.";
    var addMemberPasswordMatch= "The password confirmation does not match the password you have entered";
    var termsValidation       = "Please read and accept the terms & conditions.";
    
    

   
 /**
	 * Validate Message for Need Analysis
	 */    
   	var projectedMonth   		= "Please select projected move month";
   	var projectedDate    		= "Please select projected move day";
   	var projectedYear    		= "Please select projected move year";
   	var validateProjectedDate  	= "Projected relocation date cannot be prior to current date";  
	var currentOffSpace    		= "Please enter the approximate size of your current office space";
	var newOffSpace    		    = "Please enter the approximate size of your new office space";
    var messcurrentOffSpace     = "Your current office space size is invalid. Only alphanumeric characters are accepted.";
    var messnewOffSpace         = "Your new office space size is invalid. Only alphanumeric characters are accepted.";
    
    var TenantMonth   				 = "Please select Tenant Improvements work start month"; 
   	var TenantDate    				 = "Please select Tenant Improvements work start day";
   	var TenantYear    				 = "Please select Tenant Improvements work start year";
   	var validateTenantDate 			 = "Projected Tenant Improvements work start date cannot be prior to current date"; 
    var PeriodLength       			 = "Please enter duration of Tenant Improvements construction work";
    var messPeriodLength   			 = "The duration of construction work is invalid. Only alphanumeric characters are accepted.";
    var TenantImprovement			 = "Please make a Tenant Improvements selection";
    var selectUtility				 = "Please make a Utilities selection";
    var completionDate				 = "Completion date for Tenant Improvements work cannot be past the relocation date";
    var generateTaskLeserTimeline    = "You are trying to generate a task in less than the recommended time frame. Would you like to continue scheduling this task?";
/**
	 * Validate Message for change projected move date
	 */    
   	var ChangeprojectedMonth   		    = "Please select change the projected move month";
   	var ChangeprojectedDate    		    = "Please select change the projected move date";
   	var ChangeprojectedYear    		    = "Please select change the projected move year";
   	var ChangevalidateProjectedDate  	= "Your move date should be past the current date";  
	
	
	/**
	 * Validate Message for login details
	 */   
    var loginUsername = "Please enter the username.";
    var loginPassword = "Please enter the password.";

    
    /**
     * Validate Message for forgot password 
     */	
    var emailValidate    = "Please enter the email address."; 
    var validEmailFormat = "Email address invalid. Please enter valid Email address.";
	
	/**
	 * Validate Message for change password
	 */
	var oldPasswordEmpty       = 'Please enter your old password.';
	var oldPasswordNotMatch    = 'Your old password does not exist in our database!'; 
	var newPasswordEmpty       = 'Please enter the new password.';
	var confirmPasswordEmpty   = 'Please enter the confirm password.';
	var newconfirmPassNotMatch = 'Your confirm password does not matches with the new password.';
	
	/**
	 * Validate upload document
	 */ 	
	var addDocument    = "File type not support.File type of .doc,.pdf are accepted"; 
	var validateDesc   = "please describe about the document"; 
	
	/**
	 *  Validate message for Internal member added
	 */
	var addInternalUserName     = 'Please enter the username.'; 
	var addInternalUserExists   = "Username already in use. Please try another name."; 
	var addInternalUserPassword = 'Please enter the password.';
	var addInternalFirstName    = 'Please enter first name of the member.';	
	var addInternalFirstNameVal = 'First name invalid(Alpha, Numeric, Spaces, Apostrophes, and Hyphens only)';
	var addInternalLastNameVal  = 'Last name invalid(Alpha, Numeric, Spaces, Apostrophes, and Hyphens only)'; 	 		
	var addInternalEmail        = 'Please enter the email address.';
	var addInternalEmailformat  = 'Email address invalid. Please enter valid Email address.';
	var addInternalEmailExists  = 'The email address you have entered is already in use.';
	var addRoleValidate         = 'Please select a single job category role.';
	var validateDesc            = "please describe about the document"; 
	var deleteInternalMember    = "Are you sure you want to remove this member?";         
	
	/**
	* external member message
	*/
	
	 var externalName         = "Please enter name of the external member.";
	 var companyNmae          = "Please enter the company name.";
	 var emailNmae            = "Please enter the valid email.";
	 var phoneNumber          = "Please enter the Phone number.";
	 var externalCountry      = "Please enter the country.";   
	 var externalState        = "Please enter the state.";   	
	 var externalCity         = "Plase enter the city.";
     var externalCompanyExist = "The company name you are attempting to enter is already in use.";
     var externaEmailExist    = "The email address you have entered is already in use.";
	 var addLine1             = "Please enter the billing address of the company.";
	 var externalNameExists   = "The team member name you are attempting to enter is already in use.";
	 var memberFirstName	  = "The member name you have entered is invalid, only alphanumeric characters are accepted.";
	 var companyAlreadyUse	  = "The company name you are attempting to enter is already in use.";
	 
	 /**
	  * Validate for add task by user
	  */
	 var addTaaskname     = 'Please enter the task.'; 
	 var editTaaskname	  = 'Please enter the task to edit/reassign.';
	 var selectRole       = 'Please select a job category role from the assigned to field.';
	 var startDate        = 'Please select the start date of this task.';
	 var endDate          = 'Please select the end date of this task.';	 
	 var valStartCurrent  = 'Start date requested is prior to current date.';
	 var valStartEnd      = 'End date requested is prior to the start date.';
	 var selectTaskType   = 'Please select the task type.';
	 var selectTaskStatus = 'Please select the task status.';
	 


    /**
     * validate for task search by user.
     */
     var startDateVal  = 'Please select start date';
     var endDateVal    = 'Please select end date';
     var taskStatus    = 'Please select task status';
     var startEndVal   = 'Start date must be less than end date'
     var deleteTask    = 'Are you sure you wish to clear this Task?';
   
   /**
    * validage for add notes
    */
     var notesAdd 		=  "The add task note field is invalid. Please add the task note.";

	/**
	 * Validate for Dashboard page 
	 */ 	
	var selectAnyField = "Please select any one field"; 
	
	/**
	 * Validate for view cleared task
	 */ 
	var reinitiateTask = 'Are you sure you want to re-initiate the task?';
	
   	/**
	 * email remainder
	 */
	 
	 var mailMessage = "Please enter the alert message in 'Remind About'  field.";
	 
	 
	/**
	 * Error message for edit broker details
	 */	
	var editBrokerFirstName  = "Please enter first name of the broker!";
	var editFirstName        = "First name of the Broker invalid(Alpha, Numeric, Spaces, Apostrophes, and Hyphens only)";
	var editlastName         = "Last name of the Broker invalid(Alpha, Numeric, Spaces, Apostrophes, and Hyphens only)";
	var editComapnyName      = "Please enter the company name.";  
	var editAddress1         = "Please enter current billing address1 of the Broker.";
	var editBrokerCountry    = "Please select the country.";   
	var editBrokerState      = "Please select the state.";   	
	var editBrokerCity       = "Plase select the city.";
	var editZipcode          = "Please enter zipcode of the city.";
	var editPhonenumber      = "Please enter the phone number.";
	var editPhone            = "Phone number invalid. Accept only (,) - and numbers.";
	var editEmailAddress     = "Please enter the email address.";
	var validateEmailAddress = "Email address invalid. Please enter valid Email address.";
	var editImageValidate    = "Image format not supported. Accept only jpg,gif,png and bmp.";
	
	/**
	 * Quote Request Form Validation
	 */
	var quoteContactName     = "Please enter the contact name";
	var quoteCompanyName     = "Please enter your company name";
	var quoteEmailAddress    = "Please enter your email address.";
	var quoteEmailAddressVal = "The email address you have entered is invalid. Please enter a valid email address.";
	var quotePhonenumber     = "Please enter your phone number.";
	var quotePhonenumberVal  = "Phone number invalid. Accept only (,) - and numbers.";
	var quoteZipcode         = "Please enter your Zip or Postal Code";
	var quoteAdditionalInfor = "Please enter the additional information"; 
	var quoteMarket          = "Please select market"; 
	var quoteSelectAtleastOne= "Please select at least one option."; 
	
	
	/**
	 * Guides - cart info
	 */
	 var selectFromCart     		 = "Please select an item to remove from the cart.";
	 var removeFromCart     		 = "Are you sure you want to remove this item from the cart?";
	 var downloadFormFirstName  	 = "Please enter your first name.";
	 var downloadFormValidFirstName  = "The first name you have entered is invalid. Only alphanumeric characters are accepted.";
	 var downloadFormValidLastName   = "The last name you have entered is invalid. Only alphanumeric characters are accepted.";
	
	
	
	/**
	 * Provider List validation Form
	 */
	 var providerContactName      = 'Please enter the providers name.';
	 var providerCompnayName      = 'Please enter the company name.';
	 var providerEmailAdd         = 'Please enter the email address.';
	 var providerValidEmailAdd    = 'Email address invalid.Please enter valid Email address.';
	 var providerPhoneNumber      = 'Please enter the phone number.';
	 var providerValidPhoneNumber = 'Phone number invalid. Accepted format is xxx-xxx-xxxx or xxx.xxx.xxxx.';
	 var providerVendorSelect     = 'Please select at least one provider.'; 
	 var provideraddLine1         = "Please enter the address 1";
	  
	 var amountValidate    = 'Please enter amount!';
	 var amountValid       = 'Please enter valid amount';
	 
	  /**
	 * Broker - add agent
	 */
	 
	 var agentFname = "Please enter first name of the agent.";
	 var agentLname = "Please enter the last name of the agent.";
	 var agentPhone = "Please enter Phone Number";
	 var agentEmail = "Please enter Email Address";
	 
	 
	 /**
	 * Broker - update profile
	 */
	 
	 var brokerUpdateConform = "Are you sure you want to replace this image?";
	 
	 /**
	 * Broker - view referal
	 */
	 
	 var validReferalDate     = "Please select a valid date.";
	 var referalCompareDate   = "End Date must be greater than start date.";
	 
	 
	 	 
	 /* Micellaneous */
	 var checkboxMessage 		= "Please answer all of the questions";
	 var numberMessage   		= "Please enter numbers only";
	 var alphaNumericMessage   	= "Please enter alpha numeric characters only";
	 var FICOMessage			= "Please fill FICO (3 digit) credit score";
	 var otherMessage			= "Please fill the other option value";
	 var zipcodeMessage 		= "Please enter valid zipcode";
	 var zipcodeLimitMessage	= "zipcode must be 5 or 6 digits.";
	 var blankFieldMessage 		= "Please fill out blank field";
	 var alphaMessage 			= "Please enter only alphabets";
	 var contactNameMessage 	= "Invalid contact name. Accepted characters are alphabets, numbers and underscore";
	 var companyNameMessage 	= "Invalid company name. Accepted characters are alphabets, numbers and underscore";
	 var optionMessage 			= "Please enter value for the selected option";
	 var validUsername 			= "Please enter valid username";
	 var usernameLength 		= "Please enter username more than 4 characters";
	 var websiteMessage 		= "Please enter a valid Website URL.";
	 var logoMessage    		= "Please select logo image";
	 var validImage				= "Please upload valid image. Allowed extensions are jpg, gif, png and bmp";
	 var NumMessage 		    = "Please enter only numbers with 4 digits.";
	 
	 
	 
	  
	 
	 
	 
	