/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 */
 
 body {
    font-family: "Open Sans", Helvetica, sans-serif !important;
    margin: 0;
}

body,
td,
th,
input,
dt,
button {
    font-family: "Open Sans", Helvetica, sans-serif !important;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
label,
.bz_section_title,
.tabs.tabs td {
    font-family: "Open Sans", Helvetica, helvetica, arial, sans-serif !important;
}

body a,
body a:link,
body a:visited {
    color: #0088ce;
    text-decoration: none;
}

body a:hover,
body a:focus {
    color: #005582;
    text-decoration: underline;
}

a {
    outline: none !important;
}

#titles#titles {
    background-color: #252527;
    border-radius: 0;
    display: block;
    width: auto;
    padding: 14px;
}

.logo-crop {
    height: 44px;
    line-height: 44px;
    display: inline-block;
    width: 152px;
}

.logo-crop>img {
    position: relative;
    left: 8px;
    top: -8px;
}

#title {
    height: 44px;
    line-height: 44px;
    text-shadow: none;
    /*    border-left: 1px solid #bbb; */
    display: inline-block !important;
    padding: 0 0 0 0.5em !important;
}

#titles>span {
    vertical-align: middle;
    font-size: 18px;
    font-weight: normal !important;
    height: 30px;
    line-height: 30px;
    display: inline-block !important;
}

#titles #subtitle {
    font-size: 16px;
    padding: 0.5em 1em !important;
}

/*
#header {
    background-color: #252527;
    border-top:12px solid #cc0000;
}


#header > #common_links {
    display: inline-block;
}
*/
#header .links.links,
#footer .links.links {
    border: 0 none;
    border-radius: 0;
}

#header .links.links {
    background-color: #cc0000;
    padding: 0 24px 0 15px;
}

#header #banner .links {
    background-color: #252527;
    margin-top: 1em;
}

#footer .links.links {
    background-color: #252527;
}

#footer#footer #useful-links {
    background-color: #252527;
    margin: 0;
    padding: 24px 24px 36px 15px;
}

#header .links.links li,
#banner li {
    display: inline-block;
    color: #fff;
    vertical-align: top;
}

#header #banner .links li {
    border-right: none;
}

#header .links.links li div {
    background-color: #cc0000;
    display: none;
    float: left;
    margin-left: 0.5em;
    position: absolute;
    z-index: 9;
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.25), 0 6px 6px -6px rgba(0, 0, 0, 0.4) inset;
}

#header #banner .links li div {
    background-color: #252527;
}

#header .links ul {
    padding-left: 0;
}

#header .links.links li:hover > div {
    display: block;
}

#header .links.links li div .submenu div {
    background-color: #cc0000;
    display: none;
    float: left;
    margin-left: 98%;
    margin-top: -3em;
}

#header .links.links li div .submenu:hover > div {
        display: block;
}

.submenu .fa.fa-caret-right {
    float: right;
    margin-right: -1em;
}

#header .links.links ul li {
    display: block;
    border-bottom: 1px solid #dd0000;
}

#header #banner .links ul li {
    border-bottom: 1px solid #333;
}

#header .links.links ul li.submenu li {
    border-left: 2px solid #d00;
}

#header .links ul a,
#header .link ul li {
    display: block;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.links.links .separator {
    display: none;
}

.links.links a {
    display: inline-block;
    transition: all 0.25s ease-out 0s;
}

#footer .links li.submenu>a {
    display: none;
}

#footer .links li.submenu li,
#footer .links li.submenu>div {
    display: inline-block;
}

#footer .links li.submenu ul {
    padding-left: 0;
}

#header .links a,
#banner a,
#bugzilla-body #saml2_container a {
    color: #fff;
    font-size: 1.2em;
    font-weight: 600;
    padding: 9px;
}

#bugzilla-body #saml2_container a {
    color: #222;
    text-decoration: none;
}

.rhfooter {
    margin-left: 16px;
    margin-top: -36px;
    color: white;
}

