.dTAB_pic_60{
	width:60px;
	height:60px;
}
.dTAB2_dashboard{
	position: relative;
	display: block;
	width:160px;
	height: 160px;
	margin: -10px;
	overflow: hidden;
}
.dTAB2_dashboard .logo{
	position: relative;
	display: block;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
}
.dTAB2_dashboard .txt{
	position: absolute;
	bottom: 5px;
	left: 5px;
	text-align: center;
	width: calc(100% - 10px);
	color:#fff;
	text-shadow: 0 0 2px #000, 0 0 10px #000;
}
.dTAB2_todo{
	position: relative;
	display: block;
	width:160px;
	height: 180px;
	cursor:pointer;
}
.dTAB2_todo:hover{
	opacity: 0.75;
}
.default2{
	background: #fff url("images/default.jpg") no-repeat center center;
}
.timer{
	display: inline-block !important;
	position: relative;
	cursor: pointer;
}

.dCHART2 .chart .cBalken .balken .spalte .wert{
    border-radius: 4px 4px 0px 0px;
}
.chart_std{
	display:block;
	position: relative;
	height: 25px;
	width:100%;
}
.chart_std.short{
	height: 10px;
}
.chart_std .leg{
	position: absolute;
	color:#999;
	font-size:9px;
	bottom:0px;
	height: 100%;
	width:calc(100% / 24);
	text-align: center;
}
.chart_std .leg .linie{
	position: absolute;
	left:0px;
	top:5px;
	width: 1px;
	height:calc(100% - 5px);
	vertical-align: bottom;
}
.chart_std.short .leg .linie{
	top:0px;
	height: 100%;
}
.chart_std .work{
	position: absolute;
	top:15px;
	height: calc(100% - 15px);
	width:1px;
	background: #0d697b;
	opacity: 0.5;
}
.chart_std.short .work{
	top:0;
	height: 100%;
}

.ticket_chat{
	display: block;
}
.ticket_chat .eintrag{
	display: block;
	margin-left:-1px;
	margin-top:-2px;
	margin-bottom: 10px;
	width:calc(100% + 6px);
}
.ticket_chat .eintrag.crm{
	text-align: right;
}
.ticket_chat .eintrag .usr{
	font-size: 9px;
	color:#666;
	cursor: default;
}
.ticket_chat .eintrag .txt{
	display: inline-block;
	background: rgba(0,0,0,0.05);
    box-shadow: inset 0px 0px 1px rgba(0,0,0,0.5);
    border-radius: var(--main-border-radius-sTAB-input);
    padding:2px 5px;
	text-align: inherit;
}
.ticket_chat_neu{
	display: block;
	white-space: nowrap;
}
.ticket_chat_neu textarea{
	display: inline-block;
	margin-left:-1px;
	margin-top:-2px;
	width:calc(100% - 4px - 24px) !important;
	vertical-align: top;
}
.ticket_chat_neu .ic{
	display: inline-block;
	margin-left:10px;
}
