blockquote {
	background: #36383E;
	border-left: 3px solid #e52b2c;
	padding: 10px;
	border-radius: 2px;
}

blockquote cite {
	font-weight: bold;
	border-bottom: 1px solid #2f2f2f;
	font-style: normal;
	display: block;
	padding-bottom: 3px;
	margin: 0 0 10px 0;
}

blockquote cite span {
	float: right;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
}

blockquote cite span.highlight {
	float: none;
	font-weight: bold;
	padding-bottom: 0;
}

html, body {
	margin: 0;
	padding: 0;
	background: #36383E;
	font-family: "Red Hat Display", "Segoe UI", Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 300;
	color: #fff;
	background-size: cover;
}

a, input, textarea, button, .button {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

a:link, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover, a:active {
	color: #e52b2c;
	text-decoration: none;
}

input, textarea {
	padding: 10px 15px;
	font-size: 14px;
	font-family: "Red Hat Display", "Segoe UI", Arial, sans-serif;
	color: #fff;
}

button, .button {
	background: #e52b2c;
	padding: 9px 16px;
	border-radius: 1px;
	font-family: "Red Hat Display", "Segoe UI", Arial, sans-serif;
	font-size: 14px;
	border: none;
	color: #fff;
	cursor: pointer;
}

button:hover, button:focus, .button:hover, .button:focus {
	background: #c21e1f;
	outline: 0;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear {
	clear: both;
}

.green {
	background: #e52b2c;
}

.blue {
	background: #e52b2c;
}

.yellow {
	background: #e52b2c;
}

.shodow {
	border-radius: 2px;
}

.border-bottom {
	border-bottom: solid 1px #2a2b30;
}

.main-conteiner {
	width: 85%;
	min-width: 960px;
	margin: 0 auto;
}

.conteiner {
	width: 80%;
	padding: 10px 0px;
	min-width: 960px;
	margin: 0 auto;
}

.main-body {
	background: url(../../../images/Darkness/vwarbg.png) 50%;
	background-size: cover;
	background-attachment: fixed;
	height: 270px;
}

.main-header {
	background: url(../../../images/Darkness/vwarbg.png) 50%;
	background-size: cover;
	background-attachment: fixed;
	background-color: #36383E;
	height: 60px;
	font-family: "Red Hat Display", "Segoe UI", Arial, sans-serif;
	border-bottom: 1px solid #2a2b30;
	border-top: 1px solid #2a2b30;
	position: relative;
}

.main-body-menu {
	background-color: #e52b2c;
	height: 54px;
	border-radius: 2px;
	padding-inline-start: 40px;
}

.main-menu {
	font-size: 13px;
	text-transform: uppercase;
}

.main-menu>ul i {
	background: #e52b2c;
	line-height: 54px;
	text-align: center;
	margin-left: -40px;
	width: 54px;
	border-radius: 2px 0px 0px 2px;
	float: left;
	font-size: 20px;
	color: #fff;
	box-shadow: 0 0 6px rgba(0,0,0,0.5);
}

.main-menu>ul>li {
	display: block;
	float: left;
	position: relative;
	margin: 0px;
	height: 54px;
}

.main-menu>ul>li>a:link, .main-menu>ul>li>a:visited {
	display: block;
	float: left;
	padding: 0px 15px;
	color: #fff;
	font-weight: 500;
	line-height: 54px;
}

.main-menu>ul>li>a i, .main-menu>ul>li>a i {
	font-size: 17px;
}

.main-menu>ul>li>a:hover, .main-menu>ul>li>a:active {
	background: rgba(229, 43, 44, 0.2);
	color: #e52b2c;
}

.main-menu>ul>li>ul {
	position: absolute;
	display: none;
	top: 50px;
	left: -60px;
	width: 200px;
	background: #36383E;
	z-index: 9997;
	box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	padding: 5px;
}

.main-menu>ul>li>ul::before {
	width: 0;
	height: 0;
	display: block;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #36383E;
	content: '';
	position: absolute;
	top: -10px;
	left: 80px;
}

.main-menu>ul>li>ul>li>a {
	display: block;
	padding: 5px 0;
}

.main-menu>ul>li>ul>li {
	display: block;
}

.main-menu>ul>li>ul>li>a:link, .main-menu>ul>li>ul>li>a:visited {
	display: block;
	color: #fff;
	padding: 8px 10px;
	font-size: 14px;
}

.main-menu>ul>li>ul>li>a:hover, .main-menu>ul>li>ul>li>a:active {
	color: #e52b2c;
}

.user-log {
	margin-top: 9px;
}

.user-log-panel {
	float: right;
}

.user-log>ul>li {
	display: block;
	float: left;
	position: relative;
	text-transform: uppercase;
	font-size: 13px;
}

.user-log>ul>li>a:link, .user-log>ul>li>a:visited {
	display: block;
	float: left;
	padding: 12px 20px;
	color: #fff;
	font-weight: 500;
	border-radius: 2px;
}

.user-log>ul>li>a:hover, .user-log>ul>li>a:active {
	background: rgba(229, 43, 44, 0.2);
	color: #e52b2c;
}

.welcomeblock {
	line-height: 60px;
	color: #fff;
	font-size: 13px;
}

.welcomeblock span {
	color: #e52b2c;
}

#login-modal {
	display: none;
	position: absolute;
	background: #36383E;
	height: 255px;
	width: 270px;
	margin-top: 50px;
	border: 1px solid rgba(0,0,0,0.1);
	z-index: 9999;
	border-radius: 2px;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
}

#login-modal::before {
	width: 0;
	height: 0;
	display: block;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #36383E;
	content: '';
	position: absolute;
	top: -10px;
	left: 45px;
}