#footer .links a,
.rhfooter.rhfooter a {
    padding: 9px 6px;
    color: white;
}

#header .links a:hover,
#header .links a:focus,
#banner a:hover,
#banner a:focus {
    background-color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
}

#header .links a:active,
#header .links a.is-active,
#banner a:active {
    background-color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
}

.links.links .form {
    float: right;
}

#header form input {
    margin-top: 3px;
}

li#forgot_container {
    margin-top: 2em;
}

#header form input#forgot_button,
#header form input#loginname {
    display: inline-block;
}

#header .form .txt,
#footer .form .txt {
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.6);
    color: #fff;
    font-size: 1.1em;
    outline: 0 none;
    padding: 1px 6px;
    transition: all 0.25s ease-out 0s;
}

#header .form .txt:focus,
#footer .form .txt:focus {
    background-color: transparent;
    border-color: #fff;
}

#header .form .btn,
#footer .form .btn {
    background-color: #fff;
    border: 0 none;
    color: #252527;
    cursor: pointer;
    display: inline-block;
    font-size: 1.3em;
    font-weight: 600;
    margin-left: -3px;
    opacity: 0.6;
    padding: 2px 9px;
    padding-top: 4px;
    transition: all 0.25s ease-out 0s;
}

#header .form .txt:focus~.btn,
#footer .form .txt:focus~.btn {
    opacity: 1;
}

#header .form .btn:hover,
#footer .form .btn:hover {
    color: #cc0000;
}

#header .form>a,
#footer .form>a {
    font-size: 1em;
    margin-top: -4px;
    opacity: 0.6;
}

#header .form>a:hover,
#header .form>a:focus,
#footer .form>a:hover,
#footer .form>a:focus {
    background-color: transparent;
    opacity: 1;
}

#banner {
    float: right;
    margin-right: 2em;
}

#banner ul {
    margin-top: 1.5em;
}

#bugzilla-body {
    padding: 0 24px;
}

.tabs.tabs .spacer {
    display: none;
}

.tabs.tabs {
    border-bottom: 1px solid #d2d3d4;
    display: block;
    padding: 0;
    position: relative;
}

td {
    padding-bottom: 0.5em;
}

#diffsplay td {
    padding-bottom: 0px;
}

.tabs.tabs td {
    background-color: transparent;
    border: 0 none;
    display: inline-block;
    font-size: 1em;
    font-weight: 500;
    margin: 0 0 -3px;
    padding: 13px 14px 24px 14px !important;
    position: relative;
    width: 5em;
    vertical-align: baseline;
}

.tabs.tabs td,
.tabs.tabs td a {
    color: #555;
}

.tabs.tabs td a {
    text-decoration: none;
}

.tabs.tabs td::after {
    background: #8d8d8d none repeat scroll 0 0;
    bottom: 10px;
    content: "";
    display: block;
    height: 4px;
    left: calc(50% - 11px);
    position: absolute;
    right: auto;
    transition-duration: 0.4s;
    width: 22px;
}

.tabs.tabs td.selected {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #d2d3d4 #d2d3d4 #fff;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #333;
}

.tabs.tabs td.selected::after,
.tabs.tabs td:hover::after {
    background-color: #cc0000;
}

#summary_field#summary_field {
    background-color: #f0f0f0;
    border: 0 none;
}

.bz_CLOSED .bz_id_column,
a.bz_status_CLOSED {
    text-decoration: line-through !important;
}

/** STATUS Colours */
/* Not colour blind safe */
body.status_colours_pastel .dynatree-container a {
    color: black !important;
}

body.status_colours_pastel .bz_ASSIGNED,
body.status_colours_pastel a.bz_status_ASSIGNED {
    background-color: #fcedcd !important;
    padding: 1px 5px 1px 5px;
    border-radius: 10px;
}

