/* Import default.css from css directory*/
@import url('/css/default.css');

/* Change color (blue) for some columns */
.column-tags, .column-plugin {
	color: #337ab7;
}

/* Minimum wide for some columns*/
#buglist .column-last-modified, .column-due-date
	{ min-width: 80px; }

/* Category column wider for 'large' category names */
#buglist .column-category
	{ max-width: 240px; text-align: center; }

/* Hide ??*/
#buglist > tbody > tr:nth-child(n) > td.column-category > div > span
	{ display: none; }
*/

/* Custom colums text aways aligns left*/
#buglist td, #buglist th[class|='column-custom']
	{ text-align: left; }		

/* Usage?? */
/*
.table-responsive
	{ overflow-x: visible !important; }
*/	

/* Priority icons */
#buglist > tbody > tr:nth-child(n) > td.column-priority > i.fa.fa-chevron-up.fa-lg.red,
#buglist > tbody > tr:nth-child(n) > td.column-priority > i.fa.fa-arrow-up.fa-lg.red {
	color: red !important;
}

/* Avatars without border */
.bugnote-avatar-80
	{ border: 0px !important; }


/* Extra level for Due Date */
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: gold; color: #ffffff; font-weight: bold; }
td.due-3             { background-color: green; color: #ffffff; font-weight: bold; }
td.print-overdue     { font-weight: bold; }

/* Plugin MantisGraphs */
.widget-header {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    min-height: 38px;
    background: repeat-x #f7f7f7;
    background-image: -webkit-linear-gradient(top,#20246C 0,#E0FFFF 100%);
    background-image: -o-linear-gradient(top,#20246C 0,v 100%);
    background-image: linear-gradient(to bottom,#20246C 0,#E0FFFF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#20246C', endColorstr='#E0FFFF', GradientType=0);
    color: white !important;
    border-bottom: 1px solid #DDD;
    padding-left: 12px;
}

	
/* Plugin ProjectManagement */
#customer_section /*,
#plugin_pm_targets,
#bugnotestats,
#bugnotestats > div.space-10 */
	{ display: none; }	

#plugin_pm_time_registration_update,
#plugin_pm_time_registration
	{ display: none; }	
	
#main-container > div.main-content > div.page-content > div > div:nth-child(8) {
}
	
#time_registration > div.widget-body > div > table > tbody > tr:nth-child(n) > td:nth-child(n) > input[type="text"] {
	padding: 0px !important;
}	

/*
#time_registration > div.widget-body > div > table > tbody > tr.row-category > td:nth-child(4),
#time_registration > div.widget-body > div > table > tbody > tr.row-1 > td.italic
	{ display: none; }	

*/