.scrollbar-rot::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

/* Track */
.scrollbar-rot::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;
}

/* Handle */
.scrollbar-rot::-webkit-scrollbar-thumb {
	background: #a94442;
	border-radius: 10px;
}

/* Handle on hover */
.scrollbar-rot::-webkit-scrollbar-thumb:hover {
	background: #a94442;
}

.lead
{
	font-size: 18px;
}
/* Tooltips in JS2 */


/* Tooltip on top */
.js2_tooltip+.tooltip.top>.tooltip-arrow {
	border-top: 0px solid #337ab7;
	z-index: 555555555;
}
/* Tooltip on bottom */
.js2_tooltip+.tooltip.bottom>.tooltip-arrow {
	border-bottom: 0px solid #337ab7;
	z-index: 555555555;
}
/* Tooltip on left */
.js2_tooltip+.tooltip.left>.tooltip-arrow {
	border-left: 0px solid #337ab7;
	z-index: 555555555;
}
/* Tooltip on right */
.js2_tooltip+.tooltip.right>.tooltip-arrow {
	border-right: 0px solid #337ab7;
	z-index: 555555555;
}

.js2_tooltip+.tooltip>.tooltip-inner {
	background-color: #337ab7;
	max-width: 500px !important;
	width: 350px !important;
	color: #ffffff !important;
	border: 1px solid #337ab7;
	padding: 15px;
	font-size: 12px;
	z-index: 555555555;
	text-align:left;
}

/* Tooltip fuer Matrix */
.tooltip.top>.tooltip-arrow {
	border-top: 0px solid #0EB5B4;
	z-index: 555555555;
}
/* Tooltip on bottom */
.tooltip.bottom>.tooltip-arrow {
	border-bottom: 0px solid #0EB5B4;
	z-index: 555555555;
}
/* Tooltip on left */
.tooltip.left>.tooltip-arrow {
	border-left: 0px solid #0EB5B4;
	z-index: 555555555;
}
.tooltip.left>.tooltip-inner {
	width: 220px;
}
/* Tooltip on right */
.tooltip.right>.tooltip-arrow {
	border-right: 0px solid #0EB5B4;
	z-index: 555555555;
}

.tooltip>.tooltip-inner {
	background-color: #f8f9fa;
	max-width: 350px !important;
	width: 350px;
	color: #000000 !important;
	border: 1px solid #337ab7;
	padding: 15px;
	font-size: 12px;
	z-index: 555555555;
	text-align:left;
}

.tooltip_button+.tooltip>.tooltip-inner {
	background-color: #f8f9fa;
	width: 200px;
	color: #000000 !important;
	border: 1px solid #337ab7;
	padding: 15px;
	font-size: 12px;
	z-index: 555555555;
	text-align:left;
}

.tooltip_buttonleiste+.tooltip>.tooltip-inner {
	background-color: #f8f9fa;
	width: 100px;
	color: #000000 !important;
	border: 1px solid #337ab7;
	padding: 15px;
	font-size: 12px;
	z-index: 555555555;
	text-align:left;
}

.tooltip {
	z-index:123;
	margin-left:20px;
	pointer-events: none;
}

.btn-secondary-marquee {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}