body.status_colours_pastel .bz_POST,
body.status_colours_pastel a.bz_status_POST {
    background-color: #f9dc9c !important;
    padding: 1px 5px 1px 5px;
    border-radius: 10px;
}

body.status_colours_pastel .bz_MODIFIED,
body.status_colours_pastel a.bz_status_MODIFIED {
    background-color: #d9f5fb !important;
    padding: 1px 5px 1px 5px;
    border-radius: 10px;
}

body.status_colours_pastel .bz_ON_DEV,
body.status_colours_pastel a.bz_status_ON_DEV {
    background-color: #d9ebed !important;
    padding: 1px 5px 1px 5px;
    border-radius: 10px;
}

body.status_colours_pastel .bz_ON_QA,
body.status_colours_pastel a.bz_status_ON_QA {
    padding: 1px 5px 1px 5px;
    border-radius: 10px;
    background-color: #9ae4f3 !important;
}

body.status_colours_pastel .bz_VERIFIED,
body.status_colours_pastel a.bz_status_VERIFIED {
    background-color: #eaf5cd !important;
    padding: 1px 5px 1px 5px;
    border-radius: 10px;
}

body.status_colours_pastel .bz_RELEASE_PENDING,
body.status_colours_pastel a.bz_status_RELEASE_PENDING {
    background-color: #d4ec9c !important;
    padding: 1px 5px 1px 5px;
    border-radius: 10px;
}

body.status_colours_pastel .bz_NEW,
body.status_colours_pastel a.bz_status_NEW {
    background-color: #F8F8F8 !important;
    padding: 1px 5px 1px 5px;
    border-radius: 10px;
}

body.status_colours_pastel .bz_CLOSED,
body.status_colours_pastel a.bz_status_CLOSED {
    padding: 1px 5px 1px 5px;
    border-radius: 10px;
    background-color: #FFFFFF !important;
}

/* Style bug rows according to severity. */
body.status_colours_pastel .bz_low {
    color: #666 !important;
}

body.status_colours_pastel .bz_high {
    color: #cc0000 !important;
}

body.status_colours_pastel .bz_urgent {
    color: #cc0000 !important;
    font-weight: bold;
}

/* colour blind safe http://colorbrewer2.org/#type=diverging&scheme=PiYG&n=8 */
body.status_colours_colorbrewer .bz_NEW {
    background-color: #F8F8F8 !important;
}

body.status_colours_colorbrewer .bz_ASSIGNED,
body.status_colours_colorbrewer a.bz_status_ASSIGNED {
    background-color: #fde0ef !important;
}

body.status_colours_colorbrewer .bz_POST,
body.status_colours_colorbrewer a.bz_status_POST {
    background-color: #f1b6da !important;
}

body.status_colours_colorbrewer .bz_MODIFIED,
body.status_colours_colorbrewer a.bz_status_MODIFIED {
    background-color: #de77ae !important;
}

body.status_colours_colorbrewer .bz_ON_DEV,
body.status_colours_colorbrewer a.bz_status_ON_DEV {
    background-color: #c51b7d !important;
}

body.status_colours_colorbrewer .bz_ON_QA,
body.status_colours_colorbrewer a.bz_status_ON_QA {
    background-color: #e6f5d0 !important;
}

body.status_colours_colorbrewer .bz_VERIFIED,
body.status_colours_colorbrewer a.bz_status_VERIFIED {
    background-color: #b8e186 !important;
}

body.status_colours_colorbrewer .bz_RELEASE_PENDING,
body.status_colours_colorbrewer a.bz_status_RELEASE_PENDING {
    background-color: #7fbc41 !important;
}

body.status_colours_colorbrewer .bz_CLOSED,
body.status_colours_colorbrewer a.bz_status_CLOSED {
    background-color: #FFFFFF !important;
}

/** END STATUS Colours */

#bz_buglist td {
    border-bottom: 2px solid white;
}

tr.bz_bugitem:hover {
    background-color: #cdc0de !important;
}

