@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;
}







body {
	background-color: #ffffff;
	color: #343434;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 6px 4px;
}

p 					{ font-family: Verdana, Arial, Helvetica, sans-serif; }

address 			{ font-family: 8pt; text-transform: none; text-decoration: none;}

pre				{ margin-top: 0px; margin-bottom: 0px; }

a					{}
a:active 			{}
a:link    			{}
a:visited 			{}
a.subtle			{ color: #343434; text-decoration: none; font-size: 12px; }
a.resolved			{ text-decoration: line-through underline; }
a > img				{ border: none; }

form				{ display: inline; }

input				{}
input.button			{}
input.button-small		{ font-size: 8pt; }

textarea			{}
select				{}

span				{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
span.print			{ font-size: 8pt; }
span.required 		{ font-size: 8pt; color: #bb0000; }
span.small 			{ font-size: 8pt; font-weight: normal; }
span.pagetitle		{ font-size: 12pt; font-weight: bold; text-align: center }
span.bracket-link	{ white-space: nowrap; }

span.dependency_dated		{ color: maroon; }
span.dependency_met			{ color: green; }
span.dependency_unmet		{ color: red; }
span.dependency_upgrade		{ color: orange; }

table				{ }
table.hide			{ width: 100%; border: solid 0px #ffffff; }
table.width100		{ width: 100%; border: solid 1px #ededed; border-radius: 10px; padding: 5px; }
table.width90		{ width: 90%;  border: 1px solid #ededed; border-radius: 10px; padding: 5px; }
table.width75		{ width: 75%;  border: 1px solid #ededed; border-radius: 10px; padding: 5px; }
table.width60		{ width: 60%;  border: 1px solid #ededed; border-radius: 10px; padding: 5px; }
table.width50		{ width: 50%;  border: 1px solid #ededed; border-radius: 10px; padding: 5px; }

td 					{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; padding: 4px; text-align: left; }
td.center			{ text-align: center; }
td.left				{ text-align: left; }
td.right			{ text-align: right; }
td.category			{ background-color: #f8f8f8 ; color: #343434; font-weight: bold; vertical-align : top; }
td.overdue			{ background-color: #ff0000; color: #343434; font-weight: bold; }

td.col-1			{ background-color: #d8d8d8; color: #343434; }
td.col-2			{ background-color: #e8e8e8; color: #343434; }
td.form-title		{ background-color: #ffffff; color: #343434; font-weight: bold; text-align: left; }
td.form-title-caps	{ background-color: #ffffff; color: #343434; font-weight: bold; text-align: left; text-transform: uppercase; }
td.nopad			{ padding: 0px; }
td.small-caption	{ font-size: 8pt; }
td.print			{ font-size: 8pt; text-align: left; padding: 2px; }
td.print-category	{ font-size: 8pt; color: #343434; font-weight: bold; text-align: right; padding: 2px; }
td.print-overdue	{ font-size: 8pt; color: #343434; font-weight: bold; padding: 2px; }
td.print-bottom		{ border-bottom: 1px solid #343434; }
td.print-spacer		{ background-color: #ffffff; color: #343434; font-size: 1pt; line-height: 0.1; padding: 0px;}

tr					{}
tr.spacer			{ background-color: #ffffff; color: #343434; height: 5px; }
tr.row-1			{ background-color: #ffffff; color: #343434; }
tr.row-2			{ background-color: #f8f8f8; color: #343434; }
tr.row-category		{ background-color: #f8f8f8; color: #343434; font-weight: bold;}
tr.row-category td  {  text-align:center; }
tr.row-category2	{ background-color: #f8f8f8; color: #343434; }
tr.row-category-history { background-color: #ededed; color: #343434; font-weight: bold;}
tr.row-category-history td {  text-align: left; }
tr.vcenter			{ vertical-align: middle; }
tr.print			{ vertical-align: top; }
tr.print-category	{ color: #343434; font-weight: bold; }

#buglist tr			{ text-align: center; }

td.bugnote-public		{ background-color: #d6eef5; color: #343434; font-weight: bold; width: 25%; line-height: 1.4; vertical-align: top; }
td.bugnote-private		{ background-color: #d6eef5; color: #343434; font-weight: bold; width: 25%; line-height: 1.4; vertical-align: top; }
td.bugnote-note-public	{ background-color: #d6eef5; color: #343434; width: 75%; vertical-align: top; }
td.bugnote-note-private	{ background-color: #d6eef5; color: #343434; width: 75%; vertical-align: top; }

td.login-info-left		{ width: 33%; padding: 0px; text-align: left; }
td.login-info-middle	{ font-size: 0px; width: 33%; padding: 0px; text-align: center; }
td.login-info-middle span {font-size: 0px;}
td.login-info-right		{ width: 33%; padding: 0px; text-align: right; white-space: nowrap; }

td.menu
{
	background-color: #ffffff !important;
	color: #343434;
	text-align: center;
	width: 100%;
	padding: 5px;
	border: 0px !important;
}

td.menu a
{
	white-space: nowrap;
}

td.news-heading-public	{ background-color: #ededed; color: #343434; text-align: left; border-bottom: 1px solid #343434; }
td.news-heading-private	{ background-color: #d8d8d8;       color: #343434; text-align: left; border-bottom: 1px solid #343434; }
td.news-body			{ background-color: #ffffff;         color: #343434; padding: 16px; }

img						{}
img.icon				{ width: 11px; height: 11px; }
img.delete-icon			{ position: relative; top: 5px; border: 0; }

div						{ padding: 3px; }
div.menu				{ background-color: #e8e8e8; color: #343434; text-align: center; width: 100%; padding: 1px; }

div.center {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}

div.border
{
	background-color: #ffffff;
	border: solid 1px #343434;
	text-align: center;
	position: relative;
}

div.quick-summary-left	{ width: 49%; padding: 2px; text-align: left;  float: left; }
div.quick-summary-right	{ width: 49%; padding: 2px; text-align: right; float: right;}

.center					{ text-align: center; }
.left					{ text-align: left; }
.right					{ text-align: right; }
.floatright				{ float: right; }
.floatleft				{ float: left; }
.small					{ font-size: 8pt; }
.small-normal 			{ font-size: 8pt; font-weight: normal; }
.small-subprojects		{ font-size: 8pt; width: 200px; }
.bold					{ font-weight: bold; }
.bold-small				{ font-weight: bold; font-size: 8pt; }
.italic					{ font-style: italic; }
.italic-small			{ font-style: italic; font-size: 8pt; }
.underline				{ text-decoration: underline; }
.underline-small		{ text-decoration: underline; font-size: 8pt; }
.strike					{ text-decoration: line-through; }
.strike-small			{ text-decoration: line-through; font-size: 8pt; }
.hidden				{ display: none; }

.nowrap
{
	white-space: nowrap;
}

.positive
{
	color: green;
}

.negative
{
	color: red;
}

.issue-status
{
	border-bottom: 1px dotted black;
}

.avatar
{
	float: right;
	border: 0;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-radius: 5px;
}

.progress400				{ position: relative; width: 400px; border: 1px solid #d7d7d7; margin-top: 1em; margin-bottom: 1em; padding: 1px; }
.progress400 .bar			{ display: block; position: relative; background: #6bba70; text-align: center; font-weight: normal; color: #333; height: 2em; line-height: 2em; }



/* MP MODES */

.menuglowne {
	border: 0px !important;
	margin-top: 20px;
	margin-bottom: 40px;
}

.menuglowne a {
	padding: 8px 8px;
	background: #bbbbbb;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #bbbbbb;
	border-radius: 10px;
	color: #ffffff !important;
	text-decoration: none !important;
	font-size: 11px;
}

.menuglowne .lout {
	background: #ed705b;
	color: #ffffff !important;
	border: 1px solid #ed705b;
}

.menuglowne .addnew {
	background: #42cd5c;
	border: 1px solid #42cd5c;
}

.menuglowne tr  {
	background: #ffffff !important;
	border-radius: 10px !important;
	border: 0px solid #ededed;
}

.login-info-left, .login-info-left span {
	font-size: 11px !important;
	padding-left: 4px !important;
	font-style: normal !important;
}

.moje .width100 tr {

	border-radius: 0px !important;
	border: 0px solid #ededed;
	border-radius: 10px !important;
}

.ikonkamyview {

}

.moje .width100 tr .left {
	background: #f8f8f8 !important;
}

.moje .center a {
	text-decoration: none;
	color: #ffffff;
}

.moje table tr {
	border-radius: 10px;
	border: 1px solid #ffffff !important;
}

.headerdiv {
	border-bottom: 1px solid #ededed;
	color: #828282 !important;
	padding-bottom: 20px;
}

.pencilico {
	margin-left: -25px;
	margin-top: 5px;
}

.menu .small {
	width: 95px;
	height: 20px;
	border: 1px solid #ededed;
	border-radius: 0px !important;
	padding-left: 10px;
	color: #343434;
}

.legenda {
	width: 400px !important;
}

.legenda td {
	text-align: center;
	color: #ffffff;
}

hr {
	color: #ededed;
}

.button-small {
	background: #0eb0db none repeat scroll 0 0;
	border: 1px solid #0eb0db;
	border-radius: 0px;
	color: #ffffff !important;
	font-size: 11px;
	text-decoration: none !important;
	height: 23px;
	margin-left: 5px;
}

.row-category2 td a, .row-1 td a, .row-2 td a  {
	text-decoration: none;
	font-weight: 600;
	color: #343434;
}
.row-1 td a:hover, .row-2 td a:hover{
	color: #2ac5ee;
}


.filtry {
	background: #fbfbfb !important;
	margin-bottom: 30px;
}

.filtry .row-category2 {
	background: #e9e8e8 !important;
}

.filtry .row-1 {
	background: #fbfbfb !important;
}

.filtrytitle {
	font-size: 13px;
	color: #343434;
	height: 30px;
	font-weight: 600;
}

.prawa {
	text-align: right;
}


/* UKRYCIE FILTRÓW */
.filtry {
	display: none;
}

.row-category a {
	font-size: 11px;
	font-weight: 600;
	color: #343434;
	text-decoration: none;
}

.form-title {
	color: #343434;
}

.form-title a {
	color: #343434;
	text-decoration: none;
	font-size: 11px;
	margin-bottom: 20px;
}

.login-info-right .small {
	width: 95px;
	height: 20px;
	border: 1px solid #ededed;
	border-radius: 0px !important;
	padding-left: 10px;
	color: #343434;
	margin-right: 8px;
}

.login-info-right .button-small {
	display: none;
}

#buglist td {
	color: #393939;
}

#buglist td a {
	color: #337ab7;
	text-decoration: none;
}

#buglist .row-category td {
	color: #343434;
}

#buglist .row-category td a {
	color: #343434;
}

#buglist .form-title {
	color: #343434;
}

#buglist .form-title a {
	color: #343434;
}

.bugnote-public a {
	text-decoration: none;
	color: #000000;
}

.temat {
	font-size: 14px;
	color: #000000;
	font-weight: 600;
}

.opis {
	font-size: 13px;
	color: #000000;
}

.bracket-link a {
	color: #343434;
	font-size: 11px;
	text-decoration: none;
}

.udi_work{
	background: #2AC5EE none repeat scroll 0 0 !important;
	border: 1px solid #2AC5EE !important;
}

.udi_word{
	background: #23A3C7 none repeat scroll 0 0 !important;
	border: 1px solid #23A3C7 !important;
}

tr.work_udi_row_1{
	background-color: #2AC5EE;
	font-weight: bold;
}

tr.work_udi_row_2{
	background-color: #C1FFEA;
	font-weight: bold;
}

tr.work_udi_row_3{
	background-color: #EEFFA0;
	font-weight: bold;
}

tr.work_udi_row_sum{
	background-color: #D0A3E9;
	font-weight: bold;
}