.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.com_minitekdiscussions a:focus {
    outline: none;
}

/* Left Navigation */

.mdLeftNavigation_core {
    float: left;
    margin-right: 40px;
    position: relative;
    width: 260px;
}

.mdLeftNavigation_user li.NavLeftUL_username {
	padding: 9px 9px 13px 10px;	
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}

.mdLeftNavigation_user li span.username {
	font-weight: bold;
	font-size: 13px;	
	display: block;
	padding: 0 0 3px;
}

.mdLeftNavigation_user li.NavLeftUL_username a {
	font-size: 11px;	
	line-height: 12px;
	text-decoration: none;
}

.mdLeftNavigation_user li.NavLeftUL_username a.li_selected {
	font-weight: bold;
}

.mdLeftNavigation_topics,
.mdLeftNavigation_section,
.mdLeftNavigation_user {
    font-size: 12px;
    overflow: hidden;
    position: relative;
    width: 260px;
	line-height: 1.4;
}

.mdLeftNavigation_topics ul,
.mdLeftNavigation_section ul,
.mdLeftNavigation_user ul {
    position: relative;
    width: 260px;
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
}

.mdLeftNavigation_topics li,
.mdLeftNavigation_section li,
.mdLeftNavigation_user li {
    list-style: none outside none;
    width: 260px;
	padding: 0;
	background: none !important;
}
	
ul.NavLeftUL_sublist {
    display: none;
    position: absolute;
	left: 100%;
	top: 0;
}

ul.NavLeftUL_expanded {
    display: block;
}

.mdLeftNavigation_wrap {
    left: 0;
    position: relative;
    top: 0;
}

a.NavLeftUL_anchor,
span.NavLeftUL_anchor {
    border-bottom: 1px solid #e5e5e5;
    display: block;
    outline: 0 none;
    padding: 9px 30px 9px 8px;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	text-decoration: none;
	outline: none;
}

span.NavLeftUL_anchor {
	font-weight: 600;	
	color: #656565;
}

a.NavLeftUL_anchor:hover,
a.NavLeftUL_anchor:focus {
    background-color: #f0f2f7;
	position: relative;
	text-decoration: none;
	outline: none;
}

a.NavLeftUL_anchor i {
	font-size: 13px;
	width: 18px;
	text-align: center;	
}

.NavLeftUL_navIcon.fa {
    position: absolute;
	right: 10px;
	top: 12px;
	height: 15px;
	width: 10px;
	background: none;
	font-size: 11px;
	line-height: 15px;
}

.NavLeftUL_navBackIcon.fa {
    position: absolute;
	right: 9px;
	top: 13px;
	height: 16px;
	width: 16px;
	background: none;
	font-size: 14px;
	line-height: 16px;
}

.li_loading span.NavLeftUL_endpointIcon {
    background: url("../images/loader.gif") no-repeat scroll right 0 transparent;
	position: absolute;
	right: 9px;
	top: 13px;
	height:14px;
	width: 17px;
}

.li_loading ul span.NavLeftUL_endpointIcon {
	background: none;
}

.li_selected > a, .li_selected > a:hover, .li_selected > a:focus {
    background: #3b5998;
	border-bottom: 1px solid #3b5998;
	color: #fff;
	text-shadow: none;
}

/* Top Navigation */

.mdTopNavigation_core_outer {
	position: relative;
	margin-bottom: 30px;
}

.mdTopNavigation_core {
    background: none repeat scroll 0 0 #f0f2f7;
    float: left;
	width: 100%;
    line-height: 22px;
	min-height: 18px;
    margin: 0;
    padding: 15px 15px 15px 0;
}

.mdTopNavigation_wrap {
	margin: 2px 0;
    padding: 0 15px;
	display: inline-block;
	position: relative;
}

ul.mdTopNavigation_root {
    white-space: nowrap;
	list-style-type: none;
	margin: 0 !important;
	padding: 0 !important;
	display: inline-block;
}

.NavTopUL_item,
.NavTopUL_home {
    display: inline;
    margin-right: 8px;
    padding: 0;
    position: relative;
	background: none !important;
}

