/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			metrolike
	Based on style:		prosilver (the default phpBB 3.0.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		Eric Seguin ( http://segwin.ca/ )
	Modified by:	Sonya X.
    --------------------------------------------------------------
*/
/* General Markup Styles
---------------------------------------- */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	width: auto;
	min-width: 320px;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: 'Roboto', Tahoma, Helvetica, Arial, sans-serif;
	color: #444;
	background-color: #f0f0f0;
	font-size: 8pt;
	margin: 0;
	padding: 0 !important;
}

h1 {
	/* Forum name */
	color: #fff;
	margin-top: 15px;
	font-weight: bold;
	font-size: 2em;
}

h2 {
	/* Forum header titles */
	color: #555;
	font-size: 2em;
	margin: 0 0 0 0;
}

h2.solo {
	margin-bottom: 1em;
}

h3 {
	/* Sub-headers (also used as post headers, but defined later) */
	font-size:1.6em;
	font-weight:300;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3px;
	padding-bottom: 2px;
	color: #989898;
	margin-top: 20px;
}

h4 {
	/* Forum and topic list titles */
	font-size: 1.3em;
}

p {
	line-height: 1.3em;
	font-size: 1.1em;
}

img {
	border-width: 0;
}

hr {
	/* Also see tweaks.css */
	border: 0 none #FFFFFF;
	border-top: 1px solid #CCCCCC;
	height: 1px;
	margin: 5px 0;
	display: block;
	clear: both;
}

hr.dashed {
	border-top: 1px dashed #CCCCCC;
	margin: 10px 0;
}

hr.divider {
	display: none;
}

p.right {
	text-align: right;
}

div, p {
	overflow-wrap: break-word;
}
/* Main blocks
---------------------------------------- */
#wrap {padding: 0;}

#simple-wrap {
	padding: 6px 10px;
}

#page-body {
	margin: auto;
	margin-top: 30px;
	clear: both;
	padding-top: 45px;
}

#page-footer {
	clear: both;
}

#page-footer h3 {
	margin-top: 20px;
}

#logo {
	float: left;
	width: auto;
	margin-right:5px;
	padding: 10px 5px;
	height: 14px;
}

#vn_add, #vn_favList, #vn_report, #vn_updateList, .addForm {
	background: white;
	padding: 20px 30px;
	text-align: left;
	max-width: 600px;
	margin: 40px auto;
	position: relative;
	border-radius: 4px;
}
#vn_favList, #vn_report{
	max-width: 400px;
}
#vn_report textarea{
	resize:vertical;
	width: 340px;
	height: 100px;
	border-radius: 4px;
	font-size: 12px;
}
#vn_updateList {
	max-width: 600px;
}
#vn_add input[type=text], #vn_add textarea, #vn_add select,
.addForm input[type=text], .addForm textarea, .addForm select {
    font-size: 14px;
	border: 1px solid #ccc;
	padding: 5px;
    border-radius: 4px;
	line-height: 18px;
	background-color: #fff;
	cursor: text;
}
#vn_add input[type=submit], .addForm input[type=submit]	{
	color: #fff;
	border: 1px solid #ccc;
	padding: 5px 10px;
    border-radius: 4px;
	font-size: 14px;
	line-height: 18px;
    background-color: #428bca;
    border-color: #357ebd;
	margin-top: 5px;
}
#vn_add input[type=submit]:hover, .addForm input[type=submit]:hover	{
	background-color: #2271B5;
}

.vn_add_span	{
	font-size: 14px;
	margin-bottom: 5px;
	display: inline-block;
}
.span-mL {
	margin-left: 5px;
}
.span-mR {
	margin-right: 5px;
}

#vn_add input:focus, #vn_add textarea:focus,
.addForm input:focus, .addForm textarea:focus	{
	outline: 0;
}

#vn_content {
	background: white;
	padding: 20px 30px;
	text-align: left;
	max-width: 500px;
	margin: 40px auto;
	position: relative;
}

.cnBtn, .cnStat	{
	color: #000 !important;
	padding: 10px 15px 10px 0;
    border-radius: 4px;
	font-size: 18px;
	line-height: 18px;
	margin-top: 5px;
}
.cnBtn:hover	{
	color: #a138b4 !important;
}
.cnStatDisplay {
padding: 10px 0;
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	text-align: center;
}
.cnStatDisplay b		{
	font-size: 26px;
	display: block;
	margin: 15px 0;
	color: #000;
}
.cnStatDisplay a	{
	border-bottom: 0px;
}
#navLinkLeft	{

}
#navLinkLeft li .glyphicon, #navLinkRight li .glyphicon	{
	vertical-align: middle;
	margin-top: -7px;
}
#navLinkLeft li a, #navLinkRight li a	{
	color: #777;
	display: inline-block;
}
#navLinkLeft li a:hover, #navLinkRight li a:hover	{
	color: #a138b4;
}

a#logo:hover {
	text-decoration: none;
}

/* Search box
--------------------------------------------- */
#search-box {
	color: #FFFFFF;
	position: relative;
	display: block;
	float: right;
	text-align: right;
	white-space: nowrap; /* For Opera */
}

#search-box #keywords {
	width: 140px;
	height: 18px;
	background-color: #FFF;
	text-align: right;
	font-size: 1.2em;
}

#search-box input.button2 {
    height: 22px;
    width: 22px !important;
}

#search-box input {
	border: none;
}

/* .button1 style defined later, just a few tweaks for the search button version */
#search-box input.button1 {
	padding: 1px 5px;
}

#search-box li {
	text-align: right;
	margin-top: 4px;
}

#search-box img {
	vertical-align: middle;
	margin-right: 3px;
}
/* main navigation menu */
#navbar {
background-color:#fff;
}
/* Site description and logo */
#site-description {
	float: left;
	width: 100%;
	padding-top: 15px;
}

/* If using logo */
#site-description h1 {
    margin: 0;
}

/* If not using logo */
#site-description #not-logo {
    vertical-align:middle;
}

#site-description #not-logo a {font-size:3em;}

#site-description #not-logo #logo{
    float:none;
    width:auto;
    padding:0;
}

#site-description #not-logo p {
    font-size:1.2em;
    margin-left:0.25em;
    display:inline;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
#page-header	{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), 1px 1px 1px rgba(0, 0, 0, 0.05), -1px 1px 1px rgba(0, 0, 0, 0.05);
}

.headerbar {
	background: #ebebeb none repeat-x 0 0;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	height: 45px;
}
.footerbar	{
	margin-bottom: 5px;
}
.navbar a, .navbar .btn-link {

	font-size: 14px;

}
.navbar .dropdown a {

	font-size: 14px !important;

}
.forabg {
	background: #ccc none repeat-x 0 0;
	margin-bottom: 10px;
	padding: 0;
	clear: both;
}

.forumbg {
	background: #ebebeb none repeat-x 0 0;
	margin-bottom: 10px;
	padding: 0;
	clear: both;
}

.panel {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #f3f3f3;
	color: #3f3f3f;
	border-radius: 4px;
	background-color: #FFF;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.post {
	padding: 8px 10px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 100% 0;
	border-radius: 4px;
}

.post:target .content {
	color: #000000;
}

.post:target h3 a {
	color: #000000;
}

.bg1	{ background-color: #f7f7f7;}
.bg2	{ background-color: #f2f2f2; }
.bg3	{ background-color: #ebebeb; }

.rowbg {
	margin: 5px 5px 2px 5px;
}

.ucprowbg {
	background-color: #e2e2e2;
}

.fieldsbg {
	/*border: 1px #DBDEE2 solid;*/
	background-color: #eaeaea;
}

span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {display: block;}

span.corners-bottom {clear: both;}

/* Horizontal lists
----------------------------------------*/
ul.linklist {
	display: block;
	margin: 0;
}

ul.linklist li {
	display: block;
	list-style-type: none;
	float: left;
	width: auto;
	margin-right: 10px;
	font-size: 1.1em;
	line-height: 2.2em;
}
ul.linklist li:last-of-type{
    margin-right: 0;
}

ul.linklist li.rightside, p.rightside {
	float: right;
	margin-right: 0;
	margin-left: 5px;
	text-align: right;
}

ul.navlinks li a {
	font-size: 13px;
	padding:10px 5px;
}
.nav-avatar + .nav-login	{
	padding: 0;
}
.nav-reg a, .nav-login a	{
	padding: 0 10px;
}
.nav-avatar	{
	float: left;
	margin: 7px 0;
}
ul.leftside {
	float: left;
	margin-left: 0;
	margin-right: 5px;
	text-align: left;
}

ul.rightside {
	float: right;
	margin-left: 5px;
	margin-right: -5px;
	text-align: right;
}

/* Table styles
----------------------------------------*/
table.table1 {
	/* See tweaks.css */
}

#ucp-main table.table1 {
	padding: 2px;
}

table.table1 thead th {
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 1.3em;
	font-size: 1em;
	padding: 0 0 4px 3px;
}

table.table1 thead th span {
	padding-left: 7px;
}

table.table1 tbody tr {
	border: 1px solid #cfcfcf;
}

table.table1 tbody tr:hover, table.table1 tbody tr.hover {
	color: #000;
}

table.table1 td {
	color: #6a6a6a;
	font-size: 1.1em;
}

table.table1 tbody td {
	padding: 5px;
    border-top: 1px solid #FAFAFA;
}

table.table1 tbody th {
	padding: 5px;
	border-bottom: 1px solid #000000;
	text-align: left;
	color: #333333;
	background-color: #FFFFFF;
}

/* Tweaks for tables used in memberlist and who is online (among others maybe) */
.forumbg-table th.name {
    padding-right: 5px;
}

/* Specific column styles */
table.table1 .name		{ text-align: left; }
table.table1 .posts		{ text-align: center !important; width: 7%; }
table.table1 .joined	{ text-align: left; width: 15%; }
table.table1 .active	{ text-align: left; width: 15%; }
table.table1 .mark		{ text-align: center; width: 7%; }
table.table1 .info		{ text-align: left; width: 30%; }
table.table1 .info div	{ width: 100%; white-space: normal; overflow: hidden; }
table.table1 .autocol	{ line-height: 2em; white-space: nowrap; }
table.table1 thead .autocol { padding-left: 1em; }

table.table1 span.rank-img {
	float: right;
	width: auto;
}

table.info td {
	padding: 3px;
}

table.info tbody th {
	padding: 3px;
	text-align: right;
	vertical-align: top;
	color: #000000;
	font-weight: normal;
}

.forumbg table.table1 {
	margin: 0;
}

.forumbg-table > .inner {
	margin: 0 -1px;
}

.forumbg-table > .inner > span.corners-top {
	margin: 0 -4px -1px -4px;
}

.forumbg-table > .inner > span.corners-bottom {
	margin: -1px -4px 0 -4px;
}

/* Misc layout styles
---------------------------------------- */
/* column[1-2] styles are containers for two column layouts
   Also see tweaks.css */
.column1 {
	float: left;
	clear: left;
	width: 49%;
}

.column2 {
	float: right;
	clear: right;
	width: 49%;
}

/* General classes for placing floating blocks */
.left-box {
	float: left;
	width: auto;
	text-align: left;
}

.right-box {
	float: right;
	width: auto;
	text-align: right;
}

dl.details {
	font-size: 1.1em;
}

dl.details dt {
	float: left;
	clear: left;
	width: 30%;
	text-align: right;
	color: #000000;
	display: block;
}

dl.details dd {
	margin-left: 0;
	padding-left: 5px;
	margin-bottom: 5px;
	color: #828282;
	float: left;
	width: 65%;
}

/* Pagination
---------------------------------------- */
.pagination {
	height: 65px;
	width: auto;
	text-align: right;
	margin-top: 5px;
}

.pagination span.page-sep {
	display: none;
}

li.pagination {
	margin-top: 0;
}

.pagination strong, .pagination b {
	font-weight: normal;
}

.pagination span strong {
	padding: 0 2px;
	margin: 0 2px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #bfbfbf;
	border: 1px solid #bfbfbf;
	font-size: 0.9em;
}

.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
	font-weight: normal;
	text-decoration: none;
	color: #747474;
	margin: 0 2px;
	padding: 0 2px;
	background-color: #eeeeee;
	border: 1px solid #bababa;
	font-size: 0.9em;
	line-height: 1.5em;
}

.pagination span a:hover {
	border-color: #d2d2d2;
	background-color: #d2d2d2;
	color: #FFF;
	text-decoration: none;
}

.pagination img {
	vertical-align: middle;
}

/* Pagination in viewforum for multipage topics */
.row .pagination {
	display: block;
	width: auto;
	margin-top: 0;
	padding: 1px 0 1px 0px;
	font-size: 0.9em;
	background: none 0 50% no-repeat;
}

.row .pagination span a, li.pagination span a {
	background-color: #FFFFFF;
}

.row .pagination span a:hover, li.pagination span a:hover {
	background-color: #d2d2d2;
}

/* Miscellaneous styles
---------------------------------------- */
#forum-permissions {
	float: right;
	width: auto;
	padding-left: 5px;
	margin-left: 5px;
	margin-top: 10px;
	text-align: right;
}

.copyright {
	padding: 0;
	text-align: center;
	font-size:1.05em;
	color: #555555;
}

.small {
	font-size: 0.9em !important;
}

.titlespace {
	margin-bottom: 15px;
}

.headerspace {
	margin-top: 20px;
}

.error {
	color: #bcbcbc;
	font-weight: bold;
	font-size: 1em;
}

.reported {
	background-color: #f7f7f7;
}

li.reported:hover {
	background-color: #ececec;
}

div.rules {
	background-color: #ececec;
	color: #bcbcbc;
	padding: 10px;
	margin: 10px 0;
	font-size: 1.1em;
}

div.rules ul, div.rules ol {
	margin-left: 20px;
}

p.rules {
	background-color: #ececec;
	background-image: none;
	padding: 5px;
}

p.rules img {
	vertical-align: middle;
	padding-top: 5px;
}

p.rules a {
	vertical-align: middle;
	clear: both;
}

#top {
	position: absolute;
	top: -20px;
}

.clear {
	display: block;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	background: transparent;
}

/* PM alert box */
.pm-alert {
    margin: 0 0 10px 0;
    padding: 10px;
}

.pm-alert h3 {
    margin-top:0;
}
#main-body-container, .main-body-container
{
	margin-left: auto ;
	margin-right: auto ;
}

.main-content
{
	float:left;
	 width: 332px;
	 margin-right: 40px;
}

.main-featured {
	float: left;

}
#profileUsername {
	color: #fff;
	z-index: 10;
	text-shadow: 1px 1px 3px #000000;
	display: inline-block;
	margin-right: 0;
}
#profile-slides-container {
	padding-left: 30px;
}
.avatarImage-img {
	z-index: 4000;
}
.avatarImage-div {
	 z-index: 4000; display: inline-block; border-radius: 50%; margin-top: -100px;
}
#userInfo {
	position: absolute;
}
@media only screen and (max-width: 768px) {
	.avatarMargin {
		margin-left: 50px;
		padding-right: 50px;
	}
	.rowVideos {
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.indexVideoContainer {
		margin-bottom: 40px !important;
	}
	.teamModal-member .usernameMobile
	{
		max-width: 180px;
	}
	.team_card_organizer .usernameMobile
	{
		max-width: 180px;
	}
	.voteCharacterBtn {
	left: 7px;
	bottom: -18px;
}
.characterCard {
	width: 92px;
}
	.voteCharacterImgContainer {
		 height: 192px;
		 width: 92px;
	}
	.newMemberMsg {
		margin-top: -40px;
	}
	.store37px {
		font-size: 27px;
	}
	.store25px {
		font-size: 16px;
	}
	.store20px {
		font-size: 14px;
	}
	.skillswanted {
		text-align: center;
	}
	.team_filters {
		text-align: center;
	}
	.clock-container {
		right: 0;
	}
	.profile-hero-overlay {
		background: linear-gradient(transparent 25%, rgba(0, 0, 0, 0.008) 32.5%, rgba(0, 0, 0, 0.024) 40%, rgba(0, 0, 0, 0.055) 47.5%, rgba(0, 0, 0, 0.094) 55%, rgba(0, 0, 0, 0.15) 62.5%, rgba(0, 0, 0, 0.216) 70%, rgba(0, 0, 0, 0.294) 77.5%, rgba(0, 0, 0, 0.3) 85%, rgba(0, 0, 0, 0.3) 92.5%, rgba(0, 0, 0, 0.3) 100%) !important; border: none !important; position: absolute; height: 400px; width: 100%;margin-top: -360px; z-index: 6;
	}
	.avatarImage-div {
		height: 80px; width: 80px;
		margin-left: 10px;
		margin-right: 10px;
	 margin-top: -40px;
	}
	#userInfo.fullAvatarImage {
		margin-left: 100px; margin-top: -115px;
	}
	#userInfo.circleAvatarImage {
		margin-left: 100px; margin-top: -99px;
	}
	#userInfo.circleAvatarImage.jamPage {
		margin-top: -129px;
	}
	#userInfo.circleAvatarImage.jamPage h1, #userInfo.circleAvatarImage.jamPage h2, #userInfo.fullAvatarImage.jamPage h1, #userInfo.fullAvatarImage.jamPage h2 {
		overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
	}
	#userInfo.fullAvatarImage.jamPage {
		margin-top: -145px;
	}

	.avatarImage-img {
		height: 80px; margin-top: -20px;
		margin-left: 10px;
		margin-right: 10px;
	}
    .mobile-collapse{
        display: none !important;
    }
	.mobile-expand{
        width: 100% !important;
		margin-left: 0 !important;
    }
	.login-padding{
		padding-left: 15px;
	}
}
@media (min-width: 0px) and (max-width: 768px) {

	#profileUsername {
		font-size: 25px;
	}
	#userInfo.circleAvatarImage.jamPage h1, #userInfo.fullAvatarImage.jamPage h1 {
  font-size: 18px;
	}
	#userInfo.circleAvatarImage.jamPage h2, #userInfo.fullAvatarImage.jamPage h2 {
  font-size: 15px;
	}
	#titleIcon {
		width:25px; height: 25px; vertical-align: top;
	}
  .main-featured {
    width: 240px;
  }
  #main-body-container, .main-body-container{
		width: 100%;
	}
	.iframe {
		height:135px;
	}
	.h4-title {
		font-size: 28px;
	}
	.h4-line {
		font-size: 15px;
	}
	.documentationNav {
		margin-bottom: 20px;
	}
}
@media (min-width: 1300px) {
	.navbar-form .input-group {
		display: table;
	}
	.navbar-form .input-group .form-control {
		display: table-cell;
		width: 300px;
	}
}
@media (min-width: 768px) {
	.avatarMargin {
		margin-left: 58px;
		padding-right: 58px;
	}
	.rowVideos {
		margin: 30px 0;
	}
	#autocomplete_search {
	  width: 300px;
	}
	.soundSrc-container {
		width: 60vw;
		min-height: 50vh;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.teamModal-member .usernameMobile
	{
		max-width: 120px;
	}
	.team_card_organizer .usernameMobile
	{
		max-width: 130px;
	}
	.characterCard {
		width: 142px;
	}
	.voteCharacterBtn {
	left: 33px;
	bottom: -18px;
}
	.voteCharacterImgContainer {
		 height: 192px;
		 width: 142px;
	}
	#commentContainer > .col-sm-12 {
		padding-right: 58px;
	}
	.documentationNav{
		position: sticky;
		top: 60px;
	}
	.store37px {
		font-size: 37px;
	}
	.store25px {
		font-size: 25px;
	}
	.store20px {
		font-size: 20px;
	}
	.clock-container {
		left: 50%; transform: translateX(-50%); white-space: nowrap;
	}
	.profile-hero-overlay {
		background: linear-gradient(transparent 25%, rgba(0, 0, 0, 0.008) 32.5%, rgba(0, 0, 0, 0.024) 40%, rgba(0, 0, 0, 0.055) 47.5%, rgba(0, 0, 0, 0.094) 55%, rgba(0, 0, 0, 0.15) 62.5%, rgba(0, 0, 0, 0.216) 70%, rgba(0, 0, 0, 0.294) 77.5%, rgba(0, 0, 0, 0.384) 85%, rgba(0, 0, 0, 0.486) 92.5%, rgba(0, 0, 0, 0.6) 100%) !important; border: none !important; position: absolute; height: 400px; width: 100%;margin-top: -360px; z-index: 6;
	}
