tr.selected {
    background-color: #a9abb8;
    color: black;
}

tr.active /* td:not(:last-child) */ {
    background-color: #5a5c69;
    color:#f8f9fc;
}

.btn-group {
    margin-left: 14px;
}

.photo-button {
    margin-top: 2px;
    margin-bottom: 2px;
}

#product-type-edit {
    float: none;
    margin: 32px 0px 0px -20px;
}

#product-photo-current {
    text-align: center;
}

.photobox {
    height: 100%;
}

#product-photo {
    max-width: 320px;
    max-height: 240px;
    box-shadow: 0px 0px 8px rgb(0,0,0,0.5);
}

#product-photo.nophoto {
    box-shadow: none;
    width: 50%;
}

.product-thumb {
    border-radius: 5px;
    max-height: 80px;
    width: auto;
    margin: 2px;
}

#property-list {
    height: 100%;
}

.logo {
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/img/lily.svg");
}

.bi { /* disable bootstrap icons */
    display: none;
}

.sidebar .sidebar-brand {
    text-align: left;
    text-transform: none;
}

.bg-gradient-primary {
    background-color: #5a5c69;
    background-image: linear-gradient(180deg,#5a5c69 10%,#1a1b1f 100%);
    background-size: cover;
}

td.dt-right {
    text-align: right;
}
td.dt-center {
    text-align: center;
    vertical-align: middle;
}
td.dt-nopad {
    position: relative;
    padding: 0 0;
    margin: 0 0;
}

#busyModal {
    color: white;
}

#progress {
    margin-left: 20px;
}

.badge {
    color: white;
    background-color: #a9abb8;
}

.badge-overlay {
    position: absolute;
    right: 2px;
    bottom: 2px;
}

.form-control-plaintext:focus-visible {
    outline: none;
}

@media print {
    body {
        line-height: 1.0;
    }
    .table {
        color: black;
    }
    .table td {
        padding: 0.1em 1em;
    }
    .badge {
        display: block;
        background-color: white;
        color: black;
        text-align: left;
        padding: 0;
        border: none;
        font-weight: normal;
        font-size: 100%;
    }
    a:link {
        color: black;
        border-bottom: none !important;
        text-decoration: unset !important;
    }
    a[href]:after {
        content: none !important;
    }
}

.bg-login-image {
    background: url("/img/lily.svg");
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: darkgrey;
}

.dataTables_filter {
    display: none;
}

.dropdown-item i {
    margin-right: 0.25rem;
}

.btn-group > .dropdown-group {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