tr.odd {
    background-color: #f0f0f0 !important;
}

#bugzilla-body th {
    white-space: nowrap;
    text-align: left;
}

#bugzilla-body th.field_label {
    text-align: right;
}

#bugzilla-body .bz_time_tracking_table th.field_label {
    text-align: left;
}

#bugzilla-body .bugfields tr th {
    text-align: right;
    padding-right: 1em;
}

#admin_table_edit th.field_label {
    text-align: left;
}

#grant_table td * {
    text-align: left;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.bz_collapse_expand_comments {
    min-width: 11em;
}

.bz_comment_text {
    width: calc(100vw - 19.6em) !important;
    margin: 1em;
    padding-bottom: 1em;
}

.bz_comment_text span.quote {
    display: inline !important;
    white-space: pre-wrap !important;
}

.ih_inlinehistory,
.ih_history_change {
    margin-left: 1em;
}

.ih_history .bz_comment_head {
    background-color: white;
}

.ih_history .ih_history_item:first-of-type .bz_comment_head {
    background-color: #e0e0e0;
}

.ih_history {
    padding: 0px !important;
    border: 1px #e0e0e0 solid;
}

.bz_comment>.small_text {
    display: inline-block;
    text-align: center;
    width: 100%;
    color: #C30000;
}

#bz_big_form_parts,
#bz_big_form_parts table {
    width: 100%;
}

tr.bz_bugitem td {
    padding-right: 1em !important;
}

#error_msg,
.throw_error {
    background-color: white !important;
    border: 1px solid red;
    max-width: 98%;
    min-width: 98%;
    font-size: inherit !important;
    margin-top: 1em;
}

.search_field_row .field_label,
#field_label_short_desc {
    min-width: 14em;
    width: auto !important;
}

.bz_show_bug_column .field_label {

    width: 8em;
}

.bz_column_spacer {
    width: 2em !important;
}


.bz_bug .edit_form {
    width: 98% !important;
}

ul.bug_changes li {
    width: auto !important;
}

.bz_query_buttons #xml,
.bz_query_links a img {
    padding: 0;
    vertical-align: middle !important;
    cursor: pointer;
}

.intro,
.outro #index-content {
    text-align: left !important;
}

tr.column_header {
    background-color: white !important;
}

td.bz_id_column {
    text-align: right !important;
    width: 4em;
}

td.bz_cf_pm_score_column {
    text-align: right !important;
    width: 5em;
}

td.bz_flagtypes\.name_column {
    width: 4em;
}

.bz_comment_head,
.bz_first_comment_head {
    line-height: 30px;
    margin-bottom: 0.5em;
}

.ih_history .bz_comment_head {
    line-height: 20px;
    margin-bottom: 0em;
}

.bz_comment_user_images img {
    height: 20px;
}

#add_comment>table {
    width: calc(100% - 165px);
}

#add_comment>table textarea {
    width: 100%;
}

.redhat_user a:link,
.redhat_user a:hover {
    color: #820000;
    font-weight: bold;
}

.rhfooter .left {
    float: left;
}

.rhfooter .right {
    float: right;
    margin-right: 1em;
}

.bz_bug .bz_short_desc_container {
    padding: 12px;
    padding-bottom: 5px;
    display: inline-block;
}

.navigation,
.related_actions {
    padding: 6px !important;
}

.knob-buttons {
    margin-top: -4px;
}

#message,
div.message {
    background-color: #d9edf7;
    border: 2px solid #4da6ff !important;
    color: #31708f !important;
    border-radius: 4px;
    padding: 15px !important;
    margin-bottom: 1em;
}

.confirmation {
    background-color: #c40000 !important;
    border: 2px solid #820000 !important;
    color: #fff !important;
    border-radius: 4px;
    padding: 15px !important;
    font-weight: bold;
    width: auto !important;
}

#message .confirmation {
    text-align: center;
}

.confirmation a {
    color: white !important;
    text-decoration: underline !important;
}