.login-flex {
	display: flex;
	align-items: center;
}
#userInfo.fullAvatarImage.jamPage {
	margin-top: -170px;
}
#userInfo.fullAvatarImage {
	margin-left: 230px; margin-top: -150px;
}
#userInfo.circleAvatarImage.jamPage {
	margin-top: -214px;
}
#userInfo.circleAvatarImage {
	margin-left: 230px; margin-top: -194px;
}
#profileUsername {
	font-size: 40px;
}
#titleIcon {
	width: 40px; height: 40px; vertical-align: top;
}
.avatarImage-div {
	height: 200px; width: 200px;
}
.avatarImage-img {
	height: 200px; margin-top: -140px;
}
}
@media (min-width: 930px) {
  .main-featured {
    width: 480px;
  }
  #main-body-container, .main-body-container{
		max-width: 1100px;
		width: 100%;
	}
	.iframe {
		height:270px;
	}
	.h4-title {
		font-size: 30px;
	}
	.h4-line {
		font-size: 16px;
	}
	.login-flex {
		display: flex;
		align-items: center;
	}
}
@media (min-width: 1378px) {
  .main-featured {
    width: 930px;
  }
  #main-body-container, .main-body-container{
		max-width: 1320px;
		width: 100%;
	}
	.iframe {
		height:450px;
	}
	.h4-title {
		font-size: 38px;
	}
	.h4-line {
		font-size: 24px;
	}
	.login-flex {
		display: flex;
		align-items: center;
	}
}


.article .text.short {
    height: 78px;
    overflow: hidden;
}
.announcement-author {
    font-size: 10px;
	margin: 0 0 5px 0;
}
.read-more {
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    color: #06c;
    margin: 2px 0;
}

#canvas_container
		{
			overflow: hidden;
			background: #000;
		}

		#canvas:hover
		{
			cursor: hand;
			cursor: pointer;
		}
		#canvas_container span
		{
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-o-user-select: none;
			-ms-user-select: none;
			user-select: none;
		}
		.badge.badge-notification {
		  display: block;
		  position: absolute;
		  top: 4px;
		  right: 2px;
		  line-height: 16px;
		  height: 16px;
		  padding: 1px 5px;
		  font-family: Arial, sans-serif;
		  color: white;
		  text-shadow: 0 1px rgba(0, 0, 0, 0.25);
		  border-radius: 10px;
		  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08);
		  box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08);
		  background: #d442f4;
		}

		.alert, .alert a {
			font-size: 17px !important;
		}
		.close {
			color: #000;
		    text-shadow: 0 1px 0 #fff;
		    filter: alpha(opacity=20);
		}

		.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );

}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	-moz-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	-ms-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	-o-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	transform: translateY(0) perspective( 600px ) rotateX( 0 );
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;

	-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0.01;

	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}
/* Link Styles
---------------------------------------- */

/* Links adjustment to correctly display an order of rtl/ltr mixed content */
a {
	direction: ltr;
	unicode-bidi: embed;
}