#login-modal h1 {
	padding-top: 13px;
	font-size: 17px;
	font-family: "Red Hat Display", "Segoe UI", Arial, sans-serif;
	font-weight: 100;
}

#login-modal i {
	background: #e52b2c;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 1px;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	float: left;
	margin: 10px;
	border-radius: 1px;
}

#login-modal .input-wraper {
	position: relative;
	margin: 10px;
}

#login-modal .input-wraper .txt-icon {
	position: absolute;
	font-size: 14px;
	top: 14px;
	left: 15px;
}

#login-modal .input-wraper input.txt-field {
	width: 218px;
	padding-left: 15px;
	border: 1px solid #2a2b30;
	background: #2a2b30;
}

#login-modal button {
	width: 100%;
	background: #e52b2c;
}

#login-modal button:hover {
	width: 100%;
	background: #c21e1f;
}

#login-modal .checkbox {
	margin: 10px 0px;
}

#login-modal .checkbox p {
	margin-left: 16px;
}

#login-modal ul.login-menu {
	margin: 5px 10px;
	text-align: center;
}

#login-modal ul.login-menu li {
	display: block;
	margin-top: 5px;
}

#login-modal ul.login-menu li a {
	background: none!important;
}

.dropit {
	list-style: none;
	padding: 0;
	margin: 0;
}

.dropit .dropit-trigger {
	position: relative;
	font-size: 17px;
	line-height: 60px;
	margin-left: 10px;
}

.dropit .dropit-trigger a {
	color: #fff;
}

.dropit .dropit-trigger i {
	color: #fff;
}

.dropit .dropit-submenu {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 1000;
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
}

.dropit .dropit-open .dropit-submenu {
	display: block;
}

.user-drop {
	width: 250px;
}

.user-drop .user-info img {
	border-radius: 50%;
	height: 40px;
	width: 40px;
	margin-top: 10px;
	float: left;
	background: #e52b2c;
	border: 2px solid #e52b2c;
}

.user-panel ul {
	display: none;
}

.user-panel ul.dropit-submenu {
	background: #36383E;
	padding: 5px 0px;
	width: 250px;
	margin-top: 0px;
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	padding: 5px;
}

.user-panel ul.dropit-submenu ::before {
	width: 0;
	height: 0;
	display: block;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #36383E;
	content: '';
	position: absolute;
	top: -10px;
	left: 80%;
}

.user-panel ul.dropit-submenu h2 {
	background: #2a2b30;
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	padding: 0px 5px;
	font-weight: 100;
	color: #fff;
}

.user-panel ul.dropit-submenu a {
	display: block;
	font-size: 15px;
	line-height: 40px;
	color: #fff;
	padding: 0 5px;
}

.user-panel ul.dropit-submenu a:hover {
	background: rgba(0,0,0,0.1);
	color: #fff;
	text-decoration: none;
}

.logo {
	margin-left: -85px;
	width: 400px;
	height: 200px;
}

.logo h1 {
	text-indent: -999em;
}

.logo a {
	display: block;
	width: 100%;
	height: 200px;
}

#search {
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	vertical-align: middle;
}

#search input.button, #search input.textbox {
	border-color: #36383E;
}

#search input.button {
	background: #e52b2c url(../../../images/thead.png) top left repeat-x;
	color: #fff;
}

#search input {
	margin: -3px 0;
}

.forums {
	width: 75%;
}

.forums-content {
	padding: 20px;
	background: #36383E;
	border-radius: 1px;
}

.main-aside {
	width: 24%;
}

.footer {
	background: none !important;
	background-image: none !important;
	height: 200px;
}

.footer-menu {
	background-color: #36383E;
	height: 60px;
	font-family: "Red Hat Display", "Segoe UI", Arial, sans-serif;
	border-bottom: 1px solid #2a2b30;
	border-top: 1px solid #2a2b30;
}

.footer-menu .links {
	float: right;
	line-height: 60px;
}

.footer-menu .links a {
	margin-left: 20px;
	font-size: 14px;
	font-weight: 300;
	color: inherit;
	text-transform: uppercase;
}

.footer-menu .links a:hover {
	color: #e52b2c;
}

.footer-top {
	margin-top: 50px;
	text-align: center;
}

.footer-top a {
	display: inline-block;
	padding: 10px 11px 12px;
	background: rgba(255,255,255,0.1);
	border-radius: 2px;
	color: #fff;
	transition: all 0.2s;
}

.footer-top a:hover, footer .top a:focus {
	color: #fff;
}

.footer-mybb {
	margin-top: -35px;
	font-size: 13px;
	color: #fff;
}

.footer-coding {
	margin-top: -65px;
	font-size: 13px;
	color: #fff;
	text-align: right;
}

.footer-mybb a, .footer-coding a {
	color: #fff;
}

.scaleimages img {
	max-width: 100%;
}

.forum_status {
	height: 50px;
	width: 50px;
	font-size: 35px;
	text-align: center;
}

.forum_status i {
	display: inline-block;
	line-height: 50px;
}

.forum_on {
	color: #e52b2c;
}

.forum_off, .forum_offlock, .forum_offlink {
	color: #fff;
}

.forum_off i {
	opacity: .4;
}

.forum_offlock i:before {
	content: "\f023";
}

.forum_offlink i:before {
	content: "\f0c1";
}

.tborder-name {
	margin-left: 50px;
	line-height: 38px;
}

.color-theme {
	color: #fff;
	font-size: 13px;
}

.subforumicon {
	height: 10px;
	width: 10px;
	display: inline-block;
	margin: 0 5px;
	background: url(../../../images/mini_status_sprite.png) no-repeat 0 0;
}

.subforum_minion {
	background-position: 0 0;
}

.subforum_minioff {
	background-position: 0 -10px;
}

.subforum_miniofflock {
	background-position: 0 -20px;
}

