/* Discussion Grid */


.IssueStatus,
.IssueClassification,
.DiscussionComments, .DiscussionLastComment {
	display: none;
	}
.IssueStatus,
.IssuePriority,
.IssueClassification,
.IssueAssignedTo {
	font-size: 11px;
	}
.Discussion {
	position: relative;
	}
.IssueID {
	text-align: center;
	}

.ContentInfo h1.open, 
.ContentInfo h1.resolved, 
.ContentInfo h1.on-hold {
	text-indent: 80px;
	}
td.DiscussionTopic {
	padding-left: 80px;
	}

.open td.DiscussionTopic,
#IssueDetails.open h1,
.ContentInfo h1.open {
	background: url('ico.open.gif') no-repeat left center;
	}
.resolved td.DiscussionTopic,
#IssueDetails.resolved h1,
.ContentInfo h1.resolved {
	background: url('ico.resolved.gif') no-repeat left center;
	}
.on-hold td.DiscussionTopic,
#IssueDetails.on-hold h1,
.ContentInfo h1.on-hold {
	background: url('ico.onhold.gif') no-repeat left center;
	}



/*** Issue Filter (Discussions page) ***/
#Form.IssueFilter ul {
	padding-bottom: 8px;
	}
#Form.IssueFilter li {
	display: inline;
	padding-right: 20px !important;
	}
#Form.IssueFilter li input {
	margin-right: 8px;
	}
#Form.IssueFilter li.PreferenceProgress {
	padding-left: 24px !important;
	}


/*** Issue Form (Comments page) ***/

.PanelBox {

	}
.PanelBox form {
	background: #f9f9f9;
	}
.PanelBox .Button {
	margin: 5px 0px 5px 5px !important;
	}
.list-form {
	list-style: none;
	}
.list-form li {
	font-size: 11px;
	padding: 0 5px !important;
	color: #333;
	}
.list-form li label {
	display: block;
	font-weight: bold;
	}
.list-form select, .list-form input {
	width: 100%;
	font-size: 11px;
	}

.avatar, .tinyavatar {
	background: #fff;
	padding: 3px !important;
	float: left;
	margin: 0 5px 0 0 !important;
	max-height: 40px;
	max-width: 40px;
	overflow: hidden;
	border: 1px solid #eee;
	}

#select { }

.trigger {
	cursor: pointer;
	}
#select #optgroup {
	position: absolute;
	top: 80px;
	left: 15px;
	z-index: 9999;
	padding: 0 1px 5px 0 !important;
	margin: 0 !important;
	background: url(shadow.png) bottom right no-repeat;
	}
#select #options {
	background: #eee;
	border: 5px solid #fff;
	}
#select #options li {
	display: block;
	margin: 0 !important;
	border-bottom: 2px solid #fff;
	color: #333;
	}
#select #options:last-child {
	border-bottom: 3px solid #fff;
	}
#select #options li:hover {
	/* background-color: #ddd; */
	background-color: #ffffcc;
	}
#select #options a {
	float: none !important;
	margin: 0 !important;
	border: none;
	display: inline;
	padding: 0 !important;
	}
#options .endgroup {
	border-bottom: 2px solid #999 !important;
	}
.custom-select li {
	padding: 3px !important;
	cursor: pointer;
	border: 1px solid transparent;
	line-height: 100%;
	list-style: none;
	height: 40px;
	color: #555;
	border-bottom: 1px solid #fff;
	}
#assigned-user {
	line-height: 100%;
	height: 40px;
	padding: 3px !important;
	background: #eee;
	color: #555;
	border: 1px solid #fff;
	}
#assigned-user:hover {
	/* background: #ccc; */
	background: #ffffcc;
	}
.custom-select li:hover {}

.custom-select h4 , #assigned-user h4 {
	font-size: 12px;
	margin-top: 5px !important;
	color: #555;
	font-weight: bold !important;
	}
.custom-select p, #assigned-user p {
	font-weight: normal;
	color: #555 !important;
	}
.custom-select li .avatar {
	width: 32px;
	height: 32px;
	padding: 2px !important;
	}
#assigned-user .avatar {
	width: 32px;
	height: 32px;
	}