a:link	{ color: #898989; text-decoration: none; }
a:visited	{ color: #898989; text-decoration: none; }
a:hover	{ color: #d3d3d3; text-decoration: none; }
a:active	{ color: #d2d2d2; text-decoration: none; }

/* Site description link */
#site-description #not-logo a {color:#fff;}
#site-description #not-logo a:hover {color:#ccc;}

/* Coloured usernames */
.username-coloured {
	font-weight: bold;
	display: inline !important;
	padding: 0 !important;
}

.username-coloured:hover, .coloured-links a:hover {
    text-decoration: underline;
}

/* Search box */
#search-box a{
    font-size:0.9em;
    text-transform: uppercase;
}

/* Links on gradient backgrounds */
.navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.navbg a:hover, th a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {
	color: #ffffff;
	text-decoration: none;
}

.forumbg .header a:hover, .forabg .header a:hover {
    color:#fff;
}

/* Links for forum/topic lists */
a.forumtitle {
	font-size: 1.2em;
	font-weight: bold;
	color: #898989;
	text-decoration: none;
}

a.forumtitle:hover {
	color: #bcbcbc;
	text-decoration: underline;
}

a.forumtitle:active {
	color: #898989;
}

a.topictitle {
	font-size: 1.2em;
	font-weight: bold;
	color: #898989;
	text-decoration: none;
}

a.topictitle:hover {
	color: #bcbcbc;
	text-decoration: underline;
}

a.topictitle:active {
	color: #898989;
}

/* Post body links */
.postlink {
	text-decoration: none;
	color: #d2d2d2;
	padding-bottom: 0;
}

/* .postlink:visited { color: #bdbdbd; } */

.postlink:active {
	color: #d2d2d2;
}

.postlink:hover {
	text-decoration: underline;
	color: #404040;
}

.signature a, .signature a:visited, .signature a:hover, .signature a:active {
	border: none;
	text-decoration: underline;
	background-color: transparent;
}

/* Profile links */
.postprofile a:link, .postprofile a:visited, .postprofile dt.author a {
	color: #898989;
	text-decoration: none;
}

.postprofile a:hover, .postprofile dt.author a:hover {
	text-decoration: underline;
	color: #d3d3d3;
}

/* CSS spec requires a:link, a:visited, a:hover and a:active rules to be specified in this order. */
/* See http://www.phpbb.com/bugs/phpbb3/59685 */
.postprofile a:active {
	font-weight: bold;
	color: #898989;
	text-decoration: none;
}


/* Profile searchresults */
.search .postprofile a {
	color: #898989;
	text-decoration: none;
	font-weight: normal;
}

.search .postprofile a:hover {
	color: #d3d3d3;
	text-decoration: underline;
}

/* Back to top of page */
.back2top {
	clear: both;
	height: 11px;
	text-align: right;
}

a.top {
	background: none no-repeat top left;
	text-decoration: none;
	width: 11px;
	height: 11px;
	display: block;
	float: right;
	overflow: hidden;
	letter-spacing: 1000px;
	text-indent: 11px;
}

a.top:hover {
    background-position: 0 -11px;
}

a.top2 {
	background: none no-repeat 0 0;
    width: 11px;
    height: 11px;
    display:block;
	text-decoration: none;
	padding-left: 15px;
	line-height:0.9em;
	margin-top:10px;
}

/* Arrow links  */
a.up		{ background: none no-repeat left center; }
a.down		{ background: none no-repeat right center; }
a.left		{ background: none no-repeat 3px 60%; }
a.right		{ background: none no-repeat 95% 60%; }

a.up, a.up:link, a.up:active, a.up:visited {
	padding-left: 10px;
	text-decoration: none;
	border-bottom-width: 0;
}

a.up:hover {
	background-position: left top;
	background-color: transparent;
}

a.down, a.down:link, a.down:active, a.down:visited {
	padding-right: 10px;
}

a.down:hover {
	background-position: right bottom;
	text-decoration: none;
}

a.left, a.left:active, a.left:visited {
	padding-left: 12px;
}

a.left:hover {
	color: #d2d2d2;
	text-decoration: none;
	background-position: 0 60%;
}

a.right, a.right:active, a.right:visited {
	padding-right: 12px;
}

a.right:hover {
	color: #d2d2d2;
	text-decoration: none;
	background-position: 100% 60%;
}

/* invisible skip link, used for accessibility  */
.skiplink {
	position: absolute;
	left: -999px;
	width: 990px;
}

/* Feed icon in forumlist_body.html */
a.feed-icon-forum {
	float: right;
	margin: 3px;
}
/* Content Styles
---------------------------------------- */
.alert.alert-server {
  margin-bottom: 0 !important;
  border-radius: 0;
	z-index: 2000;
}
.PV_span{
	display: none;
}
.panel .PV_span:first-child {
    display: block;
}
.sectioning {
	margin-top: 15px;
	display: block;
}
a.btn-success, a.btn-warning,a.btn-danger,a.btn-info, a.btn-primary, a.btn-grape, a.btn-ebony 	{
	color: #fff !important;
}
a.btn-default {
	color: #333 !important;
}
.tooltipTable td {
	padding: 10px;
	text-align: center;
	font-family: 'Roboto', Tahoma, Helvetica, Arial, sans-serif !important;
}
.tooltipTable td span {
	margin: auto;
}
.tooltipTable td:first-child {
	text-align: left;
}
.tooltipTable th {
padding: 5px;
	text-align: center;
	font-size: 14px;
	font-family: 'Roboto', Tahoma, Helvetica, Arial, sans-serif !important;
	font-weight: normal;
	border-bottom: 1px solid white;
}
.clearfix {
	height: 25% !important;
}
.subscribe_item {
	display: table;
	margin: 10px 0;
}
.subscribe_avatar{
	display: table-cell;
  vertical-align: middle;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
.subscribe_username {
	display: table-cell;
	vertical-align: middle;
	font-size: 15px;
	padding-left: 10px;
	max-width: 160px;
	text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
	font-weight: 500;
}
.forum_badge {
	margin: 5px;
}
.forum_badge .icon{
	max-width: 75px;
	max-height: 75px;
padding: 5px;
	vertical-align: middle;
}
.lm-subscribers, .lm-subscribing {
	margin-top:3px;
}

#unsubscribe_btn{

		color: white;
		    font-size: 12px;
				margin: 2px 0;
		    padding: 2px 7px;
		    border-radius: 20px;
				border: 1px solid purple;
				background-color: purple;
				display: inline-block;
}

#subscribe_btn {
	 color: #777 !important;
    margin: 2px 0;
    font-size: 12px;
    border: 1px solid #777;
    padding: 2px 7px;
    border-radius: 20px;
		display: inline-block;
}
.payoutBtn {
	border-radius: 7px;
	border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    padding: 16px;
    position: relative;
    text-align: center;
		background: linear-gradient(to right, #da8cff, #9a55ff);
    box-shadow: 0px 3px 8.3px 0.7px rgba(163, 93, 255, 0.35);
    color: white !important;
		width: 100%;
		margin-top: 10px;
		display:inline-block;
}
.payoutBtn:hover {
	background: linear-gradient(to right, #ff8ce8, #ff55b3);
}
.profileMessage-mobile {
	border: none;
	background: linear-gradient(to right, #da8cff, #9a55ff);
	box-shadow: 0px 3px 8.3px 0.7px rgba(191, 173, 217, 0.35);
	border-radius: 7px;
	color: white !important;
	margin: 2px 0;
	font-size: 12px;
	padding: 2px 7px;
	border-radius: 7px;
	display: inline-block;
}
#unsubscribe_btn:after{
	 content: 'Subscribed';
}
#unsubscribe_btn:hover:after{
    content: 'Unsubscribe';
}
#unsubscribe_btn:hover {
	border: 1px solid red;
	background-color: red;
}
#subscribe_btn:hover {
	background-color: purple;
    border-color: purple;
		color: white !important;
}
.profileMessage-mobile:hover {
	box-shadow: 0px 3px 8.3px 0.7px rgba(163, 93, 255, 0.35);
}
.sale-off{
position: absolute;

  z-index: 100;
  color: white;
  padding: 5px 12px;
  font-size: 16px;
  background-color: rgba(255, 0, 0, 0.7);
}
/* VN thumbnails */
.vn-item-list	{
	width: 270px;
	height: 68px;
	text-align: left;
	vertical-align: text-top;
	word-wrap: break-word;
	display: block;
	margin-bottom: 10px;
}
.vn-thumb-list {
	width: 120px;
    height: 68px;
	overflow: hidden;
	display: inline-block;
}
.vn-item	{
	width: 220px;
	height: 165px;
	text-align: left;
	vertical-align: top;
	word-wrap: break-word;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}
.vn-thumb {
	overflow: hidden;
	display: block;
	border-radius: 6px;
}
.vn-title	{
	font-size: 1.35em;
	line-height: 1.35em;
	display: block;
	width: 220px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
}
.desktop-views, .desktop-views-inline, .desktop-views-inline-flex, .mobile-views, .mobile-views-inline, .desktop-views h5, .desktop-views-inline h5, .desktop-views-inline-flex h5, .mobile-views h5, .mobile-views-inline h5, .panel h4 {
	font-weight: 400;
}
@media (min-width: 0px) and (max-width: 768px) {
	#autocomplete_search {
	  width: 100%;
		z-index: 1000;
	}
.pull-mobile{
	float: none !important;
	padding: 5px 0;
	width:100%;
}
.pull-mobile.cnBtn {
	padding: 10px 15px 10px 0 !important;
}
.author-avatar {
	display: none;
}
.desktop-views, .desktop-views-inline, .desktop-views-inline-flex {
	display: none !important;
}
.mobile-views {
	display: block !important;
	font-size: 14px;
}
.mobile-views-inline {
	display: inline !important;
}
}
@media (min-width: 768px) {
  #canvas_mobileAd {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  #canvas_mobileAd {
    display: inline;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
	.patreon-mobileBtn {
		margin: auto;
	}
	.vn-title-list	{/*thsi is extremely dirty, literally cuts off after 2 lines, make a better one later */
		font-size: 1.5em;
		line-height: 1.5em;
		font-weight: bold;
		display: block;
		width: 220px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.vn-description-list	{/*thsi is extremely dirty, literally cuts off after 2 lines, make a better one later */
		font-size: 1em;
		line-height: 1.2em;
		display: block;
		width: 220px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}


@media (min-width: 768px) {

	.vn-title-list	{/*thsi is extremely dirty, literally cuts off after 2 lines, make a better one later */
		font-size: 1.5em;
		line-height: 1.5em;
		font-weight: bold;
		display: block;
		width: 420px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.vn-description-list	{/*thsi is extremely dirty, literally cuts off after 2 lines, make a better one later */
		font-size: 1em;
		line-height: 1.2em;
		display: block;
		width: 420px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.mobile-views, .mobile-views-inline {
	display: none !important;
}
.desktop-views {
	display: block !important;
}
.desktop-views-inline {
	display: inline !important;
}
.desktop-views-inline-flex {
	display: inline-flex !important;
}
}
.vn-content-list	{
	display: inline-block;
	vertical-align: top;
	width: 120px;
	height: 68px;
	margin-left: 3px;
}
.vn-content	{
	margin: 5px 0;
}
.vn-results	{
	/*text-align: center;*/
}

.vn-info span + span {
    margin-left: 10px;
}
.vn-info-list span {
    display: block;
}

.vn-info a:link	{ color: #555; }
.vn-info a:visited	{ color: #555; }
.vn-info a:hover	{ color: #a138b4; }
.vn-info a:active	{ color: #a138b4; }

/* RESOURCES */
.resource-item	{
	max-height: 250px;
	width: 210px;
	text-align: left;
	vertical-align: top;
	word-wrap: break-word;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}
.resource-thumb	{
	text-align: center;
	display: block;

	line-height:140px;
	/*border: 1px solid #555;*/
}
.resource-thumb-inner	{
	max-width: 210px;
    max-height: 210px;
	overflow: hidden;
	display: block;
	margin: auto;
	vertical-align: middle;
}
.resource-content	{
	margin-top: 7px;
}
.resource-title	{
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	display: block;
	width: 150px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	vertical-align: middle;
}
.resource-approved-icon {
	color: green;
	display: inline-block;
	vertical-align: middle;
}
/* RESOURCES */
.avatar-item	{
	max-height: 250px;
	width: 217px;
	text-align: left;
	vertical-align: top;
	word-wrap: break-word;
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.avatar-thumb	{
	text-align: center;
	display: block;

	line-height:140px;
	/*border: 1px solid #555;*/
}
.avatar-thumb-inner	{
	max-width: 217px;
    max-height: 190px;
	overflow: hidden;
	display: block;
	margin: auto;
	vertical-align: middle;
}
.avatar-content	{
	margin: 5px 0;
}
/* LOAD MORE */

.loadmore	{
	width: 100%;
	background: #eee;
	border: 0;
	border-radius:5px;
	padding: 5px;
	color: #555;
}
.loadmore:hover	{
	background: #ddd;
}
.loadmore:disabled	{
	background: #fff;
}
/* DOCUMENTATION */
.documentation-content {
	float: left;
	width: 65%;
	margin: 10px;
}
.documentation-table {
	float: right;
	width: 29%;
	margin: 10px;
}

.documentation-content img {
	display: block;
	margin: 15px auto;
	border: 1px solid #555;
	max-width: 100%;
}
.table-of-contents_list {

}
.table-of-contents_list li {
	margin: 0 30px;
	font-size: 14px;
}
.table-of-contents_section	{
	list-style-type: none;
	font-size: 14px;
	margin-bottom: 5px;
}

/* Wrap around content blocks to allow padding content without affecting parent containers */
/* Overridden by fluid-width.css if uncommented in stylesheet.css */
.content-wrap {
    padding: 0;
    width: 850px;
    margin: auto;
}

/* browse searcch input and buttons */
.browse-vn	{
	background-color: #f9f9f9;
	color: #333;
	vertical-align: middle;
	margin: 10px 5px 10px 0px;
	padding: 7px;
	border: 1px solid #c0c0c0;
	font-size: 14px;
	font-family: 'Roboto', Tahoma, Helvetica, Arial, sans-serif;
	cursor: text;
}
button.browse-btn	{
	background: #a138b4;
	-webkit-box-shadow: 0px 1px 2px #666666;
	-moz-box-shadow: 0px 1px 2px #666666;
	box-shadow: 0px 1px 2px #666666;
	font-family: Arial;
	color: #ffffff;
	font-size: 14px;
	padding: 7px;
	text-decoration: none;
	border: 0px solid #fff;
	vertical-align: middle;
}

button.browse-btn:hover	{
	background: #3498db;
  text-decoration: none;
}

/* Content */
ul.topiclist {
	display: block;
	list-style-type: none;
	margin: 0;
}

ul.forums {
	background: #f9f9f9 none repeat-x 0 0;
	padding: 4px 0;
}

ul.topiclist li {
	display: block;
	list-style-type: none;
	color: #777777;
	margin: 0;
}

ul.topiclist dl {
	position: relative;
}

ul.topiclist li.row dl {
	padding: 2px 0;
}

ul.topiclist dt {
	display: block;
	float: left;
	width: 50%;
	font-size: 1.1em;
	padding-left: 5px;
	padding-right: 5px;
}

ul.topiclist dd {
	display: block;
	float: left;
	padding: 4px 0;
}

ul.topiclist dfn {
	/* Labels for post/view counts */
	position: absolute;
	left: -999px;
	width: 990px;
}

ul.topiclist li.row dt a.subforum {
	background-image: none;
	background-position: 0 50%;
	background-repeat: no-repeat;
	position: relative;
	white-space: nowrap;
	padding: 0 0 0 12px;
}

.forum-image {
	float: left;
	padding-top: 5px;
	margin-right: 5px;
}

li.row strong {
	font-weight: normal;
	color: #000000;
}

li.header dt, li.header dd {
	line-height: 1em;
	border-left-width: 0;
	margin: 2px 0 4px 0;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	text-transform: uppercase;
	font-size:0.95em;
}

li.header dt {
	font-weight: bold;
}

li.header dl.icon {
	min-height: 0;
	padding: 5px 5px 2px 8px;
}

li.header dl.icon dt {
	/* Tweak for headers alignment when folder icon used */
	padding-left: 0;
	padding-right: 55px;
}

/* Forum list column styles */
dl.icon {
	min-height: 35px;
	background-position: 10px 50%;
		/* Position of folder icon */
	background-repeat: no-repeat;
}

dl.icon dt {
	padding-left: 50px;					/* Space for folder icon */
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: 5px 95%;		/* Position of topic icon */
}

dd.posts, dd.topics, dd.views {
	width: 8%;
	text-align: center;
	line-height: 2.2em;
	font-size: 1.2em;
}

/* List in forum description */
.documentationTextSize ol,
.documentationTextSize ul,
.policyTextSize ol,
.policyTextSize ul {
	list-style: none;
}
.documentationTextSize ol,
.documentationTextSize ul ul,
.policyTextSize ol,
.policyTextSize ul ul{
	 margin-left: 1.5em;
}
dl.icon dt li {
	display: list-item;
	list-style-type: inherit;
}

dd.lastpost {
	width: 25%;
	font-size: 1.1em;
}

dd.redirect {
	font-size: 1.1em;
	line-height: 2.5em;
}

dd.moderation {
	font-size: 1.1em;
}

dd.lastpost span, ul.topiclist dd.searchby span, ul.topiclist dd.info span, ul.topiclist dd.time span, dd.redirect span, dd.moderation span {
	display: block;
	padding-left: 5px;
}

dd.time {
	width: auto;
	line-height: 200%;
	font-size: 1.1em;
}

dd.extra {
	width: 12%;
	line-height: 200%;
	text-align: center;
	font-size: 1.1em;
}

dd.mark {
	float: right !important;
	width: 9%;
	text-align: center;
	line-height: 200%;
	font-size: 1.2em;
}

dd.info {
	width: 30%;
}

dd.option {
	width: 15%;
	line-height: 200%;
	text-align: center;
	font-size: 1.1em;
}

dd.searchby {
	width: 47%;
	font-size: 1.1em;
	line-height: 1em;
}

ul.topiclist dd.searchextra {
	margin-left: 5px;
	padding: 0.2em 0;
	font-size: 1.1em;
	color: #333333;
	border-left: none;
	clear: both;
	width: 98%;
	overflow: hidden;
}

/* Container for post/reply buttons and pagination */
.topic-actions {
	margin-bottom: 7px;
	font-size: 1.1em;
	height: 28px;
	min-height: 28px;
}
div[class].topic-actions {
	height: auto;
}

/* Post body styles
----------------------------------------*/
.postbody {
	padding: 0;
	line-height: 1.48em;
	color: #333333;
	width: 76%;
	float: left;
	clear: both;
}

.postbody .ignore {
	font-size: 1.1em;
}

.postbody h3.first {
	/* The first post on the page uses this */
	font-size: 1.3em;
}

.postbody h3 {
	/* Postbody requires a different h3 format - so change it here */
	font-size: 1.3em;
	padding: 2px 0 0 0;
	margin: 0 0 0.3em 0 !important;
	text-transform: none;
	border: none;
	font-weight: normal;
	line-height: 125%;
}
.postbody p.author {
	margin: 0 15em 0.6em 0;
	padding: 0 0 12px 0;
	font-size: 11px !important;
	line-height: 1.1em;
}
.postbody h3 img {
	/* Also see tweaks.css */
	vertical-align: bottom;
}

.postbody .content {
	font-size: 1.2em;
}

.search .postbody {
	width: 68%
}

/* Topic review panel
----------------------------------------*/
#review {
	margin-top: 2em;
}

#topicreview {
	padding-right: 5px;
	overflow: auto;
	height: 300px;
}

#topicreview .postbody {
	width: auto;
	float: none;
	margin: 0;
	height: auto;
}

#topicreview .post {
	height: auto;
}

#topicreview h2 {
	border-bottom-width: 0;
}

.post-ignore .postbody {
	display: none;
}

/* MCP Post details
----------------------------------------*/
#post_details
{
	/* This will only work in IE7+, plus the others */
	overflow: auto;
	max-height: 300px;
}

#expand
{
	clear: both;
}

/* Content container styles
----------------------------------------*/
.content {
	min-height: 3em;
	overflow: hidden;
	line-height: 1.4em;
	font-family: "Roboto", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #333333;
	padding-bottom: 1px;
}

.content h2, .panel h2 {
	color: #989898;
	border-bottom: 1px solid #CCCCCC;
    font-family: 'Roboto', Tahoma, Helvetica, Arial, sans-serif;
	font-weight:300;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
	padding-bottom: 0;
	line-height: normal;
}

.panel h3 {
	margin: 0 0 0.5em 0;
}

.panel p {
	font-size: 1.2em;
	margin-bottom: 1em;
	line-height: 1.4em;
}

.content p {
	font-size: 1.2em;
	margin-bottom: 1em;
	line-height: 1.4em;
}

dl.faq {
	font-size: 1.1em;
	margin-top: 1em;
	margin-bottom: 2em;
	line-height: 1.4em;
}

dl.faq dt {
	font-weight: bold;
	color: #333333;
}

.content dl.faq {
	font-size: 1.2em;
	margin-bottom: 0.5em;
}

.content li {
	list-style-type: inherit;
}

.content ul, .content ol {
	margin-bottom: 1em;
	margin-left: 3em;
}

.posthilit {
	background-color: #f3f3f3;
	color: #BCBCBC;
	padding: 0 2px 1px 2px;
}

.announce, .unreadpost {
	/* Highlight the announcements & unread posts box */
	border-left-color: #BCBCBC;
	border-right-color: #BCBCBC;
}

/* Post author */
p.author {
	margin: 0 15em 0.6em 0;
	padding: 0 0 5px 0;
	font-size: 1em;
	line-height: 1.2em;
}


/* Post signature */
.signature {
	margin-top: 1.5em;
	padding-top: 0.2em;
	font-size: 1.1em;
	border-top: 1px solid #CCCCCC;
	clear: left;
	line-height: 140%;
	overflow: hidden;
	width: 100%;
}

dd .signature {
	margin: 0;
	padding: 0;
	clear: none;
	border: none;
}

.signature li {
	list-style-type: inherit;
}

.signature ul, .signature ol {
	margin-bottom: 1em;
	margin-left: 3em;
}

/* Post noticies */
.notice {
	width: auto;
	margin-top: 1.5em;
	padding-top: 0.2em;
	font-size: 1em;
	border-top: 1px dashed #CCCCCC;
	clear: left;
	line-height: 130%;
}

/* Jump to post link for now */
ul.searchresults {
	list-style: none;
	text-align: right;
	clear: both;
}

/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
	background: #fff none 6px 8px no-repeat;
	border-left:4px solid #ccc;
	font-size: 0.95em;
	margin: 0.5em 1px 0 25px;
	overflow: hidden;
	padding: 5px;
}
.documentationTextSize blockquote {
  border-left: 4px solid #aaa;
	background: none;
}

blockquote blockquote {
	/* Nested quotes */
	background-color: #fff;
	font-size: 1em;
	margin: 0.5em 1px 0 15px;
}

blockquote blockquote blockquote {
	/* Nested quotes */
	background-color: #fff;
}

blockquote cite {
	/* Username/source of quoter */
	font-style: normal;
	font-weight: bold;
	margin-left: 20px;
	display: block;
	font-size: 0.9em;
}

blockquote cite cite {
	font-size: 1em;
}

blockquote.uncited {
	padding-top: 25px;
}

/* Code block */
dl.codebox {
	padding: 3px 5px;
	background-color: #FFFFFF;
	border-left: 4px solid #ccc;
	font-size: 1em;
}

dl.codebox dt {
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3px;
	font-size: 0.8em;
	font-weight: bold;
	display: block;
}

blockquote dl.codebox {
	margin-left: 0;
}

dl.codebox code {
	/* Also see tweaks.css */
	overflow: auto;
	display: block;
	height: auto;
	max-height: 200px;
	white-space: normal;
	padding-top: 5px;
	font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;
	line-height: 1.3em;
	color: #8b8b8b;
	margin: 2px 0;
}

.syntaxbg		{ color: #FFFFFF; }
.syntaxcomment	{ color: #000000; }
.syntaxdefault	{ color: #bcbcbc; }
.syntaxhtml		{ color: #000000; }
.syntaxkeyword	{ color: #585858; }
.syntaxstring	{ color: #a7a7a7; }

/* Attachments
----------------------------------------*/
.attachbox {
	float: left;
	width: auto;
	max-width:100%;
	margin: 20px 0 0 0;
	padding: 0;
	background-color: #FFFFFF;
	border: 1px dashed #d8d8d8;
	clear: left;
}

.pm-message .attachbox {
	background-color: #f3f3f3;
}

.attachbox dt {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 6px;
}

.attachbox dd {
	margin-top: 4px;
	padding-top: 4px;
	clear: left;
	border-top: 1px solid #d8d8d8;
    margin: 6px;
}

.attachbox dd dd {
	border: none;
}

.attachbox p {
	line-height: 110%;
	color: #666666;
	font-weight: normal;
	clear: left;
}

.attachbox p.stats
{
	line-height: 110%;
	color: #666666;
	font-weight: normal;
	clear: left;
}

.attach-image {
	margin: 3px 0;
	width: 100%;
	max-height: 350px;
	overflow: auto;
}

.attach-image img {
	border: 1px solid #999999;
/*	cursor: move; */
	cursor: default;
}

/* Inline image thumbnails */
div.inline-attachment dl.thumbnail, div.inline-attachment dl.file {
	display: block;
	margin-bottom: 4px;
}

div.inline-attachment p {
	font-size: 100%;
}

dl.file {
	display: block;
}

dl.file dt {
	text-transform: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

dl.file dd {
	color: #666666;
	margin: 0;
	padding: 0;
}

dl.thumbnail img {
	padding: 3px;
	border: 1px solid #666666;
	background-color: #FFF;
}

dl.thumbnail dd {
	color: #666666;
	font-style: italic;
}

.attachbox dl.thumbnail dd {
	font-size: 100%;
}

dl.thumbnail dt a:hover {
	background-color: #EEEEEE;
}

dl.thumbnail dt a:hover img {
	border: 1px solid #d2d2d2;
}

/* Post poll styles
----------------------------------------*/
fieldset.polls {
}

fieldset.polls dl {
	margin-top: 5px;
	border-top: 1px solid #e2e2e2;
	padding: 5px 0 0 0;
	line-height: 120%;
	color: #666666;
}

fieldset.polls dl.voted {
	font-weight: bold;
	color: #000000;
}

fieldset.polls dt {
	text-align: left;
	float: left;
	display: block;
	width: 30%;
	border-right: none;
	padding: 0;
	margin: 0;
	font-size: 1.1em;
}

fieldset.polls dd {
	float: left;
	width: 10%;
	border-left: none;
	padding: 0 5px;
	margin-left: 0;
	font-size: 1.1em;
}

fieldset.polls dd.resultbar {
	width: 50%;
}

fieldset.polls dd input {
	margin: 2px 0;
}

fieldset.polls dd div {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 2px;
	overflow: visible;
	min-width: 2%;
}

.pollbar1 {
	background-color: #aaaaaa;
	border-bottom: 1px solid #747474;
	border-right: 1px solid #747474;
}

.pollbar2 {
	background-color: #bebebe;
	border-bottom: 1px solid #8c8c8c;
	border-right: 1px solid #8c8c8c;
}

.pollbar3 {
	background-color: #D1D1D1;
	border-bottom: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
}

.pollbar4 {
	background-color: #e4e4e4;
	border-bottom: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
}

.pollbar5 {
	background-color: #f8f8f8;
	border-bottom: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;
}

/* Poster profile block
----------------------------------------*/
.postprofile {
	/* Also see tweaks.css */
	margin: 5px 0 10px 0;
	min-height: 80px;
	color: #666666;
	border-left: 1px solid #FFFFFF;
	width: 22%;
	float: right;
	display: inline;
	overflow: hidden; /* Remove this if you don't want large content truncated*/
}
.pm .postprofile {
	border-left: 1px solid #DDDDDD;
}

.postprofile dd, .postprofile dt {
	line-height: 1.2em;
	margin-left: 8px;
}

.postprofile strong {
	font-weight: normal;
	color: #000000;
}

.avatar {
	border: none;
	margin-bottom: 3px;
}

.online, .offline {
    border-right:4px solid #f9f9f9;
}

/* Poster profile used by search*/
.search .postprofile {
	width: 30%;
}

/* pm list in compose message if mass pm is enabled */
dl.pmlist dt {
	width: 60% !important;
}

dl.pmlist dt textarea {
	width: 95%;
}

dl.pmlist dd {
	margin-left: 61% !important;
	margin-bottom: 2px;
}
/* Button Styles
---------------------------------------- */

/* Rollover buttons
   Based on: http://wellstyled.com/css-nopreload-rollovers.html
----------------------------------------*/
.buttons {
	float: left;
	width: auto;
	height: auto;
}

/* Rollover state */
.buttons div {
	float: left;
	margin: 0 5px 0 0;
	background-position: 0 100%;
}

/* Rolloff state */
.buttons div a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0;
	position: relative;
	overflow: hidden;
}

/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */
/*.buttons div span		{ display: none; }*/
/*.buttons div a:hover	{ background-image: none; }*/
.buttons div span			{ position: absolute; width: 100%; height: 100%; cursor: pointer;}
.buttons div a:hover span	{ background-position: 0 100%; }

/* Big button images */
.reply-icon span	{ background: transparent none 0 0 no-repeat; }
.post-icon span		{ background: transparent none 0 0 no-repeat; }
.locked-icon span	{ background: transparent none 0 0 no-repeat; }
.pmreply-icon span	{ background: none 0 0 no-repeat; }
.newpm-icon span 	{ background: none 0 0 no-repeat; }
.forwardpm-icon span 	{ background: none 0 0 no-repeat; }

/* Set big button dimensions */
.buttons div.reply-icon		{ width: 87px; height: 24px; margin-top: 3px; margin-right: 5px;}
.buttons div.post-icon		{ width: 84px; height: 24px; margin-top: 3px; margin-right: 5px;}
.buttons div.locked-icon	{ width: 71px; height: 24px; margin-top: 3px; margin-right: 5px;}
.buttons div.pmreply-icon	{ width: 89px; height: 24px; margin-top: 3px; margin-right: 5px;}
.buttons div.newpm-icon		{ width: 68px; height: 24px; margin-top: 3px; margin-right: 5px;}
.buttons div.forwardpm-icon	{ width: 83px; height: 24px; margin-top: 3px; margin-right: 5px;}

/* Sub-header (navigation bar)
--------------------------------------------- */
a.print, a.sendemail, a.fontsize {
	display: block;
	overflow: hidden;
	height: 18px;
	text-indent: -5000px;
	text-align: left;
	background-repeat: no-repeat;
}

a.print {
	background-image: none;
	background-position: 0 0;
	width: 22px;
}

a.print:hover{
    background-position: 0 -18px;
}

a.sendemail {
	background-image: none;
	background-position: 0 0;
	width: 22px;
}

a.sendemail:hover{
    background-position: 0 -18px;
}

a.fontsize {
	background-image: none;
	width: 29px;
}

a.fontsize:hover {
	background-position: 0 -20px;
	text-decoration: none;
}

/* Icon images
---------------------------------------- */
.sitehome, .icon-chat, .icon-faq, .icon-members, .icon-home, .icon-ucp, .icon-register, .icon-logout,
.icon-bookmark, .icon-bump, .icon-subscribe, .icon-unsubscribe, .icon-pages, .icon-search {
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: none;
	padding: 1px 0 0 17px;
}

/* Poster profile icons
----------------------------------------*/
ul.profile-icons {
	padding-top: 10px;
	list-style: none;
}

/* Rollover state */
ul.profile-icons li {
	float: left;
	margin: 0 6px 3px 0;
	background-position: 0 100%;
}

/* Rolloff state */
ul.profile-icons li a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0;
}

/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */
ul.profile-icons li span { display:none; }
ul.profile-icons li a:hover { background: none; }

/* Positioning of moderator icons */
.postbody ul.profile-icons {
	float: right;
	width: auto;
	padding: 0;
}

.postbody ul.profile-icons li {
	margin: 0 3px;
}

/* Profile & navigation icons */
.email-icon, .email-icon a		{ background: none top left no-repeat; }
.aim-icon, .aim-icon a			{ background: none top left no-repeat; }
.yahoo-icon, .yahoo-icon a		{ background: none top left no-repeat; }
.web-icon, .web-icon a			{ background: none top left no-repeat; }
.msnm-icon, .msnm-icon a			{ background: none top left no-repeat; }
.icq-icon, .icq-icon a			{ background: none top left no-repeat; }
.jabber-icon, .jabber-icon a		{ background: none top left no-repeat; }
.pm-icon, .pm-icon a				{ background: none top left no-repeat; }
.quote-icon, .quote-icon a		{ background: none top left no-repeat; }

/* Moderator icons */
.report-icon, .report-icon a		{ background: none top left no-repeat; }
.warn-icon, .warn-icon a			{ background: none top left no-repeat; }
.edit-icon, .edit-icon a			{ background: none top left no-repeat; }
.delete-icon, .delete-icon a		{ background: none top left no-repeat; }
.info-icon, .info-icon a			{ background: none top left no-repeat; }

/* Set profile icon dimensions */
ul.profile-icons li.email-icon		{ width: 24px; height: 22px; }
ul.profile-icons li.aim-icon	{ width: 24px; height: 22px; }
ul.profile-icons li.yahoo-icon	{ width: 24px; height: 22px; }
ul.profile-icons li.web-icon	{ width: 41px; height: 22px; }
ul.profile-icons li.msnm-icon	{ width: 24px; height: 22px; }
ul.profile-icons li.icq-icon	{ width: 24px; height: 22px; }
ul.profile-icons li.jabber-icon	{ width: 24px; height: 22px; }
ul.profile-icons li.pm-icon		{ width: 42px; height: 22px; }
ul.profile-icons li.quote-icon	{ width: 64px; height: 22px; }
ul.profile-icons li.report-icon	{ width: 24px; height: 22px; }
ul.profile-icons li.edit-icon	{ width: 50px; height: 22px; }
ul.profile-icons li.delete-icon	{ width: 24px; height: 22px; }
ul.profile-icons li.info-icon	{ width: 24px; height: 22px; }
ul.profile-icons li.warn-icon	{ width: 20px; height: 20px; }

/* Fix profile icon default margins */
ul.profile-icons li.edit-icon	{ margin: 0 3px 0 3px; }
ul.profile-icons li.quote-icon	{ margin: 0 0 0 10px; }
ul.profile-icons li.info-icon, ul.profile-icons li.report-icon	{ margin: 0 3px 0 0; }
/* Control Panel Styles
---------------------------------------- */


/* Main CP box
----------------------------------------*/
#cp-menu {
	float:left;
	width: 19%;
	margin-top: 1em;
	margin-bottom: 10px;
}

#cp-main {
	float: left;
	width: 81%;
}

#cp-main .content {
	padding: 0;
}

#cp-main h3, #cp-main hr, #cp-menu hr {
	border-color: #bfbfbf;
}

#cp-main .panel p {
	font-size: 1.1em;
}

#cp-main .panel ol {
	margin-left: 2em;
	font-size: 1.1em;
}

#cp-main .panel li.row {
	border-bottom: 1px solid #cbcbcb;
}

ul.cplist {
	margin-bottom: 5px;
	border-top: 1px solid #cbcbcb;
}

#cp-main .panel li.header dd, #cp-main .panel li.header dt {
	color: #000000;
	margin-bottom: 2px;
}

#cp-main table.table1 {
	margin-bottom: 1em;
}

#cp-main table.table1 thead th {
	color: #333333;
	font-weight: bold;
	border-bottom: 1px solid #333333;
	padding: 5px;
}

#cp-main table.table1 tbody th {
	font-style: italic;
	background-color: transparent !important;
	border-bottom: none;
}

#cp-main .pagination {
	float: right;
	width: auto;
	padding-top: 1px;
}

#cp-main .postbody p {
	font-size: 1.1em;
}

#cp-main .pm-message {
	border: 1px solid #e2e2e2;
	margin: 10px 0;
	background-color: #FFFFFF;
	width: auto;
	float: none;
}

