.recordCounting {
	counter-reset:recordCounter;
}

.recordCounting .recordCounter:before {
	content:counter(recordCounter);
	counter-increment:recordCounter;
}

.recordItem:first-of-type .orderAction.up,
.recordItem:last-of-type .orderAction.down {
	display:none;
}

.ajaxContainer.loading,
.ajaxContainer.loading>.listContent:last-of-type {
	background-position:1em 0.5em;
	background-repeat:no-repeat;
	background-image:url(../images/ajax.gif);
	min-height:2em;
}

.terminal.menu {
	display: block;
	list-style: none;
	padding:5px;
}

.terminal.menu>li {
	display:inline-block;
}

.cardList>.recordItem {
	width:300px;
}
.body.listContent {
	max-height:300px;
	overflow-y:auto;
	overflow-x:hidden;
}

.wrap_normal {
	white-space: normal;
}

form.readonly .clearForm,
form.readonly .formControls,
form.readonly .counter{
	display:none;
}
form.readonly .removeItem{
	visibility: hidden;
}
form.readonly select,
form.readonly input {
	pointer-events:none;
}

.fullWidth {
	width:100%;
}
table.calendar {
	width:100%;
	font-size:11px;
}


.recordStatus>*:first-child {
	border-left:#CCCCCC 4px solid;
}
.recordStatus.active>*:first-child {
	border-left:green 4px solid;
}
.recordStatus.active>* {
	background-color:#ccffcc !important;
}
.recordStatus.active:hover>* {
	background-color:#ddffdd !important;
}
.recordStatus.processing .indicator {
	background:url(../images/spinner.gif) center center no-repeat;
}

.searchResult {
	position:absolute;
	display:none;
	border:#ccc 1px solid;
	background:#fff;
	max-height:300px;
	overflow:auto;
	margin-left:1px;
}
.searchResult.active {
	display:block;
}

.searchResult .recordItem:hover {
	background-color:#f3f3f3;
}
.searchResult>.recordItem {
	padding:5px;
}

.row .sidebar.columns {
	width:320px;
}

fieldset {
	border:none;
	border-radius:0;
	border-top:2px #ccc solid;
	margin:0;
}
fieldset legend{
	padding:0 0.5em;
}

.anchor,
.action {
	cursor: pointer;
}

.toggle.action.loading:before {
	visibility:hidden;
}
.toggle.action.loading {
	background:url(../images/loader.green.gif) center center no-repeat;	
}
