.card {
    max-width:100%;
    margin:auto;
}
.card-body{
    padding-left:40px;
    padding-right:40px;

}
.viertel{
    min-height: 40vh;
    height:100%;
}
.drittel{
    min-height: 25vh;
    margin-bottom: 10px;
}
.halb{
    min-height:45vh;
    margin-bottom: 10px;
}
.col{
    padding:10px;
}


.btn-success{
     background-color:#5cb85c;
}

/*Modale */
.modal-abbrechen{
    background-color:#dc3545 ;
    color:white;
}
.modal-erfolg{
    background-color:#5cb85c;
    color:white;
}

.modal-upload{
    background-color:#0d6efd;
    color:white;
}
.upload_label{
    color:white;
    font-size: 1rem;
    background-color:#26abff;

}
.angabe{
    display: flex;
    align-items: center;
}
.top{
    padding-left:100px;
    margin: auto;
}
/*Fortschrittsleiste*/
.zahl-fortschritt {
    width: 44px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    border: 2px solid #666;
    margin:auto;
}
.fortschritt-erledigt{
    background-color:#5cb85c;
    color:white;
}
.fortschritt-aktuell{
    background-color:#0d6efd;
    color: 	white;
}
.fortschritt-nicht{
    background-color:lightgrey;
    color:black;
}
.fortschritt_button_container{
    margin: 0 auto;
}
.fortschritt_button{
    width:41%;
    margin: 10px;
}
.card-fortschritt{
    min-height:10vh;
}
.body-fortschritt{
    float:left;
}

html {
  min-height: 100%;
}

body {
  min-height: 100vh;
}

.background{
    background-color:lightgrey;
    align: center;
    min-height: 100vh;
}
main {
  min-height: 100%;
  font-size:16px;
}
/*
table.dataTable tbody tr.stripe1 {
}
table.dataTable tbody tr.stripe2 {

}*/
.card-header{
    background-color:#6495ED 	 	;/*#26abff*/
    color:white;
    font-weight:bold;
    font-size:20px;
}

.btn-primary{
    background-color:#87CEEB;/*#1E90FF;*/
    color:black;
}
table.dataTable tbody tr.selected {
    color: white !important;
    box-shadow: inset 0 0 0 9999px rgb(144 238 144 / 92%) !important;
    background-color: #90EE90 !important;   /*#26abff*/
}
table.dataTable tbody tr:hover {
    color: white !important;
    background-color: #90EE90 !important;
}
table.dataTable tbody > tr.selected td {
    color: white !important;
    box-shadow: inset 0 0 0 9999px rgb(144 238 144 / 92%) !important;
    background-color: #90EE90 !important;
}


table.dataTable tbody tr td.selected {
    color: white !important;
    box-shadow:#90EE90!important;
    background-color: #90EE90 !important;   /*#26abff*/
}
thead{
    background-color: #4682B4; /*#26abff;;*/
    color:white;
}
h5{
    font-size:16px;
}
/*Info Tabelle (bspw. unten links 1. seite)*/
.information{
    text-align:right;
    padding-bottom:0px;
    font-size:16px;

}
.beschreiber{
    text-align:left;
    font-weight: bold;
    padding-bottom:0px;
    font-size:16px;

}
.boxplot{
}
/*Buttons um Feature auszuwählen #26abff*/
.feature{
    background-color:white;
    border-color:#0d6efd;
    color:#0d6efd;
    margin:10px;
    width:100%;
    justify-content: center;
    display: flex;
    align-items: center;
}

.dropdown{
    width:15%;
    padding:10px;
    padding-right:20px;
}
.grafik_spalte{
    text-align: center;
}
.feature_spalte{
    padding-top:35px;
}
.überschrift1{
    color:#0d6efd;
    border-bottom-style: solid;
    border-bottom-color:lightgrey;
    margin-right:5px;
    margin-left:5px;
    padding-bottom:8px;
    font-size:18px;
}

.extend{
    float:right;
}
.link{
    text-decoration: none;
    transform: rotate(90deg)!important;
    color:grey;
    font-size: 1.5rem;
}
.collapsed{
    transform: rotate(0deg)!important;
}

