.sub-forums,
.forum-mod {
	width: auto;
	margin-right: 1%!important;
	display: inline-block;
	background: rgba(255, 255, 255, 0.1);
	margin-top: 5px;
	padding: 10px;
	border-radius: 0.42rem;
}

.forum_status {
	height: 30px;
	width: 30px;
	display: inline-block;
}

.forum_on {
	background: url(../../../images/at/icon/icon_unread.svg) no-repeat center;
	background-size: 80%;
	padding: 2px;
}

.forum_off {
	background: url(../../../images/at/icon/icon_read.svg) no-repeat center;
}

.forum_offlock {
	background: url(../../../images/at/icon/icon_read_locked.svg) no-repeat center;
	background-size: 80%;
	padding: 2px;
}

.forum_offclose {
	background: url(../../../images/at/icon/icon_read_locked.svg) no-repeat center;
	background-size: 80%;
	padding: 2px;
}

.forum_offlink {
	background: url(../../../images/at/icon/icon_read_link.svg) no-repeat center;
	background-size: 80%;
	padding: 2px;
}

.subforumicon {
    font-family: Font Awesome\ 5 Free;
	font-style: normal;
	font-weight: 900;
    display: inline-block;
    font-size: 1.2rem;
    margin-right: .2rem;
    margin-left: .2rem;
}


.subforum_minioff:before {
	content: "\f058";
	color: #3699ff;
}

.subforum_minioffclose:before {
	content: "\f023";
	color: #F64E60;
}

.subforum_miniofflink:before {
	content: "\f0c1";
	color: #F64E60;
}
.lastpost {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.42rem;
    padding: 5px;
	width: 20%;
	display: inline;
}
.sidebar {
	width: 25%; 
	float: right;
}
.forums {
	width: 74%; 
	float: left;
}
 @media screen and (max-width: 768px) {
     .sidebar, .forums {
         width: 100% !important;
    }
}
.sidebar-button {
	display: none;
}
#index .sidebar-button {
	display: block;
}
.inline_row {
	-webkit-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;	
}
select {
    background: #1b2e4b;
    color: #B5B5C3;
    padding: 0.5rem 1rem;
    border: 1px solid #1b2e4b;
    border-radius: 0.42rem;
    font-family: Tahoma,Verdana,Arial,Sans-Serif;
    font-size: 13px;
    outline: 0;
}
input.textbox {
    outline: 0;
    font-family: Tahoma,Verdana,Arial,Sans-Serif;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #B5B5C3;
    background-color: #1b2e4b;
    background-clip: padding-box;
    border: 1px solid #1b2e4b;
    border-radius: 0.42rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
input.textbox:focus {
    border-color: #69b3ff;
    outline: 0;	
}
.button {
    outline: none;
    vertical-align: middle;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}
input.button {
    color: #E4E6EF;
    background-color: rgba(228, 230, 239, 0.1);
	border: 0;
    border-color: #E4E6EF;
    padding: 0.55rem 0.75rem;
    font-size: 0.925rem;
    line-height: 1.35;
    border-radius: 0.42rem;
}
input.button:hover {
	color: #3F4254;
    background-color: #d7dae7;
    border-color: #d7dae7;
}
.trow_sep {
    background: rgba(0,0,0,0.2);
    padding: 6px!important;
    font-size: 12px;
	font-weight: 500;
}
.drop_go_page {
    background: #F3F6F9;
    padding: 4px;
    border: 1px solid #EBEDF3;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
    box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
}

.symbol.symbol-online .symbol-label {
	background-color: #E1F0FF;
    color: #3699FF
}

.symbol.symbol-offline .symbol-label {
    background-color: #FFE2E5;
    color: #F64E60;
}

.buddy_online:before, .buddy_offline:before {
	font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
    font-size: 1.7rem;
    vertical-align: middle;
    top: 10px;
    left: 0;
}
.buddy_online:before {
	content: "\f590";
}
.buddy_offline:before {
	content: "\f236";
}
.tborder {
	background: #181C32;
	width: 100%;
	margin: auto auto;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
    box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
    border: 0;
	padding: 1px;
	border-radius: 0.42rem;
}
.post .post_author {
    background: rgba(255, 255, 255, 0.1);
    padding: 5px;
    overflow: hidden;
	position: relative;
    z-index: 1
}
.post .post_author div.author_statistics {
    float: right;
    font-size: 11px;
    line-height: 1.3;
}
.post .post_author div.author_statistics .post_statistic {
	background: rgba(0,0,0,0.2);
    padding: 5px;
    margin-bottom: 3px;
}
.post_statistic i {
    padding-right: 8px;
}
.symbol-label {
    transition-property: box-shadow, filter, transform;
    transition-duration: .24s, .16s;
    transition-timing-function: ease-in-out;
}
.trow_selected,
tr.trow_selected td {
	background: rgba(255, 255, 255, 0.05);
}
.expcolimage {
    float: right;
    width: auto;
    vertical-align: middle;
}
.thead {
    color: #fff;
    padding: 1.7rem 2.25rem;
    border-bottom: 1px solid #515365;
}
.editor_control_bar {
    background: rgba(255,255,255,0.05);
    border-radius: 0.42rem;
    border: 1px solid rgba(255,255,255,0.05);
}
.post.classic .post_author {
    float: left;
    width: 15%;
    margin: 0 1% 15px;
    border-left: 0;
    padding: 5px 1%;
    border-radius: 0.42rem;
}
.postbit_bg {
	background-size: cover;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 300px;
    opacity: .25;
}
button {
    color: #3F4254;
    background-color: #E4E6EF;
    border: 0;
    border-color: #E4E6EF;
    padding: 0.55rem 0.75rem;
    font-size: 0.925rem;
    line-height: 1.35;
    border-radius: 0.42rem;
    margin-right: 5px;
}
button:hover {
    color: #3F4254;
    background-color: #d7dae7;
    border-color: #d7dae7;
}
.codeblock {
    background: #1B283F;
    border: 1px solid #515365;
    padding: 10px;
    border-left: 4px solid #EBEDF3;
    margin-bottom: 1rem;
}

.codeblock .title {
    border-bottom: 1px solid #515365;
    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;
    background: transparent;
    color: inherit;
    font-weight: 600;
}
blockquote {
    border: 1px solid #515365;
    border-left: 4px solid #EBEDF3;
    background: #1B283F;
    padding: 10px;
}

blockquote cite {
    font-weight: bold;
    border-bottom: 1px solid #515365;
    font-style: normal;
    display: block;
    padding-bottom: 3px;
    margin: 0 0 10px 0;
}
.author-bg {
    text-align: center;
    background: rgba(0,0,0,0.2);
    padding: 5px 0px;
    margin-bottom: 10px;
    font-size: 14px;
    border-radius: 2px;
}
/*
.post_body img {
    border: 3px solid #ffffff;
    -webkit-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
}
*/
.thread-title {
    background: rgba(0,0,0,0.2);
    padding: 10px;
    border-radius: .42rem;
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
}

.content-title {
    background: rgba(0,0,0,0.2);
    padding: 10px;
    border-bottom: 2px solid #3699FF;
    margin-bottom: 10px;
}
.thread-content {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: .42rem;
    background: rgba(0,0,0,0.2);
}
.thread-highlight {
    background: rgb(0,0,0,0.07);
    border-radius: .42rem;
    padding: 0.15rem 0.5rem;
    font-weight: 400;
    font-size: 87.5%;
    color: #e83e8c;
}
button#header_mobile_toggle:hover, button#header_mobile_topbar_toggle:hover {
    background-color: transparent;
    border-color: transparent;
}
.profile_bg {
	background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .1;
}
.pollbar {
    background: #3699FF;
    height: 1rem;
    border-radius: 0.42rem;
}
.poll-progress {
    background: #EBEDF3;
    border-radius: 0.42rem;
}
.header-menu .menu-nav > .menu-item > .menu-link i {
	font-size: 1rem;
    display: flex;
    margin-left: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-menu .menu-nav > .menu-item:hover:not(.menu-item-here):not(.menu-item-active) > .menu-link > i {
    color: #3699FF;
}
.trow_shaded .symbol.symbol-light .symbol-label {
    background: rgba(255, 168, 0, 0.16);
}

@media (max-width: 767px) {
	select {
		margin-bottom: 5px;
	}
	.post.classic .post_author {
		float: none;
		width: auto;
		border: 0;
		border-radius: 0;
	}
	.post.classic .post_content {
		float: none;
		width: auto;
	}
}
@media (max-width: 700px) {
	.modcp,
	.usercp {
		width: 100%;
		min-width: 200px;
		display: block;
		padding: 0;
		margin-bottom: 15px;
	}
}
.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}
.ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    height: 15px;
    bottom: 0px;
    position: absolute;
}

