.jumbotron {
	margin-bottom: 0px;
	background-color: #4a494a;
	color: #FFF;
	padding: 0.8em;
}

.jumbotron form legend {
	display: none;
}

.jumbotron form fieldset {
	text-align: right;
}

.jumbotron form fieldset > div > label {
	display: none;
}

#main-navbar {
	border-bottom: 5px solid #50e2c1;
}

nav.breadcrumb {
	background-color: #fff;
}

.accordion {
	margin-bottom: 2em;
}

.bereich {
	margin-bottom: 2em;
}

.card .row {
	margin-bottom: 1em;
}

.card-header {
	color: #fff;
	background-color: rgb(74, 73, 74);
}

.card-header.not-active {
	background-color: #9b9b9b;
}

.card-header.not-active h2 button {
	text-decoration: line-through;
}

.card-header .btn-link {
	color: #fff;
	font-size: 0.9em;
}
.card-header .btn-link:hover {
	color: #d3d3d3;
	text-decoration: none;
}

.card-body .btn-link {
	color: #212529;
	font-weight: bold;
/* 	font-size: 0.9em; */
}
.card-body .btn-link:hover {
	color: #4c4c4c;
	text-decoration: none;
}

.footer-sticky {
    background-image: none;
    box-shadow: inset 0 0px 0 rgba(255,255,255,0.15),0 0px 0px rgba(0,0,0,0.075);
    background-color: #efeff3;
    border-color: #50e2c1;
    border: 0px;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 5px solid #50e2c1;
}

#page-footer {
/*     background-color: #FFF !important; */
    border-top: 10px solid #4a494a;
    padding-top: 10px;
    padding-bottom: 30px;
    color: #000;
}

canvas {
	border: 1px solid #999;
	border-radius: 4px;
	padding: 1em;

}

.canvas-container, .canvas-container-full {
	margin-bottom: 3em;
	overflow: hidden;
}

.canvas-container .chart-100 {

}

.canvas-container .chart-50:first-child {
	width:49%;
	float: left;
}

.canvas-container .chart-50:last-child {
	width:49%;
	float: right;
}

.canvas-container .chart-50 {
	margin-bottom: 1em;
}

@media (max-width:1000px) {

	.canvas-container .chart-50:first-child, .canvas-container .chart-50:last-child {
		width: 100%;
	}

}

.tx-felogin-pi1 label {
	width: 150px;
}

.tx-felogin-pi1 input[type=submit] {
	margin-left: 155px;
}

.tx-felogin-pi1 p:last-child {
	margin-top: 20px;
	margin-left: 155px;d
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    top:4px;
}
.lds-spinner div {
    transform-origin: 10px 10px;
    animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 1px;
    left: 9px;
    width: 2px;
    height: 6px;
    border-radius: 20%;
    background: #000;
}
.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}
@keyframes lds-spinner {
    0% {
        opacity: 1;
        }
    100% {
        opacity: 0;
        }
}

#storno-update {
    cursor: pointer;
    color: #44e;
}
