.search-results .type-help-desk h2,
.author .type-help-desk h2,
.tax-topic-visibility .type-help-desk h2{
	font-weight:normal;
}

.search-results .type-help-desk h2,
.author .type-help-desk h2,
.tax-topic-visibility .type-help-desk h2,
.topic_title {
	font-size:15px;
}

h2.hlp_post_label{
	margin-top:50px;
	clear:both;
}

h2.hlp_post_label:first-of-type{
	margin-top:0;
}

.hlp_hidden{
	display:none;
}

.hlp_clear{
	clear:both;
}

.hlp_invisible{
	visibility:hidden;
}

/*.search-results .type-help-desk,
.tax-topic-visibility .type-help-desk {
	border-top:1px solid #EBEBEB;
	padding-left:45px;
}*/

/****************************************************
ALL TICKETS LISTING
****************************************************/
ul.topic_listing{
	padding-left:0;
	margin:20px 0 5px;
	border-top:1px solid #ebebeb;
}

ul.topic_listing > li{
	border-bottom:1px solid #ebebeb;
	list-style:none;
	padding:10px 0;
	margin:0;
	background:none;
}

.hlp_list_main{
	float:left;
	width:90%;
}

.hlp_post_actions {
	width:10%;
	text-align:right;
	float:right;
	color:#cacaca;
}
.hlp_post_actions{
	visibility:hidden;
}
.hlp_post_actions a {
	color:#cacaca;
	text-decoration:none;
}

.hlp_post_actions a:hover {
	color:#666;
}

.hlp_rss_link{
	clear:both;
	font-weight:bold;
	text-align:right;
	margin-top:20px;
}

.hlp_list_meta {
	text-transform: uppercase;
  	font-size: 13px;
  	font-weight: 400;
  	color: #9c9c9c;
}

.hlp_votes{
	text-align:center;
}

a.hlp_vote_button.hlp_disabled_button{
	opacity:.5;
	filter:alpha(opacity=50);
}

ul.hlp_tags_list{
	margin:0;
}

ul.hlp_tags_list li {
	list-style:none;
	display:inline;
	padding:0;
	margin:0 10px 0 0;
	background:none;
}

.hlp_private, .hlp_mod_tag,
.hlp_topic_type_tag a,
.hlp_tags_list a,
a.hlp_vote_button {
	background-color: #999;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.12);
	color: #FFFFFF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font: 12px Helvetica, arial;
	line-height: 20px;
	padding: 3px 4px;
	text-decoration:none;
}

.hlp_tags_list a:hover,
a.hlp_vote_button:hover {
	color:#fff;
	opacity: .7;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	-webkit-transition: opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
}

.hlp_mod_tag{
	text-transform:none;
	background-color: #21759B;
}

.hlp_topic_type_tag{
	text-transform:none;
	margin-left:5px;
}

.hlp_red_tag a {
	background-color:#CF3232;
}

.hlp_dkblue_tag a{
	background-color:#0164B6;
}

.hlp_orange_tag a {
	background-color: #EB641F;
}

.hlp_blue_tag a {
	background-color: #267599;
}

.hlp_pink_tag a {
	background-color: #CC307C;
}

.hlp_ltgreen_tag a {
	background-color: #33C073;
}

.hlp_green_tag a {
	background-color:#5f9318;
}

.comment_user_info .hlp_mod_tag{
	margin-left:.2em;
}

.ni.hlp_loading_img:before{
	content: "\f110";
}

.hlp_navigation ul{
	padding:0;
	margin-left:0;
}

.hlp_navigation ul li{
	padding:0;
	margin:0;
	list-style:none;
	background-image:none;
	display:inline;
}

.hlp_navigation ul li a{
	text-decoration:none;
}


/****************************************************
SINGLE TICKET PAGE
****************************************************/
.hlp-sidebar{
	float:right;
	width:20%;
	position: sticky;
	top: 0;
}

.hlp-sidebar section{
	padding:13px 0;
	border-top:1px solid #ebebeb;
}

.hlp-sidebar section:first-child{
	padding-top:0;
	border:none;
}

.hlp-sidebar h5{
	margin: 0 0 5px;
	padding-bottom:0;
}

.hlp-sidebar .hlp_tag_button{
	margin:0 0 4px;
	display:block;
}

.hlp-sidebar .hlp_tag_button a{
	display:block;
	padding-left:8px;
	font-weight:bold;
}

.hlp-sidebar .avatar{
	padding:0;
	width: 25px;
	margin-right:5px;
}

.hlp-sidebar #hlp_assign_mod,
.hlp-sidebar .hlp_assign_button {
	float:left;
	width:48%;
}

