a, .btn-link {
    text-decoration: none;
}

@media (min-width: 992px) {
    .querformat {
        display:none;
    }
}

ul.us_menu.dark {
    background-color: #4a494a;
}

.us_brand.full_screen img {
    max-height: 120px;
}

.container-fluid {
    padding: 0;
}

.main-ul-menu {
    border-bottom: 2px solid #4a494a;
}

.main-ul-menu li {
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.main-ul-menu li.active {
    border-top: 3px solid #69BE28;
    border-bottom: 3px solid #69BE28;
    /* background-color: #ddd; */
}

#footer.footer {
    border-top: 2px solid #69BE28 !important;
}

.content-center {
    text-align: center;
}

nav#main-navbar {
    border-bottom: 3px solid rgb(63, 63, 63);
}

header h2 {
    font-weight: 800;
}

h1, h3.subheader {
    color: #69BE28 !important;
    font-weight: 600;
}



.text-green {
    color: #69BE28;
}

#page-footer {
    border-top: 4px solid #69BE28;
}

.spacer {
    display: block;
    width: 100%;
    height: 4em;
}

.range-select-box {
    border: 1px solid rgb(80, 80, 80);
    padding: 0.5em 1em;
    background-color: #69BE28;
    min-height: 250px;
    width: 100%;
}

.range-select-box p {
    color: #fff;
}

.details-select-box {
    border: 1px solid rgb(80, 80, 80);
    padding: 0.5em 1em;
    background-color: rgb(63, 63, 63);
    color: #fff;
    width: 100%;
    margin-bottom: 4px;
    cursor: pointer;
}

.details-select-box.active {
    background-color: #69BE28;
}

.prognose-box {
    border: 1px solid rgb(80, 80, 80);
    padding: 0.5em 1em;
    background-color: #be28a9;
    color: #fff;
    min-height: 250px;
    width: 100%;
    margin-bottom: 2px;
}

.prognose-bestand-box {
    border: 1px solid rgb(80, 80, 80);
    padding: 0.5em 1em;
    background-color: #c1c1c1;
    color: #fff;
    width: 100%;
    margin-bottom: 3em;
}

.bestand-anzeiger {
    height: 28px;
}

.bestand-anzeiger span.k1, .bestand-anzeiger span.k2, .bestand-anzeiger span.k3 {
    display: inline-block;
    border: 1px solid rgb(80, 80, 80);
    width: 28px;
    height: 28px;
    border-radius: 14px;
    background-color: #fff;
    margin-left: 5px;
}

.bestand-anzeiger span.label {
    display: block;
    height: 28px;
    float: left;
    margin-right: 5px;
    font-weight: bold;
}

.bestand-anzeiger.low span.k1 {
    background-color: red;
}

.bestand-anzeiger.mid span.k1, .bestand-anzeiger.mid span.k2 {
    background-color: orange;
}

.bestand-anzeiger.high span.k1, .bestand-anzeiger.high span.k2, .bestand-anzeiger.high span.k3 {
    background-color: green;
}

.chart-box-header {
    margin: 1em 1em 0 1em;
    font-size: 0.9em;
}

.top-header {
    font-size: 1.2em;
    font-weight: bold;
}

.top-header a {
    color: #69BE28 !important;
    font-weight: normal;
    cursor: pointer;
}

.box-header-1, .box-header-2 {
    border: 1px solid #c1c1c1;
    border-bottom: none;
    background-color: #e6e6e6;
    padding: 0.2em 1em;
    margin: 0 0.5em;
    cursor: pointer;
}

.box-header-3 {
    display: block;
    float: right;
    padding: 0.2em 2.5em 0.2em 0;
    margin: -0.3em 0.5em;
}

.box-active {
    background-color:#69BE28;
    color: #fff;
}

.chart-box {
    margin: 0 1em 3em 1em;
    padding: 1em;
    border: 1px solid #c1c1c1;
}

.disturber-box {
    border: 1px solid rgb(80, 80, 80);
    margin: 1em;
    padding: 1.5em 2em;
    background-color: #69BE28;
    color: #fff;
    min-height: 400px;
    font-size: 21px;
    margin-top: 3.7em;
}

.slider-box-header {
    margin: 1em 1em 0 1em;
}

.slider-box {
    margin: 0 1em 3em 1em;
    padding: 1em;
    border: 1px solid #c1c1c1;
}

.detail-header {
    border: 1px solid #ccc;
    margin: 1em 0;
    padding: 0.7em 1.5em;
    font-weight: bold;
    font-size: 1.1em;
}

.filter-selects {
    width: auto;
    min-width: 100px;
    display: inline-block;
    margin: 0 0.5em;
}

.chosen-container {
    width: 99% !important;
    min-width: 150px;
    margin: 0 0.5em;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
}

.accordion-item {
    border:none;
}

.accordion-item {
    background-color: inherit !important;
}

.accordion-button:focus {
    border-color:none;
    box-shadow:none;
}

.small-under {
    font-size: 0.6em;
    position: absolute;
    top: 20px;
    left: 0;
}

.top3-table, .detail-table {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 2em;
}

.top3-table td, .top3-table th, .detail-table td, .detail-table th {
    padding: 0.5em;
}

.top3-table td.colored, .detail-table td.colored {
    background-color: #eee;
}

.image-thumbs {
    text-align: left;
}

.image-thumbs img {
    max-width: 46%;
    margin: 5% 1%;
    max-height: 150px;
    cursor: pointer;
}

.accordion {
	margin-bottom: 2em;
}

.bereich {
	margin-bottom: 2em;
}

.card .row {
    /*2024-06-17 - lk - auskommentiert aufg. von Materialauswahl in Produktdetails.
	/*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;
}

#blackliste .chosen-choices, #blackliste2 .chosen-choices {
    background-color: red;
}

input[type=checkbox].disable-check {
    accent-color: rgb(128, 0, 0);
}

.ig-dayname {
    width: 110px;
}

.ig-from, .ig-to {
    max-width: 120px !important;
}

.ig-deakt {
    width: 230px;
    text-align: right;
    display: block;
}


/** von pick 1.x */

.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;
}

#page-wrapper .container-fluid {
    padding-right: 3em;
    padding-left: 3em;
}

.accordion {
	margin-bottom: 2em;
}

.bereich {
	margin-bottom: 2em;
}

.card .row {
    /*2024-06-17 - lk - auskommentiert aufg. von Materialauswahl in Produktdetails.
	/*margin-bottom: 1em;*/
}

.card-header {
	color: #000;
	background-color: rgb(120, 120, 120);
}

.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;
}

.slider {
    -webkit-appearance: none;
    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;
}

#pd-dateselect-row {
    text-align: right;
    margin-bottom: 2em;
}

#pd-top-row {
    text-align: center;
}

#pd-fil-row {
    background-color: #fff;
}

#pd-mp-row {
    background-color: #fff;
}

.pd-tbox-svg {
    max-width: 280px;
}

.pd-fbox-svg {
    max-width: 500px;
}

.pd-mbox-svg {
    max-width: 500px;
}