.subforum_miniofflink {
	background-position: 0 -30px;
}

table {
	color: #fff;
	font-size: 13px;
}

.tfixed {
	table-layout: fixed;
	word-wrap: break-word;
}

.tborder {
	background: #36383E;
	padding: 6px;
	border-radius: 2px;
	width: 100%;
	margin: auto auto;
	font-family: "Red Hat Display", "Segoe UI", Arial, sans-serif;
	border: 1px solid #36383E;
}

.thead {
	position: relative;
	height: 38px;
	line-height: 38px;
	padding: 0 4px 0 4px;
	color: #fff;
	font-family: "Red Hat Display", "Segoe UI", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	border-radius: 1px;
}

.thead a:link {
	color: #fff;
	text-decoration: none;
}

.thead a:visited {
	color: #fff;
	text-decoration: none;
}

.thead a:hover, .thead a:active {
	color: #e52b2c;
	text-decoration: none;
}

.cat-icon {
	width: 40px;
	height: 40px;
	background: #e52b2c;
	border-radius: 2px;
	margin-right: 10px;
	box-shadow: 0 0 6px rgba(0,0,0,0.5);
	margin-left: -4px;
}

.cat-icon i {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
}

.cat-icon::before {
	font-size: 16px;
	color: #fff;
	font-family: "Red Hat Display", "Segoe UI", Arial, sans-serif;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
}

a.cat-link {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 900;
	height: 40px;
	line-height: 40px;
	letter-spacing: 1px;
}

.expcolimage {
	float: right;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	vertical-align: middle;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	margin-right: -4px;
}

.expcolimage:hover {
	background: rgba(229, 43, 44, 0.2);
}

.expcolimage img {
	padding: 12px 0px;
}

.tcat {
	color: #fff;
	background: #2a2b30;
	border-top: 1px solid #e52b2c;
	border-bottom: 1px solid #e52b2c;
	padding: 6px;
	font-size: 12px;
	text-transform: uppercase;
}

.tcat a:link {
	color: #fff;
}

.tcat a:visited {
	color: #fff;
}

.tcat a:hover, .tcat a:active {
	color: #e52b2c;
}

.trow1 {
	padding: 10px;
	border-bottom: 1px solid #2a2b30;
	font-size: 16px;
	font-family: "Red Hat Display", "Segoe UI", Arial, sans-serif;
	line-height: 1.3;
	color: #fff;
	background: #36383E;
}

.trow1:hover {
	background: rgba(229, 43, 44, 0.1);
}

.trow2 {
	padding: 10px;
	border-bottom: 1px solid #2a2b30;
	font-size: 16px;
	font-family: "Red Hat Display", "Segoe UI", Arial, sans-serif;
	line-height: 1.3;
	color: #fff;
	background: #2a2b30;
}

.trow2:hover {
	background: rgba(229, 43, 44, 0.15);
}

.trow_shaded {
	color: #fff;
}

.no_bottom_border {
	border-bottom: 0;
}

.author_statistics {
	font-size: 12px;
	text-align: left;
	margin: 5px auto 0 auto;
	width: 100%;
}

.author_statistics>div {
	height: 20px;
	background: #36383E;
	color: #fff;
	line-height: 20px;
	font-size: 12px;
	text-align: left;
	margin: 4px 0px;
}

.author_statistics i {
	background: #e52b2c;
	color: #fff;
	width: 20px;
	height: 20px;
	line-height: inherit;
	font-size: 12px;
	text-align: center;
	margin-right: 4px;
	margin-right: 10px;
	float: left;
	text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15);
}

.author_statistics>div:hover {
	background: rgba(229, 43, 44, 0.2);
}

.author_statistics>div span {
	background: #36383E;
	float: right;
	height: 20px;
	min-width: 10px;
	padding: 0 5px;
	text-align: center;
	color: #fff;
	font-weight: 200;
}

.post.unapproved_post {
	background: #ffe6e6;
	border-left: 3px solid #e52b2c;
}

.post.unapproved_post .post_author {
	border-bottom-color: #e52b2c;
}

.post.classic.unapproved_post .post_author {
	border-color: #e52b2c;
}

.post.unapproved_post .post_controls {
	border-top-color: #e52b2c;
}

.trow_deleted, .post.deleted_post {
	background: #ffcccc;
	border-left: 3px solid #c21e1f;
}

.trow_selected, tr.trow_selected td {
	color: #fff;
	background: rgba(229, 43, 44, 0.1);
	border-right-color: #e52b2c;
	border-bottom-color: #e52b2c;
}

.trow_selected a:link, .trow_selected a:visited, .trow_selected a:hover, .trow_selected a:active {
	color: #fff;
}

.trow_sep {
	color: #fff;
	border-bottom: 1px solid #2a2b30;
	padding: 6px;
	font-size: 12px;
	text-transform: uppercase;
}

.tfoot {
	padding: 6px;
	background: #36383E;
	color: #fff;
}

.tfoot a:link {
	color: #fff;
	text-decoration: none;
}

.tfoot a:visited {
	color: #fff;
	text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
	color: #e52b2c;
	text-decoration: underline;
}

.thead input.textbox, .thead select {
	border: 1px solid #2a2b30;
}

.bottommenu {
	background: #36383E;
	color: #fff;
	border: 1px solid #2a2b30;
	padding: 10px;
}

.navigation {
	color: #fff;
	font-size: 12px;
}

.navigation a:link {
	text-decoration: none;
}

.navigation a:visited {
	text-decoration: none;
}

.navigation a:hover, .navigation a:active {
	color: #e52b2c;
	text-decoration: underline;
}

.navigation .active {
	color: #fff;
	font-size: small;
	font-weight: bold;
}

.smalltext {
	font-size: 11px;
	color: #fff;
}