.hlp-sidebar .hlp_assign_button{
	margin-left:4%;
}

.hlp-single-content{
	word-wrap: break-word;
	float:left;
	width:77%;
	padding-right:3%;
}

.hlp_post_row {
	border-bottom:1px solid #ebebeb;
	padding:20px 0;
}
.hlp_post_row hr{
	background:#ebebeb;
	color:#ebebeb;
	height:1px;
	border:none;
}
.single .hlp_votes{
	margin-right:10px;
}

.hlp_type_hlp_note {
	background-color:#EDF5FB;
	padding-left:20px;
	padding-right:20px;
}

.comment_user_bar {
	margin-bottom:10px;
}

.comment_user_info {
	float:left;
	width:90%;
}

.comment_user_info .avatar {
	float:left;
	margin:6px 15px 0 0;
	border:solid 2px #ababab;
}

.comment_user_info .avatar-45{
	width:45px;
	height:45px;
}

.comment_user_info .hlp_new_date{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    color: #9c9c9c;
}

.single-help-desk #respond{
	background:#f2f2f2;
	border:1px solid #ddd;
	padding:20px;
	margin-top:30px;
}

#reply-title {
	font-weight:400;
}

p.logged-in-as {
  font-size: 13px;
  text-transform: uppercase;
}

.single-help-desk #hlp_upload_container {
	font-size:15px;
}

.hlp_attachment {
	margin-right:10px;
}

.hlp_mime_icon{
	max-height:45px;
}

.single-help-desk .wp-editor-container,
.hlp_field .wp-editor-container {
	border: 1px solid #E5E5E5;
}

#comment.wp-editor-area {
	margin: 0;
	width: 99.9%;
}

#wp-comment-editor-container{
	margin-bottom:10px;
}

.form-allowed-tags {display:none;}

/****************************************************
TICKET FORM PAGE
****************************************************/
.with_hlp_style .hlp_form_fields .quicktags-toolbar input{
	font-size:12px !important;
	width:auto;
}

.with_hlp_style fieldset{
	border:none;
	margin:0;
	padding:0;
}
.with_hlp_style .hlp_field{margin-top:15px;}
.with_hlp_style label{
	float:none;
	text-align:left;
	margin:0;padding:0;
	width:auto;
}

.with_hlp_style label.hlp_primary_label{
	display:block;
	float:none;
}
.with_hlp_style .hlp_form_fields input[type=text],
.with_hlp_style select,
.with_hlp_style textarea{
	margin-bottom:0;
	border-width:1px;
	border-style:solid;
	width:100%;
}
.with_hlp_style select{width:auto;}
.with_hlp_style .hlp_checkbox label{display:inline;}
.with_hlp_style .hlp_form_fields input[type="checkbox"]{
	width:auto;
	margin-right:3px;
}

.with_hlp_style textarea{
	height:150px;
}

.hlp_field .wp-editor-container textarea{
	border:none;
}

.with_hlp_style .hlp_blank_field label,
.with_hlp_style .hlp_required,
.with_hlp_style .hlp_error_style{
	color:#be2e17;
}

.with_hlp_style .hlp_blank_field input,
.with_hlp_style .hlp_blank_field textarea,
.with_hlp_style .hlp_blank_field select{
	border-color:#be2e17;
}

.with_hlp_style .quicktags-toolbar input{
	border-color:#C3C3C3;
}

.with_hlp_style .hlp_error_style{
	text-align:center;
	font-weight:bold;
	border:1px solid #be2e17;
	font-size:15px;
	margin:20px 0;
	padding:5px 10px;
}
.with_hlp_style .hlp_error_style img{
	padding-right:10px;
	vertical-align:middle;
}

.with_hlp_style .hlp_submit{
	padding-top:20px;
	padding-bottom:20px;
}

.with_hlp_style .hlp_message{
	font-size:14px;
	margin:5px 0 15px;
	padding:5px 10px;
	background-color:#FFFFE0;
	border:1px solid #E6DB55;
	color:#444444;
}

.hlp_uploaded_files{
	float:left;
	margin-right:10px;
	text-align:center;
}

/****************************************************
SIDEBAR, WIDGETS, & BUTTONS
****************************************************/
.widget a.topic_new {
	display:inline;
}

ul.hlp_cat_list{
   list-style:none;
   margin-left:0;
}

ul.hlp_cat_list li{
   list-style:none;
   padding:2px 0;
}

ul.hlp_cat_list li img{
	width:20px;
	float:left;
	clear:both;
	margin-right:10px;
}
ul.hlp_cat_list li span{
	vertical-align:top;
	line-height:20px;
}