.ps__thumb-x {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    bottom: 2px;
    position: absolute;
}
.ps__rail-y {
    display: none;
    opacity: 1;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    width: 15px;
    right: 0;
    position: absolute;
}
.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent;
}
.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    right: 2px;
    position: absolute;
}
.scroll.ps > .ps__rail-y > .ps__thumb-y {
	background: transparent;
}
.offcanvas-content:hover .ps__thumb-y {
    background: #E4E6EF!important;
}

.pulse .alerts--new {
    display: block;
    border-radius: 40px;
    height: 40px;
    width: 40px;
    position: absolute;
    -webkit-animation: animation-pulse 3.5s ease-out;
    animation: animation-pulse 3.5s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    border-width: 3px;
    border-style: solid;
    border-color: #E4E6EF;
}
.pulse.pulse-white .alerts--new {
    border-color: rgba(255, 255, 255, 0.75);
}
#latest_post_card.card {
    background: #181C32;
}

#latest_post_card .card-title .card-label {
    color: #fff;
}

#latest_post_card .symbol.symbol-light-primary .symbol-label {
    background-color: rgba(255, 255, 255, 0.1);
}
.btn.btn-bg-custom {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.1);
}
.forums {
    width: 65%;
    float: left;
	margin-right: 15px;
}
.sidebar {
    width: 33%;
    float: right;
}
@media screen and (max-width: 768px) {
	.sidebar, .forums {
    width: 100% !important;
	}
}
td.first {
    display: table-cell;
    width: 50%;
    padding-right: 5px;
}

td.second {
    display: table-cell;
    width: 50%;
    padding-left: 5px;
}
@media (max-width: 768px) {
	td.first {
		width: 100%;
		margin-bottom: 10px;
		display: block;
		padding: 0;
	}
	td.second {
		width:100%;
		display: block;
		padding: 0;
	}
}
.offcanvas.offcanvas-right.offcanvas-on {
	right: 0!important;
}
.offcanvas.offcanvas-right {
    right: -1000px!important;
}
@media screen and (max-width: 992px) {
	.hidden-topbar {
		display: none!important;
	}
}
		
		