.ausgeklappt{
    margin:10px;
}
.tab{
    width:25%;
    border-color:black !important;
    padding: 0 !important

}
.tab.active{
    color:black !important;
    background-color:#E6E6FA/*#0d6efd*/ !important;
    border-color:black !important;
}
.nav-tabs{
    border-color:black !important;

}
.überschrift2{
    color:#0d6efd;
    padding-top:8px;
    font-size:18px;
    margin-bottom:0px;
}
.auswahl{

}
.zeile{

display:inline
}
.test{
 width:15%;
 display: flex;
 align-items: center;
 margin-left:5px;
}
.select{
    color:black/*#0d6efd*/;
    border-color: #0d6efd;
    width:95%;
    margin-bottom: 15px;
}
.check{
    float:none !important;
    vertical-align: middle;
    position:relative;
}
.zeile2{
    float:left;
    margin:auto;
}
.operator{
    width:9% !important;
}
.anzeigen{
    color:white;
    background-color: #0d6efd;
    margin-top:10px;
    margin-bottom:10px;
}
.filter{
    width:22%;
    float:left
}
.vorschau{
    width:78%;
    float:left
}
.test55{
    margin-left:300px;
}
.test4{
    width:15%;
    margin-left:15px;
    margin-right:15px;
}
div.dataTables_wrapper {
        width: 99%;
        margin: 0 auto;
    }
.spalte_nummer{
        background-color:#4682B4/*#26abff*/;
        color:white;
        font-weight: bold;
}
.vorschau_viertel{
    float:left;
    width:100%;
}
.buttons_viertel{
    margin-left:50px;
}
.button_viertel{
    width:20%;
    margin-left:15px;
    margin-right:15px;
}
.col-md-6{
    padding:10px;
}
.dropdown2{
    width:100%;
    padding:10px;
    padding-right:20px;
}
.radio{
    margin-right:0px;
    width:30%;
    float:left;
}
.zeile_kennzahl{
    float:left;
    width:100%;
    margin:0 auto;
}
.ganz{
    margin-left:100px;
    margin-right:100px;
    min-height: 80vh;
}
.linie_unten{
    border-bottom-style: solid;
    border-width: thin;
    border-bottom-color:lightgrey;
    margin-right:5px;
    margin-left:5px;
    margin-top:15px;
    padding-bottom:8px;
}
.dropdown-item{
    border-bottom-style: solid;
    border-width: thin;
    border-bottom-color: lightgrey;
    border-top-style: solid;
    border-top-color: lightgray;
    padding-left:10px;
}
.select2{
    color:#0d6efd;
    border-color: #0d6efd;
    width:95%;
    margin: 0 auto;
}
.überschrift3{
    color:#0d6efd;
    text-align:center;
}
.überschrift4{
    color:#0d6efd;
    text-align:left;
}
.text{
    margin-right:5px;
    margin-left:5px;
    margin-top:15px;
    padding-bottom:8px;
    width:100%;
    height:250px;
}
.ergebnis_tabelle{
    font-size:15px;
    text-align:center;
    font-weight:normal;

}
.center{
    text-align:center;
}



.gruppe{
    width:auto;
    margin:5px;
    background-color:white;
    border-color:#0d6efd;
    color:#0d6efd;
}
.modell_nav{
    width:99%;
    margin:0 auto;
    font-size:16px;

}
.modell_tab{
    padding-left:0px;
    padding-right:0px;
    padding-top:0px;
    padding-bottom:0px;
    width:25%
}
.überschrift_infos{
    margin-top:15px;
    font-size:18px;
    color:#0d6efd;
    border-bottom-style: solid;
    border-bottom-color:lightgrey;
    margin-right:5px;
    padding-bottom:8px;
    margin-left:5px;
}
.überschrift2_infos{
    color:#0d6efd;
    font-size:16px;
}
.infos_text{
    padding-left:0px;
    font-size:16px;
}
.infos_text2{
    padding-left:0px;
    font-size:16px;
    text-align:right;
}



.dropdown-menu li {
position: relative;
}
.dropdown-menu .dropdown-submenu {
display: none;
position: absolute;
left: 100%;
top: -7px;
}
.dropdown-menu .dropdown-submenu-left {
right: 100%;
left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
display: block;
}

.dropdown-hover:hover>.dropdown-menu {
display: inline-block;
}

.dropdown-hover>.dropdown-toggle:active {
/*Without this, clicking will make it sticky*/
pointer-events: none;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
