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

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

.error-details .code {
	font-family: monospace;
}
.loading-icon {
  position: relative;
  width: 20px;
  height: 20px; 
  margin:50px auto;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.loading-icon:before {
  content: "\f110";
  font-family: FontAwesome;
  font-size:20px;
  position: absolute;
  top: 0; 
}

.loading-img{
	margin-left: 10px;
}

#tfsrelationships table tfoot,
#bug_time_trackings table tfoot{
	background-color: #E4E6E9;
	border-color: #ddd;
	text-align: left;
	border-top-width: 2px;
	font-family: 'Open Sans';
	font-size: 8pt;
	line-height: 1.5;
	color: #393939;

}
#tfsrelationships table tfoot .sum,
#bug_time_trackings table tfoot .sum{
	text-align: right;
}

#buglist .buglist-tfs-header, .buglist-tfs-count-header, .buglist-timetrackings-header{
	display: none;
}
#buglist .buglist-tfs-column, .buglist-tfs-count-column, .buglist-timetrackings-column{
	vertical-align: middle;
	display: none;
}

.version-project-name{
	display: inline-block;
}
.btn-version-toolbar{
	vertical-align: super;
}

.table-release-information tbody tr td{
	vertical-align: middle !important;
}

.table-release-information tbody tr td label{
	margin: 0;
}

.table-release-information tbody tr td textarea{
	min-height: 4em;
	resize: vertical;
}

td.column-custom-Fejlesztési.óra{
	vertical-align: middle;
}

#version_history_add_new #version_comment,
#version_history_add_new #category_version {
	width: 100%!important;
}

#bug_time_trackings{
	display: none;
}

.csv-export {
	margin-right: 5px;
}

.csv-export-all {
	margin-left: 5px;
}