.pm-message h2 {
	padding-bottom: 5px;
}

#cp-main .postbody h3, #cp-main .box2 h3 {
	margin-top: 0;
}

#cp-main .buttons {
	margin-left: 0;
}

#cp-main ul.linklist {
	margin: 0;
}

/* MCP Specific tweaks */
.mcp-main .postbody {
	width: 100%;
}

.tabs-container h2 {
	float: left;
	margin-bottom: 0px;
}

.tabs-container #minitabs {
	float: right;
	margin-top: 19px;
}

.tabs-container:after {
	display: block;
	clear: both;
	content: '';
}

/* CP tabbed menu
----------------------------------------*/
#tabs {
	line-height: normal;
	margin: 10px 0 0 0;
	min-width: 570px;
}

#tabs ul {
	margin:0;
	padding: 0;
	list-style: none;
}

#tabs li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
}

#tabs a {
	float: left;
	background: none no-repeat 0% -35px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: none;
	position: relative;
	cursor: pointer;
}

#tabs a span {
	float: left;
	display: block;
	background: none no-repeat 100% -35px;
	padding: 8px;
	color: #828282;
	white-space: nowrap;
	text-transform: uppercase;
	font-size: 0.95em;
}

#tabs a:hover span {
	color: #bcbcbc;
}

#tabs .activetab a {
	background-position: 0 0;
	border-bottom-color: #e60685;
}

#tabs .activetab a span {
	background-position: 100% 0;
	color: #333333;
}

#tabs a:hover {
	background-position: 0 -70px;
}

#tabs a:hover span {
	background-position:100% -70px;
}

#tabs .activetab a:hover {
	background-position: 0 0;
}

#tabs .activetab a:hover span {
	color: #000000;
	background-position: 100% 0;
}

/* Mini tabbed menu used in MCP
----------------------------------------*/
#minitabs {
	line-height: normal;
	margin: -20px 7px 8px 0;
}

#minitabs ul {
	margin:0;
	padding: 0;
	list-style: none;
}

#minitabs li {
	display: block;
	float: right;
	padding: 4px 10px 4px 10px;
	font-size: 1em;
	font-weight: bold;
	background-color: #f2f2f2;
	margin-left: 2px;
}

#minitabs a {
}

#minitabs a:hover {
	text-decoration: none;
}

#minitabs li.activetab {
	background-color: #F9F9F9;
}

#minitabs li.activetab a, #minitabs li.activetab a:hover {
	color: #333333;
}

/* UCP navigation menu
----------------------------------------*/
/* Container for sub-navigation list */
#navigation {
	width: 100%;
	padding-top: 40px;
}

#navigation ul {
	list-style:none;
}

/* Default list state */
#navigation li {
	margin: 1px 0;
	padding: 0;
	font-weight: bold;
	display: inline;
}

/* Link styles for the sub-section links */
#navigation a {
	display: block;
	padding: 5px;
	margin: 1px 0 1px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	background: #cfcfcf none repeat-y 100% 0;
	border-left: 4px solid #ccc;
}

#navigation a:hover {
	text-decoration: none;
	background-color: #c6c6c6;
	color: #bcbcbc;
	background-image: none;
}

#navigation #active-subsection a {
	display: block;
	background-color: #F9F9F9;
	background-image: none;
}

#navigation #active-subsection a:hover {
	color: #d3d3d3;
}

/* Preferences pane layout
----------------------------------------*/
#cp-main h2 {
	border-bottom: none;
	font-weight: bold;
	padding: 0;
	margin-left: 10px;
	color: #333333;
}

#cp-main .panel {
	background-color: #F9F9F9;
}

#cp-main .pm {
	background-color: #FFFFFF;
}

#cp-main span.corners-top, #cp-menu span.corners-top {
	background-image: none;
}

#cp-main span.corners-top span, #cp-menu span.corners-top span {
	background-image: none;
}

#cp-main span.corners-bottom, #cp-menu span.corners-bottom {
	background-image: none;
}

#cp-main span.corners-bottom span, #cp-menu span.corners-bottom span {
	background-image: none;
}

/* Topicreview */
#cp-main .panel #topicreview span.corners-top, #cp-menu .panel #topicreview span.corners-top {
	background-image: none;
}

#cp-main .panel #topicreview span.corners-top span, #cp-menu .panel #topicreview span.corners-top span {
	background-image: none;
}

#cp-main .panel #topicreview span.corners-bottom, #cp-menu .panel #topicreview span.corners-bottom {
	background-image: none;
}

#cp-main .panel #topicreview span.corners-bottom span, #cp-menu .panel #topicreview span.corners-bottom span {
	background-image: none;
}

/* Friends list */
.cp-mini {
	background-color: #f9f9f9;
	padding: 0 5px;
	margin: 10px 15px 10px 5px;
}

.cp-mini span.corners-top, .cp-mini span.corners-bottom {
	margin: 0 -5px;
}

dl.mini dt {
	font-weight: bold;
	color: #676767;
}

dl.mini dd {
	padding-top: 4px;
}

.friend-online {
	font-weight: bold;
}

.friend-offline {
	font-style: italic;
}

/* PM Styles
----------------------------------------*/
#pm-menu {
	line-height: 2.5em;
}

/* PM panel adjustments */
.reply-all a.left {
	background-position: 3px 60%;
}

.reply-all a.left:hover {
	background-position: 0px 60%;
}

.reply-all {
	font-size: 11px;
	padding-top: 5px;
}

/* PM Message history */
.current {
	color: #999999;
}

/* Defined rules list for PM options */
ol.def-rules {
	padding-left: 0;
}

ol.def-rules li {
	line-height: 180%;
	padding: 1px;
}

/* PM marking colours */
.pmlist li.bg1 {
	padding: 0 3px;
}

.pmlist li.bg2 {
	padding: 0 3px;
}

.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
	border-left-color: #bcbcbc;
	border-right-color: #bcbcbc;
}

.pmlist li.pm_marked_colour, .pm_marked_colour {
	padding: 0;
	border: solid 3px #ffffff;
	border-width: 0 3px;
}

.pmlist li.pm_replied_colour, .pm_replied_colour {
	padding: 0;
	border: solid 3px #c2c2c2;
	border-width: 0 3px;
}

.pmlist li.pm_friend_colour, .pm_friend_colour {
	padding: 0;
	border: solid 3px #bdbdbd;
	border-width: 0 3px;
}

.pmlist li.pm_foe_colour, .pm_foe_colour {
	padding: 0;
	border: solid 3px #000000;
	border-width: 0 3px;
}

.pm-legend {
	border-left-width: 10px;
	border-left-style: solid;
	border-right-width: 0;
	margin-bottom: 3px;
	padding-left: 3px;
}

/* Avatar gallery */
#gallery label {
	position: relative;
	float: left;
	margin: 10px;
	padding: 5px;
	width: auto;
	background: #FFFFFF;
	border: 1px solid #CCC;
	text-align: center;
}

#gallery label:hover {
	background-color: #EEE;
}
/* Form Styles
---------------------------------------- */

/* General form styles
----------------------------------------*/
fieldset {
	border-width: 0;
    font-family: 'Open Sans', Tahoma, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
}

input {
	font-weight: normal;
	cursor: pointer;
	vertical-align: middle;
	padding: 0 3px;
	font-size: 1em;
    font-family: 'Open Sans', Tahoma, Helvetica, Arial, sans-serif;
}

select {
    font-family: 'Open Sans', Tahoma, Helvetica, Arial, sans-serif;
	font-weight: normal;
	cursor: pointer;
	vertical-align: middle;
	border: 1px solid #666666;
	padding: 1px;
	background-color: #FAFAFA;
	font-size: 1em;
}

option {
	padding-right: 1em;
}

option.disabled-option {
	color: graytext;
}

textarea {
	width: 60%;
	padding: 2px;
	font-size: 1em;
	line-height: 1.4em;
}

label {
	cursor: default;
	padding-right: 5px;
	color: #676767;
}

label input {
	vertical-align: middle;
}

label img {
	vertical-align: middle;
}

/* Definition list layout for forms
---------------------------------------- */
fieldset dl {
	padding: 4px 0;
}

fieldset dt {
	float: left;
	width: 20%;
	text-align: left;
	display: block;
}

fieldset dd {
	margin-left: 21%;
	vertical-align: top;
	margin-bottom: 3px;
}

/* Specific layout 1 */
fieldset.fields1 dt {
	width: 15em;
	border-right-width: 0;
}

fieldset.fields1 dd {
	margin-left: 15em;
	border-left-width: 0;
}

fieldset.fields1 {
	background-color: transparent;
}

fieldset.fields1 div {
	margin-bottom: 3px;
}

/* Set it back to 0px for the reCaptcha divs: PHPBB3-9587 */
fieldset.fields1 #recaptcha_widget_div div {
	margin-bottom: 0;
}

/* Specific layout 2 */
fieldset.fields2 dt {
	width: 15em;
	border-right-width: 0;
}

fieldset.fields2 dd {
	margin-left: 16em;
	border-left-width: 0;
}

/* Form elements */
dt label {
	font-weight: bold;
	text-align: left;
	font-size: 1.2em;
}

dd label {
	white-space: nowrap;
	color: #333;
}

dd input, dd textarea {
	margin-right: 3px;
}

dd select {
	width: auto;
}

dd textarea {
	width: 85%;
}

/* Hover effects */
fieldset dl:hover dt label {
	color: #000000;
}

fieldset.fields2 dl:hover dt label {
	color: inherit;
}

#timezone {
	width: 95%;
}

* html #timezone {
	width: 50%;
}

/* Quick-login on index page */
fieldset.quick-login {
	margin-top: 5px;
}

fieldset.quick-login input {
	width: auto;
}

fieldset.quick-login input.inputbox {
	width: 15%;
	vertical-align: middle;
	margin-right: 5px;
	background-color: #f3f3f3;
}

fieldset.quick-login label {
	white-space: nowrap;
	padding-right: 2px;
}

/* Display options on viewtopic/viewforum pages  */
fieldset.display-options {
	text-align: center;
	margin: 3px 0 5px 0;
}

fieldset.display-options label {
	white-space: nowrap;
	padding-right: 2px;
}

fieldset.display-options a {
	margin-top: 3px;
}

/* Display actions for ucp and mcp pages */
fieldset.display-actions {
	text-align: right;
	line-height: 2em;
	white-space: nowrap;
	padding-right: 1em;
}

fieldset.display-actions label {
	white-space: nowrap;
	padding-right: 2px;
}

fieldset.sort-options {
	line-height: 2em;
}

/* MCP forum selection*/
fieldset.forum-selection {
	margin: 5px 0 3px 0;
	float: right;
}

fieldset.forum-selection2 {
	margin: 13px 0 3px 0;
	float: right;
}

/* Jumpbox */
fieldset.jumpbox {
	text-align: right;
	margin-top: 15px;
	height: 2.5em;
}

fieldset.quickmod {
	width: 50%;
	float: right;
	text-align: right;
	height: 2.5em;
}

/* Submit button fieldset */
fieldset.submit-buttons {
	text-align: center;
	vertical-align: middle;
	margin: 5px 0;
}

fieldset.submit-buttons input {
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Posting page styles
----------------------------------------*/

/* Buttons used in the editor */
#format-buttons {
	margin: 15px 0 2px 0;
}

#format-buttons input, #format-buttons select {
	vertical-align: middle;
}

/* Main message box */
#message-box {
	width: 80%;
}

#message-box textarea {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	width: 450px;
	height: 270px;
	min-width: 100%;
	max-width: 100%;
	font-size: 1.2em;
	color: #333333;
}

/* Emoticons panel */
#smiley-box {
	width: 18%;
	float: right;
}

#smiley-box img {
	margin: 3px;
}

/* Input field styles
---------------------------------------- */
.inputbox {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #c0c0c0;
	color: #333333;
	cursor: text;
}

.inputbox:hover {
	border: 1px solid #eaeaea;
}

.inputbox:focus {
	border: 1px solid #eaeaea;
	color: #4b4b4b;
}

input.inputbox	{ width: 85%; }
input.medium	{ width: 50%; }
input.narrow	{ width: 25%; }
input.tiny		{ width: 125px; }

textarea.inputbox {
	width: 85%;
}

.autowidth {
	width: auto !important;
}

/* Form button styles
---------------------------------------- */
input.button1, input.button2 {
	font-size: 1em;
}

a.button1, input.button1, input.button3, a.button2, input.button2 {
	width: auto !important;
	padding: 3px 5px;
	font-weight: bold;
	font-size: 0.85em;
	text-transform: uppercase;
	color: #000;
	background: #FAFAFA none repeat-x top left;
}

a.button1, input.button1 {
	font-weight: bold;
	border: none;
}

input.button3 {
	padding: 0;
	margin: 0;
	line-height: 5px;
	height: 12px;
	background-image: none;
	font-variant: small-caps;
}

/* Alternative button */
a.button2, input.button2, input.button3 {
    border: none;
}

/* <a> button in the style of the form buttons */
a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {
	text-decoration: none;
	color: #000000;
	padding: 2px 8px;
	line-height: 250%;
	vertical-align: text-bottom;
	background-position: 0 1px;
}

/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
    border: none;
	background-position: 0 100%;
	color: #BCBCBC;
}

input.disabled {
	font-weight: normal;
	color: #666666;
}

/* Topic and forum Search */
.search-box {
	margin-top: 0;
	margin-left: 0px;
	float: left;
}

.search-box input {
}

input.search {
	background-image: none;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 22px;
	border-radius: 4px;
}

.full { width: 95%; }
.medium { width: 50%;}
.narrow { width: 25%;}
.tiny { width: 10%;}
/* Style Sheet Tweaks

These style definitions are mainly IE specific
tweaks required due to its poor CSS support.
-------------------------------------------------*/

* html table, * html select, * html input { font-size: 100%; }
* html hr { margin: 0; }
* html span.corners-top, * html span.corners-bottom { background-image: url("./styles/projectvn/theme/images/corners_left.gif"); }
* html span.corners-top span, * html span.corners-bottom span { background-image: url("./styles/projectvn/theme/images/corners_right.gif"); }

table.table1 {
	width: 99%;		/* IE < 6 browsers */
	/* Tantek hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 100%;
}
html>body table.table1 { width: 100%; }	/* Reset 100% for opera */

* html ul.topiclist li { position: relative; }
* html .postbody h3 img { vertical-align: middle; }

/* Form styles */
html>body dd label input { vertical-align: text-bottom; }	/* Align checkboxes/radio buttons nicely */

* html input.button1, * html input.button2 {
	padding-bottom: 0;
	margin-bottom: 1px;
}

/* Misc layout styles */
* html .column1, * html .column2 { width: 45%; }

/* Nice method for clearing floated blocks without having to insert any extra markup (like spacer above)
   From http://www.positioniseverything.net/easyclearing.html
#tabs:after, #minitabs:after, .post:after, .navbar:after, fieldset dl:after, ul.topiclist dl:after, ul.linklist:after, dl.polls:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}*/

.clearfix, #tabs, #minitabs, fieldset dl, ul.topiclist dl, dl.polls {
	height: 1%;
	overflow: hidden;
}

/* viewtopic fix */
* html .post {
	height: 25%;
	overflow: hidden;
}

/* navbar fix */
* html .clearfix, * html .navbar, ul.linklist {
	height: 4%;
	overflow: hidden;
}

/* Simple fix so forum and topic lists always have a min-height set, even in IE6
	From http://www.dustindiaz.com/min-height-fast-hack */
dl.icon {
	min-height: 35px;
	height: auto !important;
	height: 35px;
}

* html li.row dl.icon dt {
	height: 35px;
	overflow: visible;
}

* html #search-box {
	width: 25%;
}

/* Correctly clear floating for details on profile view */
*:first-child+html dl.details dd {
	margin-left: 30%;
	float: none;
}

* html dl.details dd {
	margin-left: 30%;
	float: none;
}

/* Headerbar height fix for IE7 and below */
* html #site-description p {
	margin-bottom: 1.0em;
}

*:first-child+html #site-description p {
	margin-bottom: 1.0em;
}

/* #minitabs fix for IE */
.tabs-container {
	zoom: 1;
}

#minitabs {
	white-space: nowrap;
	*min-width: 50%;
}

/* uncomment to change to fluid width  */

@media (min-width: 0px) and (max-width: 350px) {
.content-wrap {
    width: 320px;
    margin: auto;

}
}
@media (min-width: 350px) and (max-width: 768px) {
.content-wrap {
    width: 100%;
    margin: auto;

}
}
@media (min-width: 768px){
.content-wrap {
    width: auto;
    padding: 0 30px;
}
}


/*
--------------------------------------------------------------
Colours and backgrounds for common.css
-------------------------------------------------------------- */

.contest_hyperlink:hover	{
	text-decoration: underline;
}
html, body {
	color: #444;
}

h1 {
	color: #555;
}

h2 {
	color: #555;
}

h3 {
	border-bottom-color: #eee;
	color: #444;
}

hr {
	border-color: #f9f9f9;
	border-top-color: #ccc;
}

hr.dashed {
	border-top-color: #CCCCCC;
}

/* Search box
--------------------------------------------- */

#search-box {
	color: #fff;
}

#search-box input.button2 {
    background: #fcfcfc url("./styles/projectvn/theme/images/header-search.gif") 0 0 no-repeat;
    color: #fff;
}

#search-box:hover input.button2, #search-box.active input.button2, #search-box #keywords:focus ~ input.button2 {
    background-position: 0 -44px;
    color: #4d4d4d;
}

#search-box input.button2:hover, #search-box.active input.button2:hover, #search-box #keywords:focus ~ input.button2:hover {
    background-position: 0 -22px;
    color: #fff;
}

#search-box #keywords {
    background-color: #fcfcfc;
    background-image: none;
    padding-right:5px;
    padding-left:5px;
    color: #999;
}

#search-box:hover #keywords, #search-box.active #keywords, #search-box #keywords:focus {
    background-color: #f9f9f9;
    color: #333;
}

#search-box a {color: #bbb;}
#search-box:hover a {color: #999;}
#search-box a:hover, a:active {color: #a138b4;}

/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar	{
	background-color: #fff;
	color: #4d4d4d;
}

.forabg {
	background-color: #fff;
	border: 1px solid #ccc;
    border-radius: 4px;
	/*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 1px 2px 1px rgba(0, 0, 0, 0.1), -1px 2px 1px rgba(0, 0, 0, 0.1); */
}

.forumbg {
	background-color: #fff;
	border: 1px solid #ccc;
    border-radius: 4px;
	/*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 1px 2px 1px rgba(0, 0, 0, 0.1), -1px 2px 1px rgba(0, 0, 0, 0.1);*/
}

.panel {
	background-color: #fff;
	color: #000;
    border-radius: 4px;
	/*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 1px 2px 1px rgba(0, 0, 0, 0.1), -1px 2px 1px rgba(0, 0, 0, 0.1); */
}

.post:target .content {
	color: #000;
}

.post:target h3 a {
	color: #000;
}

