﻿input.error, select.error {
	border: 1px solid red !important;
}
label.error {
	color: red;
}

.ui-autocomplete-loading {
	background: url('http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/images/ui-anim_basic_16x16.gif') no-repeat right center;
}
.chosen-results .no-results span {
	color: #222;
	font-weight: bold;
}
.hidden {
	display: none !important;
	visibility: hidden !important;
}
.paggingContainer .pageControl {
	width: 50px;
	height: 26px;
}

.ui-autocomplete {
	z-index: 10001 !important;
}
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	opacity: .5;
}
.line-bottom {
	border-bottom: 1px solid #ddd;
}
.box {
	padding: 0;
	position: relative;
	clear: both;
}
.box.float{
	float: left;
	padding-right: 15px;
	width: 50%;
}
.box.float + .box.float{
	float: right;
	padding: 0 0 0 15px;
	clear: none;
}
.box .box-title {
	*zoom: 1;
	padding: 7px 0 7px 10px;
	margin-top: 20px;
}
.box .box-title:after {
	content: "";
	display: table;
	clear: both;
}
.box .box-title h3 i {
	margin: 0 10px 0 5px;
}
.box .box-title .text {
	display: inline-block;
	width: 49%;
}
.box .box-title .button {
	display: inline-block;
	width: 50%;
	text-align: right;
}
.custom-combobox {
	position: relative;
	display: inline-block;
}
.custom-combobox-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
}
.custom-combobox-input {
	margin: 0;
	padding: 5px 10px;
}
#gritter-notice-wrapper {
	top: 90px;
	right: auto;
	left: 50%;
	/*width: 350px;*/
	line-height: 25px;
	margin-left: -150.5px;
}

#content table.dataTable.no-footer,
#content table.dataTable thead th,
#content table.dataTable thead td{
	border-bottom: 1px solid #e6e6e6;
}