﻿.pop-container {
    position: relative;
}

.pop-container .fa-trash {
    cursor: pointer;
}

.popconfirm-top {
    z-index: 100;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: lightblue;
    position: absolute;
    top: -120px;
    padding: 10px;
    border-radius: 8px;
}

.popconfirm-left {
    z-index: 100;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: lightblue;
    position: absolute;
    top: -40px;
    left: -200px;
    padding: 10px;
    border-radius: 8px;
}

.popconfirm-right {
    z-index: 100;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: lightblue;
    position: absolute;
    top: -50px;
    left: 100px;
    padding: 10px;
    border-radius: 8px;
}

.popconfirm-bottom {
    z-index: 100;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: lightblue;
    position: absolute;
    top: +30px;
    left: -10px;
    padding: 10px;
    border-radius: 8px;
}

.deaktiv {
    background-color: lightgray;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px !important;
    margin-left: 0px;
}

.flyover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 0, 0, 0.8); /* Farbe des Flyovers */
    color: white; /* Textfarbe */
    padding: 1rem;
}
