.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-left, .ui-corner-bottom {
	border-radius: 0px;
}
/*
 * jQuery UI
 *
 * purpose of this Stylesheet is to fix some conflicts with the other Stylesheets related to jQuery-ui library
 *
 */
input[type="text"].search-input-field, input[type="password"].search-input-field, .uneditable-input {
	border-radius: 4px 0px 0px 4px !important;
	border-right: none !important;
	border-color: #d4d4d4 !important;
}

input, textarea {
	box-shadow: none;
}

input:focus, textarea:focus {
	box-shadow: none;
}

.no-result-container {
	display: table-cell;
	font-size: 18px;
	min-width: 100%;
	text-align: center;
	vertical-align: middle;
}

.alert {
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 8px 35px 8px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert, .alert h4 {
	color: #c09853;
}

.alert h4 {
	margin: 0;
}

.alert .close {
	line-height: 20px;
	position: relative;
	right: -21px;
	top: -2px;
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}

.alert-success h4 {
	color: #468847;
}

.alert-danger, .alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}

.alert-danger h4, .alert-error h4 {
	color: #b94a48;
}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}

.alert-info h4 {
	color: #3a87ad;
}

.alert-block {
	padding-bottom: 14px;
	padding-top: 14px;
}

.alert-block>p, .alert-block>ul {
	margin-bottom: 0;
}

.alert-block p+p {
	margin-top: 5px;
}

.ui-autocomplete {
	max-height: 65%;
	overflow-x: auto;
	z-index: 8021 !important;
}

input.red-input-border {
	border-color: #fbb5be;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: inherit !important;
}