body {

}


tr.exportiert td {
    background: #c6e3c6;
}

.closesearch {
    display: none;
    position: absolute;
    top: 8px;
    right: 8px;
    color: gray;
    cursor:pointer;
    font-size: 22px;
}

.side-nav {
    width: 230px;
    overflow-x: hidden;
    padding-right: 1.25rem;
    padding-bottom: 4rem;
}
.content {
    border-radius: 35px;
    padding: 30px;
    margin-bottom: 100px;
/*    min-height: 100vh;
*/    min-width: 0px;
min-height: 700px;
    flex: 1 1 0%;
    --tw-bg-opacity: 1;
    background-color: rgb(241,245,249);
}
.side-nav .side-menu {
    height: 50px;
    position: relative;
    margin-bottom: 0.25rem;
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding-left: 1.25rem;
    --tw-text-opacity: 1;
    color: white;
    margin-bottom: 10px;
}
.side-nav > ul > li > .side-menu.side-menu--active, .side-nav > ul > li:hover > .side-menu {
    --tw-bg-opacity: 1;
    background-color: rgb(241,245,249);
    color: rgb(30,41,59);
}
.side-nav > ul > li > .side-menu.side-menu--active:before, .side-nav > ul > li:hover > .side-menu:before {
    content: "";
    width: 30px;
    height: 30px;
    margin-top: -30px;
    transform: rotate(90deg) scale(1.04);
    background-size: 100%;
    background-image: url('../img/na-top.svg');
    position: absolute;
    top: 0px;
    right: 0px;
    margin-right: -1.25rem;
}

.side-nav > ul > li > .side-menu.side-menu--active:after, .side-nav > ul > li:hover > .side-menu:after {
    content: "";
    width: 30px;
    height: 30px;
    margin-top: 50px;
    transform: scale(1.04);
    background-size: 100%;
    background-image: url('../img/nav-bottom.svg');


    position: absolute;
    top: 0px;
    right: 0px;
    margin-right: -1.25rem;
}

.side-nav .side-menu .side-menu__title {
    margin-left: 0.75rem;
    display: flex;
    width: 100%;
    align-items: center;
}
.side-menu__icon {
    width: 30px;
}

.side-nav > ul > li > .side-menu.side-menu--active .side-menu__icon:before, .side-nav > ul > li:hover > .side-menu .side-menu__icon:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0px;
    right: 0px;
    margin-right: -1.25rem;
    height: 100%;
    width: 3rem;
    --tw-bg-opacity: 1;
    background-color:  rgb(241,245,249);
}

.submitbutton {
}
.traffic-light {
    width: 13px;
    height: 36px;
    background-color: #bdbdbd;
    /*display: flex;
    flex-direction: column;
    justify-content: space-around;*/
    border-radius: 10px;
    padding-top: 1px;
    padding-left: 2px;
    float: left;
    margin-right: 20px;
}

.light {
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background-color: #111;
    margin-top: 2px;

}
span.light  {
    display: inline-block;
}
td span.light {
    display: block;
    margin-top: 0!important;
}

.red {
    background-color: white;
}
.red.active {
    background-color: red;
}
.orange {
    background-color: white;
}
.orange.active {
    background-color: yellow;
}
.green {
    background-color: white;
}
.green.active {
    background-color: green;
}

