			/*
			::-webkit-scrollbar{
				   display: none;
			   }
			*/
			.hideFeedback{
				display: none;
			}
			.listGroup{
				max-height:180px;
				overflow: auto;
				display: none;
				position: absolute;
				z-index: 5;
				margin-top: 40px;
			}
			.btn-prudential{
				background-color:#ED1B2E;
				color:white;
				border:1px solid #6D6D6D;
			}
			.dropdownMenuFeedback{
				margin-right: 15px;
			}
			.disabledInput{
				background-color: white;
			}
			
			/* -------------- For Error Hint ---------------- */
			.errorMessageContainer{
				height:40px;
				width:auto;
				position:absolute;
				top: -35px;
				right:30px;
				z-index: 10000;
				
				display: none;
			}
			.errorMessageContainerForDropDownMenu{
				right:45px;
			}
			.errorMessage{
				height:30px;
				width:100%;
				margin-top: 0px;
				margin-left: 0px;
				background-color: black;
				border-radius: 5px;
				padding:5px 10px;
				text-align: center;
				font-size:14px;
				color:white;
			}
			.errorPointer{
				width:0;
				height:0;
				margin-right:12px;
				float: right;
				border-left:5px solid transparent;
				border-right:5px solid transparent;
				border-top:5px solid black;
			}
			/* -------------- For Error Hint ---------------- */
			
			/* --------- OverRide the Bootstrap class ------------ */
			.form-group{
				position:relative;
			}
			.has-error .form-control{
				border-color: #ED1B2E;
			}
			.has-error .control-label{
				color:#ED1B2E;
			}
			.has-error .form-control-feedback{
				color:#ED1B2E;
				z-index: 10000;
				
				position: absolute;
				top: 0;
				right:15px;
				width: 34px;
				height: 34px;
				line-height: 34px;
				text-align: center;
				pointer-events: none;
			}
			.has-success .form-control-feedback{
				z-index: 10000;
				
				position: absolute;
				top: 0;
				right:15px;
				width: 34px;
				height: 34px;
				line-height: 34px;
				text-align: center;
				pointer-events: none;
			}
			.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    			background-color: white;
			}
			#list-group-item:hover{
				background-color:#EEE;
			}
			
			#list-group-item:first-child {
				border-top-right-radius: 4px;
				border-top-left-radius: 4px;
				border-bottom-left-radius:0px;
				border-bottom-right-radius:0px;
			}
			#list-group-item {
				background-color: rgb(255, 255, 255);
				border-bottom-color: rgb(221, 221, 221);
				border-bottom-style: solid;
				border-bottom-width: 1px;
				border-image-outset: 0px;
				border-image-repeat: stretch;
				border-image-slice: 100%;
				border-image-source: none;
				border-image-width: 1;
				border-left-color: rgb(221, 221, 221);
				border-left-style: solid;
				border-left-width: 1px;
				border-right-color: rgb(221, 221, 221);
				border-right-style: solid;
				border-right-width: 1px;
				border-top-color: rgb(221, 221, 221);
				border-top-left-radius: 4px;
				border-top-right-radius: 4px;
				border-top-style: solid;
				border-top-width: 1px;
				box-sizing: border-box;
				color: rgb(51, 51, 51);
				display: block;
				font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
				font-size: 14px;
				font-weight:normal;
				height: 42px;
				line-height: 20px;
				list-style-type: disc;
				margin-bottom: -1px;
				padding-bottom: 10px;
				padding-left: 15px;
				padding-right: 15px;
				padding-top: 10px;
				position: relative;
				text-align: left;
				width: 100%;
				clear:left;
			}
			/* --------- OverRide the Bootstrap class ------------ */