﻿section.tips {
    display: flex;
    margin: 10px 0;
    padding: 15px 20px;
    background-color: #fcfcfc;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #fafafa;
}

    section.tips i {
        margin-right: 10px;
        color: #3367d6;
    }

    section.tips span {
        font-size: 14px;
        line-height: 20px;
    }

section.title {
    display: flex;
    margin: 16px 16px 6px 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
    color: #333;
    align-items: center;
}

    section.title i.history {
        font-size: 32px;
    }

    section.title strong {
        font-size: 20px;
        font-weight: 500;
        margin: 0 8px;
        flex: 1 1 auto;
    }

    section.title button {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        padding: 6px;
        margin: 2px;
        border-radius: 6px;
        font-size: 14px;
        color: rgb(51, 103, 214);
        font-weight: 550;
        letter-spacing: -.8px;
    }

        section.title button:hover {
            background-color: #f3f3f3;
        }

        section.title button.refresh i {
            font-size: 18px;
            margin: 0 1px;
        }

section.filter {
    margin: 10px 30px;
    align-items: center;
    display: flex;
    height: 30px;
}

    section.filter button i.button {
        font-size: 20px;
        color: #444;
    }

    section.filter button.help {
        font-size: 18px;
        position: relative;
    }

        /* Expanded hover area */
        section.filter button.help:hover::before {
            content: "";
            position: absolute;
            top: -10px;
            left: -10px;
            right: -10px;
            bottom: -20px;
        }

    section.filter button.help i {
        font-size: 18px;
    }

    section.filter strong {
        font-size: 14px;
        letter-spacing: -.6px;
        font-weight: 500;
        margin: 0 2px;
    }

    section.filter figure {
        flex: 1 1 auto;
        margin: 0 12px;
        display: flex;
        align-items: center;
        flex-flow: row nowrap;
        overflow: hidden;
    }

    section.filter div.source {
        display: flex;
        border: 1px solid #ddd;
        border-radius: 6px;
        margin: 0 10px;
        padding: 6px 15px;
        font-size: 14px;
        line-height: 16px;
        user-select: none;
        cursor: pointer;
    }

        section.filter div.source:hover {
            background-color: #f5f8ff;
        }

        section.filter div.source.current {
            background-color: #e5edff;
        }

        section.filter div.source i {
            font-size: 16px;
            margin-right: 5px;
        }



    section.filter button.help,
    section.filter button.view {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        padding: 6px;
        margin: 2px;
        border-radius: 50%;
        font-size: 14px;
        color: rgb(51, 103, 214);
        font-weight: 600;
        letter-spacing: -.8px;
    }

    section.filter mark.divider {
        width: 1px;
        height: 70%;
        background-color: #f1f1f1;
        margin: 0 5px;
    }

    section.filter button:hover {
        background-color: rgba(26, 115, 232, .04);
    }

    section.filter button svg {
        width: 18px;
        height: 18px;
        color: #444;
    }

section.record {
    margin: 20px;
    display: flex;
    flex-flow: row wrap;
}

    section.record div.record {
        display: flex;
        border: 1px solid rgb(218, 220, 224);
        border-radius: 8px;
        padding: 10px;
        margin: 10px;
        max-width: 300px;
        word-break: break-all;
    }

        section.record div.record.approve {
            background-color: rgb(241, 243, 244);
        }

        section.record div.record.current {
            border: 2px solid #1a73e8;
        }

        section.record div.record:not(.approve):hover {
            box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 2px 6px 2px rgba(60, 64, 67, .15);
        }

        section.record div.record a:link,
        section.record div.record a:visited {
            font-size: 12px;
            text-decoration: none;
            color: inherit;
            line-height: 14px;
            margin: 0 5px;
            height: 28px;
            overflow: hidden;
        }

        section.record div.record a:hover,
        section.record div.record a:active {
            text-decoration: underline;
        }

        section.record div.record i.looks {
            font-size: 16px;
        }

section.notfound {
    display: none;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

    section.notfound svg {
        width: 30%;
        height: 30%;
        max-width: 200px;
        max-height: 200px;
        margin: 40px;
    }

section.spinner {
    margin: 50px auto;
    display: flex;
    justify-content: center;
}

tooltip {
    top: 26px;
    right: -10px;
    font-weight: 400;
    min-width: 30vw;
    opacity: .95;
}