.NavTopUL_firstChild {
    padding-left: 0;
}

.NavTopUL_lastChild {
}

.NavTopUL_lastChild a {
    color: #444;
}

.NavTopUL_link {
    font-weight: bold;
    white-space: normal;
	outline: none;
	text-decoration: none;
	background: none;
	line-height: 34px;

}
.NavTopUL_link:hover, .NavTopUL_link:focus {
	background: none;
	text-decoration: none;
}

span.NavTopUL_link {
	color: #444;	
}

.NavTopUL_loading {
    background: url("../images/loader.gif") no-repeat scroll center 0 transparent;
	display: none;
	height: 14px;
	line-height: 34px;
	width: 17px;
	margin: 0;
	vertical-align: middle;
}

.mdTopNavigation_wrap.NavTopULloading span.NavTopUL_loading {
    display: inline-block;
}

.NavTopUL_lastChild .NavTopUL_icon {
}

.NavTopUL_buttons {
	margin: 2px 0;
	float: right;	
}

/* Top navigation - Ask a Question button */

.mdTopNavigation_askQuestion.btn,
.mdTopNavigation_askQuestion.btn:focus {
	float: right;
	margin: 0 0 0 10px;	
	line-height: 20px;
	padding: 6px 10px;
	border: 1px solid #e5e5e5;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
	color: #333;
}

.mdTopNavigation_askQuestion.btn:hover {
	border: 1px solid #4cae4c;
	background: #5cb85c;
	color: #fff;
}

.mdTopNavigation_askQuestion.btn:active {
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1) inset;
	background: #5cb85c;
	color: #fff;
}

/* Main Content */

.mdContent_core {
	overflow: hidden;
}

.mdContent_core h2 {
	font-size: 22px;
	line-height: 22px;	
	margin: 0 5px 20px 0;
}
.mdContent_core h2 a,
.mdContent_core h2 a:hover,
.mdContent_core h2 a:focus {
	text-decoration: none;
	background: none;
}
.mdContent_core h3 {
	font-size: 18px;
	line-height: 18px;
}
.mdContent_core h3 a,
.mdContent_core h3 a:hover,
.mdContent_core h3 a:focus {
	text-decoration: none;
	background: none;
}

.topic_loader,
.section_loader,
.myquestions_loader,
.myanswers_loader,
.qanswers_loader {
	text-align: center;	
	padding: 20px 0;
	margin: 20px 0 0;
	display: none;
}

.mdContent_root {
    font-size: 13px;
    line-height: 1.5;
	padding-top: 0;
	margin: 0;
}

.mdContent_root h1 {
    margin: 0 0 20px;
}

.mdContent_section,
.mdContent_topic,
.mdContent_myquestions,
.mdContent_myanswers,
.mdContent_qanswers {
	clear: both;	
}

.mdContent_myquestions .alert {
	margin: 0 0 20px;	
}

/* Sections columns */

.mdContent_grid {
	width: 100%;
    margin-bottom: 30px;
	margin-left: 0;
	padding: 0;
	list-style-type: none;
}

.mdContent_gridItem {
    float: left;
	margin: 0 0 20px;
}

.mdContent_gridItemContainer .section_desc {
	text-align: justify;
}

.mdContent_gridItemContainer {
    margin: 0 10px;
	padding: 0;
	text-align: center;
	opacity: 0.85;
}
.mdContent_gridItemContainer:hover {
	opacity: 1;	
}

.mdContent_gridItemContainer h4 {
    margin: 0;
	padding: 0;
}

.mdContent_gridItemContainer h4 a {
    font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	background: none;
	display: inline-block;
	width: 100%;
	padding: 15px 0;
}
.mdContent_gridItemContainer h4 a:hover,
.mdContent_gridItemContainer h4 a:focus {
	text-decoration: none;
	background: none;
}

/* Browse Topics */

.mdContent_topics {
	margin: 0;
	padding: 20px 0 0;
	list-style: none;	
}

.mdContent_topics > li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 20px;
	padding: 0 10px;	
}

