﻿.custom_table {
    overflow: visible !important;
}

    .custom_table tr td {
        font-size: 0.7rem;
    }

    .custom_table tr th {
        font-size: 0.7rem;
    }

.selected-table-row {
    background-color: #c5d5d4!important;
}

.mudcard-info {
    background-color: #fff;
    box-shadow: var(--mud-elevation-5);
    height: 84px;
}

    .mudcard-info .mud-card-content {
        position: relative;
        padding-top: 12px;
    }

    .mudcard-info .mud-svg-icon {
        position: absolute;
        top: -15%;
        left: 5%;
        border-radius: 4px;
        box-shadow: var(--mud-elevation-25);
        padding: 4px;
    }

    .mudcard-info .mud-typography {
        text-align: right;
    }

    .mudcard-info p {
        display: block;
        font-variant: small-caps;
        font-size: .8rem;
        color: #a3afb9 !important;
        font-weight: 400 !important;
    }

    .mudcard-info h6 {
        margin-top: 4px;
    }

.mudcard-icon-color1 .mud-svg-icon {
    background-color: #fccd69;
}

.mudcard-icon-color2 .mud-svg-icon {
    background-color: #81c784;
}

.mudcard-icon-color3 .mud-svg-icon {
    background-color: #5686ae;
}

.mudcard-icon-color4 .mud-svg-icon {
    background-color: #e28c40;
}

.mudcard-icon-color5 .mud-svg-icon {
    background-color: #258186;
}

.mudcard-icon-color6 .mud-svg-icon {
    background-color: #d66c64;
}

.mudcard-text-error h6 {
    color: #d66c64 !important;
}

.mudcard-link:hover .mudcard-info {
    background-color: #f4f8b4;
    cursor: pointer;
}

.mudcard-link .mud-svg-icon {
    background-color: #6f9594;
}

/*.mudcard-info.mudcard-link:hover span {
            color: white !important;
        }*/

.table-error {
    font-weight: 500;
    background-color: #d66c64 !important;
    color: white !important;
}

.block-title {
    margin-bottom: 32px !important;
}

.block-title-text {
    background-color: #98c0c5;
    color: white;
    height: 42px;
    display: flex;
    align-items: center;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.block-title .mud-grid {
    padding: 16px !important;
}

.block-title .mud-divider {
    margin-top: 4px;
    color: #a3afb9;
}

.title-field,
.block-title .me-auto {
    font-variant: small-caps;
    font-size: .8rem;
    color: #a3afb9;
    font-weight: 400 !important;
}

.field-value {
    min-height: 19.19px;
    font-weight: 500;
}

.switch-field {
    margin-top: 11px !important;
}

    .switch-field .mud-divider {
        border-color: #bdbdbdff;
    }

.bar-button {
    height: 42px;
    margin-right: 8px;
    padding: 0;
    background: #6f9594 !important;
    cursor: pointer;
}

    .bar-button:hover {
        background: #587877;
    }

    .bar-button span {
        height: 100%;
    }

    .bar-button p {
        font-size: 11px;
        font-weight: 500;
        padding: 0 16px;
        height: 100%;
        display: inline-flex;
        align-items: center;
        text-transform: uppercase;
    }

    .bar-button svg {
        padding: 0 12px;
        width: 48px;
        background: rgba(0, 0, 0, 0.08);
        height: 100%;
        display: inline-flex;
        align-items: center;
    }

.image-carousel {
    padding: 0px;
    height: 200px;
}

    .image-carousel .mud-card-media {
        background-color: #37444b;
    }

.dialog-button {
    z-index: 1;
    position: fixed;
    top: 5%;
    left: 5%;
}

.toggle-button {
    background-color: #6f9594;
}

    .toggle-button:hover {
        background-color: #587877;
    }

.toggle-button .mud-svg-icon {
    fill: white;
}

.filter-title {
    display: flex !important;
}

    .filter-title .mud-svg-icon {
        fill: #6f9594;
        margin-right: 16px;
    }

    .filter-title h6 {
        align-self: flex-end;
    }

    .filter-grid {

    }

        .filter-grid .mud-grid-item {
            padding: 0px;
            padding-right: 12px;
            display: inline-grid !important;
        }

        .filter-icon {
            max-width: 48px;
        }

.filter-panel {

}

    .filter-panel .mud-expand-panel-header {
        background-color: #c5d5d4;
    }