
/* Dashboard Main Page - Org blocks */
div.cr-dash-orgitem {
	height: 300px;
	overflow: scroll;
}


.cr-docitem-title {
	height: 3em;
/* 	border: 1px solid red; */
	font-size: 12px;

}

.cr-docitem-date {
	height: 1.5em;
	font-size: 12px;
	font-weight: bold;
}


.cr-memberportal-orglogo {
	max-height: 150px;
}

.xxx-cr-docitem-title p {
	font-size: 12px;
}

.cr-dash-orgitem-badge {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 4px 10px;
	
	background-color: red;
}

.crsocialmessages li.media .media-body {
	background-color: #eee;
	padding: 5px;
	border-radius: 5px;
}




/* Stornierte Buchungszeilen */
tr.cr-storniert {
	display: none;
}

.badge-danger {
	background-color: #d9534f;
}


.iban, .bic {
	font-family: Monaco, "Courier New", Courier, Monospace;
/* 	font-size: 12px; */
}

.iban .ibanland, .bic .bicland {
	color: red;
}

.iban .ibanpz {
	color: blue;
}

.iban .ibanblz, .bic .bicinst {
	color: #FF9652;
}

.iban .ibankto {
	color: #796188;
}

/* MARK Event Registration Status */

.status-undecided {
	color: #6D6D6D;
}

.status-confirmed {
	color: #098801;
}

.status-rejected {
	color: #AC0302;
}