.hlp_subscriptions .hlpdsk_unsubscribe,
.hlp_subscriptions .hlpdsk_subscribe{
	font-style:italic;
	font-size:85%;
}

/****************************************************
Help Desk Widgets - Header and Sidebar
****************************************************/
/* Help Tools Container */
.hlp_help_tools_container {
	background: #fff;
	border: 1px solid #d7d7d7;
	margin: 10px 0 40px;
	padding: 10px;
	position: relative;
}

.hlp_help_tools_container,
#hlp_help_tools_description {
	border-radius: 5px 5px 0 0;
}

/* Help Tools Title/Description */
#hlp_help_tools_description {
	background-color: #f2f2f2;
	border-bottom: 1px solid #d7d7d7;
	left: 0;
	padding: 2px 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}

#hlp_help_tools_description > span {
	font-size: 1.2em;
	font-weight: 400;
}

#hlp_help_tools_outer_wrap {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	padding: 2.1em 1em 0 1em;
	width: 100%;
}

#hlp_help_tools_main_wrap {
	width: 75%;
}

#hlp_help_tools_main_wrap > div > p {
	font-size: 0.9em;
	margin: 0;
}

/* Help Search Form */
#hlp_search_form_wrap {
	display: flex;
	display: -webkit-flex;
	width: 100%;
}

#hlp_search_form_wrap input[type=search] {
	width: 95%;
}

#hlp_search_form_wrap input,
#hlp_search_form_wrap button {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}

button.hlp_search_button {
	border-top: 0.5px solid #ddd;
	border-bottom: 0.5px solid #ddd;
	border-right: 0.5px solid #ddd;
}

#hlp_search_form {
	margin-bottom: 5px;
	width: 100%;
}

/* Help Moderator Filters */
#hlp_help_filters {
	min-width: 100%;
	padding: 0.5em 0;
}

#hlp_help_filters .widget.widget_hlpdsk_filter {
	max-width: 100%;
	width: 100%;
}

/* Help Quick Links */
#hlp_quick_links {
	width: 100%;
	padding-top: 10px;
}

#hlp_quick_links h5 {
	border-bottom: 1px solid #d7d7d7;
	margin: 0;
}

#hlp_quick_links li {
	list-style: none;
	margin: 0;
	text-decoration: none;
}

/* Help Tools Buttons */
#hlp_help_buttons {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin-left: 2%;
	width: 23%;
}

#hlp_help_buttons a {
	display: block;
	width: 100%;
}

#hlp_help_buttons a:nth-child(2) {
	margin-top: 10px;
}

.hlp_button {
	background: #d55a1e;
	color: #fff;
	font-size: 1.1em;
	height: 75px;
	line-height: 2em;
	padding: 16px 32px;
	text-align: center;
	text-indent: -21px;
}

