/*!
 * Presswood specific Cascading Style Sheet
 */

.text-warning {
	color: #d98200;
}
a.text-warning:hover,
a.text-warning:focus {
	color: #a66300;
}

.message-result {
	text-align: left;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eeeeee;
}
span.form-control {
	background-color: #eeeeee; /*disabled field*/
}

.max-width-150 {
	max-width: 150px;
}


/**
 * START Fixes for Bootstrap - JQuery-UI incompatibility issues
 */
.ui-autocomplete {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1060; /*Important to be above the modal (1050)*/
	float: left;
	display: none;
	min-width: 160px;
	_width: 160px;
	max-height: 150px;
	_height: 150px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 4px 16px;
}
.ui-autocomplete .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-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-hover,
.ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-active {
	color: #ffffff;
	text-decoration: none;
	background-color: #0088cc;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	background-image: none;
}
/**
 * END Fixes for Bootstrap - JQuery-UI incompatibility issues
 */