.right {
	text-align: right;
}

.red {
	color: red;
}

.green {
	color: green;
}

.description {
	font-style: italic;
}

.inactive {
	text-decoration: line-through;
}

.portlet-configuration input[type="text"],
.portlet-configuration select {
	width: 400px !important;
}

.portlet-configuration input[type="checkbox"] {
	float: left;
	margin-right: 6px;
}

.table-cell-nowrap {
	white-space: nowrap;
}

.textboxlistentry-edit {
	color: inherit !important;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	position: relative;
	bottom: -1px;
}
.textboxlistentry-edit a:hover {
	color: inherit !important;
	text-decoration: none;
}


.action-condition-block {
	margin: 10px 0px;
	max-width: 500px;
	padding-left: 4px;
}

.action-condition-header {
	border-bottom: 1px solid;
	font-weight: 700;
	padding-bottom: 2px;
}

.action-condition-header .icon-box {
	float: right;
}

.action-condition-header .icon-box a {
	cursor: pointer;
}

.action-condition-header .icon-box a:hover {
	text-decoration: none;
}

.action-condition-header .icon-box .icon-edit {
	bottom: -1px;
	position: relative;
	width: 12px;
}

.action-condition-detail {
	font-style: italic;
	font-size: 12px;
	padding: 2px 0px;
}