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

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

td.category, th.category,
td.category label, th.category label
{
    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; }

/* Issue Summary at bug_report_page.php, bug_update_page.php */
input[type="text"]#summary { width: 100%; }

/**
 * view_all_bug_page.php
 */
#buglist td, #buglist th	{ text-align: center; }
#buglist .column-summary,
#buglist .column-description,
#buglist .column-notes,
#buglist .column-steps-to-reproduce,
#buglist .column-additional-information,
#buglist .cftype-string,
#buglist .cftype-textarea
	{ text-align: left; }

.sticky-separator,
.test-langs th
	{ background-color: lightgrey; }

/* 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, div.widget-box, a#attachments, .test-langs tr {
	scroll-margin-top: 50px;
}
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.due-0, td.overdue { background-color: red; color: #ffffff; font-weight: bold; }
td.due-1             { background-color: darkorange; color: #ffffff; font-weight: bold; }
td.due-2             { background-color: green; 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;
}

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

.test-langs ol.plugins-toc {
    column-count: auto;
    column-width: 130px;
    column-gap: 60px;
    margin: 10px 15px 10px 30px;
}

.editable_access_level {
    display: inline-grid;
    grid-template-columns: 1fr 20px 1fr;
}

#log-event-list .duplicate-query {
    color: #E2755F;
}

/* Применяем настройки шрифта ко всему сайту */
body, 
.main-container, 
p, td, th, input, select, textarea, button {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; /* Набор стандартных читаемых шрифтов */
    font-size: 15px !important;       /* Увеличиваем размер (стандартный обычно 13px или 14px) */
    font-weight: 600 !important;       /* Делаем текст более плотным/жирным (базовый — 400) */
    line-height: 1.5 !important;       /* Увеличиваем межстрочный интервал, чтобы текст не сливался */
    -webkit-font-smoothing: antialiased !important; /* Делает текст на экранах более четким */
}


/* Делаем текст во всех колонках и заголовках таблиц крупным и жирным */
.table-responsive td,
.table-responsive th,
.table td,
.table th,
.table td a,
.table th a,
[class^="column-"],
[class^="column-"] a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 16px !important;    /* Крупный размер */
    font-weight: 700 !important;   /* Насыщенный жирный текст */
    color: #333333 !important;     /* Четкий темно-серый/черный цвет текста */
    text-shadow: none !important;  /* Убираем контурный эффект (обводку) с букв */
    letter-spacing: normal !important;
}

/* Отдельно увеличиваем заголовки, чтобы сохранялась иерархия */
h1, h2, h3, h4, .widget-title {
    font-weight: 700 !important;       /* Максимальная жирность для заголовков */
    letter-spacing: 0.5px !important;  /* Небольшое расстояние между буквами для солидности */
}

/* Делаем текст в таблице списка задач еще более жирным */
.table tbody tr td {
    font-weight: 500 !important;
}

/* Изменяем все кнопки сразу */
.btn {
    border-radius: 0px !important;    /* Закругляем углы */
    box-shadow: yes !important;      /* Убираем стандартные тени Bootstrap */
    text-shadow: yes !important;     /* Убираем тень у текста */
    font-weight: 800;                 /* Делаем текст чуть толще */
    transition: all 0.3s ease;        /* Плавный эффект при наведении */
}

.fa-status-box {
    border: 1px solid #333333 !important; /* Толщина, стиль (сплошной) и цвет рамки */
    padding: 2px !important;                 /* Отступ между квадратом и рамкой */
    border-radius: 4px !important;           /* Легкое скругление углов рамки */
    display: inline-block !important;        /* Гарантирует правильное отображение рамки */
}


/* Принудительный сброс любых обводок и эффектов для номеров задач и всей таблицы */
.column-id, 
.column-id a,
.table td, 
.table td a {
    -webkit-text-stroke: 0px transparent !important; /* Полностью убираем обводку букв (JS/CSS) */
    text-shadow: none !important;                    /* На всякий случай отключаем тени */
    color: #000000 !important;                       /* Делаем текст полностью черным и залитым */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important; /* Стандартный системный шрифт */
    font-weight: 700 !important;                     /* Честный жирный шрифт без искажений */
    background: transparent !important;
}

/* Красим каждую четную строку (2, 4, 6 и т.д.) */
.table tbody tr:nth-child(even) {
    background-color: #e8e9ea !important;
}

/* Обводка для маленьких квадратных индикаторов статуса */
.status-square {
    border: 1.5px solid #000000 !important; /* Четкая черная линия */
}

/* Красим каждую нечетную строку (1, 3, 5 и т.д.), чтобы вернуть им белый цвет */
.table tbody tr:nth-child(odd) {
    background-color: #ffffff !important;
}

/* Внешняя граница таблицы и внутренние ячейки */
.table-bordered, 
.table-bordered > tbody > tr > td, 
.table-bordered > tbody > tr > th, 
.table-bordered > tfoot > tr > td, 
.table-bordered > tfoot > tr > th, 
.table-bordered > thead > tr > td, 
.table-bordered > thead > tr > th {
    border: 1px solid #7c7c7c !important; /* Толщина 1px, сплошной, серый цвет */
}

/* Обычное состояние */
.btn-primary, 
.btn-primary:focus {
    background-color: #4CAF50 !important; /* Новый цвет (зеленый вместо синего) */
    border-color: #4CAF50 !important;
    color: #ffffff !important;
}

/* Состояние при наведении курсора (Hover) */
.btn-primary:hover {
    background-color: #00a000 !important; /* Чуть темнее при наведении */
    border-color: #450049 !important;
}
