@media print {
    #view-issue-page .bugnote .btn {
        display: none;
    }

    #view-issue-page .bugnote .btn-sm {
        display: none;
    }

    .noprint {
        display: none;
    }

    .url {
        color: blue !important;
    }
}

.url {
    color: blue !important;
}

.overdue
{
    color: black !important;
}

.printonly {
    display: none;
}

.page-break {
    display: none;
}

span.print {
    font-size: 8pt;
}

span.required {
    font-size: 8pt;
    color: #bb0000;
}

td.category,
th.category {
    background-color: #edf3f4 !important;
    color: #000000;
    font-weight: bold;
    vertical-align: top;
}

td.category .small,
th.category .small {
    font-weight: normal;
}

.small-caption {
    border: 1px solid #fff;
    font-size: 8pt;
    padding: 0 5px;
}

tr.spacer {
    background-color: #ffffff !important;
    color: #000000;
    height: 5px;
}


/**
 * view_all_bug_page.php
 */
#buglist td,
#buglist th {
    text-align: center;
}

#buglist .column-summary {
    text-align: center;
}

#buglist .column-description,
#buglist .column-notes,
#buglist .column-steps-to-reproduce,
#buglist .column-additional-information {
    text-align: left;
}

/* manage_plugin_page.php */
span.dependency_dated {
    color: maroon;
}

span.dependency_met {
    color: green;
}

span.dependency_unmet {
    color: red;
}

span.dependency_upgrade {
    color: orange;
}

tr.bugnote .bugnote-note {
    background-color: #e8e8e8;
    color: #000000;
    width: 75%;
    vertical-align: top;
}

.bugnote-private {
    background-color: #fcf8e3 !important;
}

.nowrap {
    white-space: nowrap;
}

.issue-status {
    border-bottom: 1px dotted black;
}

.bug-attachments {
    margin: 0;
    padding: 0;
}

.bug-attachments>ul {
    list-style: none;
    margin: 0.5em;
    padding: 0;
}

.bug-attachments>ul>li {
    margin: 0.5em 0;
    padding: 0;
}

.bug-attachments>ul>li>div {
    margin: 0;
    padding: 0;
}

.bug-attachment-preview-text,
.bug-attachment-preview-image {
    margin: 1em;
    padding: 1em;
}

.bug-attachment-preview-image img {
    max-width: 100%;
}

.bug-attachment-preview-text {
    white-space: pre-wrap;
}

#dates label[for=start_date],
#dates>label[for=end_date] {
    float: left;
    width: 3em;
}

/* manage_config_* colors */
.color-global {
    background-color: LightBlue;
}

.color-project {
    background-color: LightGreen;
}

td.overdue {
    background-color: #d15b47;
    color: #ffffff;
    font-weight: bold;
}

td.print-overdue {
    font-weight: bold;
}

.collapse-link {
    cursor: pointer;
}

.table-nonfluid {
    width: auto !important;
}

.login-logo {
    text-align: center;
}

/* strike-through resolved issues: #22492 */
.resolved {
    text-decoration: line-through;
}

a.plain {
    text-decoration: none!important;
}

.error-details .code {
    font-family: monospace;
}

table.filters td.category {
    color: #337ab7;
}

.listjs-table .sort:after {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    content: "";
    position: relative;
    top: -10px;
    right: -5px;
}

.listjs-table .sort.desc:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #707070;
    content: "";
    position: relative;
    top: 4px;
    right: -5px;
}

.listjs-table .sort.asc:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #707070;
    content: "";
    position: relative;
    top: -4px;
    right: -5px;
}

.listjs-table .sort:hover {
    text-decoration: underline;
}



.status-10-fg {
    color: black;
}


.status-79-fg {
    color: lightgreen;
}

.status-15-fg {
    color: black;
}

.status-20-fg {
    color: orange;
}

.status-30-fg {
    color: orange;
}

.status-80-fg,
.status-80-fg:before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAKklEQVQYV2P8v4rhPwMUMIaqMTDCBECc/6tvQQRgHJBCRob/av9BMjAAAJMzEyHr9yOqAAAAAElFTkSuQmCC");
    background-repeat: repeat;
    #color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #FAB6D3;
}

.status-90-fg {
    color: green;
}

.status-91-fg {
    color: green;
}

.status-92-fg {
    color: green;
}


.coll:hover,
.coll:focus {
    text-decoration: none !important;
}

.btnextend {
    width: 100% !important;
    color: white !important;
    border-width: 1px !important;
    border-color: slategrey;
}

.newcategory {
    border-top: solid;
    border-width: 10px;
    border-color: lightslategray;
}

.provisional {
    text-align: center;
    font-weight: bold;
    background-color: #0077ff2b;
}

.warning {
    text-align: center;
    font-weight: bold;
    background-color: red;
}

/* common */
.ribbon {
    background-color: #6fb3e0;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    display: flex;
    z-index: 999;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    /* for 45 deg rotation */

    /* for creating shadow */
    -webkit-box-shadow: 0 0 10px #888;
    -moz-box-shadow: 0 0 10px #888;
    box-shadow: 0 0 10px #888;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.8);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(1.2);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.ml-2 {
    margin-left: 2rem !important;
}

.ml-1 {
    margin-left: 2rem !important;
}

.mr-2 {
    margin-right: 2rem !important;
}

.mr-1 {
    margin-right: 2rem !important;
}


/* Base responsiveTable styles */
.responsiveTable {
    /* border-collapse: separate!important;
    border-spacing: 0 10px!important; */
    /* vertical space between rows */
    width: 100%!important;
}

.responsiveTable tr {
    outline: thin solid lightblue;
}

/* Portrait mobile and small tablets (less than 768px) */
@media (max-width: 767.98px) {
    .responsiveTable {
        width: 100%;
        table-layout: fixed;

    }

    .responsiveTable .mbhide {
        display: none;

    }

    .responsiveTable .mbcolumn {
        display: flex;
        flex-direction: row;
        word-break: break-word;
        overflow-wrap: anywhere;
        white-space: normal !important;
    }

    .responsiveTable th,
    .responsiveTable td {
        padding: 6px;
        font-size: 13px;
    }

    /* Optional: Stack table as block layout if extremely narrow */
    .responsiveTable,
    .responsiveTable thead,
    .responsiveTable tbody,
    .responsiveTable th,
    .responsiveTable td,
    .responsiveTable tr {
        display: block;
    }

    .responsiveTable thead {
        display: none;
        /* Hide headers if stacking rows */
    }

    .responsiveTable td {
        position: relative;
        padding-left: 50%;
    }

    .responsiveTable td::before {
        content: attr(data-label);
        /* Use a data-label for each cell */
        position: absolute;
        left: 8px;
        width: 45%;
        white-space: nowrap;
        font-weight: bold;
    }
}

/* Landscape mobile and small tablets (768px to 1023.98px) */
@media (min-width: 768px) and (max-width: 1023.98px) {}

/* Desktop and larger tablets (1024px and above) */
@media (min-width: 1024px) {}