﻿/* DefaultField */
div.my-mud-switch-label div label span {
    font-size: 14px;
}

/* Tabs */
span.mud-tab-badge {
    margin-left: 0;
    margin-right: 4px;
}

/* Thumbnail, ImageOverlay */
.largeImage {
    max-width: 100vw;
    height: auto;
    max-height: 100vh;
    width: auto;
}
.nametext {
    font: bold 14px sans-serif;
    fill: white;
}

/* BlogTable, MailTable, iImpleGrid */
.mud-table-small-cell {
    padding: 4px !important;
    /* background-color: lightsteelblue; */
}

/* Calendar */
.holiday {
    background: #f0f0f0
}

/* ColorPicker */
div.mud-picker-color-controls {
    padding: 0 0 0 0 !important
}

/* GridTable */
.mud-simple-table div.mud-table-container {
    overflow-y: visible !important;
}


div.mud-cal-month-cell-header {
    font-size: smaller !important;
}

/* HtlmEdit */
div.ql-editor {
    padding: 0
}
div.quill {
    font-size: 16px;
}
div.quill h1 {
    font-size: 24px;
    font-weight: normal;
}
div.quill h2 {
    font-size: 20px;
    font-weight: normal;
}
div.quill a {
    color: var(--mud-palette-primary) !important;
    --mud-ripple-color: var(--mud-palette-primary) !important;
}
div.quill table {
    border-color: rgb(204, 204, 204);
    border-width: 1px;
    border-collapse: collapse;
}
    div.quill table td {
        border-color: rgb(204, 204, 204);
        border-width: 1px;
        border-collapse: collapse;
        padding: 5px 2px 5px 2px;
    }
    div.quill table th {
        background-color: rgba(0, 0, 0, 0.05);
        border-color: rgb(204, 204, 204);
        border-width: 1px;
        border-collapse: collapse;
        text-align: left;
        padding: 5px 2px 5px 2px;
    }
    div.quill table th p {
        text-align: left;
    }
div.quill a {
    text-decoration-line: underline;
}
    div.quill li {
        margin-left: 18px;
    }