.blink {
    animation-duration: 2s;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.5, 0, 1, 1);
}

@keyframes blink {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.1;
    }
}

#no-js-message {
    background-color: #c40000;
    color: white;
    font-weight: bold;
    padding: 15px;
    animation: 1s linear 0s normal none infinite running nojs;
    border-radius: 4px;
    text-align: center;
    font-size: 14pt;
}

@keyframes nojs {
    50% {
        opacity: 0.3;
        text-align: center;
        font-size: 14pt;
    }
}

.bz_time_tracking_table td input {
    text-align: right;
}

input[type="checkbox"] {
    height: 1em;
    line-height: 1em;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

#external_bugs_table caption {
    text-align: left;
    font-weight: bold;
}

#external_bugs_table th {
    text-align: center;
}

#membership_table th {
    text-align: left;
    border-bottom: 0;

}

#membership_table th.checkbox {
    text-align: center;
}

#membership_table td.checkbox {
    white-space: nowrap;
    text-align: center;
}

#membership_table td.checkbox>input {
    margin: 4px !important;
}

.bz_private_data,
.bz_private_data *,
.bz_time_tracking_table * {
    background-color: #f3eeee !important;
}

.bz_partner_data,
.bz_partner_data * {
    background-color: #e6f5fc !important;
}

.bz_private_data .selectize-dropdown-content div:hover {
    background-color: #ffccee !important;
}

table.dataTable tbody tr.selected {
    background-color: #b0bed9 !important;
}

tr.selected td.editable {
    background-color: #b0bed9;
}

table.dataTable tbody tr.indirect {
    background-color: #d2d2d2 !important;
}

table.dataTable tbody tr.indirect td {
    border-bottom: 2px solid white !important;
    padding-right: 1em !important;
}

.dataTables_wrapper .dataTables_length {
    line-height: 2.6em;
}

.dataTables_wrapper .bottom {
    padding-top: 1em;
}

.dataTables_wrapper .dataTables_info {
    padding-right: 1em;
}

.dataTables_wrapper .dataTables_processing {
    background: none !important;
    background-color:rgba(217, 237, 247, 0.7) !important;
    font-weight: bold;
}

td.editable {
    background-color: #d2fdef;
}

td.editable textarea {
    width: 95%;
    /* height: 95; */
}

.related_actions {
    font-size: 0.85em;
    float: right;
    list-style-type: none;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}

.related_actions li {
    display: inline;
}

#admin_table_edit td {
    vertical-align: top;
}

#component_table td.component_docs_contact {
    border: none;
}

#mini_login_container {
    padding-bottom: 1em;
}

#mini_login_container>*:not([id="login_link"]) {
    padding: 1em;
}

#saml2_container>div {
    margin-top: 1em;
    margin-bottom: 1em;
}

#login_container {
    display: inline-block;
    position: absolute;
    right: 10px;
    z-index: 10;
    background-color: #004153;
    border: 2px solid #4E7A86;
    border-radius: 11px;

}

#login_container>li {
    display: block;
    padding: 1em;
}

#hide_mini_login {
    float: right;
}

form.mini_login input.bz_login {
    width: 15em !important;
}

form.mini_login input.bz_password {
    width: 12em !important;
}

.bz_show_bug_column {
    width: 50%;
}

div.dt-buttons {
    margin-left: 1.5em;
}

.search_field_grid .field_label,
.search_field_grid .field_label {
    text-align: left;
}

.search_field_grid .field_help_link,
.history_query .field_help_link {
    display: inline-block !important;
}

.yui-calcontainer {
    z-index: 1000;
}

.yui-skin-sam .yui-ac-input {
    min-width: 10em;
}

#bugzilla-body .yui-ac-content {
    width: auto;
    top: -3px;
}

#admin_table #comment {
    margin: 0;
    width: 25em;
}

#edit_params fieldset {
    border: none;
}