.hlp_button:hover {
	color: #fff !important;
	opacity: .7;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.hlp_button .hlp_plus {
	font-size:40px;
}

.hlp_button .hlp_button_text {
	vertical-align: 10px;
}

.hlp_search_anchor {
	float:left;
	width: 100%;
}

.hlp_filter_form select{
	width:auto;
}

.widget_hlpdsk_filter{
	max-width:75%;
	margin:0;
	padding:0;
	border:none;
}

.hlp_widget_search .hlp_search_options label{
	display:inline;
}

.hlp_widget_search{
	padding:0;
	margin:0 0 10px;
	max-width:75%;
	border:none;
}

.hlp_widget_search form{
	width:100%;
}

.hlp_widget_search input[type="search"] {
	width: 75%;
	margin-right: 5px;
}

.hlp_filter_form button,
span.hlp_search_filter,
.hlp-sidebar .hlpdsk_subscribe,
.hlp-sidebar .hlpdsk_unsubscribe,
.hlp_widget_search input[type='submit'] {
	background-color: #4c9ed9;
	background:none;
	border: 1px solid #aaa;
	color:#444;
	text-decoration:none;
}

.hlp_filter_form button,
span.hlp_search_filter,
.hlp-sidebar .hlpdsk_subscribe,
.hlp-sidebar .hlpdsk_unsubscribe{
	padding:4px 10px;
	font-size:14px;
	border-radius:3px;
}

span.hlp_search_filter {
	margin-right:5px;
	padding-right:0;
}

span.hlp_search_filter a {
	visibility:hidden;
	padding-right:0;
}
span.hlp_search_filter a:before {
	visibility:visible;
	margin-left:5px;
	content: "\e608" !important;
}

.hlp-sidebar .hlpdsk_subscribe,
.hlp-sidebar .hlpdsk_unsubscribe{
	display:block;
	text-align:center;
}

.hlp_filter_form .hlp-btn-group.btn-group {
	vertical-align:top;
}

.hlp_filter_form button[type='submit'],
.hlp_widget_search input[type='submit']{
	background: #292929;
	color: #fff;
}

.hlp_widget_search input[type='submit']{
	margin-left: 5px;
}

ul.hlp-dropdown-menu {
	padding-top:10px !important;
}
ul.hlp-dropdown-menu a {
	font-size:14px;
}

/* Icons */

@font-face {
	font-family: 'Notable-Icons';
	src:url('../fonts/Notable-Icons.eot?#iefix780lcw') format('embedded-opentype'),
		url('../fonts/Notable-Icons.ttf?780lcw') format('truetype'),
		url('../fonts/Notable-Icons.woff?780lcw') format('woff'),
		url('../fonts/Notable-Icons.svg?780lcw#Notable-Icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

.ni {
	font-family: 'Notable-Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ni-2x{font-size:2em;}

.ni-plus-circle:before {
	content: "\f055";
}

.ni-private:before {
	content: "\f023";
}
.ni-publish:before {
	content: "\f13e";
}
.ni-ticket:before {
	content: "\f145";
}
.ni-search:before {
	content: "\f002";
}

/*!
 * Bootstrap Multiselect
 */

.hlp-btn-group .caret{
	display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid #AAA;border-right:4px solid transparent;border-left:4px solid transparent;border-bottom:0 dotted;
}
.hlp-btn-group .dropdown{position:relative;}
.hlp-btn-group .dropdown-toggle{
	 width:auto !important;
	 display:inline;
	 height:auto;
}
.hlp-btn-group .dropdown-toggle::after{
	content:"";
	width:auto;
}
.hlp-btn-group .dropdown-toggle:focus{outline:0;}
.hlp_multiselect{ display:none; }
.hlp-dropdown-menu{
	position:absolute;
	top:100%;
	left:0;
	z-index:1000;
	display:none;
	float:left;
	min-width:160px;
	padding:5px 0;
	margin:2px 0 0;
	font-size:14px;
	text-align:left;
	list-style:none;
	background-color:#fff;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	border:1px solid #ccc;
	border:1px solid rgba(0,0,0,.15);
	border-radius:4px;
	-webkit-box-shadow:0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow:0 6px 12px rgba(0, 0, 0, 0.175);

	max-height:200px;
	overflow:scroll;
	overflow-x: hidden;
	width:auto;
	min-width:60px;
}
.hlp-dropdown-menu.pull-right{right:0;left:auto;}
.hlp-dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5;}
.hlp-dropdown-menu>li>a{
    display:block;
    padding:3px 20px;
    clear:both;
    font-weight:normal;
    line-height:1.428571429;
    color:#333333;
    white-space:nowrap;
    text-decoration:none;
}
.hlp-dropdown-menu>li>a:hover,
.hlp-dropdown-menu>li>a:focus{
	text-decoration:none;color:#262626;background-color:#f5f5f5;
}
.hlp-dropdown-menu>.active>a,
.hlp-dropdown-menu>.active>a:hover,
.hlp-dropdown-menu>.active>a:focus{
	color:#ffffff;text-decoration:none;outline:0;background-color:#428bca;
}
.hlp-dropdown-menu>.disabled>a,
.hlp-dropdown-menu>.disabled>a:hover,
.hlp-dropdown-menu>.disabled>a:focus{
	color:#999999;
}
.hlp-dropdown-menu>.disabled>a:hover,
.hlp-dropdown-menu>.disabled>a:focus{
    text-decoration:none;
    background-color:transparent;
    background-image:none;
    cursor:not-allowed;
}

.hlp-btn-group.open>.hlp-dropdown-menu{display:block;}
.hlp-btn-group.open>a{outline:0;}

.hlp-btn-group .multiselect-container{
	top:auto;
	left:auto;
	font-size:inherit;
	padding-top:3px;
}

.hlp-btn-group .multiselect-container input[type=radio]{
    display:none;
}
.hlp-btn-group .multiselect-container{position:absolute;list-style-type:none;margin:0;padding:0}
.hlp-btn-group .multiselect-container .input-group{margin:5px}
.hlp-btn-group .multiselect-container>li{
	padding:0;
	margin:0;
	list-style-type:none;
	background:none;
}
.hlp-btn-group .multiselect-container>li>a.multiselect-all label{font-weight:700}
.hlp-btn-group .multiselect-container>li>label.multiselect-group{margin:0;padding:3px 20px;height:100%;font-weight:700}
.hlp-btn-group .multiselect-container>li>a{padding:0}
.hlp-btn-group .multiselect-container>li>a>label{margin:0;height:100%;cursor:pointer;font-weight:400;padding:3px 20px;}
.hlp-btn-group .multiselect-container>li>a>label.radio,
.hlp-btn-group .multiselect-container>li>a>label.checkbox{margin:0}
.hlp-btn-group .multiselect-container>li>a>label>input[type=checkbox]{margin-bottom:5px}
.hlp-btn-group.btn-group, .hlp-btn-group.btn-group-vertical {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.hlp-btn-group.btn-group>.btn-group:nth-child(2)>.multiselect.btn{border-top-left-radius:4px;border-bottom-left-radius:4px}
.form-inline .hlp-btn-group .multiselect-container label.checkbox,
.form-inline .hlp-btn-group .multiselect-container label.radio{padding:3px 20px;}
.form-inline .hlp-btn-group .multiselect-container li a label.checkbox input[type=checkbox],
.form-inline .hlp-btn-group .multiselect-container li a label.radio input[type=radio]{
	margin-left:-20px;margin-right:0;
}

/****************************************************
CLEARFIX & MISC
****************************************************/
.topic_right {float:right;}
.topic_clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.topic_clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .topic_clearfix { height: 1%; }
.topic_clearfix { display: block; }
/* End hide from IE-mac */

/****************************************************
THEME SPECIFIC
****************************************************/
/* TwentyTen */
.single-help-desk #entry-author-info,
.single-help-desk #nav-below,
.single-help-desk .entry-utility{display:none}

/* TwentyEleven */
.singular .type-help-desk .entry-header,
.singular .type-help-desk .entry-content{width:auto; padding-top:20px;}
.singular .type-help-desk footer.entry-meta{display:none;}

/*TwentyTwelve */
.single-help-desk .entry-header,
.single-help-desk .entry-content{
	width:auto;
	padding-top:20px;
	padding-bottom:0;
}
.single-help-desk .site-content article{padding-bottom:0;border-bottom:none;margin-bottom:0;}
.single-help-desk footer.entry-meta,
.single-help-desk .nav-single{display:none;}

.type-help-desk{ margin-bottom:0;}
.single-help-desk .entry-meta{display:none;}
/****************************************************
RESPONSIVE
****************************************************/
@media only screen and (max-width: 960px) {
	#hlp_help_tools_main_wrap {
		width: 100%;
	}

	#hlp_help_buttons {
		margin: 0;
		width: 100%;
	}

	#hlp_help_buttons a {
		width: 49%;
	}

	#hlp_help_buttons a:first-child {
		margin: 0 1% 0 0;
	}

	#hlp_help_buttons a:nth-child(2) {
		margin: 0 0 0 1%;
	}
}