.bg1	{ background-color: #fff; }
.bg2	{ background-color: #fff;  }
.bg3	{ background-color: #fff; }

.ucprowbg {
	background-color: #000;
}

.fieldsbg {
	background-color: #e3e3e3;
}

/* Table styles
----------------------------------------*/
table.table1 thead th {
	color: #fff;
}

table.table1 tbody tr {
	border-color: #ccc;
}

table.table1 tbody tr:hover, table.table1 tbody tr.hover {
	color: #000;
}

table.table1 td {
	color: #4d4d4d;
}

table.table1 tbody td {
	border-top-color: #f9f9f9;
}

table.table1 tbody th {
	border-bottom-color: #000;
	color: #333;
	background-color: #fff;
}

table.info tbody th {
	color: #000;
}

/* Tweaks for tables used in memberlist and who is online (among others maybe) */
.forumbg-table table {
    background-color: #f9f9f9;
    color: #4d4d4d;
}

.forumbg-table table .bg1, .forumbg-table .bg2 {
    background-color: #f9f9f9;
}

.forumbg-table table td {
    border-color: #ccc !important;
}

.forumbg-table table a:link {
    color: #4d4d4d;
    font-weight: bold;
}

.forumbg-table table a:hover {
    color: #a138b4;
}

.forumbg-table table thead th.name, .forumbg-table th.posts, .forumbg-table th.info, .forumbg-table th.joined, .forumbg-table th.active {
    padding-top: 4px;
    color: #333;
}

/* Misc layout styles
---------------------------------------- */
dl.details dt {
	color: #000;
}

dl.details dd {
	color: #4d4d4d;
}

.sep {
	color: #a138b4;
}

/* Pagination
---------------------------------------- */

.pagination span strong {
	color: #fff;
	background-color: #a138b4;
	border-color: #a138b4;
}

.pagination span a, .pagination span a:link, .pagination span a:visited {
	color: #4d4d4d;
	background-color: #f9f9f9;
	border-color: #ccc;
}

.pagination span a:hover {
	border-color: #a138b4;
	background-color: #a138b4;
	color: #fff;
}

.pagination span a:active {
	color: #4d4d4d;
	background-color: #f9f9f9;
	border-color: #ccc;
}

/* Pagination in viewforum for multipage topics */
.row .pagination {
	background-image: url("./styles/projectvn/theme/images/icon_pages.gif");
}

.row .pagination span a, li.pagination span a {
	background-color: #f9f9f9;
}

.row .pagination span a:hover, li.pagination span a:hover {
	background-color: #a138b4;
}

/* Miscellaneous styles
---------------------------------------- */
.copyright {
	color: #4d4d4d;
}

.error {
	color: #cc0000;
}

.reported {
	background-color: #fae1e1;
}

li.reported:hover {
	background-color: #fae1e1 !important;
}
.sticky, .announce {
	/* you can add a background for stickies and announcements*/
}

div.rules {
	background-color: #fae1e1;
	color: #cc0000;
}

p.rules {
	background-color: #fae1e1;
	background-image: none;
}

/*
--------------------------------------------------------------
Colours and backgrounds for links.css
-------------------------------------------------------------- */

a:link	{ color: #a138b4; }
a:visited	{ color: #a138b4; }
a:hover	{ color: #000; }
a:active	{ color: #a138b4; }

/* Site description link */
#site-description #not-logo a {color:#fff;}
#site-description #not-logo a:hover {color:#a138b4;}

/* Links on gradient backgrounds */
.navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link {
	color: #4d4d4d;
}

.navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited {
	color: #4d4d4d;
}

.navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
	color: #a138b4;
}

.navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {
	color: #a138b4;
}

/* Links for forum/topic lists */
a.forumtitle {
	color: #a138b4;
}

/* a.forumtitle:visited { color: #105289; } */

a.forumtitle:hover {
	color: #000;
}

a.forumtitle:active {
	color: #a138b4;
}

a.topictitle {
	color: #a138b4;
}

/* a.topictitle:visited { color: #368AD2; } */

a.topictitle:hover {
	color: #000;
}

a.topictitle:active {
	color: #a138b4;
}

/* Post body links */
.postlink {
	color: #a138b4;
	border-bottom-color: #a138b4;
}

.postlink:visited {
	color: #a138b4;
	border-bottom-color: #a138b4;
}

.postlink:active {
	color: #a138b4;
}

.postlink:hover {
	color: #000;
}

.signature a, .signature a:visited, .signature a:hover, .signature a:active {
	background-color: transparent;
}

/* Profile links */
.postprofile a:link, .postprofile a:visited, .postprofile dt.author a {
	color: #a138b4;
}

.postprofile a:hover, .postprofile dt.author a:hover {
	color: #000;
}

.postprofile a:active {
	color: #a138b4;
}

/* Profile searchresults */
.post	{
	border: 1px solid #ccc;
    border-radius: 4px;
	/*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1); */
}
.search .postprofile a {
	color: #a138b4;
}

.search .postprofile a:hover {
	color: #000;
}

/* Back to top of page */
a.top {
	background-image: url("./styles/projectvn/imageset/icon_back_top.gif");
}

a.top2 {
	background-image: url("./styles/projectvn/imageset/icon_back_top.gif");
}

/* Arrow links  */
a.up		{ background-image: url("./styles/projectvn/theme/images/arrow_up.gif") }
a.down		{ background-image: url("./styles/projectvn/theme/images/arrow_down.gif") }
a.left		{ background-image: url("./styles/projectvn/theme/images/arrow_left.gif") }
a.right		{ background-image: url("./styles/projectvn/theme/images/arrow_right.gif") }

a.up:hover {
	background-color: transparent;
}

a.left:hover {
	color: #000;
}

a.right:hover {
	color: #000;
}

/* Codebox links */
dl.codebox a {color:#f9f9f9;}
dl.codebox a:hover {color:#a138b4;}

/*
--------------------------------------------------------------
Colours and backgrounds for content.css
-------------------------------------------------------------- */

ul.forums {
	background-color: #fff;
}

ul.topiclist li {
	color: #4d4d4d;
}

ul.topiclist li.row dt a.subforum.read {
	background-image: url("./styles/projectvn/imageset/subforum_read.gif");
}

ul.topiclist li.row dt a.subforum.unread {
	background-image: url("./styles/projectvn/imageset/subforum_unread.gif");
}

li.row strong {
	color: #000;
}

li.header dt, li.header dd {
	color: #4d4d4d;
}

/* Forum list column styles */
ul.topiclist dd.searchextra {
	color: #4d4d4d;
}

/* Post body styles
----------------------------------------*/
.postbody {
	color: #4d4d4d;
}

/* Content container styles
----------------------------------------*/
.content {
	color: #333;
}

.content h2, .panel h2 {
	color: #4d4d4d;
	border-bottom-color:  #ccc;
}

dl.faq dt {
	color: #333;
}

.posthilit {
	background-color: #F3BFCC;
	color: #000;
}

/* Post signature */
.signature {
	border-top-color: #ccc;
}

/* Post notices */
.notice {
	border-top-color:  #ccc;
}

/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
	background-color: #fff;
	background-image: url("./styles/projectvn/theme/images/quote.gif");
	border-color:#d6d6d6;
}

.rtl blockquote {
	background-image: url("./styles/projectvn/theme/images/quote_rtl.gif");
    border-color:#d6d6d6;
}

blockquote blockquote {
	/* Nested quotes */
	background-color:#fff;
    border-color:#d5d5d5;
}

blockquote blockquote blockquote {
	/* Nested quotes */
	background-color: #fff;
	border-color:#ddd;
}

/* Quote block on light bg */
.bg1 blockquote {
    background-color: #fff;
    border-color:#d9d9d9;
}

.bg1 .rtl blockquote {
    background-image: url("./styles/projectvn/theme/images/quote_rtl.gif");
    border-color:#fff;
}

.bg1 blockquote blockquote {
    /* Nested quotes */
    background-color:#fff;
    border-color:#ddd;
}

.bg1 blockquote blockquote blockquote {
    /* Nested quotes */
    background-color: #fff;
    border-color:#e3e3e3;
}

/* Code block */
dl.codebox {
    background-color: #4d4d4d;
    border-color: #777;
    color:#e9e9e9;
}

dl.codebox dt {
	border-bottom-color:  #606060;
}

dl.codebox code {
	color: #f9f9f9;
}

.syntaxbg		{ color: #FFFFFF; }
.syntaxcomment	{ color: #FF8000; }
.syntaxdefault	{ color: #0000BB; }
.syntaxhtml		{ color: #000000; }
.syntaxkeyword	{ color: #007700; }
.syntaxstring	{ color: #DD0000; }

/* Attachments
----------------------------------------*/
.attachbox {
	background-color: #fff;
	border-color:  #ccc;
}

.pm-message .attachbox {
	background-color: #f9f9f9;
}

.attachbox dd {
	border-top-color: #ccc;
}

.attachbox p {
	color: #666;
}

.attachbox p.stats {
	color: #666;
}

.attach-image img {
	border-color: #999;
}

/* Inline image thumbnails */

dl.file dd {
	color: #666;
}

dl.thumbnail img {
	border-color: #666;
	background-color: #fff;
}

dl.thumbnail dd {
	color: #666;
}

dl.thumbnail dt a:hover {
	background-color: #efefef;
}

dl.thumbnail dt a:hover img {
	border-color: #a138b4;
}

/* Post poll styles
----------------------------------------*/

fieldset.polls dl {
	border-top-color: #ccc;
	color: #666;
}

fieldset.polls dl.voted {
	color: #000;
}

fieldset.polls dd div {
	color: #fff;
}

.rtl .pollbar1, .rtl .pollbar2, .rtl .pollbar3, .rtl .pollbar4, .rtl .pollbar5 {
	border-right-color: transparent;
}

.pollbar1 {
	background-color: #AA2346;
	border-bottom-color: #74162C;
	border-right-color: #74162C;
}

.rtl .pollbar1 {
	border-left-color: #74162C;
}

.pollbar2 {
	background-color: #BE1E4A;
	border-bottom-color: #8C1C38;
	border-right-color: #8C1C38;
}

.rtl .pollbar2 {
	border-left-color: #8C1C38;
}

.pollbar3 {
	background-color: #D11A4E;
	border-bottom-color: #AA2346;
	border-right-color: #AA2346;
}

.rtl .pollbar3 {
	border-left-color: #AA2346;
}

.pollbar4 {
	background-color: #E41653;
	border-bottom-color: #BE1E4A;
	border-right-color: #BE1E4A;
}

.rtl .pollbar4 {
	border-left-color: #BE1E4A;
}

.pollbar5 {
	background-color: #F81157;
	border-bottom-color: #D11A4E;
	border-right-color: #D11A4E;
}

.rtl .pollbar5 {
	border-left-color: #D11A4E;
}

/* Poster profile block
----------------------------------------*/
.postprofile {
	color: #666;
	border-left-color: #ccc;
}

.rtl .postprofile {
	border-right-color: #ccc;
	border-left-color: transparent;
}

.pm .postprofile {
	border-left-color: #ddd;
}

.rtl .pm .postprofile {
	border-right-color: #ccc;
	border-left-color: transparent;
}

.postprofile strong {
	color: #000;
}

.online {
    border-right-color:#94e000;
}

.offline {
    border-right-color:#ccc;
}

/*
--------------------------------------------------------------
Colours and backgrounds for buttons.css
-------------------------------------------------------------- */

/* Big button images */
.reply-icon span	{ background-image: url("./styles/projectvn/imageset/en/button_topic_reply.gif"); }
.post-icon span		{ background-image: url("./styles/projectvn/imageset/en/button_topic_new.gif"); }
.locked-icon span	{ background-image: url("./styles/projectvn/imageset/en/button_topic_locked.gif"); }
.pmreply-icon span	{ background-image: url("./styles/projectvn/imageset/en/button_pm_reply.gif") ;}
.newpm-icon span 	{ background-image: url("./styles/projectvn/imageset/en/button_pm_new.gif") ;}
.forwardpm-icon span	{ background-image: url("./styles/projectvn/imageset/en/button_pm_forward.gif") ;}

a.print {
	background-image: url("./styles/projectvn/theme/images/icon_print.gif");
}

a.sendemail {
	background-image: url("./styles/projectvn/theme/images/icon_sendemail.gif");
}

a.fontsize {
	background-image: url("./styles/projectvn/theme/images/icon_fontsize.gif");
}

/* Icon images
---------------------------------------- */
.icon-chat						{ background-image: url("./styles/projectvn/theme/images/icon_chat.gif"); }
/*
.sitehome						{ background-image: url("./styles/projectvn/theme/images/icon_home.gif"); }
.icon-faq						{ background-image: url("./styles/projectvn/theme/images/icon_faq.gif"); }
.icon-members					{ background-image: url("./styles/projectvn/theme/images/icon_members.gif"); }
.icon-home						{ background-image: url("./styles/projectvn/theme/images/icon_home.gif"); }
.icon-ucp						{ background-image: url("./styles/projectvn/theme/images/icon_ucp.gif"); }
.icon-register					{ background-image: url("./styles/projectvn/theme/images/icon_register.gif"); }
.icon-logout					{ background-image: url("./styles/projectvn/theme/images/icon_logout.gif"); }
.icon-bookmark					{ background-image: url("./styles/projectvn/theme/images/icon_bookmark.gif"); }
.icon-bump						{ background-image: url("./styles/projectvn/theme/images/icon_bump.gif"); }
.icon-subscribe					{ background-image: url("./styles/projectvn/theme/images/icon_subscribe.gif"); }
.icon-unsubscribe				{ background-image: url("./styles/projectvn/theme/images/icon_unsubscribe.gif"); }
.icon-pages						{ background-image: url("./styles/projectvn/theme/images/icon_pages.gif"); }
.icon-search					{ background-image: url("./styles/projectvn/theme/images/icon_search.png"); }
*/
/* Profile & navigation icons */
.email-icon, .email-icon a		{ background-image: url("./styles/projectvn/imageset/icon_contact_email.gif"); }
.aim-icon, .aim-icon a			{ background-image: url("./styles/projectvn/imageset/icon_contact_aim.gif"); }
.yahoo-icon, .yahoo-icon a		{ background-image: url("./styles/projectvn/imageset/icon_contact_yahoo.gif"); }
.web-icon, .web-icon a			{ background-image: url("./styles/projectvn/imageset/icon_contact_www.gif"); }
.msnm-icon, .msnm-icon a			{ background-image: url("./styles/projectvn/imageset/icon_contact_msnm.gif"); }
.icq-icon, .icq-icon a			{ background-image: url("./styles/projectvn/imageset/icon_contact_icq.gif"); }
.jabber-icon, .jabber-icon a		{ background-image: url("./styles/projectvn/imageset/icon_contact_jabber.gif"); }
.pm-icon, .pm-icon a				{ background-image: url("./styles/projectvn/imageset/en/icon_contact_pm.gif"); }
.quote-icon, .quote-icon a		{ background-image: url("./styles/projectvn/imageset/en/icon_post_quote.gif"); }

/* Moderator icons */
.report-icon, .report-icon a		{ background-image: url("./styles/projectvn/imageset/icon_post_report.gif"); }
.edit-icon, .edit-icon a			{ background-image: url("./styles/projectvn/imageset/en/icon_post_edit.gif"); }
.delete-icon, .delete-icon a		{ background-image: url("./styles/projectvn/imageset/icon_post_delete.gif"); }
.info-icon, .info-icon a			{ background-image: url("./styles/projectvn/imageset/icon_post_info.gif"); }
.warn-icon, .warn-icon a			{ background-image: url("./styles/projectvn/imageset/icon_user_warn.gif"); } /* Need updated warn icon */

/*
--------------------------------------------------------------
Colours and backgrounds for cp.css
-------------------------------------------------------------- */

/* Main CP box
----------------------------------------*/

#cp-main h3, #cp-main hr, #cp-menu hr {
	border-color: #ccc;
}

#cp-main .panel li.row {
	border-bottom-color: #ccc;
	border-top-color: #f9f9f9;
}

ul.cplist {
	border-top-color: #ccc;
}

#cp-main .panel li.header dd, #cp-main .panel li.header dt {
	color: #000;
}

#cp-main table.table1 thead th {
	color: #333333;
	border-bottom-color: #4d4d4d;
}

#cp-main .pm-message {
	border-color: #ccc;
	background-color: #fff;
}

/* CP tabbed menu
----------------------------------------*/
#tabs a {
    border-color: #4d4d4d;
}

#tabs a span {
	color: #333;
}

#tabs a:hover span {
	color: #a138b4;
}

#tabs .activetab a span {
	color: #a138b4;
}

#tabs .activetab a:hover span {
	color: #000;
}

/* Mini tabbed menu used in MCP
----------------------------------------*/
#minitabs li {
	background-color: #f9f9f9;
}

#minitabs li.activetab {
	background-color: #ddd;
}

#minitabs li.activetab a, #minitabs li.activetab a:hover {
	color: #333;
}

/* UCP navigation menu
----------------------------------------*/

/* Link styles for the sub-section links */
#navigation a {
	color: #333;
	background-color: #fff;
	border-left-color: #eee;
}

.rtl #navigation a {
	background-position: 0 100%;
}

#navigation a:hover {
	background-image: none;
	border-left-color: #a138b4;
	background-color: #a138b4;
	color: #fff;
}

#navigation #active-subsection a {
	background-color: #fff;
	border-left-color: #a138b4;
	color: #333;
	background-image: none;
}

#navigation #active-subsection a:hover {
	color: #fff;
	background-color: #a138b4;
}

/* Preferences pane layout
----------------------------------------*/
#cp-main h2 {
	color: #333;
}

#cp-main .panel {
	background-color: #fff;
	box-shadow: none;
}

#cp-main .pm {
	background-color: #fff;
}

/* Friends list */
.cp-mini {
	background-color: #f9f9f9;
}

dl.mini dt {
	color: #333;
}

/* PM Styles
----------------------------------------*/
/* PM Message history */
.current {
	color: #000 !important;
}

/* PM marking colours */
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
	border-left-color: #BC2A4D;
	border-right-color: #BC2A4D;
}

.pmlist li.pm_marked_colour, .pm_marked_colour {
	border-color: #FF6600;
}

.pmlist li.pm_replied_colour, .pm_replied_colour {
	border-color: #ccc;
}

.pmlist li.pm_friend_colour, .pm_friend_colour {
	border-color: #5D8FBD;
}

.pmlist li.pm_foe_colour, .pm_foe_colour {
	border-color: #000000;
}

/* Avatar gallery */
#gallery label {
	background-color: #f9f9f9;
	border-color: #ccc;
}

#gallery label:hover {
	background-color: #e3e3e3;
}

/*
--------------------------------------------------------------
Colours and backgrounds for forms.css
-------------------------------------------------------------- */

/* General form styles
----------------------------------------*/
select {
	border-color: #ccc;
	background-color: #f9f9f9;
	color: #333;
}

label {
	color: #4d4d4d;
}

option.disabled-option {
	color: graytext;
}

/* Definition list layout for forms
---------------------------------------- */
dd label {
	color: #333;
}

/* Hover effects */
fieldset dl:hover dt label {
	color: #000;
}

fieldset.fields2 dl:hover dt label {
	color: inherit;
}

/* Quick-login on index page */
fieldset.quick-login input.inputbox {
	background-color: #f9f9f9;
}

/* Posting page styles
----------------------------------------*/

#message-box textarea {
	color: #333;
}

/* Input field styles
---------------------------------------- */
.inputbox {
	background-color: #fff;
	border-color: #ccc;
	color: #333;
}

.inputbox:hover {
	border-color: #a138b4;
}

.inputbox:focus {
	border-color: #a138b4;
	color: #333;
}

/* Form button styles
---------------------------------------- */

a.button1, input.button1, input.button3, a.button2, input.button2 {
	color: #4d4d4d;
	background-color: #e0e0e0;
}

input.button3 {
	background-image: none;
}

/* Alternative button */
a.button2, input.button2, input.button3 {
}

/* <a> button in the style of the form buttons */
a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {
	color: #000000;
}

/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
    background-color: #a138b4;
	color: #f9f9f9;
}

input.search {
	background-image: url("./styles/projectvn/theme/images/icon_search.png");
}

input.search:hover, input.search:focus {
    background-image: url("./styles/projectvn/theme/images/icon_search_hover.png");
}

input.disabled {
	color: #666;
}
#act_indicator {
	visibility:hidden;
}

.shouts {
	width: 85%;
	max-height:300px;
	overflow:auto;
	float:left;
}

#chat {
	width: 100%;
	text-align:left;
}

.postprofile {
	min-height: 5px !important;
}

.chatform {
	width: 90%;
	text-align:center;
}

.onlinelist {
	width: 15%;
	overflow:auto;
	height:300px;
}

.users {
	width: 90%;
	text-align: left;
	text-indent: 5px;
	margin-left:auto;
	margin-right:auto;
}

