/* Respond theme for MyBB (http://community.mybb.com/thread-172197.html) */

/*
 * When using custom Bootstrap themes, you may need to manually set the colors
 * for the following styles:
 */
.trow_deleted {
	background-color: rgb(242, 222, 222) !important;
}

.trow_shaded {
	background-color: rgb(252, 248, 227) !important;
}

.trow_selected {
	background-color: rgb(252, 248, 227) !important;
}

#quickreply.affix {
	border-top-color: #ddd !important;
}

#posts .unapproved_post {
	background-color: rgb(252, 248, 227) !important;
}

.calendar .trow1,
.calendar .trow2,
.calendar .trow_sep {
	border-top-color: #ddd !important;
}

.calendar .trow_sep {
	background-color: #d9edf7 !important;
}

/* CSS DIRECTORY
 * 1. =GLOBAL
 * 2. =PRIMARY
 * 3. =HEADER
 * 4. =FORUMDISPLAY
 * 5. =SHOWTHREAD
 * 6. =POSTBIT
 * 7. =CALENDAR
 */



/* ===GLOBAL=== */

* {
	position: relative;
}

body {
	padding-top: 30px;
}

.pull-left,
.pull-right,
.close {
	z-index: 1;
}

.pull-right.pull-share {
	max-width: 52.5%;
	text-align: right;
	padding-left: 5%;
}

.pull-left.pull-share {
	max-width: 52.5%;
	text-align: left;
	padding-right: 5%;
}

.clear {
	clear: both;
}

small,
.small {
	font-size: 85%
}

.overflow-hidden {
	overflow: hidden;
}

.no-margin {
	margin: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.no-margin-padding {
	margin: 0 !important;
	padding: 0 !important;
}

dd > ul {
	padding-bottom: 20px;
}

.truncate, .text-truncate {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* ===PRIMARY=== */

.panel {
	clear: both;
}

.panel-heading,
.panel-footer {
	overflow: hidden;
}

.pagination-lead-spacing,
.panel-lead {
	margin-bottom: 10px;
}

.pagination-trail-spacing,
.panel-trail {
	overflow: hidden;
	margin-top: -10px;
}

.thread-multipage {
	display: inline-block;
	vertical-align: middle;
}

.thread-multipage .pagination {
	margin: 0;
	padding: 0;
}

.pagination {
	margin: 0;
	padding: 0;
}

.modal .list-group {
	margin-bottom: 0;
}

.modal .list-group .list-group-item {
	border-radius: 0;
}

.popover {
	position: absolute;
	z-index: 99;
}

.force-inline input,
.force-inline select {
	display: inline-block;
	width: auto;
}

.form-control {
	max-width: 100%;
}

.panel-footer form,
.panel-footer form > .form-group,
.panel-footer form > .input-group {
	margin-bottom: 7.5px;
}

.panel-footer form:last-of-type,
.panel-footer form > .form-group:last-of-type,
.panel-footer form > .input-group:last-of-type {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.panel-footer form > .form-group > .form-control,
	.panel-footer form > .form-group > .btn {
		margin-bottom: 7.5px;
	}
}

.trow_deleted {
	opacity: 0.33 !important;
}

.trow_shaded {
	opacity: 0.66;
}

.sceditor-container {
}

.sceditor-container * {
	box-sizing: content-box;
}

.sceditor-container.sourceMode textarea,
.jeditable textarea {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	font-size: 14px;
	font-weight: normal;
	height: 40vh;
}

.select2-container {
	height: auto;
	min-width: 168px;
	border: none;
    padding: 0;
    background: none;
}

.expcolimage {
	position: absolute;
	right: 10px;
	vertical-align: middle;
	margin-top: 3px;
	z-index: 1;
}

.expander.collapse,
.expander.collapse_collapsed {
	font: normal normal normal 21px FontAwesome;
	display: inline-block;
	text-decoration: none;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 0.7;
}

.expander.collapse:before {
	content: '\f205';
}

.expander.collapse_collapsed:before {
	content: '\f204';
}

[data-toggle=collapse] .fa.toggle:before {
    content: "\f205";
}

[data-toggle=collapse].collapsed .fa.toggle:before {
    content: "\f204";
}

.checkbox-mod,
.checkbox-mod-all {
	position: absolute;
	right: 15px;
	z-index: 1;
}

[data-toggle="collapse"][aria-expanded="true"] .caret {
    transform: rotate(180deg);
}

/* ===HEADER=== */

#logo {
	padding: 20px 15px 20px 15px;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

.nav > .dropdown > .dropdown-toggle > .caret {
  transform: rotate(0) !important;
}

.nav > .dropdown.open > .dropdown-toggle > .caret {
  transform: rotate(180deg) !important;
}

.navbar-nav > li > .dropdown-toggle > .caret {
  transform: rotate(0);
}

.navbar-nav > li.open > .dropdown-toggle > .caret {
  transform: rotate(180deg);
}

@media (max-width: 767px) {
	#forum-tree .dropdown-menu {
		padding-left: 15px;
	}

	#forum-tree .dropdown-menu .dropdown-menu {
		padding-left: 15px;
	}

	ul.nav.navbar-nav.pull-left {
		/*margin: 0;*/
	}
}