#graphlinks dd {
    display: inline-block;
    margin-bottom: 1em;
    padding: 5px;
    border-radius: 5px;
}

#graphlinks dd.current {
    background-color: lightblue;
}

#graphlinks dd.narrow {
    margin-left: 1px;
    padding-left: 1px;
}

#graphinfo {
    margin-bottom: 1em;
}

button.right,
button.left {
    background-color: #d9edf7;
    border: 2px solid #4da6ff !important;
    color: #31708f !important;
    border-radius: 4px;
    background-image: none;
}

#page-index,
body.narrow_page>#bugzilla-body {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}

body.narrow_page>#bugzilla-body>*,
.narrow_column {
    max-width: 1000px !important;
}

.show_others {
    vertical-align: middle;
    line-height: 2.5em;
}


.arrow::after {
    content: '\25BC';
}

.bz_search_has_options .arrow::after {
    content: '\25BD';
}

.arrow.notshown::after {
    content: '\25BA';
}

.bz_search_has_options .arrow.notshown::after {
    content: '\25B7';
}

.buglist_menu div {
    display: inline !important;
}

button#xml img {
    vertical-align: bottom;
}

.rss {
    padding-bottom: 2px;
}

#data-error {
    margin: 1em 0 0;
}

#data-error:empty {
    margin: 0;
}

.alertify .ajs-dialog {
    max-width: 80% !important;
    display: table !important;
}

td.center {
    text-align: center;
}

.inline-block {
    display: inline-block;
}

.d2h-diff-table td {
    border-collapse: collapse !important;
    font-family: Menlo, Consolas, monospace !important;
    font-size: 13px !important;
}

.ui-widget-header {
    background: none;
    background-color: white;
    border: none;
    border-bottom: 1px solid #aaa;
    border-radius: 0px;
}

.ui-widget-content {
    border: none;
}

.ui-menu.ui-widget-content {
    padding: 0px;
    border: 1px solid #ddd;
}

.ui-dialog.ui-widget-content {
    border: 1px solid #aaa;
}

.ui-widget-content .ui-menu-item {
    border-bottom: 1px solid #aaa;
}

#dialog-form form > div {
    margin-bottom: 0.5em;
}

#dialog-form form > span {
    float: right;
}

span.keyword {
    padding: 2px;
}

div.keywords_select div.selectize-control {
    width: 100%;
}

label.selectized {
    vertical-align: middle;
    line-height: 2.4em;
}

td.comp_name {
    white-space: pre;
}

td.comp_name i.fa-arrow-right {
    font-size: 0.7em;
    padding-left: 2px;
    padding-right: 2px;
}

tr.editable i {
    margin-left: .2em;
    margin-right: .2em;
    font-size: x-small;
}

button {
    line-height: 2em;
}

.indirect::after {
    content: "\f129";
    font-family: "Font Awesome 5 Free";
    font-size: xx-small;
    display: inline-block;
    font-weight: 900;
    padding-left: 0.3em;
    vertical-align: super;
}
dd {
    margin-bottom: .5em;
}

.w100 {
    width: 100%;
}

tr.bz_secure td.first-child a::before, a.bz_secure::before,
tr.bz_updated td.first-child a::before, a.bz_updated::before,
tr.bz_requested td.first-child a::before, a.bz_requested::before,
tr.bz_ignored td.first-child a::before, a.bz_ignored::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 2px;
    font-size: x-small;
    color: chocolate;
}

/* one class */
tr.bz_updated td.first-child a::before,
a.bz_updated::before {
    content: "\f12a\00A0";
}

tr.bz_ignored td.first-child a::before,
a.bz_ignored::before {
    content: "\f6a9\00A0";
}

tr.bz_secure td.first-child a::before,
a.bz_secure::before {
    content: "\f023\00A0";
}

tr.bz_requested td.first-child a::before,
a.bz_requested::before {
    content: "\f128\00A0";
}