.mdContent_topics > li > a {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 13px;
	width: 100%;
	padding: 0 0 10px;
	border-bottom: 1px solid #eee;
}

.mdContent_topics li a {
	display: inline-block;	
	text-decoration: none;
}

.mdContent_topics ul {
	padding: 0;
	margin: 0 0 0 10px;
	list-style: none;	
}

.mdContent_topics .level1 ul {
	margin: 0 0 2px 15px;	
}

.mdContent_topics .level1 li a {
	margin: 0 0 5px;	
}

.mdContent_topics .level2 li a {
	font-size: 85%;
}

/* Subheaders */

.mdContent_root .section_subheader,
.mdContent_root .topic_subheader,
.mdContent_root .myquestions_subheader,
.mdContent_root .myanswers_subheader,
.mdContent_root .qanswers_subheader {
	margin: 0;
	border-bottom: 1px solid #e5e5e5;
	min-height: 37px;
	clear: both;	
}

/* Questions tabs */

.mdContent_root .questions_tabs {
	float: right;
	min-height: 37px;
}

.mdContent_root .questions_tabs a {
	border-style: solid;
	border-width: 2px 1px 1px;
	border-color: transparent transparent #e5e5e5;	
	text-decoration: none;
	line-height: 14px;
	padding: 10px;
	float: left;
	margin: 0 8px 0 0;
}

.mdContent_root .questions_tabs a.tab_selected,
.mdContent_root .questions_tabs a:hover,
.mdContent_root .questions_tabs a:focus {
	border-style: solid;
	border-width: 2px 1px 1px;
	border-color: #3b5998 #e5e5e5 #fff;
	background: #fff;
}

/* Section */

.section-pre-text {
	margin: 0 10px 30px;
}

.section-post-text {
	margin: 0 10px 20px;
}

/* Questions List */

.mdContent_empty {
	margin: 20px 0 0;	
}

.mdContent_qList {
	padding: 0;
	margin: 0;
	list-style: none;	
}

li.mdContent_qListItem {
	padding: 10px;
	margin: 0;
	border-color: #e5e5e5;
	border-style: solid;
	border-width: 0 0 1px;	
	background: none;
}

.mdContent_qListItem.qListItem_unpublished .unpublished-header {
	color: #b94a48;
	text-transform: uppercase;	
	margin: 0 0 10px;
	background: #f2dede;
	border: 1px solid #ebccd1;
	padding: 5px 10px;
	font-size: 12px;
}

.mdContent_qListItem.qListItem_featured {
	background: #fcfcfc;	
}

.mdContent_qListItem.qListItem_pinned {
	background: #fcfcfc;
	border-left: 3px solid #E4C1E0;
	border-bottom: 1px solid #F7DDF4;
	margin: 0 0 1px;
}

.mdContent_qListItem.qListItem_private {
	background: #fcfcfc;
}

.mdContent_qListItem.qListItem_private .private-header {
	color: #b94a48;
	text-transform: uppercase;	
	margin: 0 0 10px;
	background: #f2dede;
	border: 1px solid #ebccd1;
	padding: 5px 10px;
	font-size: 12px;
}

.mdContent_qListItem.qListItem_private .private-header small {
	font-size: 10px;
	color: #D88F8D;	
}

.qListItem_preview h3 i {
	font-size: 14px;
}

.fa.qListItem_pinned {
	color: #bb7bb4;
}

.fa.qListItem_resolved {
	color: #5cb85c;
}

.fa.qListItem_feat_star {
	color: #ffa500;
}

.fa.qListItem_locked_icon {
	color: #d9534f;
}

.mdContent_qListItemInner {
	padding: 5px 0;	
}

.qListItem_stats {
	float: left;
	margin: 0 10px 20px 0;
	text-align: center;
	font-size: 11px;
	width: 58px;
}

.qListItem_votes {
	margin: 0 0 8px;	
}

.qListItem_votes strong {
	font-size: 20px;
	font-weight: 500;	
}

.qListItem_answers {
	margin: 0;
	padding: 5px 0;
	background: #f7f7f7;	
}

.qListItem_answers.resolved {
	background: #6f9136;
	color: #fff;
}