@media only screen and (max-width: 840px) {

	.hlp_widget_search,
	.widget_hlpdsk_filter{
		width:70%;
		margin-right:5%;
	}

	.hlp_widget_search input[type=search]{
		width:74%;
		margin-right:1%;
	}

	.hlp_widget_search input[type=submit]{
		width:25%;
		margin-left:0;
		margin-right:0;
		padding-right:0;
		padding-left:0;
	}
}

@media only screen and (max-width: 640px) {

	.hlp_widget_search input[type=search]{
		width:100%;
	}

	.hlp_widget_search input[type=submit]{
		display:none;
	}

	.hlp_widget_search{
		width:55%;
	}

	#hlp_quick_links ul {
 		-moz-column-count: 1;
		-moz-column-gap: 0px;
		-webkit-column-count: 1;
		-webkit-column-gap: 0px;
		column-count: 1;
		column-gap: 0px;
	}

	#hlp_help_filters,
	.widget_hlpdsk_filter {
		display:none;
	}

	.hlp-single-content,
	.hlp-sidebar{
		width:100%;
		float:none;
		position:static;
	}

	.hlp_list_main{
		width:75%;
	}

	.hlp_post_actions{
		width:25%
	}
}

/* Mobile devices (in portrait mode) */
@media only screen and (max-width: 515px) {
	.widget_hlpdsk_filter,
	.hlp_widget_search,
	.hlp_widget_search input[type=search]{
		max-width:100%;
		width:100%;
	}

	.hlp_button .hlp_button_text{
		display: inline;
		margin:20px 0;
	}

	.hlp_widget_search input[type=search]{
		max-width:100%;
		width:100%;
	}

	#hlp_help_buttons a:first-child,
	#hlp_help_buttons a:nth-child(2) {
		margin: 0;
		width: 100%;
	}

	#hlp_help_buttons a:nth-child(2) {
		margin-top: 10px;
	}
}
