
/* Infobox
-----------*/

	.infobox {
		position: relative;
		background-color: #efefef;
		border-radius: 5px;
		padding: 15px;
		margin-bottom: 20px;
		color: #666666;
		font-size: 15px;
		line-height: 24px;
	}

/* Abästze
-----------*/

	.infobox > p:first-child {
		margin-top: 0;
	}

/*
	.infobox:before {
		content: '';
		display: block;
		height: 16px;
		width: 16px;
		background-image: url('/project/cafuture/ui/infobox/pub/img/circle-info-solid.svg');
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center center;
		position: absolute;
		top: 17px;
		left: 15px;
		opacity: 0.7;
	}
 */

/* Modifier
------------*/

	.infobox-white-transparent {
		background-color: rgba(255,255,255, 0.4);
	}

/* Error
---------*/

	.infobox-error {
		background-color: #ba3027;
	}

	.infobox-error,
	.infobox-error * {
		color: #FFFFFF;
	}

/* Error
---------*/

	.infobox-warning {
		background-color: #ff9800;
		background-color: rgba(255, 152, 0, 0.1);
		background-color: #3475B4;
	}

	.infobox-warning,
	.infobox-warning * {
		color: #FFFFFF;
	}