.qListItem_answers strong {
	font-size: 18px;
	font-weight: 500;		
}

.qListItem_preview {
	overflow: hidden;
	padding: 0 10px;	
}

.qListItem_preview h3 {
	margin: 0 0 10px;
	line-height: 22px;	
}

.qListItem_hyperlink {
	line-height: 22px;	
	font-size: 15px;
}

.qListItem_edit_link {
	font-size: 12px;
	padding: 0;
	margin: 0;
}

.qListItem_info {
	font-size: 12px;
	margin: 0 0 8px;	
	color: #777;	
}

.qListItem_introtext {
	margin: 0 0 8px;	
}

.qListItem_topic a {
	background: #f7f7f7;
	padding: 3px 6px;
	margin: 0 2px 2px;
	display: inline-block;	
}

.qListItem_topic a:hover,
.qListItem_topic a:focus {
	background: #f0f2f7;	
	text-decoration: none;	
}

/* Question page */

.mdContent_qItem {
		
}

.qItem_header {
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 20px;	
}

.qItem_header .label {
	font-size: 12px;	
	vertical-align: top;
	line-height: 22px;
	padding: 3px 6px;
	margin: 0 0 0 5px;
	color: #fff;
	border-radius: 0.25em;
	font-weight: bold;
}

.qItem_header .header_labels {
	font-size: 0;	
}

.qItem_header .label.label-pinned {
	background: #bb7bb4;
}

.qItem_header .label.label-featured {
	background: #f0ad4e;
}

.qItem_header .label.label-resolved {
	background: #5cb85c;
}

.qItem_header .label.label-locked,
.qItem_header .label.label-private,
.qItem_header .label.label-unpublished {
	background: #d9534f;
}

.qItem_header h2,
.qItem_header h3 {
	padding: 0 0 15px;
	margin: 0;	
	line-height: 22px;
}

.qItem_header h3 span {
	font-size: 16px;	
}

.qItem_stats {
	float: left;
	margin: 0 10px 20px 0;
	text-align: center;
    font-size: 11px;
    width: 58px;	
}

.qItem_votes .vote-up,
.qItem_votes .vote-down {
	display: block;	
	width: 58px;
	height: 30px;
	margin: 0;
	padding: 0;
}

.qItem_votes .has_voted,
.qItem_votes .has_voted:hover,
.qItem_votes .has_voted:focus,
.qItem_votes .has_voted:active {
	color: #4cae4c;	
}

.qItem_votes a,
.qItem_votes a:focus,
.qItem_votes a:active {
	color: #999;	
}

.qItem_votes a:hover {
	color: #777;	
}

.qItem_votes .fa {
	font-size: 40px;
	line-height: 30px;	
}

.qItem_votes .vote-count {
	display: block;
	position: relative;
	color: #777;
	margin: 4px 0;
	font-size: 20px;
	height: 30px;	
}

.qItem_select_answer {
	margin: 5px 0 0;	
}

.qItem_select_answer .fa {
	font-size: 30px;
	line-height: 30px;	
	color: #fff;
	text-shadow: 0 0 1px #000;
}

.qItem_select_answer.answer_selected .fa {
	color: #4cae4c;
	text-shadow: none;
}

.select-answer {
	display: block;
	position: relative;
	height: 30px;	
}

.qItem_content {
	overflow: hidden;
	padding: 0 10px;
}

.qItem_text {
	padding: 5px 0 10px;	
}

.qItem_topic {
	margin: 0 0 15px;	
}

.qItem_topic a {
	background: #f7f7f7;
	padding: 3px 6px;
	margin: 0 2px 2px;
	display: inline-block;	
}

.qItem_topic a:hover,
.qItem_topic a:focus {
	background: #f0f2f7;	
	text-decoration: none;	
}

.qItem_info {
	border-top: 1px solid #e9e9e9;
	padding: 8px 0 5px;
	margin: 5px 0;
	font-size: 12px;
	margin: 0 0 8px;	
	color: #777;
}

