/* 
	Created on : 02.03.2015, 10:42:46
	Author	 : stm
*/


div.bubble .topwarning {
	text-align: center;
	color: black;
        background-color: yellow;
	font-size: 10px;
}


div.bubble button.topright{
    position: absolute;
    right: 10px;
    padding: 1px;
    font-size: 12px;
}


.bubble {
	box-sizing: border-box;
	position: relative;
	background-color: #ffffff;
	border: 1px solid #cdcdcd;
/*	box-shadow: 0 1px 2px 1px rgba(0,0,0,0.1);*/
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	color: black;
}

div.bubble.float-left {
	float: left;
	margin-right: 10px;
}

div.bubble.fixed {
	position: fixed;
}

div.bubble.button {
	position: absolute;
}

div.bubble.bottom {
	bottom: 0px;
}


.bubble .function-list {
	margin-bottom: 10px;
}

div.bubble .headline {
	text-align: center;
	color: black;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 4px
}

div.bubble .content {
	vertical-align: top;
	text-align: left;
	/*display: table-cell;*/
	position: relative;
}

div.bubble .topwarning {
	text-align: center;
	color: black;
        background-color: yellow;
	font-size: 10px;
        position: absolute;
        top:0px;
        left: 0px;
        width: 100%;
        border: 1px solid #cdcdcd;
}


div.bubble.center {
	text-align: center;
}

div.bubble.bg_red {
	background-color: red;
}

div.bubble .highlight {
    background-color: #dd0000;
    padding: 0px 2px;
    color: white;
}

div.bubble span.centered {
    text-align: center;
    width: 100%;
}

/*-----------------------------------------*/
.YELLOW {
    background-color: #ffcc1a; 
}

.ADMIN {
	background: repeating-linear-gradient(
			45deg,
			lightyellow,
			lightyellow 10px,
			gray 10px,
			gray 20px
	);
	border: 1px solid gray;
}

.ADMINCONTENT {
	background-color: lightyellow;
	border: 1px solid gray;
	padding: 5px;
}

.ADMIN H1 {
	background-color: lightyellow;
	border: 1px solid gray;
}

.INFO {

}

.WARNING {
/*	background-color: #ffffad;  lightyellow */
    background-color: #ffcc1a; 
}

.ERROR {
	background-color: #f08080; /* lightcoral */
}


.NOTATLAGR {
	background-color: #ed9191; /* lightcoral */
}

.MISSING {
	background-color: #c8081d; /* red */
	color: #ffffff;
	padding: 10px 10px 10px 10px;
	border: 1px solid #c8081d;
}

.PRFGMISSING{
    background-color: #ed9191; /* lightcoral */
}

 /*Button*/ 
.DISABLED {
	opacity: 0.3;
}


/*-----------------------------------------*/
div.bubble .invtwrkz {
    background-color: lightyellow;
    height: 170px;
}

div.bubble .invtklnt {
    background-color: #d1ffbd;
    height: 170px;
}

div.bubble .invtadrs {
    background-color: #def7fe;
    height: 170px;
}

div.bubble .invtlegende {
    border:1px solid lightgray;
    border-radius: 2px;
    padding: 2px;
}
