#content li {
	line-height: inherit;
}

#content .wrapper {
	width: 100%;
	max-width: 930px;
	margin: 0 auto;
}

.wrapper>header {
	margin-bottom: 5px;
}

.wrapper>header ul.filter {
	display: inline-block;
}

.wrapper>header nav {
	width: 100%;
}

.wrapper>header nav>ul {
	padding: 5px 0;
}

.wrapper>header nav ul {
	float: left;
	width: 175px;
}

.wrapper>header nav ul em {
	font-style: normal;
}

.wrapper>header nav ul:last-child {
	float: right;
}

.wrapper>header li:nth-child(n+2) {
	margin-left: 10px;
}

.wrapper>header li[class^='header'] {
	margin-left: 20px;
	background: #F6F6F6;
}

.wrapper>header li[class^='header'] a:hover {
	background-color: #0088cc;
	color: #fff;
}

.wrapper>header div.more {
	display: none;
	top: 32px;
	right: 0;
	padding: 10px 0;
	position: absolute;
}

.wrapper>header div.more a {
	padding-right: 17px;
	background: #fff;
}

.wrapper>header a {
	border: 1px solid #cccccc;
	color: #534d4b;
	font-size: 14px;
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 14px;
}

.wrapper>header a.dropdown {
	padding: 0 4px;
	cursor: pointer;
	margin-left: -1px;
}

.wrapper>header a .caret {
	margin-top: 12px;
}

.wrapper>header a.dropdown {
	padding: 0 8px;
	margin-left: -1px;
}

.wrapper>header a:hover {
	background-color: #F6F6F6;
}

.wrapper>header a.actived {
	color: #fff;
	background-color: #0088cc;
}

.wrapper>header a.actived:hover {
	background-color: #0044cc;
}

.normal-view section {
	border: 1px solid #bebebe;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
	background-color: #fff;
	padding: 0 0 10px;
}

.normal-view>section header {
	color: #534d4b;
	text-shadow: 0 1px 0 #fff;
	font-size: 14px;
	padding: 10px 0 10px 10px;
	background-color: rgb(238, 238, 238);
}

.normal-view>section>ul {
	padding: 5px 0 5px 10px;
	position: relative;
	border-bottom: 1px solid #eee;
}

li {
	float: left;
}

li a {
	color: #0088cc;
}

li a:hover {
	color: #005580;
}

li.meta {
	float: right;
}

li.meta ul {
	float: right;
}

li.meta ul li:nth-child(n+2) {
	text-align: center;
}

li.star {
	width: 20px;
}

li.header a.star {
	display: none;
	color: #cacaca;
	width: 20px;
	position: relative;
}

li.header a.star i {
	display: inline-block;
}

li.header .type-status-desc{
	margin-left: 20px;
}

li.header .star+.type-status-desc{
	margin-left: 0;
}

.type-status-desc,.key {
	width: 175px;
}

header li.status-desc-key ul li {
	width: 100%;
}

header li.title-labels {
	max-width: 520px;
}

li.participants {
	width: 150px;
}

li.posts {
	width: 50px;
}

li.activity {
	width: 128px;
}

ul.list>li {
	height: 30px;
	padding: 5px 0;
}

section>ul>li {
	width: 100%;
}

li.header>* {
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	display: inline-block;
	float: left;
}

li.header>h3 {
	height: auto;
	width: 100%;
}

.desc {
	color: #EC9800;
}

.desc:before {
	content: '(';
}

.desc:after {
	content: ')';
}

li.details>ul>li.labels {
	padding: 2px 0;
	height: 30px;
	max-width: 390px;
	overflow: hidden;
}

li.details {
	display: none;
}

li.details>ul>li:first-child {
	margin-left: 195px;
}

li.details>ul>li {
	height: 30px;
}

li.details ul li a,li.details ul li h3,
li.details ul li time,li.details ul li span.reply-count{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	border: none;
}

li.details ul li abbr {
	width: 60px;
}

li.key h3 {
	margin-left: 20px;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	display: inline-block;
}

li.key i+h3 {
	margin-left: 6px;
}

li.key h3 a {
	font-weight: normal;
	font-size: 14px;
	color: #cacaca;
	font-size: 14px;
}

li.key h3 a:hover {
	color: #08c;
}

time:hover {
	cursor: default;
}

time {
	width: 50%;
}

time:first-child {
	float: left;
}

time:last-child {
	float: right;
}

li.participants {
	width: 150px;
}

li.participants a {
	float: left;
	position: relative;
	width: 25px;
	margin-right: 2px;
}

li.participants a img {
	width:25px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12.5px;
}

li.participants a.assignee img {
	box-shadow: 0 0 6px 1px #2b95ca;
}

li.posts span {
	font-weight: bold;
}

li.posts span,li.activity time {
	color: gray;
}

section header {
	display: none;
}

section>ul li.key {
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
	white-space: nowrap;
}

li.labels {
	display: none;
}

a.copy {
	display: none;
}

@media all and (min-width:320px) {
	.desc,a.copy { 25
		px display: inline-block;
	}
}

@media all and (min-width:601px) {
	.wrapper>header nav ul {
		width: auto;
	}
}

@media all and (min-width:960px) {
	li.details {
		display: inherit;
	}
	section header {
		display: inherit;
	}
	li.labels {
		display: inherit;
	}
	section>ul li.key {
		left: 10px;
		top: 25px;
		text-align: left;
	}
	section>ul li.key i{
		color:#FF790C;
		font-size: 14px;
	}
	li.header{
		position: relative;
	}
	li.header>h3 {
		max-width: 550px;
		width: 73.118%;
		font-weight: normal;
	}
	li.header div{
		font-size: 14px;
		position: absolute;
		top: 50%;
		margin-top: -10px;
		right: 0;
		width: 178px;
		text-align: center;
	}
	li.header div a{
		color:gold;
	}
	li.header a.star {
		display: inherit;
	}
	li.header a.star:hover {
		opacity: 0.8;
	}
	li.header a.star.starred {
		color: #fe1;
	}
}

#pagination {
	margin-top: 15px;
}

#pagination ul li {
	margin-bottom: 15px;
}

#pagination ul li span,#pagination ul li a {
	padding: 4px 12px;
	line-height: 20px;
	font-size: 14px;
	text-decoration: none;
	background-color: #dfdfdf;
	border: 1px solid transparent;
	margin-right: 8px;
	color: #080808;
	display: inline-block;
}

#pagination ul li a:hover {
	color: #fff;
	background-color: #0044cc;
}

#pagination ul li .selected {
	color: #fff;
	background-color: #08c;
}

span.type-status-desc a {
	color: #F00;
}

span[data-status='ACCEPTED'].type-status-desc a {
	color: #000;
}

span[data-status='CLOSED'].type-status-desc a {
	color: #777;
}

span[data-status='IN_PROGRESS'].type-status-desc a {
	color: #143624;
}

span[data-status='RESOLVED'].type-status-desc a {
	color: teal;
}

.FIXED {
	color: #33CC33;
}

.type {
	display: inline-block;
	width: 18px;
}

#body {
	padding-bottom: 0;
}

.loading {
	position: fixed;
	width: 40px;
	height: 40px;
	left: 0;
	top: 300px;
	background-color: #ccc;
}

#loading {
	margin-left: -645px;
	margin-top: -16px;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 9999;
}

#loading i {
	width: 32px;
	height: 32px;
	display: inline-block;
	background-image: url(/res/img/loading/gray-circle-loading.gif);
}

.pin{
	color:#777;
}

.ctx-bar>.wrapper>div.b-search>div>ul {right: 23px;}