.user {
	width: 95%;
	font-size: 1.1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

#act_indicator {
	visibility: hidden;
}

.chatinput {
	width: 80% !important;
}

.online_img {
	vertical-align:middle;
}
/* profile design */
#vn-slide-context {
	display: none;
	z-index: 15;
	color: #fff;
	position: absolute;


}
#profile-slides{
	color: #fff;z-index: 11; display: inline-block;
}
@media (min-width: 0px) and (max-width: 768px) {
#statusUpdateBtn {
		width: 100% !important;
    float: none !important;
	}
	.pinnedMsg {
		margin: 0;
		margin-top: -5px;
	}
	.pin-btn, .unpin-btn, .delete-btn {
		display: none;
	}
	.aboutFeedItem .col-sm-12 {
		padding-right: 0 !important;
	}
#vn-slide-context {
	display: none;
}
#vn-slide-name {
	display: none;
}
#vn-slide-description {
	display: none;
}
#vn-slide-btn {
	display: none !important;
}
#profile-slides {
	display: none;
}
#slide-parent{
	height: 150px;
}
#editWall-btn {
	top: 120px;
}
.editProfileImagePopup-wall {
	top: 120px;
}
}
@media (min-width: 768px) and (max-width: 1000px) {
#vn-slide-context {
	margin-top: 50px;
	margin-left: 150px;
	max-width: 750px;
}
#slide-parent{
	height: 325px;
}
#editWall-btn {
	top: 125px;
}
.editProfileImagePopup-wall {
	top: 125px;
}
}
@media (min-width: 1000px) and (max-width: 1370px) {
	#vn-slide-context {
		margin-top: 80px;
		margin-left: 310px;
		max-width: 750px;
	}
	#slide-parent{
		height: 400px;
	}
	#editWall-btn {
		top: 170px;
	}
	.editProfileImagePopup-wall {
		top: 170px;
	}
}
@media (min-width: 1370px) {
#vn-slide-context {
	margin-top: 140px;
	margin-left: 310px;
	max-width: 600px;
}
#slide-parent{
	height: 500px;
}
#editWall-btn {
	top: 200px;
}
.editProfileImagePopup-wall {
	top: 200px;
}
}
#vn-slide-name {
	color: white;
	text-shadow: 1px 1px 5px #000000;
	font-size: 30px;
  margin-bottom: 5px;
}
#vn-slide-description {
	text-shadow: 1px 1px 5px #000000;
	font-size: 17px;
}

#vn-slide-btn {
	color: white;
	background:rgba(0,0,0,0.5);
	border: 2px solid #fff;
	padding: 10px;
	border-radius: 20px;
	font-size: 17px;
	margin:10px 0;
	width: 160px;
	text-align: center;
}
#vn-slide-btn:hover {
background:rgba(0,0,0,0.3);
box-shadow: 0px 0px 20px #ff3dff;
}

#slide-parent{
	overflow: hidden;
	/*height: 500px;*/
	width: 100%;
	background-color: #a138b4;
}
#profile-nav {
	background-color: #fff;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    height: 0px; padding-bottom: 60px; width: 100%;position: absolute; margin-top: 40px;border: 1px solid #e7e7e7;box-shadow: 0 1px 3px 0 rgba(0,0,0,0.25);
			z-index: 1000;
}
#profile-nav-container {
	max-width: 1100px; width: 100%; margin: auto;
}
.aboutContainer {
	position: relative; max-width: 1100px; width: 100%; margin: auto;
}
#profile-ul{
	list-style: none; list-style-type: none;
margin: 0;
padding: 0;
}
#profile-ul li {
	font-size: 16px;
	margin-top: 10px;
	line-height: 45px;
	padding: 0 18px;
	float: left;
	color: #777;
}
#profile-ul li a {
	color: #777;
}
#profile-ul li a:hover, #profile-ul li.active, #profile-ul li.active a {
	color: #a138b4;
}
#profile-ul li:hover, #profile-ul li.active {
	border-bottom: 5px solid #a138b4;
	color: #a138b4;
}
#editProfile-btn, #subscribeProfile-btn, #unsubscribeProfile-btn, #editCancel-btn, .profile-btn, #joinJamBtn {
	float: right;
	color: #777 !important;
	margin: 10px 5px;
	font-size: 13px;
	border: 2px solid #777;
	padding: 10px;
	border-radius: 20px;
}
#editProfile-btn:hover, #subscribeProfile-btn:hover, #unsubscribeProfile-btn:hover, #editCancel-btn:hover, .profile-btn:hover, #joinJamBtn:hover {
		color: #a138b4 !important;
		background-color: #f8ddff;
		border: 2px solid #a138b4;
}
#unsubscribeProfile-btn:after{
	 content: 'Subscribed';
}
#unsubscribeProfile-btn:hover:after{
    content: 'Unsubscribe';
}

#editAvatar-btn {
	position: absolute;
	color: white;
	background:rgba(0,0,0,0.5);
	border: 2px solid #fff;
	padding: 10px;
	border-radius: 20px;
	font-size: 17px;
	margin:10px 50px;
	width: 160px;
	text-align: center;
	margin-top: -10px;
	width:100px;
	z-index: 3000 !important;
}

#editWall-btn {
	position: absolute;
	color: white;
	background:rgba(0,0,0,0.5);
	border: 2px solid #fff;
	padding: 10px;
	border-radius: 20px;
	font-size: 17px;
	margin:10px auto;

	left:50%;
    margin-left:-50px;
	width: 160px;
	text-align: center;
	margin-top: -10px;
	width:100px;
	z-index: 3000;
}


#editAvatar-btn:hover, #editWall-btn:hover, #addFeaturedVN-btn:hover div {
background:rgba(0,0,0,0.3);
box-shadow: 0px 0px 20px #ff3dff;
}

#editOverlay{
	 position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(0, 0, 0, 0.65);
    z-index:2500;
    color:white;
}
.editOverlay-nav {
	position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(255, 255, 255, 0.65);
    z-index:2500;
    color:white;
}
.editMode {
	visibility: hidden;
}
.editProfileImagePopup {
	position: absolute;
	background-color: #fff;
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	background-clip: padding-box;
	z-index: 1000000;
	display: none;
	margin-top: 10px;
	width: 200px;
		text-align: center;
		padding: 10px 0;
}
.editProfileImagePopup a {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 15px;
	padding: 7px 0px;
	color: #999;
}
.editProfileImagePopup a:hover {
	color: #fff;
	background-color: #d16bdb;
}
.editProfileImagePopup:after{
	content: '';
position: absolute;
top: 0;
left: 50%;
width: 0;
height: 0;
border: 10px solid transparent;
border-bottom-color: #fff;
border-top: 0;
margin-left: -10px;
margin-top: -10px;
}
.editProfileImagePopup:before{
	content: '';
position: absolute;
top: 0;
left: 50%;
width: 0;
height: 0;
border:11px solid transparent;
border-bottom-color: #999;
border-top: 0;
margin-left: -11px;
margin-top: -11px;
}

.editCollectionPopup, .reportPopup {
	position: absolute;
	background-color: #fff;
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	background-clip: padding-box;
	z-index: 1000000;
	display: none;
	margin-top: 10px;
	width: auto;
		text-align: left;
		padding: 20px;
}

.editCollectionPopup:after, .reportPopup:after{
	content: '';
position: absolute;
top: 0;
left: 50%;
width: 0;
height: 0;
border: 10px solid transparent;
border-bottom-color: #fff;
border-top: 0;
margin-left: -10px;
margin-top: -10px;
}
.editCollectionPopup:before, .reportPopup:before{
	content: '';
position: absolute;
top: 0;
left: 50%;
width: 0;
height: 0;
border:11px solid transparent;
border-bottom-color: #ddd;
border-top: 0;
margin-left: -11px;
margin-top: -11px;
}

.editProfileImagePopup-wall {
	display: block;
	left:50%;
	margin-left:-100px;
	margin-top: 50px;
}
.editCollectionPopup, .reportPopup {
	display: block;
	margin-top: 25px;
}
#addFeaturedVN-btn {
	height: 70px;
	display: inline-block;
	vertical-align: top;
	margin-top: 15px;
	margin-left: 15px;
}
#addFeaturedVN-btn div{
	color: white;
	background:rgba(0,0,0,0.5);
	border: 2px solid #fff;
	padding: 10px;
	border-radius: 20px;
	font-size: 17px;
	display: block;
	text-align: center;
	z-index: 3000;
}
#addFeaturedVN-btn:hover div{

}
.cnBtn-nav {
	 border-left: 3px solid white;
	 display: block;
	 padding: 5px 10px;
	 border-radius: 0;
}
.cnBtn-nav-selected {
	border-left: 3px solid #eee;
}
.cnBtn-nav-selected:hover {
	border-left: 3px solid #a138b4;
}

.dashboardNav1 {
	font-size: 25px;
	display: inline-block;
	margin: 15px;
	color: #444 !important;
}
.dashboardNav1:hover {
	color: #333 !important;
}
.dashboardNav1.selectedDashboardNav {
	border-bottom: 2px solid #d442f4;
}

.dashboardNav2 {
	font-size: 14px;
	padding: 5px 8px;
	margin: 0 5px;
}

.dashboardNav2.selectedDashboardNav {
	background-color: #555;
	border-radius: 15px;
	color: white !important;
}
.dashboardListItem {
	margin: 10px 0;
	display: flex;
	align-items: center;
}

.dashboardGridItem {
	padding-top: 10px;
	margin: 10px;
	width: 230px;
	display: inline-block;
	text-align: center;
	border-radius: 20px;
}

.dashboardGridItem a {
	color: #444;
}
.dashboardGridItem a:hover {
	color: purple;
}
.dashboardGridItem img {
	width: 100%;
}
.dashboardGridHover {
	background-color: rgba(238, 238, 238, 0.7);
	width: 230px;
	height: 200px;
	position: absolute;
	display: none;
	align-items: center;
  justify-content: center;
	border-radius: 20px;
}
.dashboardGridItem:hover .dashboardGridHover {
	display: flex;
}
.dashboardListItem:hover, .dashboardGridItem:hover {
	background-color: #eee;
}


.dashboardIcon, .collectionIcon {
 color: #444 !important;
 font-size: 25px;
 margin: 15px;
 border-bottom: none !important;
 cursor: pointer !important;
}
.dashboardStat {
	border-bottom: none !important;
	cursor: pointer !important;
}
.dashboardIcon:hover {
	color: #333 !important;
}
.dashboardListItem:hover .dashboardIconsContainer {
	display: flex;
}
.dashboardIconsContainer {
	position: absolute;
	width: 350px;
	height: 80.72px;
	display: none;
	align-items: center;
	background-color: #eee;
}

#notifications-panel .inner::-webkit-scrollbar {
    width: 8px;
}
/* Track */
#notifications-panel .inner::-webkit-scrollbar-track {
    background: #444;
		border-radius: 10px;
}

/* Handle */
#notifications-panel .inner::-webkit-scrollbar-thumb {
    background: #777;
		border-radius: 10px;
}

/* Handle on hover */
#notifications-panel .inner::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}
#notifications-panel {
	visibility: hidden;
	background: -moz-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	max-width: 700px;
	width: 100%;
	color: white;
	z-index: 1000000;
}
#notifications-panel .inner{
	padding: 10px 40px 40px 40px;
	overflow-y: scroll;
	height: 75%;
}

#notifications-tabs {
	display: flex;
	justify-content: space-evenly;

}

#notifications-panel .slider-exit, #notifications-panel .slider-mark{
 font-size: 25px;
 color: white;
 margin-bottom: 20px;
 display: block;
}
#notifications-tabs a {
font-size: 16px;
color: white;
margin-bottom: 20px;
display: block;
padding: 0 30px 10px 30px;
}

#notifications-tabs a.active {
	border-bottom: 4px solid #fff;
}
#notifications-tabs a .badge {
	background-color: rgb(212, 66, 244);
}
#notifications-panel .slider-exit:hover, #notifications-panel .slider-mark:hover,  #notifications-tabs a:hover {
	text-shadow: 0px 0px 15px #ff3dff;
}

.notification-div {
	border: 2px solid #fff;
	border-radius: 6px;
	color: white;
	padding: 20px;
	font-size: 18px;
	margin-bottom: 20px;
}
.notification-div.unread {
	background-color: rgba(255, 255, 255, 1);

	color: rgb(212, 66, 244);
	cursor: pointer;
}

.notification-div a {
	color: white;
}
.notification-div a:hover {
text-decoration: underline;
}
.notification-div:not(.unread):hover {
	text-shadow: 0px 0px 15px #ff3dff;
}
.notification-div:hover {
	box-shadow: 0px 0px 20px #ff3dff;
}

.notification-div .delete {
	float: right;
}
.notification-div.unread h5, .notification-div.unread a {
	color: rgb(212, 66, 244);
}
.notification-div h5 {
	font-size: 20px;
	display: block;
	color: white;
	margin-top: 0 !important;
	font-weight: 400;
}

.notification-div .date {
	vertical-align: middle;
	font-size: 14px;
	padding-left: 10px;
}

.item-container {
	margin-top: 55px;
}
.item-container-avatar {
	margin-top: 120px;
}
.item-panel {
	display: flex;
	position: relative;
    background-color: #FFF;
    border-radius: 4px;
    box-shadow: 1px 1px 1px 0 #E7E8EA;
    transition: all .4s;
		z-index: 1;
		padding: 10px;
}

.item-panel-resource {
	display: block;
	position: relative;
    background-color: #FFF;
    border-radius: 4px;
    box-shadow: 1px 1px 1px 0 #E7E8EA;
    transition: all .4s;
		z-index: 1;
		padding: 10px;
}
.item-vn-thumb {
 z-index: 2;
 position: relative;
 box-shadow: 0 4px 10px 0 rgba(100,100,100,.4);
}
.item-avatar-thumb {
	z-index: 2;
  position: relative;
}
.item-title	{
	font-size: 1.8em;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.item-stat-words {
	font-size: 13px;
	display: inline-block;
	padding: 3px 8px;
	margin-right: 10px;
	border-radius: 15px;
	color: white;
	background-color: purple;
}
.item-stat-words:hover {
	background-color: #c43586;
}
.item-tag {
	font-size: 12px;
	position: relative;
    display: inline-block;
    margin: 5px 3px 5px 11px;
    line-height: 22px;
    border: 1px solid #EBECEE;
    padding: 0 8px 0 4px;
		cursor: pointer;
}
.item-genre {
	font-size: 12px;
	position: relative;
    display: inline-block;
    margin: 3px 9px 3px 0px;
    line-height: 23px;
    border: 2px solid #9235c4;
    padding: 0 8px 0 8px;
		cursor: pointer;
		border-radius: 6px;
}
.item-tag:before  {
	content: '';
    position: absolute;
    left: -23px;
    top: 0;
    height: 0;
    width: 0;
    border-width: 11px 11px;
    border-style: solid;
    border-color: transparent;
    border-right-color: #EBECEE;
}
.item-tag:after {
    left: -22px;
		content: '';
	    position: absolute;
	    top: 0;
	    height: 0;
	    width: 0;
	    border-width: 11px 11px;
	    border-style: solid;
	    border-color: transparent;
    border-right-color: #FFF;
}
.item-more{
	display: none;
	padding: 20px;
	font-size: 14px;
}
.item-stat {
	font-size: 13px;
	display: inline-block;
	margin-right: 10px;
	color: #999;
}
.item-stat:hover {
	color: #333;
}
.item-stat:hover .fa-star {
	color: #ffcd38;
}
@media only screen and (max-width: 768px) {
	#notifications-panel .slider-exit, #notifications-panel .slider-mark{
	 padding: 40px 30px 0 30px;
	}
.item-title	{
	width: 100%;
}
.item-vn-thumb {
    margin: 10px auto;
	}

}
@media (min-width: 768px) {
	#notifications-panel .slider-exit, #notifications-panel .slider-mark{
	 padding: 40px 40px 0 40px;
	}
	#profile-ul{
	padding-left: 40px;
	}

	.item-title	{
		width: 80%;
	}
	.item-title-avatar	{
		width: 100%;
	}
	.item-vn-thumb {
		margin-bottom: 5px;
	}
	.vn-thumb {
		max-height: 124px;
	}
}

.item-title-resource {
	font-size: 16px;
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}
.item-tag-container {
 text-align: left;
 padding-bottom: 20px;
}
.item-genre-container, .item-stats-container {
 text-align: left;
 display: flex;
 flex-wrap: wrap;
}
.item-stats-container {
margin: 5px 0;
}
@media only screen and (max-width: 768px) {
	.soundSrc-container {
		text-align: center;
	}
	.margin-left-10 {
		 margin: auto;
	}
.play-top-panel {
	text-align: center;
}
.play-button-panel{
	float: none;
}
.play-stats {
	text-align: center;
}
.play-stats .item-stat {
	margin-bottom: 5px;
}
.editCollectionPopup, .reportPopup {
	left: 0;
	right: 0;
}
}
.play-button,.play-button-collection, .view-button, .view-button-collection {
	cursor: pointer !important;
	border-right: 1px solid #EBECEE;
	border-bottom: none !important;
}
@media (min-width: 768px) {
	.margin-left-10 {
		 margin-left: 10px;
	}
	.play-stats .item-stat {
		margin-top: 5px;
	}
	.play-button-panel {
		float: right;
	}

	.play-top-panel{
		display: flex;
		  align-items: center;
			justify-content: space-between;
	}
}
.play-button-panel {
	display: inline-block;
	line-height: 100%;
	height: 100%;
	flex: none;
}
.play-top-panel, .view-resource-top-panel{
	position: relative;
		margin: 5px;
    background-color: #FFF;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
		padding: 10px;
			color: #ccc;
}
.play-button, .play-button-collection, .view-button, .view-button-collection {
	display: inline-block;
}
.play-button-container {
	display: inline-block;
	text-align: center;
}
.view-button, .view-button-collection {
	cursor: pointer !important;
}
@media (min-width: 1533px) {
	.play-button, .play-button-collection, .view-button, .view-button-collection {
		padding: 25px;
	}
	.play-button,.play-button-collection {
		font-size: 20px;
	}
	.view-button,.view-button-collection {
		font-size: 21px;
	}
}
@media only screen and (max-width: 1533px) {
	.play-button, .play-button-collection, .view-button, .view-button-collection {
		padding: 15px;
	}
	.play-button, .play-button-collection, .view-button, .view-button-collection {
		font-size: 18px;
	}
	.view-button-collection {
		border-bottom: none !important;
	}
}
.play-button:last-child, .play-button-collection:last-child, .view-button:last-child, .view-button-collection:last-child {
	border: none;
}
/* Hide the browser's default checkbox */
.container-add-to-collection {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
	font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
	vertical-align: baseline;
}

.container-add-to-collection input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: -7px;
  left: 0;
	font-size: 25px;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-add-to-collection:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-add-to-collection input:checked ~ .checkmark {
  background-color: #d442f4;
}

