.progress-bar .label {
	color: black;
	line-height: 175%;
	font-size: 12px;
}

label {
	margin-bottom: 0px;
	font-weight: normal;
	display: block;
}
td {
	padding-bottom: 0px !important;
}
td label {
	cursor: pointer;
}
#kursliste {
	background-color: white;
	border-radius: 6px;
	padding: 3px;
	box-shadow: 1px 1px 6px #CCC;
}
#ersatzliste {
	background-color: white;
	border-radius: 6px;
	padding: 3px;
	box-shadow: 1px 1px 6px #CCC;
}
.loadingtd {
	text-align: center; 
	padding: 8px !important
}

.maincontainer {
	padding-bottom: 20px;
}
.loading {
	background: rgba(0,0,0,0.3);
	position: absolute;
	text-align: center;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.visible {
	display: block;
}
.loading img {
	position: relative;
	top: calc(50% - 16px);
}
.erfTable p {
	font-size: 15px;
	line-height: 35px;
	text-align: right;
	font-weight: bold;
}
.erfahrungcontrol {
	margin-top: 5px;
	margin-left: 10px;
	float: left;
}
.achtung {
	color: red;
}

.timeline .progress {
    height: 44px;
    border-radius: 24px;
}
.timeline .progress .progress-bar {
    width: calc(16.88% + 16px);
    margin-right: -20px;
    line-height: 40px !important;
    font: 18px Arial;
    text-align: right;
    padding-right: 20px;
    border-bottom-right-radius: 22px;
    border-top-right-radius: 22px;
    border: 2px solid white;
    border-left: none;
    position: relative;
}
.progress-bar-done {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ea4945), color-stop(1.00, #9f0000));
    background: -webkit-linear-gradient(#ea4945, #9f0000);
    background: -moz-linear-gradient(#ea4945, #9f0000);
    background: -o-linear-gradient(#ea4945, #9f0000);
    background: -ms-linear-gradient(#ea4945, #9f0000);
    background: linear-gradient(#ea4945, #9f0000);
    text-shadow: 1px 1px #000;
}
.progress-bar-undone {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fef1f1), color-stop(0.51, #f8d2d2), color-stop(0.50, #f7e5e5), color-stop(0.00, #fdced5));
    background: -webkit-linear-gradient(top, #fdced5 0%, #f7e5e5 50%, #f8d2d2 51%, #fef1f1 100%);
    background: -moz-linear-gradient(top, #fdced5 0%, #f7e5e5 50%, #f8d2d2 51%, #fef1f1 100%);
    background: -o-linear-gradient(top, #fdced5 0%, #f7e5e5 50%, #f8d2d2 51%, #fef1f1 100%);
    background: -ms-linear-gradient(top, #fdced5 0%, #f7e5e5 50%, #f8d2d2 51%, #fef1f1 100%);
    background: linear-gradient(to bottom, #fdced5 0%, #f7e5e5 50%, #f8d2d2 51%, #fef1f1 100%);

    color: #C5C5C5;
    text-shadow: 1px 1px #FFF;
}
.half-title {
    padding-left: 0px;
}
.small-placeholder {
    font-size: 10px;
    padding-right: 0px;
}
.well {
    display: none;
}