

/* ---------------------------------------------------- */
/* alerts												*/
/* ---------------------------------------------------- */

.alert-message span{
	margin:0 !important;
}

.alert-message{
	font-size: 90%;
	display: block;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 45px;
	padding-bottom: 10px;
	text-align: left;
	color: #717171 !important;
	margin-bottom: 20px;
}
.alert-message a{
	display: block;
	width:13px;
	height:13px;
	margin-top:4px;
	float: right;
	background: url(images/close.png) no-repeat 0px 0px;
	text-indent: -9999px;
	opacity: 0.4;
}
.alert-message a:hover{
	opacity: 0.8;
}

/* ********** Version ohne Icons ********** */
/* --------------------------------------- */
.alert-message.notiz{
	background-color: #F3F3F3;
	color: #999999 !important;
	border-left: 4px solid #999999;
	padding-left: 27px;
}
.alert-message.achtung{
	background: #fbf6e4;
	color: #c7a900 !important;
	border-left: 4px solid #c7a900;
	padding-left: 27px;
}
.alert-message.positiv{
	background: #e9f2d3;
	color:#77a113 !important;
	border-left: 4px solid #77a113;
	padding-left: 27px;
}

.alert-message.warnung{
	background: #fee9e9;
	color:#d45959 !important;
	border-left: 4px solid #d45959;
	padding-left: 27px;
}
.alert-message.info{
	background: #dce9f3;
	color:#387cb0 !important;
	border-left: 4px solid #387cb0;
	padding-left: 27px;
}


/* ********** Version mit Icons ********** */
/*.alert-message.notiz{
	background: #ffffff url(images/glyphicons_062_paperclip.png) no-repeat 12px 8px;
	color:#999999 !important;
}
*/

/*.alert-message.achtung{
	background: #fbf6e4 url(images/glyphicons_078_warning_sign.png) no-repeat 12px 8px;
	color: #c7a900 !important;
}
*/
/*.alert-message.positiv{
	background: #e9f2d3 url(images/glyphicons_343_thumbs_up.png) no-repeat 12px 8px;
	color:#77a113 !important;
}
*/
/*.alert-message.warnung{
	background: #fee9e9 url(images/glyphicons_196_circle_exclamation_mark.png) no-repeat 12px 8px;
	color:#d45959 !important;
}
*/
/*.alert-message.info{
	background: #dce9f3 url(images/glyphicons_195_circle_info.png) no-repeat 12px 8px;
	color:#387cb0 !important;
}
*/



/*---------------------------------------------------------
	Alerts 2 - noch nicht in Funktion
-------------------------------------------------------- */
.alert {
  background: #e2e4e7;
  background: rgba(226, 228, 231, 0.9);
  clear: both;
  color: #272626;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.16);
  border-bottom: 2px solid #272626;
  padding: 24px 20px;
  padding:  1.71429rem 1.42857rem;
  margin-bottom: 12px;
  margin-bottom: 0.85714rem;
}
.alert p {
  margin-bottom: 0;
}
.alert a {
  color: #272626;
  border-bottom: 1px solid #858585;
}

.error {
  background: #e05043;
  background: rgba(224, 80, 67, 0.9);
}

.success {
  background: #70be5f;
  background: rgba(112, 190, 95, 0.9);
}

.note {
  background: #f5f5dc;
  background: rgba(245, 245, 220, 0.9);
}
