center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.red-tooltip + .tooltip > .tooltip-inner {background-color: #e91e63;}

.tippy-box[data-theme~='primary'] {
    background: #e91e63;
    padding: 5px 14px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 0.85rem;
}
.tippy-box[data-theme~='primary'] {
    background: #e91e63 !important;
    border: #e91e63 !important;
}

.tippy-box[data-theme~='primary'][data-placement^='top'] > .tippy-arrow::before {
    border-top-color: #e91e63;
}
.tippy-box[data-theme~='primary'][data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom-color: #e91e63;
}
.tippy-box[data-theme~='primary'][data-placement^='left'] > .tippy-arrow::before {
    border-left-color: #e91e63;
}
.tippy-box[data-theme~='primary'][data-placement^='right'] > .tippy-arrow::before {
    border-right-color: #e91e63;
}

.tippy-box[data-theme~='red'] {
    background: #f00;
    padding: 5px 14px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 1rem;
    background: rgba(255, 236, 28, 0.24);
}
.tippy-box[data-theme~='red'] {
    background: #f00 !important;
    border: #f00 !important;
}

.tippy-box[data-theme~='red'][data-placement^='top'] > .tippy-arrow::before {
    border-top-color: #f00;
}
.tippy-box[data-theme~='red'][data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom-color: #f00;
}
.tippy-box[data-theme~='red'][data-placement^='left'] > .tippy-arrow::before {
    border-left-color: #f00;
}
.tippy-box[data-theme~='red'][data-placement^='right'] > .tippy-arrow::before {
    border-right-color: #f00;
}

.tippy-box[data-theme~='orange'] {
    background: orange;
    padding: 5px 14px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 1rem;
}
.tippy-box[data-theme~='orange'] {
    background: orange !important;
    border: orange !important;
}

.tippy-box[data-theme~='orange'][data-placement^='top'] > .tippy-arrow::before {
    border-top-color: orange;
}
.tippy-box[data-theme~='orange'][data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom-color: orange;
}
.tippy-box[data-theme~='orange'][data-placement^='left'] > .tippy-arrow::before {
    border-left-color: orange;
}
.tippy-box[data-theme~='orange'][data-placement^='right'] > .tippy-arrow::before {
    border-right-color: orange;
}

.tippy-box[data-theme~='green'] {
    background: orange;
    padding: 5px 14px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 1rem;
}
.tippy-box[data-theme~='green'] {
    background:  #0ac40a !important;
    border:  #0ac40a !important;
}

.tippy-box[data-theme~='green'][data-placement^='top'] > .tippy-arrow::before {
    border-top-color: #0ac40a;
}
.tippy-box[data-theme~='green'][data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom-color: #0ac40a;
}
.tippy-box[data-theme~='green'][data-placement^='left'] > .tippy-arrow::before {
    border-left-color: #0ac40a;
}
.tippy-box[data-theme~='green'][data-placement^='right'] > .tippy-arrow::before {
    border-right-color: #0ac40a;
}

.line-through{
    text-decoration: line-through;
}

.red {
    color: red !important;
}
.blue {
    color: #428BCA !important;
}

.green {
    color: #0ac40a !important;
}

.orange {
    color: orange !important;
}
.lightgrey {
    color: lightgrey !important;
}
.white {
    color: #fff !important;
}

.pointer {
    cursor: pointer;
}


.swal2-popup .swal2-styled.swal2-confirm {
    background-color: #e91e63 !important;
}

.nenene {
    cursor: not-allowed;
}

.center {
    text-align: center;
    vertical-align: center;
}

.nav-footer {
    position: absolute;
    bottom: 0;
    height: 4rem;
}

.fa-spin-hover:not(:hover) {
    animation: none;
}

.hint {
    font-size: 0.75rem;
    font-weight: bolder;
}

.navbar-vertical .navbar-nav > .nav-item .nav-link.active + .collapse .nav-item.active .nav-link.active, .navbar-vertical .navbar-nav > .nav-item .nav-link.active + .collapsing .nav-item.active .nav-link.active {
    background-image: linear-gradient(195deg, #4CAF50 0%, #4CAF50 100%);
}

.navbar-vertical .navbar-nav > .nav-item .nav-link.active + .collapse .nav-item .nav-link.active + .collapse .nav-item .nav-link.active, .navbar-vertical .navbar-nav > .nav-item .nav-link.active + .collapsing .nav-item .nav-link.active + .collapse .nav-item .nav-link.active {
    background-image: linear-gradient(195deg, #4CAF50 0%, #4CAF50 100%);
}

.custom-file-upload{
    font-size: 1.75em;
}

.tcenter{
    text-align :center !important;
}

.nobborder{
    border-bottom: none !important;
}

.redhover{

}
.redhover:hover{
    color: red;
}

.blackhover {

}

.blackhover:hover {
    color: #344767;
}

.greenhover{

}
.greenhover:hover{
    color: #4caf50;
}

.yellowhover{

}
.yellowhover:hover{
    color: #ffbd00;
}

.line{
    width: 100%;
    height: 5px;
    border-bottom: 1px solid #adb5bd;
   padding: 8px;
    margin-bottom: 15px;
}

.shortline{
    width: 50%;
    align-content: center;;
    height: 2px;
    border-bottom: 1px solid #adb5bd;
    padding: 2px;
    margin-bottom: 5px;
}

.table-fixed{
    table-layout: fixed;
}

.tdcut {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 150px !important;
    max-width: 500px !important;
    width: 300px !important;
    display:block;
}

.ml {
    position: relative;
    left: 20px;
}
.msl {
    position: relative;
    left: 10px;
}

.help {
    cursor: help;
}

.notclickable {
    cursor: no-drop;
}

.badge-red {
    padding: 3px !important;
    min-width: 1rem;
    height: 1rem;
    color: white;
    background-color: red;
}
.badge-red[href]:hover, .badge-red[href]:focus {
    color: white;
    text-decoration: none;
    background-color: red;
}

.ontop {
    z-index: 99999999;
}

.accordion-item {
    color: #000 !important;
}

#closebutton{
    width: 50%;
    height: 50%;
    top: 25%;
    margin: 0 auto;
    position: relative;
    background:orange;
}

.stats {
    font-family: "Lucida Console", "Courier New", monospace;
    font-size: 0.75rem;
    font-weight: bold;

    /*font-weight: bolder;*/
}

.bbtn {
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-padding-y: 0.625rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 0.75rem;
    --bs-btn-font-weight: 700;
    --bs-btn-line-height: 1.667;
    --bs-btn-color: #7b809a;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.5rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: 0 4px 7px -1px rgba(0, 0, 0, 0.11), 0 2px 4px -1px rgba(0, 0, 0, 0.07);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.2rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: all 0.15s ease-in;
}

.dataTables_scrollBody {
    overflow-y: hidden!important;
}

/*.dataTables_wrapper .dataTables_paginate .paginate_button {*/
/*    border-radius: 50% !important;*/
/*    padding: 0.5em 0.9em !important;*/
/*    border-color: black;*/
/*}*/

.border-bottom-black {
    border-bottom:  1px solid black!important;
}

#tabs {

    width: 100%;
    height:30px;
    border-bottom: solid 1px #CCC;
    padding-right: 2px;
    margin-top: 30px;


}
a {cursor:pointer;}

#tabs li {
    float:left;
    list-style:none;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    margin-right:5px;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    outline:none;
}

