/* Show */

.record_link {
    margin: 0.8em 1.2em 0.8em 1em;
    padding: 0.9em 1.0em;

    border: 0px;
    background: transparent;

    display: block;

    text-align: left;
    font-size: 0.9em;

    min-width: 15em;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.record_link:active {
    background-color: #eee;
}

.badge_red {
    background-color: #db5650 !important;
}
.badge_yellow {
    background-color: #968300 !important;
}

.page_header_infotext {
    text-align: center;
    padding: 0.4em 1em;

    cursor: pointer;

    margin: 0.4em 0em;

    background-color: #fff3cd;
    border: 1px solid #d7c58f;
    border-radius: 5px;
}

.page_header_infotext:active {
    background-color: #fff3cd;
}

.show-archived-info {
    display: flex;
    gap: 12px;
}

/* Cards */

.category_cards_group_outer {
    display: flex;

    flex-direction: row;
}

.category_cards_group {
    border-left: 4px solid #eee;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;

    flex: 2;

    font-size: 1.1em;

    border-radius: 6px;

    background-color: #fff;

    margin: 0.9em 0;
}

.category_cards_group_selected {
    background-color: #fceeb3;
}

.category_cards_group_shadow {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
}

.category_group_options {
    padding-top: 1em;
    padding-left: 0.3em;

    display: flex;
    flex-direction: column;

    gap: 8px;
}

.category_cards_page {
}

.category-group-header {
    font-size: 1.0em;

    margin-top: 12px;
    margin-bottom: 6px;
}

.category_button {
    display: block;

    padding: 12px 12px;
}

.category_button:active {
}

.group_color_none {
    border-left-color: #fff;
}
.group_color_cyan {
    border-left-color: rgb(34 211 238);
}
.group_color_emerald {
    border-left-color: rgb(52 211 153);
}
.group_color_purple {
    border-left-color: rgb(192 132 252);
}
.group_color_amber {
    border-left-color: rgb(251 191 36);
}

/* Details */

.card-compact {
    background-color: #fff;
    color: #666;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
}

.card-body-compact {
    display: flow-root;
    padding: 18px 32px;

    margin-bottom: 12px;
}

.card-compact-label-parent {
    padding-top: 0em;
}

.card-compact .uk-comment-header {
    display: flex;

    gap: 22px;

    padding-left: 3px;
    margin-bottom: 6px;
}

.card-compact .uk-comment-meta {
    padding-top: 0.4em;
}

.prop_label {
    display: inline-block;

    margin-right: 6px;

    color: #666;

    text-align: right;
}

.no-entry-info {
}

.no-entry-info-content {
    display: flex;
    gap: 12px;
}