.largetext {
	font-size: 16px;
	font-weight: bold;
}

fieldset {
	padding: 12px;
	border: 1px solid #2a2b30;
	margin: 0;
}

fieldset.trow1, fieldset.trow2 {
	border-color: #2a2b30;
}

fieldset.align_right {
	text-align: left;
}

input.textbox {
	background: #36383E;
	color: #fff;
	border: 3px solid rgba(0,0,0,0.3);
	padding: 5px;
	outline: 0;
	font-size: 13px;
	font-family: "Red Hat Display", "Segoe UI", Arial, sans-serif;
}

textarea {
	background: #36383E;
	color: #fff;
	border: 3px solid rgba(0,0,0,0.3);
	padding: 5px;
	line-height: 1.4;
	outline: 0;
	font-family: "Red Hat Display", "Segoe UI", Arial, sans-serif;
	font-size: 13px;
}

select {
	background: #36383E;
	padding: 5px;
	border: 3px solid rgba(0,0,0,0.3);
	outline: 0;
	font-family: "Red Hat Display", "Segoe UI", Arial, sans-serif;
	font-size: 13px;
	color: #fff;
}

button, input.button {
	padding: 8px;
	cursor: pointer;
	font-family: "Red Hat Display", "Segoe UI", Arial, sans-serif;
	font-size: 13px;
	background: #e52b2c;
	border: none;
	color: #fff;
	outline: 0;
}

button:hover, input.button:hover {
	background: #c21e1f;
}

form {
	margin: 0;
	padding: 0;
}

input.error, textarea.error, select.error {
	border: 1px solid #e52b2c;
	color: #e52b2c;
}

input.valid, textarea.valid, select.valid {
	border: 1px solid #e52b2c;
}

label.error {
	color: #f30;
	margin: 5px;
	padding: 0px;
	display: block;
	font-weight: bold;
	font-size: 11px;
}

form #message {
	width: 500px;
}

.editor {
	background: #36383E;
	border: 1px solid #2a2b30;
}

.editor_control_bar {
	background: #36383E;
	border: 1px solid #2a2b30;
}

.post .editor_control_bar {
	background: #36383E;
}

.trow_reputation_positive {
	background: #ffe6e6;
	border-left: 3px solid #e52b2c;
}

.trow_reputation_negative {
	background: #ffcccc;
	border-left: 3px solid #c21e1f;
}

.reputation_positive {
	color: #e52b2c;
}

.reputation_neutral {
	color: #fff;
}

.reputation_negative {
	color: #c21e1f;
}

.repbox {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 7px 5px 7px;
}

._neutral {
	background-color: #36383E;
	color: #fff;
	border: 1px solid #2a2b30;
}

._minus {
	background-color: #ffcccc;
	color: #c21e1f;
	border: 1px solid #c21e1f;
}