@media (min-width: 768px) {
	.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    	margin-right: -15px;
    	margin-left: -15px;
	}
}

.alert-num {
	position: absolute;
	right: -3px;
	bottom: -8px;
	padding: 2px 3px;
	font-size: 50%;
	opacity: 0.75;
}

/* ===FORUMDISPLAY=== */

.forum_status,
.subforumicon {
	font: normal normal normal 48px FontAwesome;
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none !important;
}

.forum_status {
	width: 50px;
	text-align: center;
}

@media (max-width: 767px) {
	.forum_status,
	.subforumicon {
		font-size: 36px;
	}

	.forum_status {
		width: 38px;
		height: 38px;
	}
}

.subforumicon {
	font-size: 16px;
}

.thread-icons {
	display: inline-block;
	width: 40px;
}

.thread-icons .icon {
	position: absolute;
	left: 18px;
}

.thread-icons .attachment {
	position: absolute;
	left: 36px;
}

.inline_rating {
	float: none !important;
	padding: 0 !important;
}

.star_rating {
	display: inline-block;
	margin: 0 auto !important;
}

.star_rating li {
	position: static;
}

/* ===SHOWTHREAD=== */

.showthread_spinner {
	display: inline;
}

.quick_jump {
	background: url(../../../images/jump.png) no-repeat 0;
	width: 13px;
	height: 13px;
	padding-left: 13px;
	margin-top: -3px;
	border: none;
}

#thread-subject.affix-bottom {
	border-radius: 0;
}

#showthread .panel .panel-heading.affix {
	top: 0;
	border-radius: 0;
	opacity: 0.9;
}

#quickreply.affix {
	padding: 10px 15px;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.75);
	border-top: 1px solid #ddd
}

#quickreply.affix .well {
	opacity: 0.75;
}

#quickreply.affix .quickreply-opt,
#quickreply.affix label,
#quickreply.affix .help-block {
	display: none;
}

ul.thread_tools {
	margin: 0 0 10px 0px;
	padding: 0;
}

ul.thread_tools li {
	padding: 0 5px 0 24px;
}

/* ===POSTBIT=== */

#posts .media,
#posts .media-body {
	overflow: visible;
}

#posts .media-left {
	min-width: 65px;
}

@media (max-width: 767px) {
	#posts .media-left {
		min-width: 50px;
	}
}

.scaleimages img {
	max-width: 100%;
}

blockquote {
	margin: 1em 1em 0;
	font-size: 85%;
}

blockquote cite {
	display: block;
}

blockquote cite span {
	color: #777;
}

blockquote cite span::after {
	content: " ";
}

blockquote cite span.highlight {
}

.codeblock {
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px;
}

.codeblock .title {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding-bottom: 3px;
	margin: 0 0 10px 0;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
}

.smilie {
	vertical-align: middle;
}

.smilie_pointer {
	cursor: pointer;
}

.post-thread-tools {
	clear: right;
	margin-bottom: 5px;
}

.post .signature {
	display: none;
}

#posts .deleted_post {
	opacity: 0.33;
}

#preview-post button,
#preview-post .collapse,
#preview-post .post_date {
	display: none;
}

/* ===CALENDAR=== */

.calendar {
	table-layout: fixed;
}

.calendar th.weekday {
	width: 14%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.calendar .trow1,
.calendar .trow2,
.calendar .trow_sep {
	background: inherit;
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border: none;
	border-top: 1px solid #ddd;
}

.calendar .trow1 {
	opacity: 0.33;
}

.calendar .trow_sep {
	font-weight: bold;
}

.calendar .xs-weekday {
	width: 0px;
	display: block;
	visibility: hidden;
}

.calendar .xs-weekday:first-letter {
	visibility: visible;
}

.calendar .events {
	position: absolute;
	right: 8px;
	bottom: 8px;
	left: 8px;
	overflow: hidden;
	white-space: nowrap;
}

.calendar .events .event {
	width: 100%;
	overflow: hidden;
	margin-top: 4px;
	text-overflow: ellipsis;
}
		
.event-bit .event-register-block {
	padding-top: 20px;
}
		