/* two classes */
tr.bz_ignored.bz_updated td.first-child a::before,
a.bz_ignored.bz_updated::before {
    content: "\f6a9\00A0\f12a\00A0";
}

tr.bz_ignored.bz_requested td.first-child a::before,
a.bz_ignored.bz_requested::before {
    content: "\f6a9\00A0\f128\00A0";
}

tr.bz_ignored.bz_updated.bz_requested td.first-child a::before,
a.bz_ignored.bz_updated.bz_requested::before {
    content: "\f6a9\00A0\f12a\00A0\f128\00A0";
}

tr.bz_requested.bz_updated td.first-child a::before,
a.bz_ignored.bz_updated::before {
    content: "\f12a\00A0\f128\00A0";
}

tr.bz_secure.bz_updated td.first-child a::before,
a.bz_secure.bz_updated::before {
    content: "\f023\00A0\f12a\00A0";
}

tr.bz_secure.bz_ignored td.first-child a::before,
a.bz_secure.bz_ignored::before {
    content: "\f023\00A0\f6a9\00A0";
}

tr.bz_secure.bz_requested td.first-child a::before,
a.bz_secure.bz_requested::before {
    content: "\f023\00A0\f128\00A0";
}

/* three classes */
tr.bz_secure.bz_ignored.bz_updated td.first-child a::before,
a.bz_secure.bz_ignored.bz_updated::before {
    content: "\f023\00A0\f6a9\00A0\f12a\00A0";
}

tr.bz_secure.bz_ignored.bz_requested td.first-child a::before,
a.bz_secure.bz_ignored.bz_updated::before {
    content: "\f023\00A0\f6a9\00A0\f128\00A0";
}

tr.bz_secure.bz_updated.bz_requested td.first-child a::before,
a.bz_secure.bz_updated.bz_requested::before {
    content: "\f023\00A0\f12a\00A0\f128\00A0";
}

tr.bz_ignored.bz_updated.bz_requested td.first-child a::before,
a.bz_ignored.bz_updated.bz_requested::before {
    content: "\f6a9\00A0\f12a\00A0\f128\00A0";
}

/* four classes */
tr.bz_secure.bz_ignored.bz_updated.bz_requested td.first-child a::before,
a.bz_secure.bz_ignored.bz_updated.bz_requested::before {
    content: "\f023\00A0\f6a9\00A0\f12a\00A0\f128\00A0";
}

span.disabled,
#component_table tr.disabled {
    background-color: #ccc !important;
}

.ajs-content textarea {
    width: 100%;
    height: 90%;
}

.alertify .ajs-header {
    background-color: #d9edf7 !important;
    border: 2px solid #4da6ff !important;
    color: #31708f !important;
}

.fas.fa-power-off {
	color: #c00;
}

table.withborders td,
table.withborders th,
table.withborders {
	border: 1px black solid;
	border-collapse: collapse;
	padding: 0.3em;
}

#parameters td {
    padding-right: 1em;
}
.bz_extra_private_groups {
    display: none;
}

.bz_private .bz_extra_private_groups {
    display: block;
    float: right;
}

#bz_extra_private_groups_wrapper.bz_private,
#bz_extra_private_groups_wrapper.bz_private .bz_extra_private_groups {
    float: none;
    margin-top: -0.2em;
    padding-left: 0.2em;
    position: absolute;
}

#bz_extra_private_groups_wrapper.bz_private {
    display: inline-block;
}

#bz_extra_private_groups_wrapper.bz_private .bz_extra_private_groups {
    display: contents;
}

.bz_shared_private {
    background-color: #e6f5fc !important;
    color: black;
    border: 1px #e0e0e0 solid
}

.pop-text {
    color: #c30000;
}

/************************************
** 850px wide
**
************************************/

@media screen and (max-width: 1010px) {
    .edit_form>tbody>tr>td {
        display: inline-block;
    }

    .bz_show_bug_column {
        width: 90%;
    }
}

td.bz_dependent_products_column {
    white-space: normal !important;
}