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 ul li {
    display: block;
    border-bottom: 1px solid #dd0000;
}

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

#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;
}
.tabs.tabs td {
    background-color: transparent;
    border: 0 none;
    display: inline-block;
    font-size: 1em;
    font-weight: 500;
    margin: 0 0 -3px;
    padding: 13px 54px 24px 14px !important;
    position: relative;
}
.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: 15px;
    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,  .bz_id_column a.bz_status_CLOSED {
    text-decoration: line-through !important;
}

/** STATUS Colours */
/* Not colour blind safe */
body.status_colours_pastel .bz_ASSIGNED, body.status_colours_pastel a.bz_status_ASSIGNED {
    background-color: #fcedcd !important;
}
body.status_colours_pastel .bz_POST, body.status_colours_pastel a.bz_status_POST {
    background-color: #f9dc9c !important;
}
body.status_colours_pastel .bz_MODIFIED, body.status_colours_pastel a.bz_status_MODIFIED {
    background-color: #d9f5fb !important;
}
body.status_colours_pastel .bz_ON_DEV, body.status_colours_pastel a.bz_status_ON_DEV {
    background-color: #d9ebed !important;
}
body.status_colours_pastel .bz_ON_QA, body.status_colours_pastel a.bz_status_ON_QA {
    background-color: #9ae4f3 !important;
}
body.status_colours_pastel .bz_VERIFIED, body.status_colours_pastel a.bz_status_VERIFIED {
    background-color: #eaf5cd !important;
}
body.status_colours_pastel .bz_RELEASE_PENDING, body.status_colours_pastel a.bz_status_RELEASE_PENDING {
    background-color: #d4ec9c !important;
}
body.status_colours_pastel .bz_NEW {
    background-color: #F8F8F8 !important;
}
body.status_colours_pastel .bz_CLOSED, body.status_colours_pastel a.bz_status_CLOSED {
    background-color: #FFFFFF !important;
}
/* 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 tr {
    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 .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;
}

.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%;
}

#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 {
    padding-left: 2em !important;
    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 {
    padding: 6px;
}

.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;
   }

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

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

#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 * {
    background-color: #f3eeee !important;
}

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

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


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;
}

#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: 1;
    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;
}

#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;
}

#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 > * {
    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;
}

/************************************
** 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;
}