.qItem_info .publish-action-div span.publish-spinner,
.qItem_info .lock-action-div span.lock-spinner,
.qItem_info .feature-action-div span.feature-spinner,
.qItem_info .pin-action-div span.pin-spinner {
	position: relative;
	height: 18px;
	width: 18px;
	display: none;
	vertical-align: top;
}

.pin-action-div .pin-action {
	color: #bb7bb4;	
}

.feature-action-div .feature-action {
	color: #f0ad4e;	
}

.qItem_info a.lock-question,
.qItem_info a.unpublish-question {
	color: #d9534f;	
}

.qItem_info a.unlock-question,
.qItem_info a.publish-question {
	color: #5cb85c;	
}

.qItem_edited {
	padding: 5px 0 0;	
}

.qItem_edited span {
	font-style: italic;	
}

.qItem_answers {
	margin: 20px 0 0;	
}

.qItem_answers .qItem_header {
	margin: 0;
	border: 0;	
}

.qItem_answers .qItem_inner {
	border-bottom: 1px solid #e5e5e5;	
	margin: 0;
	padding-top: 20px;
}

.qItem_answers .qItem_inner.qItem_selected {
	background: #fcfcfc;	
}

.qItem_answers .qItem_inner .qItem_text {
	padding: 5px 0 15px;	
	margin: 0 0 5px;
}

.qItem_answers_buttons {
	text-align: center;	
	padding: 30px 0;
}

.qItem_answers_buttons p {
	margin: 30px 0 0;
	padding: 20px 15px;
	background: #fafafa;
	border: 1px solid #e5e5e5;
}

.qItem_answers_buttons p.locked-hidden {
	display: none;	
}

.qItem_ask_btn {
	text-align: center;
	padding: 0;	
	margin: 0 5px;
	display: inline-block;
}

.qItem_ask_btn.locked-hidden {
	display: none;	
}

.qItem_answers_buttons .mdContent_paging {
	display: inline-block;	
	margin: 0 5px;
}

.qItem_ask_btn a {
	color: #ffffff;
	line-height: 24px;
    padding: 6px 12px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #428bca;
	border: 1px solid #357ebd;
	display: inline-block;
	text-align: center;	
}

.qItem_ask_btn a:hover,
.qItem_ask_btn a:focus,
.qItem_ask_btn a:active {
	background-color: #3071a9;
    border-color: #285e8e;
	text-decoration: none;
	color: #fff;
}

.qItem_ask_btn a:active {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* ----- */

.show_menu {
	margin: 0;
	display: none;
	float: right;
	text-align: center;
}

.show_menu a,
.show_menu a:focus {
	margin: 0 0 0 10px;
    line-height: 20px;
    padding: 6px 10px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    color: #333;
}
.show_menu a:hover {
	border: 1px solid #4cae4c;
	background: #5cb85c;
	color: #fff;
}

.show_menu a:active {
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1) inset;
	background: #5cb85c;
	color: #fff;
}

.show_menu a i {
	font-size: 14px;
	line-height: 20px;
	vertical-align: top;	
}

/* Question Form */

.mdFormExtended .btn-toolbar {
	margin: 0 0 15px;	
	padding: 0;
	float: right;
	text-align: right;
}

.mdFormExtended .btn-wrapper {
	display: inline-block;
}

.mdFormExtended .btn-toolbar .btn {
	border: 1px solid #e5e5e5;
	background: #fff;	
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.mdFormExtended .btn-toolbar .btn:active {
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1) inset;
}

.mdFormExtended .btn-toolbar .btn-success {
	border: 1px solid #4cae4c;
	background: #5cb85c;	
}

.mdFormExtended .btn-toolbar .btn-success:hover {
	border: 1px solid #398439;
	background: #449d44;	
}

.mdContent_myquestions .input-append #filter_search {
	display: inline-block;		
}

.mdContent_myquestions .input-append button {
	border: 1px solid #ccc;	
}

.mdContent_myquestions .js-stools {
	display: inline-block;	
	margin: 0 0 25px;
}

.mdContent_myquestions .js-stools .js-stools-container-filters {
	margin: 10px 0 0;	
}

