.text-success {
    color: #40c73e !important; }
.bg-light-success {
    background-color: #dfffde !important; }

.text-grey {
    color: #67757c !important; }
.bg-light-grey {

    background-color: #f6f5f5 !important; }

.table-success {
    --bs-table-bg: #d2f7d0;
    --bs-table-striped-bg: #c8e7eb;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bedbde;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c3e1e4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bedbde; }

.border-success {
    border-color: #44c858 !important;
}

.x-icon {
    height: 1em;
    width: 1em;
    top: .125em;
    position: relative;
}
.x-alt {
    color: #777;
}

.autoimage {
    max-width: 600px;
}
div#uebersicht_filter {
    margin-bottom: 10px;
}

.img-wrap {
    position: relative;
    display: inline-block;
    border: 1px red solid;
    font-size: 0;
}

.img-wrap .close {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 100;
    background-color: #FFF;
    padding: 5px 2px 2px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    opacity: .2;
    text-align: center;
    font-size: 22px;
    line-height: 10px;
    border-radius: 50%;
}

.img-wrap:hover .close {
    opacity: 1;
}

#uebersicht tr{
    cursor: pointer;
}

div#navbarSupportedContent,b.logo-icon,a.navbar-brand,.navbar-header,.bg-info{
    background-color:#fb8c00!important;
}

.page-titles .text-themecolor{
    color: #67757c;
}


#welcome {
    transition: transform 2s; /* 2 seconds for the transition */
}

.smaller {
    transform: scale(0.5); /* reduce to half of its original size */
}

.bigger {
    transform: scale(1.5); /* 1.5 times the original size */
}


@media (max-width: 500px) {
    .container-fluid.handy {
        padding: 10px;
    }
    #uebersicht_filter input, #uebersicht_filter label {
        width: 80%;
    }
    #uebersicht_filter {
        margin-bottom: 10px;
    }
    .dataTables_wrapper .dataTables_filter {
        text-align: left;
    }
    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
        text-align: left;
    }
    .dataTables_wrapper {
        /*overflow-x: hidden;*/
    }
    .autoimage {
        max-width: 300px;
    }
}