/* fix extra line breaks in code blocks */
pre.prettyprinted code br {
	display: none;
}

/* hide location since it's not update-able and customers are creating Desk cases */
.About .Location,
.AuthorInfo .AuthorLocation {
	display: none !important;
}

/* Make New Discussion button into two */
.NewDiscussion .Button.Handle,
.NewDiscussion .Button.Primary {
	display: none;
}
.NewDiscussion .Dropdown {
	display: inline;
	border: none;
   	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	position: relative;
}
.NewDiscussion .Dropdown li {
	display: inline-block;
	margin-left: .5em;
}
.NewDiscussion .Dropdown li a {
	display: inline-block;
	background: #3498db;
	color: #fff !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-radius: 100px;
	font-weight: 600 !important;
}
.local-bar .navigation.navigation {
    display: block;
}

/* Make the "Reactions" bar show by default */
.Reactions > * {
	opacity: 1 !important;
	visibility: visible !important;
}

.MessageList .MessageFormWrap .Reactions, .MessageList .CommentFormWrap .Reactions, .MessageList .Discussion .Reactions, .MessageList .Comment .Reactions > * {
	opacity: 1 !important;
	transition-property: none !important;
}

.MessageList .MessageFormWrap .Reactions,
.MessageList .CommentFormWrap .Reactions,
.MessageList .Discussion .Reactions,
.MessageList .Comment .Reactions {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

/* Make "Flag" show by default */
.ReactButton {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Center "Questions" in navigation bar */
.ForumSearch {
  padding: 0 !important;
  vertical-align: middle !important;
}

{if !InSection ("ActivityList")}
{module name="LeaderBoardModule" SlotType="m"}
{/if}


.ButtonGroup.discussion-filter li:nth-child(3) {
    display: none;
}

.ButtonGroup.discussion-filter li:nth-child(4) {
    display: none;
}

.ButtonGroup.discussion-filter li:nth-child(5) {
    display: none;
}

.idea-counter-box {
    display: none;
}

.btn-default.Button.NavButton.SortButton.Active.active {
    display: none;
}

.votes.meta {
    display: none;
}

.discussion-sorts {
    display:none;
}

#dashboard_profile_index form.Activity, #dashboard_profile_index div.Profile h2.H {
 display:none;   
}

/* Accepted Answers */ 
ul.AcceptedAnswers li .Comment {
border: solid 2px #78D065;
border-radius: 6px; -webkit-border-radius: 6x; -moz-border-radius: 6x;
padding: 10px;
}

ul.AcceptedAnswers .Reactions {
margin-top: 0px;
}

span.Tag.QnA-Tag-Answered
{
    display: none;
}

.Section-Profile #Panel.PanelColumn {
    position: static;
    float: left;
}