.mdContent_myquestions .js-stools .btn {
	border: 1px solid #ccc;	
	background: #f0f2f7;	
}

.mdContent_myquestions .js-stools .btn-primary {
	border: 1px solid #198ea2;	
	background: #198ea2;
}

.mdContent_myquestions .js-stools .btn-primary:hover {
	border: 1px solid #115f6d;	
	background: #157a8c;	
}

.mdContent_myquestions #jform_title {
	height: auto;	
}

.mdContent_myquestions #jform_title,
.mdContent_myquestions #jform_alias,
.mdContent_myquestions #jform_metadesc,
.mdContent_myquestions #jform_metakey {
	width: 100%;	
}

.mdContent_myquestions .input-prepend.input-append input {
	display: inline-block;	
}

.mdContent_myquestions .input-prepend.input-append .modal {
	position: static;
	top: auto;
	left:auto;
	right: auto;
	bottom: auto;
	display: inline-block;
}

.mdContent_myquestions .input-prepend.input-append .btn {
	background: #f0f2f7;
	border: 1px solid #ccc;	
}

.mdContent_myquestions .nav-tabs {
	margin: 0 0 20px;	
}

.mdContent_myquestions .btn-toolbar {
	margin: 20px 0;
	padding: 0;	
}

/* Private Dropdown disabled */

#jform_private_chzn.dropdown-disabled .chzn-single {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: none;
	cursor: default;
	opacity: 0.6;
	background: #eee;
}

#jform_private_chzn.dropdown-disabled .chzn-single div b {
	background: none;	
}

/* My Answers List */

.mdContent_empty {
	margin: 20px 0 0;	
}

.mdContent_aList {
	padding: 0;
	margin: 0;
	list-style: none;	
}

li.mdContent_aListItem {
	padding: 10px;
	border-color: #e5e5e5;
	border-style: solid;
	border-width: 0 0 1px;	
	background: none;
}

.mdContent_aListItemInner {
	padding: 5px 0;	
}

.aListItem_stats {
	float: left;
	margin: 0 10px 10px 0;
	text-align: center;
	font-size: 14px;
	min-width: 58px;
}

.aListItem_votes {
	margin: 0 0 8px;
	padding: 0 6px;
	border: 1px solid #ccc;
	border-radius: 3px;	
	height: 30px;
	line-height: 29px;
	background: #fff;
	color: #555;
}

.aListItem_votes.is_selected {
	border: 1px solid #6f9136;
	background: #6f9136;
    color: #fff;
}	

.aListItem_preview {
	overflow: hidden;
	padding: 0 10px;	
}

.aListItem_hyperlink {
	line-height: 22px;	
	font-size: 15px;
	display: block;
	margin: 0 0 5px;
}

.aListItem_hyperlink:hover,
.aListItem_hyperlink:focus {
	text-decoration: none;	
}

.aListItem_date {
	color: #999;	
}

/* Answer Form */

.mnContent_qPreview {
	padding: 15px;
	margin: 5px 0 30px;
	border: 1px solid #e5e5e5;
	background: #fbfbfb;
}

.mnContent_qPreview h3 {
	margin: 0 0 15px;	
}

.mnContent_qPreview h3 span {
	color: #aaa;	
	font-size: 16px;
}

/* Sections - Home page */