#tabs li a {

    font-family:Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    color: #5685bc;;
    padding-top: 5px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 8px;
    display:block;
    background: #FFF;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    text-decoration:none;
    outline:none;

}

#tabs li a.inactive{
    padding-top:5px;
    padding-bottom:8px;
    padding-left: 8px;
    padding-right: 8px;
    color:#666666;
    background: #EEE;
    outline:none;
    border-bottom: solid 1px #CCC;

}

#tabs li a:hover, #tabs li a.inactive:hover {


    color: #5685bc;
    outline:none;
}

.tabcontainer {

    clear:both;
    width:100%;

    text-align:left;
    /*padding-top: 20px;*/
    padding-left: 30px;
    padding-right: 30px;
    min-height: 500px;
}

.navbar {
    border: 1px solid;
}

.rating {
    float: left;
    font-size: 0.8em;
    border: none;
}
.rating:not(:checked) > input {
    position: absolute;
    top: -9999px;
    clip: rect(0, 0, 0, 0);
}
.rating:not(:checked) > label {
    float: right;
    width: 1.2em;
    /*padding: 0 .1em;*/
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 180%;
    color: #ddd;
}
.rating:not(:checked) > label:before {
    content: '★ ';
}
.rating > input:checked ~ label {
    color: #f70;
}
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: gold;
}
.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
    color: #ea0;
}
.rating > label:active {
    position: relative;
}

.table-nowrap {
    white-space:nowrap !important;
}


.separator {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 1.5em;
    color: #000 !important;
    text-transform: uppercase;

}

.separator::before,
.separator::after {
    content: '';
    flex: 1;
    border-bottom: 2px solid #000;
}

.separator:not(:empty)::before {
    margin-right: 1em;
}

.separator:not(:empty)::after {
    margin-left: 1em;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.dachplanung {
    position: relative;
}

.dachplanung > a {
    position: absolute;
    background: white;
    top: 10px;
    right: 30px;
    color: red;
}