.required:after{
	color: red;
    content: "*";
    position: absolute;
    margin-left: 3px;
    top:7px;
}
.ui-autocomplete {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	display: none;
	min-width: 160px;
	_width: 160px;
	padding: 4px 0;
	margin: 2px 0 0 0;
	list-style: none;
	background-color: #ffffff;
	border-color: #ccc;
	border-color: rgba(0, 0, 0, 0.2);
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	}
 
.ui-menu-item > a.ui-corner-all {
	display: block;
	padding: 3px 15px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #555555;
	white-space: nowrap;
	}
 
.ui-widget-content a.ui-state-focus {
	color: #ffffff;
	text-decoration: none;
	background-color: #0088cc;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-image: none;
	}

 .ui-autocomplete {
max-height: 100px;
overflow-y: auto;
/* prevent horizontal scrollbar */
overflow-x: hidden;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
height: 100px;
}

.fill-default{
	background-color: rgb(240, 240, 240);
	background-image: linear-gradient(to bottom, rgb(240, 240, 240) 0px, rgb(255, 255, 255) 200px);
   background-repeat: repeat-x;"	
}


.top5-xs{margin-top:5px}
.top10-xs{margin-top:10px}
.top15-xs{margin-top:15px}
.top25-xs{margin-top:25px}

@media(min-width:768px){	
	.top5-xs{margin-top:0}
	.top10-xs{margin-top:0}
	.top15-xs{margin-top:0}
   .top25-xs{margin-top:0}
}

.text-red{color:#f00;}

/*Bootstrap fix*/
.has-feedback .form-control-feedback {
    position: absolute;
    top: 3px;
    right: 15px;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}
.has-feedback .form-control-feedback.form-control-feedback-text{
	line-height:17px;
   width: 17px;
}
