body.wait *, body.wait{
    cursor: progress !important;
}

input, textarea {
	padding-left: 3px !important;
}

.ui-autocomplete {
	height: 250px;
	overflow: scroll;
	z-index: 99999 !important;
	/* 2001 */
}

#topbar-wrapper {
	width: 100%;
}

.sf-menu a, .sf-menu a.sf-with-ul {
	height: 20px;
	padding: 3px 15px !important;
	line-height: 20px;
}

#nav-wrapper {
	float: left; 
	position: relative; 
	z-index: 10000;
	/* padding-left: 40px; */
}

#autonav-wrapper {
	float: left; 
	margin: 0 15px;
	font-size: 10px;
}

#autonav-wrapper label {
	width: 50px;
	font-size: 12px;
}

#autonav-wrapper input {
	width: 150px;
	padding: 2px 4px;
	margin: 0px 3px;
	font-size: 12px;
}

#user-wrapper {
	float: right; 
	margin-left: 15px; 
	font-size: 12px;
	line-height: 28px;
}

#ajax_loader {
	float: right; 
	width: 24px; 
	padding-right: 20px;
}

/*#toolbar {
	margin-left: 40px;
}*/

.fields-standard-detail {
	/*margin: 3px 0;*/
}
 
.fields-standard-detail .label-detail {
	float: left;
	width: 150px; 
	margin-right: 15px;
	/*padding-top: 3px; */
	font-weight: bold;
	text-align: right;
}

.tr-simple-list-head {
	width: auto;
}

.tr-simple-list-head td:first-child {
	padding: 5px;
	width: 70px; 
	border-right: 1px solid #fff;
}

.tr-simple-list-head td .label-detail {
	float: none;
	width: auto; 
	margin: 0;
	padding: 0; 
	text-align: left;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	/*padding: 3px;*/
}

.fieldError {
    border: 1px solid red;
}

.autocomplete-preview {
	position: absolute; 
	z-index: 19000; 
	width: 300px; 
	height: 250px; 
	padding: 5px;
	border: 1px solid #ccc;
	background: #F2F5F7; 
	overflow: scroll; 
	font-size: 12px;
}

.autocomplete-preview tr {
	background: #F2F5F7;
    color: #362B36;
}

.autocomplete-preview td {
	height: 20px;
	border-bottom: 1px solid #DDDDDD;
    overflow: hidden;
    padding: 0 5px;
    white-space: pre;
}

td.nn-list-cell,
th.nn-list-cell{
	padding: 5px 35px 5px 10px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

td.nn-edit-cell {
	padding: 5px 10px;
}

td.nn-list-icons,
th.nn-list-icons{
	width: 70px;
}

img.fileCatBottom {
	display: block;
	margin: 5px;
}

table {
	padding: 0;
	margin: 0;
}

/* autocomplete */
.ui-autocomplete {
	z-index:99999 !important;
}

/*userarea*/
.userDropdownBtn {
	color: #08c;
	cursor: pointer;
	padding: 4px;
	border-radius: 0px;
}

.userDropdownBtn:after {
	font-family: Consolas, Courier New, Arial, sans-serif;
	content: '↓';
	margin-left: 6px;
	color: #08c;
}

.userDropdownBtn:hover,.userDropdownBtn {
	background: #f2f2f2;
}

.userDropdownBtn.jq-dropdown-open {
	background: #888;
	color: #fff;
}

.userDropdownBtn.jq-dropdown-open:after {
	color: #fff;
}

.row {
	background-color: #ccc;
	line-height: 15px;
}

.rowalt {
	background-color: #efefef;
	line-height: 15px;
}
