﻿/*.issue-record {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee;
}*/

.issue-record-header {
    display: block;
    font-weight: bold;
}

.issue-record-header::before {
    content: '\2014 \00A0';
    }

.issue-id {
    font-family: 'Lucida Console', Monaco, monospace;
    padding: .2em .6em .2em;
    font-size: .85em;
    font-weight: normal;
    position: relative;
    top: -2px;
}

@media (min-width: 768px) {
    .issue-record {
        margin-right: 50%;
    }
}

@media (min-width: 992px) {
    /*md*/

    .issue-record {
        margin-right: 45%;
    }
}

@media (min-width: 1200px) {
    /*lg*/

    .issue-record {
        margin-right: 25%;
    }
}

.list-group-item-placeholder {
    height: 5px;
    padding-top: 0;
    padding-bottom: 0;
}

#history + .list-group-item {
    padding-top: 20px;
    }

.adv {
    margin-top: 5px;
    align-items: center;
    border-radius: 20px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.125);
    color: #5f6368;
    display: flex;
    height: 40px;
    justify-content: center;
    background-color: white;
    left: 6px;
    padding: 0;
    top: 0;
    width: 40px;
    font-weight: 500;
    line-height: 20px;
    z-index: 1;
    text-align: center;
}

.adx {
    align-items: center;
    border-radius: 20px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.125);
    color: #5f6368;
    display: flex;
    height: 40px;
    justify-content: center;
    background-color: white;
    left: 20px;
    padding: 0;
    position: absolute;
    top: -20px;
    width: 40px;
    font-weight: 500;
    line-height: 20px;
    z-index: 1;
    text-align: center;
}

    .adx:before {
        height: 20px;
        opacity: .54;
        width: 20px;
        background-image: url(/png/expand_all_black_20dp.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 20px;
    }

    .adx:hover::before {
        content: '';
    }

    .adx:hover {
        background-color: rgba(32,33,36,0.059);
        background-color: #f2f2f2;
        font-size: 0;
    }