.mdContent_sections .mdContent_gridItemContainer {
	padding: 10px 15px 15px;
	border: 1px solid #e5e5e5;	
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.mdContent_sections .mdContent_gridItemContainer h4 {
	text-align: left;	
}

.mdContent_sections .mdContent_gridItemContainer h4 a {
	font-size: 17px;	
}

.mdContent_sections .mdContent_sections_title {
	margin: 0 10px 20px;	
}

.mdContent_sections .mdContent_sections_desc {
	margin: 0 10px 25px;	
}

/* Ajax pagination */

.mdContent_paging {
	text-align: center;	
	margin: 30px 0;
}

.mdContent_paging span {
	display: inline-block;
	height: 24px;
	vertical-align: top;	
}

a.mdContent_paging_button {
	display: inline-block;
	line-height: 24px;
	padding: 6px 12px;
	border: 1px solid #e5e5e5;	
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	text-decoration: none;
	min-width: 110px;
}

a.mdContent_paging_button:hover,
a.mdContent_paging_button:focus {
	text-decoration: none;
}

a.mdContent_paging_button:hover {
	background: #eee;	
}

a.mdContent_paging_button:focus {
	background: #fff;	
}

a.mdContent_paging_button.mdContent_btn_disabled .mdContent_paging_text,
a.mdContent_paging_button.mdContent_btn_disabled .mdContent_noresults {
	opacity: 0.5;
}

.mdContent_paging .mdContent_paging_text {
	
}

a.mdContent_paging_button:active {
	background: #eee;	
}

.mdContent_paging .mdContent_noresults {
	display: none;	
}

.mdContent_paging .mdContent_paging_loader {
    background: url("../images/loader.gif") no-repeat scroll center center transparent;
	display: none;
	width: 24px;
	height: 24px;
}

/* Responsive */

#top_liid_home {
	display: inline-block !important;	
}
@media(max-width: 768px) {
	.md-hidden-phone li.NavTopUL_item {
		display: none !important;
	}
}

@media(max-width: 768px) {
	.mdContent_core {
		margin: 0 !important;
		width: 100% !important;
		float: left !important;
	}
	.mdLeftNavigation_core {
		margin: 0 0 30px !important;
		width: 100% !important;
	}
	.mdLeftNavigation_user,
	.mdLeftNavigation_section,
	.mdLeftNavigation_topics {
		margin: 0 !important;
		width: 100% !important;
	}
	.mdLeftNavigation_wrap {
		margin: 0 !important;
		width: 100% !important;
	}
	.mdLeftNavigation_user ul,
	.mdLeftNavigation_section ul,
	.mdLeftNavigation_topics ul {
		margin: 0 !important;
		width: 100% !important;
	}
	.mdLeftNavigation_user li,
	.mdLeftNavigation_section li,
	.mdLeftNavigation_topics li {
		margin: 0 !important;
		width: 100% !important;
	}
	.mdLeftNavigation_core.md-hidden {
		display: none;
	}
	.mdTopNavigation_core .show_menu {
		display: block;	
	}
}

@media screen and (max-width: 992px) {
	.mdContent_gridItem,
	.mdContent_allTopics > li {
		width: 50% !important;	
	}
}

@media screen and (max-width: 500px) {
	.mdContent_gridItem,
	.mdContent_allTopics > li {
		width: 100% !important;	
	}
}

/* Minitek Live Search Module */

.minitekdiscussions_mls .mls-form .mls-parent-cont {
	width: 100%;
	text-align: center;
}

.minitekdiscussions_mls .mls-form .mls-parent-cont input.mls-query {
	width: 500px !important;
	height: 50px !important;
    padding: 8px 35px !important;	
}

.minitekdiscussions_mls .mls-form.default-theme .mls-parent-cont .mls-parent {
	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2) inset;	
}

.minitekdiscussions_mls .mls-form.default-theme .mls-parent-cont input.mls-query {
	background: none;	
}

/* Popup messages */

.md_popup {
	position: fixed; 
	background: #fff; 
	border: 1px solid #000;	
	top: 125px;
	left: calc(50% - 150px);
	width: 300px;
	background-color: #fff;
    border: 1px solid #aaa;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	padding: 15px;
	z-index: 9999999;
	border-radius: 3px;
	overflow: hidden;
}

/* Alert boxes */

#myquestion_public_msg,
myquestion_private_msg {
	padding: 15px;
	border: 1px solid transparent;
	border-radius: 4px;
}

#myquestion_public_msg {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #c09853;
}

#myquestion_private_msg {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #b94a48;
}

.control-label .private-locked {
	display: inline-block;
	padding: 2px 5px;
	font-size: 11px;
	background-color: #FBECEC;
	border: 1px solid #ebccd1;
	color: #b94a48;
	border-radius: 4px;
	margin: 0 0 0 10px;	
	font-weight: normal;
	line-height: 12px;
}