.container-add-to-collection input[name="genre_exclude"]:checked ~ .checkmark, .container-add-to-collection input[name="pov_exclude"]:checked ~ .checkmark {
  background-color: #ff2e4d;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-add-to-collection input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-add-to-collection .checkmark:after {
  left: 9px;
  top: 5px;
  width: 8px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.container-add-to-collection [name="genre_exclude"]:checked ~ .checkmark:after, .container-add-to-collection [name="pov_exclude"]:checked ~ .checkmark:after {
	content: '\f00d';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: white;
  left: 4px;
  top: -5px;
  width: 8px;
  height: 8px;
	border: 0;
	-webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* Create a custom radio button */
.checkmark-radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-add-to-collection:hover input ~ .checkmark-radio {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-add-to-collection input:checked ~ .checkmark-radio {
  background-color: #d442f4;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-radio:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-add-to-collection input:checked ~ .checkmark-radio:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-add-to-collection .checkmark-radio:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.newCollection-btn {
	font-size: 15px;
	padding: 15px 15px 0 15px;
	color: #ccc !important;
	display: block;
		border-top: 1px solid #EBECEE;
}
.no-border {
	border: none;
	padding-top: 0;
}
.newCollection-btn:hover {
	color: purple !important;
}
.newCollection-container{
}
.checkmark.search-page, .checkmark-radio.search-page {
	background-color: #ddd;
}

.dropshadow {
    /* Use -webkit- only if supporting: Chrome < 54, iOS < 9.3, Android < 4.4.4 */
    -webkit-filter: drop-shadow( 2px 2px 3px #000 );
            filter: drop-shadow( 2px 2px 3px #000 );
}
.innerProfileNav {
	margin-top:30px !important;
	border-bottom: 1px solid #ddd;
  margin-bottom: 16px;
}

.innerProfileTab {
	display: inline-block;
    position: relative;
    padding: 0 6px 13px;
		color: #444 !important;
    font-size: 18px;
    line-height: 18px;
		border: none;
	    display: inline-block;
}
.selectedProfileTab::after,.selectedProfileTab::before {
	content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -12px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 4px solid #d442f4;
}
.selectedProfileTab:after {
	bottom: -10px;
border-top: 5px solid #f0f0f0;
}
.selectedProfileTab {
	border-bottom: 2px solid #d442f4;
}

.ProfileLoadMore, .JamCreateBtn {
	padding: 13px 35px;
	border-radius: 25px;
text-align: center;

 display: inline-block;

 width: 100%;
 max-width: 300px;
 font-size: 16px;
 margin: 20px 0;
}
.ProfileLoadMore:hover {
	background-color: #d0d0d0;
}
.ProfileLoadMore {
	background-color: #ddd;
	color: grey !important;
}
.JamCreateBtn {
	background-color:#e757ea;
	color: white !important;
}
.JamCreateBtn:hover {
	background-color: #c135c4;
}
#section-vn_owned, #section-resources {
	margin-bottom: 60px;
	display: block;
}
.profileFeed-dateCreated {
	color: #aaa;
	font-size: 13px;
	margin-left: 5px;
	float: right;
}
.commentFeed-dateCreated {
	margin-left: 7px;
	color: #aaa;
	font-size: 15px;
}
.aboutFeedItem {
	border-bottom: 1px solid #eee;
}
#userActivityFeed .aboutFeedItem:last-child {
	border: none;
}
.aboutFeedItem h4 b {
	font-weight: 500;
	font-size: 24px;
}
#commentContainer h4 b {
	font-weight: 500;
}
b.cnStat, b.cnBtn {
	font-weight: 500;
}
.noMoreMessage {
	width: 100%;
    display: block;
    text-align: center;
    color: #ccc;
    font-size: 17px;
    padding-top: 10px;
}
.sortOpt, .typeOpt, .categoryOpt, .advancedToggle{
	padding: 8px 16px;
	font-size: 15px;
	border-radius: 6px;
	margin-right: 10px;
	margin-bottom: 5px;
	display: inline-block;
}
.forum-post-btn, .forum-follow-btn, .forum-unfollow-btn, .forum-edit-btn {
	padding: 8px 16px;
	font-size: 15px;
	border-radius: 4px;

	margin-bottom: 5px;
	display: inline-block;
}
.pagination.forum-pagination > li > a, .pagination.forum > li > span{
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}
.typeOpt {
	color: #666699 !important;
}
.categoryOpt {
	color: #0066cc !important;
}
.typeOpt:hover, .categoryOpt:hover {
    color: #000 !important;
}
.sortOpt.active, .forum-post-btn {
	background: linear-gradient(to right, #da8cff, #9a55ff);
	box-shadow: 0px 3px 8.3px 0.7px rgba(163, 93, 255, 0.35);
	color: white !important;
}
.advancedToggle {
	background: linear-gradient(to right, #ff8ce8, #ff55b3);
	box-shadow: 0px 3px 8.3px 0.7px rgba(163, 93, 255, 0.35);
	color: white !important;
}
.forum-post-btn:hover {
	opacity: 0.8;
}
.forum-follow-btn {
background: linear-gradient(to right, #ffbf96, #fe7096);
box-shadow: 0px 3px 8.3px 0.7px rgba(255, 93, 120, 0.35);
color: white !important;
}
.forum-edit-btn {
background: linear-gradient(to right, #90caf9, #047edf 99%);
box-shadow: 0px 3px 8.3px 0.7px rgba(93, 96, 255, 0.35);
color: white !important;,
}
.forum-follow-btn:hover, .forum-edit-btn:hover {
	opacity: 0.8;
}
.forum-unfollow-btn {
	background: linear-gradient(to right, #84d9d2, #07cdae);
	box-shadow: 0px 3px 8.3px 0.7px rgba(54, 201, 142, 0.35);
	color: white !important;
}
.forum-unfollow-btn:hover {
opacity: 0.8;
}
	.forum-post-btn:hover {
		background-color: #6d1d99;
	}
.categoryOpt.active {
	background-color: #0066cc;
	color: white !important;
}
.typeOpt.premium.active {
	background-color: #ffcc00;
	color: white !important;
}
.typeOpt.free.active {
	background-color: #666699;
	color: white !important;
}
.characterCard {
	position: relative;
    float: left;
    height: 260px;
		margin-bottom: 20px;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    text-align: center;
    transition: opacity 1s, box-shadow 0.3s;
    cursor: pointer;
		padding: 0;
		background: white;
}
.voteCharacterBtn {
	position: absolute;
height: 34px;
width: 78px;
line-height: 34px;
border: 1px solid #ff5666;
border-radius: 34px;
background-color: #fff;
z-index: 2;
color: #ff5666 !important;
cursor: pointer;
transition: all .2s;

}
.voteCharacterBtn:hover {
	background-color: #ff5666;
	z-index: 2;
	color: #fff !important;
}
.voteCharacterNextBtn {
	position: absolute;
    top: 200px;

    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    transition: background-color 0.2s;
    cursor: pointer;
}
.voteCharacterCount {
position: absolute;
left: 0;
bottom: 20px;
width: 100%;
background: #fff;
font-size: 12px;
text-align: center;
z-index: 0;
padding-top: 8px;
transition: all .6s;
overflow: hidden;
color: black;
}
.voteCharacterCount > p {
	margin: 0;
}
.voteCharacterCount > span {
	color: #ff5666;
}
.voteCharacterImgContainer {
    position: relative;
		overflow: hidden;
}
.voteCharacterImgContainer:not(.noBio):hover:before {
  content  : attr(data-bio);
	text-align: left;
	border-radius: 4px;
	padding: 10px;
	color: white;
	font-size: 15px;
  position : absolute;
  z-index  : 1;
  bottom   : 0;
  left     : 0;
  pointer-events   : none;
  background-image : linear-gradient(to bottom,
                    rgba(0,0,0, 0.5),
                    rgba(0,0,0, 0.6) 100%);
  width    : 100%;
  height   : 195px;
}
.voteCharacterImgContainer:after {
  content  : "";
  position : absolute;
  z-index  : 1;
  bottom   : 0;
  left     : 0;
  pointer-events   : none;
  background-image : linear-gradient(to bottom,
                    rgba(255,255,255, 0),
                    rgba(255,255,255, 1) 100%);
  width    : 100%;
  height   : 65px;
}
.voteCharacterNextBtn.right {
	right: 0;
	background: url(/site/images/move-to-next.svg) no-repeat 0 0;
	background-color: #fff;
	background-size: cover;
}
.voteCharacterNextBtn.left {
	left: 0;
	background: url(/site/images/move-to-next2.svg) no-repeat 0 0;
	background-color: #fff;
	background-size: cover;
}
.voteCharacterNextBtn:hover {
    background-color: #E6E6E6;
}

.children {
	list-style-type: none;
    margin-left: 60px;
}
.children > h4 {
	margin-top: 20px;
}
.children > a > div {
	margin-top: -10px;
}

.text {
	color: #aaa;
	font-size: 12px;
	display: inline-block;
	margin-right: 10px;
}
@media only screen and (max-width: 768px) {

#submit-comment, .submit-reply {
	width: 100%;
}
.aboutFeedItem h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
}
}

.card:hover, .card.unread-pm:hover {
	background-color: #f9f9f9;
}
.card.unread-pm {
	background-color: #fbeaff;
}
.card {
	border-bottom: 1px solid #eee;
}
.pm-preview {
	box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 82px;
    padding: 15px;
    padding-left: 77px;
    position: relative;
}
.pm-title {
	display: inline-block;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
		width: 100%;
}
.pm-lastMessage {
	color: #657786;
    font-size: 14px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    position: relative;
    word-wrap: break-word;
}
.pm-message {
	box-sizing: border-box;
	display: flex !important;
	min-height: 82px;
	padding: 15px;
	position: relative;
	font-size: 1.3em;
}
.pm-message.left {
	padding-left: 60px;
}
.pm-message.right {
	padding-right: 60px;
}
.msg_container {
    margin: auto 10px;
    border-radius: 25px;
    padding: 10px;
    position: relative;
		display: inline-block;
		word-wrap: break-word;
}

.msg_container.left {
	background-color: #eee;
}
.msg_container.right{
	background-color: #de64ef;
	color: white;
}
.msg_time {
	white-space: nowrap;
    position: absolute;
    bottom: -15px;
    color: rgba(0,0,0,0.5);
    font-size: 10px;
}
.msg_time.left {
	left: 0;
}
.msg_time.right {
	right: 0;
}
.profileMessage-desktop {
	border-radius: 7px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    padding: 6px 16px;
    position: relative;
    text-align: center;
		background: linear-gradient(to right, #da8cff, #9a55ff);
    box-shadow: 0px 3px 8.3px 0.7px rgba(163, 93, 255, 0.35);
    color: white !important;
		width: 100%;
		margin-top: 10px;
		display:inline-block;
}
.profileMessage-desktop:hover {
	opacity: 0.8;
}
.forum-post .col-sm-2 .usernameMobile, .collection-creator .usernameMobile {
	font-weight: 500;
		display: block;
}
.forum-post .col-sm-2 .titleMobile, .collection-creator .titleMobile {
	color: white;
	background-color: purple;
	padding-bottom: 3px;
	padding-left: 7px;
	padding-right: 7px;
	border-radius: 5px;
	margin: 5px 0;
	display: inline-block;
}
.collection-creator {
	align-items: center;
	display: flex;
	min-height: 70px !important;
	margin-bottom: 5px;
}
@media (min-width: 0px) and (max-width: 768px) {
	.form-br	{
		display: inline;
	}
	.show-mobile {
		display: inline-block;
	}
	.hide-mobile, .hide-mobile-forum {
		display: none;
	}
	.forum-post .col-sm-2 .avatar, .collection-creator .avatar {
		display: inline-block;
		height: 70px !important;
		width: 70px !important;

	}
	.forum-post .col-sm-2 {
		align-items: center;
		display: flex;
		min-height: 70px !important;
		margin-bottom: 5px;
	}


}
@media (min-width: 250px) and (max-width: 410px) {
.msg_container {
	max-width: 250px;
}
}
@media (min-width: 410px) and (max-width: 768px) {
.msg_container {
	max-width: 280px;
}
}
@media (min-width: 768px) {
	.aboutFeedItem h4 {
		margin-right: 10px;
	}
	.form-br, .show-mobile	{
		display: none;
	}
	.msg_container {
		max-width: 350px;
	}
	.hide-mobile {
		display: block;
	}
	.hide-mobile.inline {
		display: inline-block;
	}
	.hide-mobile-forum {
		display: table-cell;
	}
	.forum-post .col-sm-2 .avatar {
			margin: auto;
	}
	.forum-post .col-sm-2 .username {
			text-align:center;
			display: block;
			white-space: nowrap;
		  overflow: hidden;
		  text-overflow: ellipsis;
			font-weight: 500;
	}

	.forum-post .col-sm-2 {
		text-align: center;
	}
}
.forum-post .col-sm-10 .date {
	color: #aaa;
	font-size: 14px;
}
.forum-post .col-sm-10 .btn-quote, .btn-activity {
	color: #555 !important;
	background-color: #ccc;
	padding: 3px 10px;
  border-radius: 7px;
  margin: 4px 0;
	display: inline-block;
}
.forum-post .col-sm-10 .btn-quote:hover, .btn-activity:hover {
	background-color: #aaa;
	color: #333 !important;
}
.forum-post .col-sm-10 img {
	max-width: 100%;
}
.forum-post .col-sm-2 .title, .collection-creator .title {
	color: white;
	background-color: purple;
	display: inline;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	border-radius: 7px;
	margin: auto;
}
.forum-post {
	border-bottom: 1px solid #eee;
	padding: 30px 0 50px 0;
}
.forum-post .col-sm-2 .badges img, .collection-creator .badges img {
	max-width: 50px;
	display: inline-block;
}

.forum-post .col-sm-2 .titleIcon, .collection-creator .titleIcon {
	width:15px;
	height: 15px;
}
.forum-post .col-sm-2 .titleIconText, .collection-creator .titleIconText {
	font-size: 12px;
}
.timestamp {
	color: #657786;
    font-size: 12px;
    top: 15px;
    white-space: nowrap;
		display: inline-flex;
    float: right;
}
.forums1 {
	margin-top: 20px;
}
.forums2 {
	margin: 10px 0;
}
.forums1 .badge, .forums2 .badge {
	float: right;
}
.forums1 li {
   list-style: none;

	 margin-left: 30px;

}
.forums2 li {
   list-style: none;

	 margin-left: 30px;

}
.forums1 > li > a, .forums2 > li > a {
	margin-left: 10px;
	 line-height: 35px;
	 display: flex;
	  align-items: center;
}
.forums1 > li:hover > .badge, .forums2 > li:hover > .badge {
	background-color: #C048F7;
}
.forums1 li > a:before {
   content: '';
   display: inline-block;
   height: 23px;
   width: 23px;
   background-image: url('https://cloudnovel.nyc3.digitaloceanspaces.com/default/forum_icons.svg');
	 background-position: -23px 0;
	 margin-right: 5px;
}
.forums1 li > a.unreadTopics:before {
	background-image: url('https://cloudnovel.nyc3.digitaloceanspaces.com/default/forum_icons.svg');
	background-position: -23px -23px;
}
.forums2 li > a:before {
   content: '';
   display: inline-block;
   height: 23px;
   width: 23px;
   background-image: url('https://cloudnovel.nyc3.digitaloceanspaces.com/default/forum_icons.svg');
	 background-position: -46px 0;
	 margin-right: 5px;
}
.forums2 li > a.unreadTopics:before {
	background-image: url('https://cloudnovel.nyc3.digitaloceanspaces.com/default/forum_icons.svg');
	background-position: -46px -23px;
}
.forum {
	vertical-align: top;
}
.forum:before {
	content: '';
	display: inline-block;
	height: 19px;
	width: 23px;
	background-image: url('https://cloudnovel.nyc3.digitaloceanspaces.com/default/forum_icons.svg');
	background-position: 0 0;
	margin-right: 5px;
}
.forum.unreadTopics:before {
	background-image: url('https://cloudnovel.nyc3.digitaloceanspaces.com/default/forum_icons.svg');
	background-position: 0 -23px;
}

.store-table tr td:not(:first-child) {
	text-align: center;
}

.notification-div img{
	max-width: 100%;

}
.notification-div blockquote {
	background-color: rgba(0, 0, 0, 0);
	border-color: #fff;
}
.nm-handle {
	z-index: 10;
}

.time_block {
	display: inline-block;
	text-align: center;
	padding-right:30px;
}

.time_block h1 {
	margin-top: 12px;
    margin-right: 0;
		margin-bottom: 3px;
		color: #e757ea;
		font-family: 'Fredoka One', cursive;
		font-weight: normal;
}
.time_block h3 {
    margin-top: 0;
		font-size: 13px;
		border-bottom: none;
}

.team_card {
	margin-top: 40px;
	margin-bottom: 20px;
	padding-top: 10px;
	color: #3f3f3f;
	border-radius: 4px;
	background-color: #FFF;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
transition: all .3s ease;

}
.team_card_settings {
	margin-top: 10px;
}
.team_card:hover {
  margin-top: 35px;
}
.team_card_settings:hover {
	margin-top: 5px;
}
.cursorPointer {
	cursor: pointer;
}
.team_card_wanted ul {
	list-style: none;
    display: flex;
    justify-content: center;
    margin: -31px 10px 18px;
    transition: .3s ease;
}
.team_card_wanted li {
	border: 2px solid #c8c8c8;
    color: #c8c8c8;
    background: #fff;
    padding: 8px 0 7px;
    border-radius: 6px;
    margin: 0 4px;
    width: 58px;
    height: 60px;
    display: flex;
		font-size: 25px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all .3s ease;
}
.team_card_wanted li:hover {
  margin-top: -5px;
}
.team_card_wanted li div {
	font-size: 10px;
}

.team_card_organizer {
	display: flex;
	align-items: center;
	padding: 0 20px;
}

.team_card_organizer .avatar {
	border: 2px solid #c8c8c8;
}
.team_card_organizer .entry {

	margin-left: auto;
}
.team_card_organizer .entry .completed, .team_card_organizer .entry .published, .team_card_organizer .entry .released {
	line-height: 14px;
			background-color: #9235c4;
			margin: 6px 0;
			padding: 7px 12px;
			border-radius: 20px;
			color: white;
			font-size: 15px;
			display: block;
}
.team_card_organizer .entry .ongoing {
	line-height: 14px;
			background-color: #ffcc00;
			margin: 6px 0;
			padding: 7px 12px;
			border-radius: 20px;
			color: white;
			font-size: 15px;
			display: block;
}
.team_card_organizer .entry .hiatus {
	line-height: 14px;
			background-color: #ff6666;
			margin: 6px 0;
			padding: 7px 12px;
			border-radius: 20px;
			color: white;
			font-size: 15px;
			display: block;
}
.team_card_organizer .entry .discontinued {
	line-height: 14px;
			background-color: #999;
			margin: 6px 0;
			padding: 7px 12px;
			border-radius: 20px;
			color: white;
			font-size: 15px;
			display: block;
}
.team_card_organizer .entry .notReleased {
	line-height: 14px;
			background-color: #c8c8c8;
			margin: 6px 0;
			padding: 7px 12px;
			border-radius: 20px;
			color: white;
			font-size: 15px;
			display: block;
}

.team_card_description {
	font-size: 15px;
	padding: 15px 20px;
	height: 140px;
	overflow: hidden;
}
.team_card_members {
	display: flex;
	justify-content: center;
	min-height: 66.6px;
}
.team_card_members .team_member {
text-align: center;
margin: 5px;
}
.team_card_members .team_member .avatar {
	margin-left: auto;
    margin-right: auto;
		border: 2px solid #c8c8c8;
}

.team_join_btn {
	padding: 10px 25px;
    display: block;
    width: 100%;
    font-size: 13px;
    margin: 20px auto;
		text-align: center;
		border-top: 1px solid #eee;
		background-color: white;
		color: #999 !important;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
}
.team_join_btn:hover {
	background-color: #e757ea;
	color: white !important;
}

.team_join_closed_btn {
	padding: 10px 25px;
    display: block;
    max-width: 200px;
    font-size: 13px;
    margin: 20px auto;
		text-align: center;
		color: #999 !important;
		cursor: auto;
}
#displayWebsite {
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	display: inline-block;
	vertical-align: bottom;
	width: -webkit-calc(100% - 18px);
width: -moz-calc(100% - 18px);
width: calc(100% - 18px);

}

.host_user {
	color: white !important;
}
.host_user:hover {
	text-decoration: underline;
}

.team_filter {
	font-size: 10px;
	font-weight: bold;
	border: 2px solid #c8c8c8;
    color: #c8c8c8 !important;
    background: #fff;
		display: inline-block;
		margin: 5px;
		padding: 7px;
		border-radius: 7px;
}

.team_create_btn {
	background-color:#e757ea;
	color: white !important;
	padding: 10px 35px;
	font-size: 13px;
	border-radius: 20px;
}
.team_create_btn:hover {
	background-color: #c135c4;
}
.wanted.developer {
	color: #18bcf4 !important;
	border-color: #18bcf4 !important;
}
.wanted.writer {
	color: #39e33a !important;
	border-color: #39e33a !important;
}
.wanted.artist {
	color: #f54278 !important;
	border-color: #f54278 !important;
}
.wanted.designer {
	color: #d742f5 !important;
	border-color: #d742f5 !important;
}
.wanted.composer {
	color: #ffbd14 !important;
	border-color: #ffbd14 !important;
}
.skillswanted {
	margin-bottom: -10px;
  color: #999;
	margin-left: 20px;
}

.animatedModal {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.8);
	overflow-y: auto;
	z-index: 1040;
	opacity: 1;
	animation-duration: 0.3s;
	display: none;
}
.teamModal-organizer:hover {
	text-decoration: underline;
}
.closebt-container {
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
}
.closebt {
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
cursor:pointer;
}
.closebt:hover {
transform:rotate(90deg);
}
.teamModal-container {
width: 100%;
color: white;
max-width: 600px;
margin: auto;
font-size: 18px;
}
.teamModal-wanted ul {
list-style: none;
display: flex;
justify-content: center;
padding: 0;
transition: .3s ease;
}
@media only screen and (max-width: 768px) {
	.forum-post .col-sm-10 .date {
		margin-bottom: 10px;
	}
.teamModal-wanted li {
padding: 8px 5px 7px;
font-size: 22px;
margin: 5px;
width: 65px;
height: 75px;
}
.teamModal-wanted li div {
font-size: 12px;
margin-top: 3px;
}
}

@media (min-width: 768px) {
	.forum-post .col-sm-10 .date {
		margin-bottom: 25px;
	}
.teamModal-wanted li {
padding: 20px 21px 15px;
font-size: 30px;
margin: 10px 8px;
width: 100px;
height: 105px;
}
.teamModal-wanted li div {
font-size: 18px;
padding-top: 10px;
}
}
.teamModal-wanted li {
border: 2px solid rgba(255, 255, 255, 0.1);
color: rgba(255, 255, 255, 0.1);
background-color: rgba(0, 0, 0, 0);
border-radius: 6px;

display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
transition: all .3s ease;
}

.teamModal-member {
display: flex;
align-items: center;
margin: 10px 0;
color: white;
}
.teamModal-member .usernameMobile {
	color: white !important;
}
.teamModal-member:hover{
text-decoration: none;
color: white;
}

.teamModal-member .avatar {
border: 2px solid #c8c8c8;
}

.team-join-btn-modal {
color: white !important;
background:rgba(0,0,0,0);
border: 2px solid #fff;
padding: 10px;
border-radius: 20px;
font-size: 17px;
margin:30px auto;
width: 100%;

text-align: center;
display: block;
text-decoration: none !important;
}

.team-play-btn-modal {
color: white !important;
background:rgba(0,0,0,0);
border: 2px solid #fff;
padding: 10px;
border-radius: 20px;
font-size: 17px;
margin:15px 5px 5px;
text-align: center;
display: inline-block;
text-decoration: none !important;
}

.team-join-btn-modal:hover, .team-play-btn-modal:hover {
text-decoration: none;
background:rgba(0,0,0,0);
box-shadow: 0px 0px 20px #ff3dff;
}

.team-join-closed-btn-modal {
padding: 10px 25px;
display: block;
max-width: 200px;
font-size: 13px;
margin: 20px auto;
text-align: center;
color: white !important;
text-decoration: none !important;
cursor: auto;
font-size: 17px;
}

.activeEveryone a {
	background-color: black !important;
}

#onlineUsersContainer a {
	color: #bb60e6;
	font-weight: 500;
}
#onlineUsersContainer a:hover {
	color: black;
}
.policyTextSize {
	font-size: 1.8em;
	line-height: 2em;
}
.documentationTextSize {
	font-size: 1.6em;
	line-height: 1.7em;
}

.docHomeBtn {
	float: right;
	color: white !important;
}
.docHomeBtn:hover {
	color: black !important;
}

header.sidebar__header {
    background: linear-gradient(to right, #da8cff, #9a55ff);
		padding: 10px 15px;
		border-top-left-radius: 4px;
    border-top-right-radius: 4px;
		box-shadow: 0px 3px 8.3px 0.7px rgba(191, 173, 217, 0.35);
}
.sidebar__header h4 {
	color: white;
	font-size: 1.1em;
}
.documentationNav .navBody {
	border: 1px solid #ddd;
	padding: 10px 15px;
    border-top: none;
		background: white;
		border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
		box-shadow: 0px 3px 8.3px 0.7px rgba(191, 173, 217, 0.35);

		font-size: 14px;
}
.navBody a {
	color: #8e4deb;
	display: block;
	line-height: 25px;
}
.navBody a:hover{
	color: #da8cff;
}
.navBody .currentDoc {
	font-weight: bold;
}
.scroll-nav__list {
	list-style: none;
	    margin-left: 1em !important;
}

.scroll-nav__item {
	line-height: 20px;
	transition: 0.4s;
}

.docBtn {
	font-size: 1.2em;
	padding: 10px 25px;
	background-color: white;
	border-radius: 10px;
	border: none;
	width: 180px;
	display: block;
	text-align: center;
}
.docBtn:hover {
	background: linear-gradient(to right, #da8cff, #9a55ff);
	color: white;
	box-shadow: 0px 3px 8.3px 0.7px rgba(191, 173, 217, 0.35);
}

.policyTextSize h2 {
	margin-top: 20px;
}
.documentationTextSize a h2 {
	color: purple;
}
.documentationTextSize a:hover h2 {
	color: black;
}
.documentationTextSize h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 500;
}

.documentationTextSize img {
	border-radius: 7px;
	padding: 15px;
	box-shadow: 0px 3px 8.3px 0.7px rgba(191, 173, 217, 0.35);
	background-color: white;
}
.documentationNav h4 {
	font-weight: 400;
}

.scroll-nav__item--active:before {
    border-left: 3px solid #e0d1ff;
    content: '';
    display: block;
    height: 24px;
    left: 30px;
    position: absolute;
		transition: 0.4s;
}
.documentationContent img {
	max-width: 100%;
}
.documentationContent {

}
.spoilerBBtoggle {
	background: linear-gradient(to right, #da8cff, #9a55ff);
    box-shadow: 0px 3px 8.3px 0.7px rgba(163, 93, 255, 0.35);
    color: white !important;
		padding: 8px 16px;
    font-size: 15px;
    border-radius: 4px;
    margin-bottom: 5px;
		border: none;
		 outline: none;
		 display: block;
		 border-bottom: none !important;
		 cursor: pointer !important;
}
.spoilerBBtoggle:hover
{
  background: linear-gradient(to right, #ff8ce8, #ff55b3);
}
.spoilerBBcontainer{
	display: none;
	padding: 5px;
}
.wysibb-body .spoilerBBcontainer {
	display: block;
	border: 1px dashed #ccc;
}

.forum-icon {
	display: block;
    width: 20px;
    height: 20px;
		font-size: 15px;
    text-align: center;
    vertical-align: middle;
    line-height: 20px !important;
		border-radius: 50%;
		margin-right: 5px;
		border-bottom: none !important;
		cursor: pointer !important;
}
.forum-icon-pinned, .forum-icon-locked {
	color: #8c21af;
}

.topic_label	{
	font-weight: bold;
	display: inline-block;
	padding: 5px 0 5px 5px;
	color: #a832a8;
	font-size: 14px;
    line-height: 1.428571429;
}

.topic_label:hover, .topic_label:active {
	text-decoration: none;
	cursor: pointer;
}
.topic_label .close {
		margin: 0 0 0 5px;
		font-size: 21px;
}
.ProfileLoading {

}
.draftBtn:focus {
  outline: none !important;
	color: black;
}
.draftBtn:hover {
	color: black;
}
.draft-preview img {
	max-width: 100%;
}
.draft-preview {
	box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 82px;
    padding: 15px;
    position: relative;
}
.draft-title {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

#loadMoreUpdateLogsBtn{
	background-color: #eee;
}
#loadMoreUpdateLogsBtn:hover{
	background-color: #ddd;
}

.toggleDescription-btn {
	margin-top: 15px;
	color: #999 !important;
	width: 100%;
	display: block;
	font-size: 17px;
}
.toggleDescription-btn:hover {
	color: black !important;
}
.teamModal-member .usernameMobile, .team_card_organizer .usernameMobile {
	display: block;
	font-size: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.playSoundLink {
  position: relative;
}
.playSoundOverlay{
  position: absolute;
	left: 50%;
  margin-left: -35px;
  top: 50%;
  margin-top: -35px;
	height: 70px;
	width: 70px;
  opacity: 0;
  transition: .3s ease;
  background: linear-gradient(to right, #da8cff, #9a55ff);
	border-radius: 50%;
	box-shadow: 0px 3px 8.3px 0.7px rgba(163, 93, 255, 0.35);
}
.playSoundBtn {
	margin: auto;
    margin-bottom: 20px;
	display: block;
    height: 100px;
    width: 100px;
    opacity: 1;
	background: linear-gradient(to right, #da8cff, #9a55ff);
	border-radius: 50%;
	box-shadow: 0px 3px 8.3px 0.7px rgba(163, 93, 255, 0.35);
}
.playSoundBtn:hover {
	background: linear-gradient(to right, #ff8ce8, #ff55b3);
}
.playSoundBtn .playSoundBtnText {
	color: white;
  font-size: 55px;
    text-align: center;
    padding-top: 12.5px;
}
.playSoundLink:hover .playSoundOverlay {
  opacity: 1;
}
.playSoundText {
  color: white;
  font-size: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.list-group a {
	color: #bb60e6;
}
.list-group a:hover {
	color: black;
}
#autocomplete_search {
	display: none;
	position: absolute;
	border-top: 0;
	margin-top: -1px;
  top: 34px;
  left: 0;
  background-color: white;
	border: 1px solid rgba(0, 0, 0, .15);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);

	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

#autocomplete_search h5 {
	padding-top: 5px;
		padding-left: 20px;
		padding-right: 20px;
}

#autocomplete_search ul li {
		padding: 7px 20px;
}

#autocomplete_search ul li a {
		color: #555;
}

#autocomplete_search ul li a h6 {
	margin-top: 5px;
	margin-bottom: 5px;
}
#autocomplete_search ul li a h6 .username {
	max-width: 80px;
}
#autocomplete_search ul li a h6 .vnTitle {
	max-width: 150px;
}
#autocomplete_search ul li a h6 .resultTitle {
	max-width: 200px;
}
#autocomplete_search ul li a h6 div {
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	display: inline-block;
}

