/* Styles für das Canvas des Planers */

#mycanvas {
	position: absolute;
	top: 25px;
	background-color: #616161;
	float: left;
	
}


#canvas-overlay {
	position:absolute; 
	top:25px; 
	left:50px; 
	width:900px;
}

.ma_panel {
	top: 52px;
	left: 50px;
	position: absolute;
	height: 40px;
	/*width: 200px; Initial Wert ohne Bedeutung*/
	overflow:hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	z-index: 80;
}

.ma_container {
	position: absolute;
	width: 150px;
	float: left;
	background: #428bca; /* old browsers  ---  BOOTSTRAP PRIMARY COLOR*/
	color: #ffffff;
    	/* background: -moz-linear-gradient(top, #0096D6 0%, #79d6f4 100%); /* firefox */
    	/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002c5a), color-stop(100%,#79d6f4)); /* webkit */
    	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002c5a', endColorstr='#79d6f4',GradientType=0 ); /* ie */ 	
}

.ma_icon {
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	width: 30px;
	height: 30px;
	float: left;
	border-radius: 15px; 
	-webkit-border-radius: 15px; 
	-moz-border-radius: 15px; 
	overflow: hidden; 
}

.ma_icon img {
	height: 30px;
}

.ma_name {
	font-size: 12px;
	/*font-weight: bold;*/
	/*display: table-cell;*/
        height: 40px;
        /*margin: auto;*/
        /*text-align: center;*/
        /*vertical-align: middle;*/
        line-height: 40px;
        overflow: hidden;	
}
.ma_name_m {
	font-size: 11px;
	font-weight: bold;
	/*font-weight: bold;*/
	/*display: table-cell;*/
        height: 40px;
        /*margin: auto;*/
        /*text-align: center;*/
        /*vertical-align: middle;*/
        line-height: 40px;
        overflow: hidden;
        text-align: center;	
}

.ma_name_s {
	font-size: 11px;
	font-weight: bold;
	/*font-weight: bold;*/
	/*display: table-cell;*/
        height: 40px;
        /*margin: auto;*/
        /*text-align: center;*/
        /*vertical-align: middle;*/
        line-height: 40px;
        overflow: hidden;
        text-align: center;	
}



.ma_short {
	font-size: 10px;
	margin-left: 30px;
}


#planer_box {

	float:left;
}

#linke_zeitleiste {
	position: absolute;
	top: 25px;
}

#rechte_zeitleiste {
	top: 25px;
	display: inline;
	position: absolute;
}

.zeitleiste_elemente {
	position: absolute;
	width: 40px;
	height: 20px;
	color: white;
}

.linke_zeitleiste_elemente {
	text-align: right;
	left: 7px;
}

.rechte_zeitleiste_elemente {
	text-align: left;
	left: 3px;
}

.block {
	position: absolute;
	overflow:hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.terminblock {
	font-size: 10px;
	color: white;
	background-color: gray;
	padding-left: 3px;
}

.pauseblock {
	background-image: url('../images/cube.png'); 
	background-color: gray;
	opacity: 1.0;
	font-size: 10px;
	padding-left: 5px;
}

.markierungblock {
	background-color: orange;
}

.einstreichenblock {
	background-color: gray;
	left: 0px;
	top: 0px;
	width: 0px;
	height: 0px;
}

#liveuhrzeit {
	background-color: #428bca;
	color: white;
	left: 0px;
	top: 0px;
	min-width: 65px;
	display: none;
}