._plus {
	background: linear-gradient(135deg, #ffe6e6 0%, #ffcccc 100%);
	color: #e52b2c;
	border: 1px solid #e52b2c;
}

img {
	border: none;
}

img.attachment {
	border: 1px solid #2a2b30;
	padding: 2px;
}

hr {
	background-color: #36383E;
	color: #fff;
	height: 1px;
	border: 0px;
}

.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.hiddenrow {
	display: none;
}

.selectall {
	background: #2a2b30;
	border-bottom: 1px solid #e52b2c;
	color: #fff;
	text-align: center;
}

.tcat_menu > .expcolimage {
	margin-top: 0;
}

.codeblock {
	background: #36383E;
	border-left: 3px solid #e52b2c;
	padding: 10px;
	border-radius: 2px;
}

.codeblock .title {
	border-bottom: 1px solid #2f2f2f;
	font-weight: bold;
	padding-bottom: 3px;
	margin: 0 0 10px 0;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: "Red Hat Display", "Segoe UI", Arial, sans-serif;
	font-size: 13px;
}

.smilie {
	vertical-align: middle;
}

.smilie_pointer {
	cursor: pointer;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

.popup_menu {
	background: #36383E;
	border: 1px solid #2a2b30;
}

.popup_menu .popup_item {
	background: #36383E;
	color: #fff;
}

.popup_menu .popup_item:hover {
	background: #e52b2c;
	color: #fff;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}

.popup_menu .popup_item {
	background: #36383E;
	color: #fff;
	display: block;
	padding: 4px;
	white-space: nowrap;
	text-decoration: none;
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
	background: #e52b2c;
}

.subject_new {
	font-weight: bold;
}

.highlight {
	background: #e52b2c;
	color: #fff;
	padding-top: 3px;
	padding-bottom: 3px;
}

.pm_alert {
	background: #e52b2c;
	text-align: center;
	padding: 10px;
	margin-bottom: 15px;
	font-size: 12px;
	border-radius: 2px;
	color: #fff;
}

.pm_alert a:link, .pm_alert a:visited, .pm_alert a:hover, .pm_alert a:active {
	color: #fff;
}

.red_alert {
	background: #c21e1f;
	text-align: center;
	padding: 10px;
	margin-bottom: 15px;
	font-size: 12px;
	border-radius: 2px;
	word-wrap: break-word;
	color: #fff;
	border-left: 3px solid #e52b2c;
}

.red_alert a:link, .red_alert a:visited, .red_alert a:hover, .red_alert a:active {
	color: #fff;
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}

.online {
	color: #e52b2c;
}

.offline {
	color: #C7C7C7;
}

div.error {
	padding: 5px 10px;
	border: 5px solid rgba(0,0,0,0.5);
	background: #36383E;
	font-size: 12px;
}

div.error p {
	margin: 0;
	color: #fff;
	font-weight: 100;
}

div.error p em {
	font-style: normal;
	padding-left: 24px;
	display: block;
	color: #C00;
	background: url(../../../images/error.png) no-repeat 0;
	font-size: 15px;
}

div.error ul {
	margin-left: 24px;
}

.pagination {
	font-size: 11px;
	padding-top: 10px;
	margin-bottom: 5px;
}

.tfoot .pagination, .tcat .pagination {
	padding-top: 0;
}

.pagination .pages {
	font-weight: bold;
}

.pagination .pagination_current, .pagination a {
	padding: 3px 6px;
	margin-bottom: 3px;
}

.pagination a {
	background: #36383E;
	border: 1px solid #2a2b30;
}

.pagination .pagination_current {
	background: none;
	color: #fff;
	border: none;
	font-weight: bold;
}

.pagination a:hover {
	background: #e52b2c;
	color: #fff;
	border-color: #263c30;
	text-decoration: none;
}

.pagination .go_page img {
	margin-bottom: -4px;
}

.drop_go_page {
	background: #36383E;
	padding: 4px;
}

.pagination_breadcrumb {
	background-color: #efefef;
	border: 1px solid #2a2b30;
	outline: 1px solid #2a2b30;
	padding: 5px;
	margin-top: 5px;
	font-weight: normal;
}

.pagination_breadcrumb_link {
	vertical-align: middle;
	cursor: pointer;
}

.thread_legend, .thread_legend dd {
	padding: 6px;
}

.thread_legend dd {
	padding-bottom: 4px;
	background: #36383E;
	margin-right: 15px;
	border-radius: 2px;
	margin: 2px;
}

.thread_legend img {
	margin-right: 4px;
	vertical-align: bottom;
}

.forum_legend, .forum_legend dt, .forum_legend dd {
	margin: 0;
	padding: 0;
}

.forum_legend dd {
	float: left;
	margin-right: 10px;
	margin-top: 7px;
}

.forum_legend dt {
	margin-right: 10px;
	float: left;
}

.success_message {
	color: #e52b2c;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.error_message {
	color: #C00;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

#posts_container {
	padding: 0;
}

.ignored_post {
	border-top: 3px solid #2a2b30;
	padding: 15px;
}

.ignored_post .show_ignored_post {
	margin-top: -15px;
}

.ignored_post .show_ignored_post a.button span {
	background-position: 0 -400px;
}

.post_star {
	background: #36383E;
	padding: 10px;
	float: left;
	margin-bottom: 10px;
	border-radius: 2px;
}

.member-avatar img {
	margin: 10px;
	border: 5px solid #1b1b1b;
}

.usericon-online {
	float: left;
	margin-top: -7px;
	margin-right: 5px;
	font-size: 12px;
	color: #fff;
}

.post_rang {
	background: #e52b2c;
	color: #fff;
	padding: 4px;
	font-size: 13px;
	text-transform: uppercase;
	border-radius: 2px;
}

.post {
	overflow: hidden;
}

.post.classic {
	padding-top: 15px;
}

.post .post_author {
	background: #36383E;
	padding: 5px;
	overflow: hidden;
}

.post.classic .post_author {
	float: left;
	width: 15%;
	margin: 0 1% 15px 0;
	padding: 15px 10px;
	border-radius: 2px;
}

.post .post_author .buddy_status {
	vertical-align: middle;
	margin-top: -4px;
}

.post .post_author div.author_avatar {
	float: left;
	margin-right: 3px;
}

.post.classic .post_author div.author_avatar {
	float: none;
	text-align: center;
	margin-bottom: 8px;
}

.post .post_author div.author_avatar img {
	padding: 1px;
	border: 2px solid #e52b2c;
	background: #e52b2c;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.post .post_author div.author_information {
	float: left;
	padding: 6px 8px;
}

.post.classic .post_author div.author_information {
	float: none;
	padding: 0;
	text-align: center;
}

.post .post_head {
	font-size: 11px;
	padding: 5px 0px;
	border-bottom: 1px solid #2a2b30;
	margin-bottom: 4px;
	font-size: 13px;
}

.post .post_head span.post_date {
	color: #fff;
}

.post .post_head span.edited_post {
	font-size: 13px;
	color: #fff;
}

.post .post_head span.edited_post a {
	color: #fff;
}

.post_body {
	font-size: 14px;
	padding: 12px 0;
	color: #fff;
}

.post.classic .post_content {
	float: left;
	width: 79%;
	padding: 0 1% 5px 1%;
}

.post_content {
	padding: 9px 10px 5px 10px;
}

.post_content .signature {
	margin-top: 5px;
	border-top: 1px dotted #2a2b30;
	padding: 10px 0 4px 0;
}

.post .post_meta {
	margin: 4px 0;
	font-size: 11px;
	color: #fff;
}

.post .post_meta a:link, .post .post_meta a:visited {
	color: #fff;
}

.post .post_meta a:hover, .post .post_meta a:active {
	color: #e52b2c;
}

.post_controls {
	clear: both;
	padding: 5px;
	overflow: hidden;
	margin-bottom: 15px;
}

.postbit_buttons > a:link, .postbit_buttons > a:hover, .postbit_buttons > a:visited, .postbit_buttons > a:active {
	display: inline-block;
	padding: 9px;
	margin: 1px;
	font-size: 13px;
	background: #36383E;
	border: 1px solid #2a2b30;
	border-radius: 2px;
	color: #fff;
}

.postbit_buttons > a:hover {
	border-color: #e52b2c;
	background: rgba(229, 43, 44, 0.2);
}

a.button:link, a.button:hover, a.button:visited, a.button:active {
	background: #e52b2c;
	color: #fff;
	display: inline-block;
	padding: 8px;
	margin: 2px 2px 6px 2px;
	border: 1px solid #36383E;
	font-size: 14px;
}

a.button.small_button {
	font-size: 13px;
	margin: 0;
	padding: 3px 6px;
}

a.button span {
	padding-left: 20px;
	display: inline-block;
	background-image: url(../../../images/buttons_sprite.png);
	background-repeat: no-repeat;
}

a.button.new_thread_button span {
	background-position: 0 -340px;
}

a.button.new_reply_button span {
	background-position: 0 -360px;
}

a.button.closed_button span {
	background-position: 0 -380px;
}

a.button.rate_user_button span {
	background-position: 0 -400px;
}

a.button.add_buddy_button span {
	background-position: 0 -440px;
}

a.button.remove_buddy_button span {
	background-position: 0 -480px;
}

a.button.add_ignore_button span {
	background-position: 0 -460px;
}

a.button.remove_ignore_button span {
	background-position: 0 -500px;
}

a.button.report_user_button span {
	background-position: 0 -520px;
}

.quick_jump {
	background: url(../../../images/jump.png) no-repeat 0;
	width: 13px;
	height: 13px;
	padding-left: 13px;
	margin-top: -3px;
	border: none;
}

.pollbar {
	background: url(../../../images/pollbar.png) top left repeat-x;
	border: 1px solid #3f3f3f;
	height: 10px;
}

.pollbar .percent {
	display: none;
}

.posticons_label {
	white-space: nowrap;
}

.bottom_usercp ul>li>a {
	background: #36383E;
	width: 180px;
	color: #fff;
	display: inline-block;
	padding: 15px 10px;
	text-align: left;
	border-radius: 2px;
	margin-bottom: 4px;
	font-size: 13px;
	margin-right: 5px;
}

.bottom_usercp ul>li>a i {
	font-size: 20px;
	margin-right: 10px;
}

.bottom_usercp ul>li>a:hover {
	background: #e52b2c;
	color: #fff;
}

.member_profile {
}

.member_generally {
	background: #36383E;
	border-radius: 2px;
	padding: 10px;
	float: left;
	width: 49%;
}

.member_generally .avatar img {
	border-radius: 50%;
	border: 5px solid #36383E;
}

.forum-stats {
}

.forum-stats h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 200;
	color: #d2d2d2;
	padding: 5px 15px 10px 15px;
}

.border-grey {
	border-bottom: dashed 1px #343434;
}

.boardstats {
	margin: 10px auto;
	text-align: center;
}

.boardstats>ul>li {
	width: 18%;
	display: block;
	float: left;
	margin: 1%;
	padding: 5px 0px;
	border-bottom: 3px solid #e52b2c;
}

.boardstats>ul li.last-child {
	box-shadow: none;
}

.boardstats>ul>li p {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.boardstats p.largetext {
	font-size: 24px;
	color: #fff;
	font-weight: 100;
}

.boardstats p.smalltext {
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
}

.forum-statsbox p {
	padding: 3px 15px;
}

.forum-statsbox {
	padding: 10px 0;
}

.thead_stats {
	padding: 6px 0px 5px 5px;
	font-size: 15px;
	color: #fff;
	font-weight: 200;
	text-transform: uppercase;
}

.stats_trow {
	padding: 10px 0px;
	color: #fff;
}

.stats_icon {
	background: #e52b2c;
	width: 40px;
	height: 40px;
	text-align: center;
	margin-right: 10px;
	border-radius: 2px;
}

.stats_trow i {
	line-height: 40px;
	font-size: 16px;
	color: #fff;
}

.hint, [data-hint] {
	position: relative;
	display: inline-block;
}

.hint:before, .hint:after, [data-hint]:before, [data-hint]:after {
	position: absolute;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	visibility: hidden;
	opacity: 0;
	z-index: 1000000;
	pointer-events: none;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	transition: 0.3s ease;
	-webkit-transition-delay: 0ms;
	-moz-transition-delay: 0ms;
	transition-delay: 0ms;
}

.hint:hover:before, .hint:hover:after, .hint:focus:before, .hint:focus:after, [data-hint]:hover:before, [data-hint]:hover:after, [data-hint]:focus:before, [data-hint]:focus:after {
	visibility: visible;
	opacity: 1;
}

.hint:hover:before, .hint:hover:after, [data-hint]:hover:before, [data-hint]:hover:after {
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	transition-delay: 100ms;
}

.hint:before, [data-hint]:before {
	content: '';
	position: absolute;
	background: transparent;
	border: 6px solid transparent;
	z-index: 1000001;
}

.hint:after, [data-hint]:after {
	content: attr(data-hint);
	background: #36383E;
	color: #fff;
	padding: 8px 10px;
	font-size: 12px;
	line-height: 13px;
	white-space: nowrap;
}

.hint--top:before {
	border-top-color: #36383E;
}

.hint--bottom:before {
	border-bottom-color: #36383E;
}

.hint--left:before {
	border-left-color: #36383E;
}

.hint--right:before {
	border-right-color: #36383E;
}

.hint--top:before {
	margin-bottom: -12px;
}

.hint--top:after {
	margin-left: -18px;
}

.hint--top:before, .hint--top:after {
	bottom: 100%;
	left: 50%;
}

.hint--top:hover:after, .hint--top:hover:before, .hint--top:focus:after, .hint--top:focus:before {
	-webkit-transform: translateY(-8px);
	-moz-transform: translateY(-8px);
	transform: translateY(-8px);
}

.hint--bottom:before {
	margin-top: -12px;
}

.hint--bottom:after {
	margin-left: -18px;
}

.hint--bottom:before, .hint--bottom:after {
	top: 100%;
	left: 50%;
}

.hint--bottom:hover:after, .hint--bottom:hover:before, .hint--bottom:focus:after, .hint--bottom:focus:before {
	-webkit-transform: translateY(8px);
	-moz-transform: translateY(8px);
	transform: translateY(8px);
}

.hint--right:before {
	margin-left: -12px;
	margin-bottom: -6px;
}

.hint--right:after {
	margin-bottom: -14px;
}

.hint--right:before, .hint--right:after {
	left: 100%;
	bottom: 50%;
}

.hint--right:hover:after, .hint--right:hover:before, .hint--right:focus:after, .hint--right:focus:before {
	-webkit-transform: translateX(8px);
	-moz-transform: translateX(8px);
	transform: translateX(8px);
}

.hint--left:before {
	margin-right: -12px;
	margin-bottom: -6px;
}

.hint--left:after {
	margin-bottom: -14px;
}

.hint--left:before, .hint--left:after {
	right: 100%;
	bottom: 50%;
}

.hint--left:hover:after, .hint--left:hover:before, .hint--left:focus:after, .hint--left:focus:before {
	-webkit-transform: translateX(-8px);
	-moz-transform: translateX(-8px);
	transform: translateX(-8px);
}

.hint, [data-hint] {
}

.hint:after, [data-hint]:after {
	text-shadow: 0 -1px 0px black;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

.hint--error:after {
	background-color: #b34e4d;
	text-shadow: 0 -1px 0px #592726;
}

.hint--error.hint--top:before {
	border-top-color: #b34e4d;
}

.hint--error.hint--bottom:before {
	border-bottom-color: #b34e4d;
}

.hint--error.hint--left:before {
	border-left-color: #b34e4d;
}

.hint--error.hint--right:before {
	border-right-color: #b34e4d;
}

.hint--warning:after {
	background-color: #c09854;
	text-shadow: 0 -1px 0px #6c5328;
}

.hint--warning.hint--top:before {
	border-top-color: #c09854;
}

.hint--warning.hint--bottom:before {
	border-bottom-color: #c09854;
}

.hint--warning.hint--left:before {
	border-left-color: #c09854;
}

.hint--warning.hint--right:before {
	border-right-color: #c09854;
}

.hint--info:after {
	background-color: #3986ac;
	text-shadow: 0 -1px 0px #193b4d;
}

.hint--info.hint--top:before {
	border-top-color: #3986ac;
}

.hint--info.hint--bottom:before {
	border-bottom-color: #3986ac;
}

.hint--info.hint--left:before {
	border-left-color: #3986ac;
}

.hint--info.hint--right:before {
	border-right-color: #3986ac;
}

.hint--success:after {
	background-color: #458746;
	text-shadow: 0 -1px 0px #1a321a;
}

.hint--success.hint--top:before {
	border-top-color: #458746;
}

.hint--success.hint--bottom:before {
	border-bottom-color: #458746;
}

.hint--success.hint--left:before {
	border-left-color: #458746;
}

.hint--success.hint--right:before {
	border-right-color: #458746;
}

.hint--always:after, .hint--always:before {
	opacity: 1;
	visibility: visible;
}

.hint--always.hint--top:after, .hint--always.hint--top:before {
	-webkit-transform: translateY(-8px);
	-moz-transform: translateY(-8px);
	transform: translateY(-8px);
}

.hint--always.hint--bottom:after, .hint--always.hint--bottom:before {
	-webkit-transform: translateY(8px);
	-moz-transform: translateY(8px);
	transform: translateY(8px);
}

.hint--always.hint--left:after, .hint--always.hint--left:before {
	-webkit-transform: translateX(-8px);
	-moz-transform: translateX(-8px);
	transform: translateX(-8px);
}

.hint--always.hint--right:after, .hint--always.hint--right:before {
	-webkit-transform: translateX(8px);
	-moz-transform: translateX(8px);
	transform: translateX(8px);
}

.hint--rounded:after {
	border-radius: 2px;
}

.hint--no-animate:before, .hint--no-animate:after {
	-webkit-transition-duration: 0ms;
	-moz-transition-duration: 0ms;
	transition-duration: 0ms;
}

.hint--bounce:before, .hint--bounce:after {
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
	-moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

.ie6 {
	position: absolute;
}

.ie6.top-right {
	right: auto;
	bottom: auto;
	left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.top-left {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.bottom-right {
	left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.bottom-left {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.center {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 100%;
}

.jGrowl {
	position: fixed;
	font-size: 12px;
	color: #fff;
	z-index: 9999;
}

.jGrowl.top-left {
	top: 0;
	left: 0;
}

.jGrowl.top-right {
	top: 0;
	right: 0;
}

.jGrowl.bottom-left {
	bottom: 0;
	left: 0;
}

.jGrowl.bottom-right {
	bottom: 0;
	right: 0;
}

.jGrowl.center {
	top: 0;
	left: 25%;
	width: 50%;
}

.center .jGrowl-notification, .center .jGrowl-closer {
	margin-left: auto;
	margin-right: auto;
}

.jGrowl .jGrowl-notification, .jGrowl .jGrowl-closer {
	display: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
	width: 235px;
	background-color: #36383E;
	border-radius: 2px;
	font-size: 1em;
	text-align: left;
	opacity: .85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	zoom: 1;
	font-family: "Red Hat Display", "Segoe UI", Arial, sans-serif;
}

.jGrowl .jGrowl-notification {
	min-height: 40px;
}

.jGrowl .jGrowl-notification, .jGrowl .jGrowl-closer {
	margin: 10px;
}

.jGrowl .jGrowl-notification .jGrowl-header {
	font-size: .85em;
	font-weight: bold;
}

.jGrowl .jGrowl-notification .jGrowl-close {
	float: right;
	font-size: 1em;
	font-weight: bold;
	cursor: pointer;
	z-index: 99;
}

.jGrowl .jGrowl-closer {
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

@media print {
	.jGrowl {
		display: none;
	}
}

.modal {
	display: none;
	width: 400px;
	text-align: left;
	background: #36383E;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 10px rgba(54, 56, 62, 0.8);
	-moz-box-shadow: 0 0 10px rgba(54, 56, 62, 0.8);
	-o-box-shadow: 0 0 10px rgba(54, 56, 62, 0.8);
	-ms-box-shadow: 0 0 10px rgba(54, 56, 62, 0.8);
	box-shadow: 0 0 10px rgba(54, 56, 62, 0.8);
}

.modal a.close-modal {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(../../../images/close.png) no-repeat 0 0;
}

.modal-spinner {
	display: none;
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -32px;
	margin-top: -32px;
	background: url(../../../images/spinner_big.gif) no-repeat center center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

.blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 9999;
	padding: 20px;
	box-sizing: border-box;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.75);
	text-align: center;
}

.blocker:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em;
}

.blocker.behind {
	background-color: transparent;
}

.modal {
	width: 400px;
	text-align: left;
	background: #36383E;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 10px rgba(54, 56, 62, 0.8);
	-moz-box-shadow: 0 0 10px rgba(54, 56, 62, 0.8);
	-o-box-shadow: 0 0 10px rgba(54, 56, 62, 0.8);
	-ms-box-shadow: 0 0 10px rgba(54, 56, 62, 0.8);
	box-shadow: 0 0 10px rgba(54, 56, 62, 0.8);
	transform: translateX(-50%) translateY(-50%);
}

.modal a.close-modal {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(../../../images/close.png) no-repeat 0 0;
}

.modal-spinner {
	display: none;
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -32px;
	margin-top: -32px;
	background: url(../../../images/spinner_big.gif) no-repeat center center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

/** jQuery-Impromptu - v6.2.1 - 2015-05-10
* http://trentrichardson.com/Impromptu
* Copyright (c) 2015 Trent Richardson; Licensed MIT
**/

.jqifade {
	position: absolute;
	background-color: #36383E;
}

iframe.jqifade {
	display: block;
	z-index: -1;
}

div.jqi {
	width: 400px;
	max-width: 90%;
	font-family: "Red Hat Display", "Segoe UI", Arial, sans-serif;
	position: absolute;
	background-color: #36383E;
	font-size: 11px;
	text-align: left;
	border: solid 1px #2a2b30;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 7px;
}

div.jqi .jqicontainer {
}

div.jqi .jqiclose {
	position: absolute;
	top: 4px;
	right: -2px;
	width: 18px;
	cursor: default;
	color: #fff;
	font-weight: bold;
}

div.jqi .jqistate {
	background-color: #36383E;
}

div.jqi .jqititle {
	padding: 5px 10px;
	font-size: 16px;
	line-height: 20px;
	border-bottom: solid 1px #eeeeee;
}

div.jqi .jqimessage {
	padding: 10px;
	line-height: 20px;
	color: #fff;
	overflow: auto;
}

div.jqi .jqibuttonshide {
	display: none;
}

div.jqi .jqibuttons {
	text-align: right;
	margin: 0 -7px -7px -7px;
	border-top: solid 1px #e4e4e4;
	background-color: #36383E;
	border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
}

div.jqi .jqibuttons button {
	margin: 0;
	padding: 15px 20px;
	background-color: transparent;
	font-weight: normal;
	border: none;
	border-left: solid 1px #e4e4e4;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}

div.jqi .jqibuttons button.jqidefaultbutton {
	color: #fff;
}

div.jqi .jqibuttons button:hover, div.jqi .jqibuttons button:focus {
	color: #fff;
	outline: none;
}

div.jqi .jqibuttons button[disabled] {
	color: #fff;
}

.jqiwarning .jqi .jqibuttons {
	background-color: #e52b2c;
}

div.jqi .jqiparentstate::after {
	background-color: #36383E;
	opacity: 0.6;
	filter: alpha(opacity=60);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

div.jqi .jqisubstate {
	position: absolute;
	top: 0;
	left: 20;
	width: 60%;
	padding: 7px;
	border: solid 1px #2a2b30;
	border-top: none;
	border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
}

div.jqi .jqisubstate .jqibuttons button {
	padding: 10px 18px;
}

.jqi .jqiarrow {
	position: absolute;
	height: 0;
	width: 0;
	line-height: 0;
	font-size: 0;
	border: solid 10px transparent;
}

.jqi .jqiarrowtl {
	left: 10px;
	top: -20px;
	border-bottom-color: #36383E;
}

.jqi .jqiarrowtc {
	left: 50%;
	top: -20px;
	border-bottom-color: #36383E;
	margin-left: -10px;
}

.jqi .jqiarrowtr {
	right: 10px;
	top: -20px;
	border-bottom-color: #36383E;
}

.jqi .jqiarrowbl {
	left: 10px;
	bottom: -20px;
	border-top-color: #36383E;
}

.jqi .jqiarrowbc {
	left: 50%;
	bottom: -20px;
	border-top-color: #36383E;
	margin-left: -10px;
}

.jqi .jqiarrowbr {
	right: 10px;
	bottom: -20px;
	border-top-color: #36383E;
}

.jqi .jqiarrowlt {
	left: -20px;
	top: 10px;
	border-right-color: #36383E;
}

.jqi .jqiarrowlm {
	left: -20px;
	top: 50%;
	border-right-color: #36383E;
	margin-top: -10px;
}

.jqi .jqiarrowlb {
	left: -20px;
	bottom: 10px;
	border-right-color: #36383E;
}

.jqi .jqiarrowrt {
	right: -20px;
	top: 10px;
	border-left-color: #36383E;
}

.jqi .jqiarrowrm {
	right: -20px;
	top: 50%;
	border-left-color: #36383E;
	margin-top: -10px;
}

.jqi .jqiarrowrb {
	right: -20px;
	bottom: 10px;
	border-left-color: #36383E;
}