#autocomplete_search ul li:hover {
	background-color: #eee;
}

#autocomplete_search, #autocomplete_search ul {
	list-style-type: none;
}

#showCollectionType {
	list-style-type: none;
	    background: white;
	    border-radius: 6px;
	    margin: 15px 5px 0 5px;
			padding: 15px;
			font-size: 18px;
			z-index: 100;
			width: 180px;
			right: 0;
    left: auto;
		box-shadow: 1px 1px 1px 0 #E7E8EA;
}

#patreonCTA {
	background-color: rgb(232, 91, 70);
	padding: 0.46875rem 1rem;
	color: white;
	font-size: 0.875rem !important;
	font-weight: normal;
	border-radius: 9999px;
	display: flex;
  justify-content: space-evenly;
  align-items: center;
}
#patreonCTA:hover {
	background-color: rgb(231, 81, 59);
}
.collection-item {
	padding: 20px;
}
.collection-item:hover {
	background-color: #ddd;
	border-radius: 20px;
}
.collectionHover {
	background-color: rgba(221, 221, 221, 0.7);
	width: 100%;
	height: 160px;
	margin-left: -20px;
	position: absolute;
	display: none;
	align-items: center;
  justify-content: center;
	border-radius: 20px;
}
.collection-item:hover .collectionHover {
	display: flex;
}

@media (min-width: 0px) and (max-width: 1100px) {
	.storeSubHeader {
		 font-size: 24px;
	}
	.storeBullets {
		margin: auto;
		width: 420px;
	}
	.storeSubscriptionContainer {
		margin: 0 30px;
		flex-direction: column;
		text-align: center;
	}
	.storeMainHeader {
		font-size: 100px;
	}
	.storeMainHeaderContainer {
		min-width: 160px;
	}
	.ninjaSonya {
		width: 100%;
	}
	.sakuraSonya {
		order: 1;
		width: 100%;
		margin-top: 50px;
	}
	.sakuraBody {
		order: 2;
	}
	.storeBullets li {
		font-size: 25px;
	}
}
@media (min-width: 0px) and (max-width: 510px) {
	.storeSubHeader {
		 font-size: 22px;
	}
.storeBullets li {
	font-size: 18px;
}
.storeBullets {
	margin: auto;
	width: 310px;
}
}
@media (min-width: 0px) and (max-width: 410px) {
	.storeBullets li {
		font-size: 15px;
	}

	.storeBullets {
		margin: auto;
		width: 260px;
	}
}
@media (min-width: 1100px) {
	.storeSubHeader {
		 font-size: 27px;
	}
.storeSubscriptionContainer {
	margin: 0 100px;
}
.storeMainHeader {
	font-size: 200px;
}
.storeBullets {
	margin-left: 20px;
}
.storeBullets li {
	font-size: 25px;
}
.sakuraSonya, .ninjaSonya {
	height: 1120px;
	width: 800px;
}
}
.storeSlideDownBtnContainer a {
	color: white;
	text-shadow: 1px 1px 3px #000000;
	font-size: 20px;
	margin: 0 10px;
}

.storeSlideDownBtnContainer a:hover {
	text-shadow: 0px 0px 15px #ff3dff;
}
.storeBullets {
	list-style-type: none;
	margin-top: 20px;

}
.storeBullets li {
	color: white;
	text-shadow: 1px 1px 3px #000000;
	padding: 5px;
	display: flex;
}
.storeBullets li > i {
	margin-right: 5px;
	margin-top: 4px;
}
.modalBullets {
	list-style-type: none;
 	margin: 20px auto;
}
.modalBullets li {
	font-size: 20px;
	padding: 5px;
}


.storeCTA {
	color: white !important;
	background:rgba(0,0,0,0.5);
	border: 2px solid #fff;
	padding: 10px;
	border-radius: 20px;
	font-size: 25px;
	margin:10px 0;
	text-align: center;
}
.storeCTA:hover {
background:rgba(0,0,0,0.3);
box-shadow: 0px 0px 20px #ff3dff;
color: white;
}
.storeCTA:focus {
	outline: none;
}
#jam-content {
	font-size: 17px;
	line-height: 30px;
}
#jam-content img {
	max-width: 100%;
}
#jam-content blockquote {
	font-style: italic;
border: none;
background-color: transparent;
max-width: 700px;
    width: 100%;
    margin: auto;
    margin-bottom: 35px;
		margin-top: 10px;
}
#jam-content blockquote:before {
	line-height: 17px;
    display: block;
    padding-left: 10px;
    content: "\"";
    font-size: 100px;
    position: absolute;
    color: #7a7a7a;
		font-family: 'Catamaran', sans-serif;
}
.reportTo {
	display: flex;
	align-items: center;
	font-size: 18px;
	padding: 15px 0;
	position: relative;
	min-width: 100px;
}
.reportTo .fas {
	margin-right: 5px;
}
.reportTo:hover:after {
	font-family: FontAwesome;
	content: "\f0d9";
	position:absolute;
  right:0;
}
.genre-thumb, .genre-avatar-thumb {
	background-color: white !important;
}
.forum-post .col-sm-2 strike.usernameMobile, .forum-post .col-sm-2 strike.username, .banned {
	color: #ccc;
}
#commentContainer .col-sm-12, .replyContainer .children {
	margin-top: 10px;
	margin-bottom: 10px;
}
#commentContainer h4 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 17px;
	display: flex;
	align-items: baseline;
}
.documentation-home {
	text-align: center;
}
.documentation-home h1 {
	text-shadow: 1px 1px 3px #000000;

	color: white;
	margin: 35px 0 40px;
	font-weight: normal;

}
.documentation-cta {
	background: rgba(0,0,0,0.5);
	max-width: 400px;
	max-height: 400px;
	width: 80vw;
  height: 80vw;
	border-radius: 50%;
	border: 5px solid white;
	display: inline-flex;
	color: white;
	transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.documentation-cta:hover {
	background:rgba(0,0,0,0.3);
	box-shadow: 0px 0px 20px #ff3dff;
}
.documentation-cta img {

    max-height: 160px;
    margin: 10px 0 15px;
		transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.documentation-cta:hover img {
	filter: drop-shadow( 0px 0px 20px #ff3dff ) brightness(150%);
}
.documentation-cta h2 {
	color: white;
	transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.documentation-cta:hover h2 {
	text-shadow: 0px 0px 20px #ff3dff;
}
@media (min-width: 768px) {
	.desktop-float-right {
		float: right;
	}
	.documentation-home h1 {
		font-size: 3.5rem;
	}
	.documentation-cta {
		 	margin: 35px;
	}
	.documentation-cta img {
		width: 50vw;
		height: 50vw;
	}
	.documentation-cta h2 {
		font-size: 2rem;
	}
}

@media only screen and (max-width: 768px) {
	.desktop-float-right {
		margin: 5px 0;
	}
	.documentation-home h1 {
		font-size: 2.5rem;
	}
	.documentation-cta {
		 	margin: 20px;
	}
	.documentation-cta img {
		width: 35vw;
		height: 35vw;
	}
	.documentation-cta h2 {
		font-size: 1.5rem;
	}

}

#liveDot {
	opacity: 1;
	-webkit-animation: flickerAnimation 1.2s infinite;
   -moz-animation: flickerAnimation 1.2s infinite;
   -o-animation: flickerAnimation 1.2s infinite;
    animation: flickerAnimation 1.2s infinite;
		 margin-right: 9px;
		 width: 7px;
    height: 7px;
		border-radius: 50%;
    display: inline-block;
    background-color: #E51919;
}
@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
.genre-item {
	background: white;
	border-radius: 6px;
}
.userActivityContent {
	padding-top: 10px;
	display: block;
	font-size: 20px;
	color: #777;
}
.userActivityContent blockquote, .forum-post blockquote {
	margin-top: 0;
	margin-bottom: 10px;
}
.userActivityContent blockquote cite, .forum-post blockquote cite {
	margin: 0;
}
.userActivityContent img {
	max-width: 100%;
}
.list-group-item b {
	font-weight: 500;
}
.list-group-item h4 {
	font-weight: 400;
}
.modal-title {
	font-weight: 400;
}
.table > thead > tr > th {
	font-weight: 500;
}
#vn-slide-name {
	font-weight: 400;
}
.userActivityContent img {
	border-radius: 6px;
}
#tipProfileTitle {
	cursor: pointer;
}
.search-pagination {
	display: inline-flex !important;
}
.search-pagination.pagination a {
	font-size: 18px;
	margin: 5px;
	color: grey;
}
.search-pagination.pagination a:not(.full-width) {
	background: transparent;
	border-radius: 50% !important;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
}
.search-pagination.pagination a.full-width {
	border-radius: 50px !important;
	background: transparent;
}
.search-pagination.pagination > .active > a {
	cursor: pointer;
	background-color: #292c2f;
	box-shadow: none;
	color: white;
}
.search-pagination.pagination a:hover {
	background-color: #ddd;
	color: grey;
}
.search-pagination.pagination .active a:hover {
	background-color: #999;
	color: white;
}

#phone-tooltip {
	border: none;
	cursor: pointer;
}
#phone-tooltip a {
	color: white;
}
.radio-margin-top input[type="radio"], .checkbox-margin-top input[type="checkbox"] {
	margin-top: 0;
}
