.forum-content {
	padding-bottom: 20px;
	padding-top: 10px;
}

.extra-menu-selector-set {
	background-color: #333333;
	color: #6189dc;
}

.admin_left_menu_button {
	padding: 10px;
}

.admin_left_menu_button:hover {
	cursor: pointer;
	background-color: #333333;
}

.admin_right_content_title {
	background-color: #222222;
	border-bottom: 1px solid #333333;
	padding: 10px;
	color: #6189dc;
}

.dropdown-menu-container {
	position: relative;
	width: 200px;
	display: inline-block;
}

.user-menu-content {
	margin-left: 0px;
	padding: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.user-menu-content a {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 2px;
  padding-top: 2px;
  display: block;
}

.show { display: block; }

.user-menu-container {
	display: flex;
	align-items: center;
}

.user-menu-child {
	flex: 1;
	align-items: center;
}

.user-menu-avatar {
	width: 48px;
	height: 48px;
	background-size: 48px 48px;
	/*border: 1px solid #444444;*/
}

.user-menu-username {
	padding-left: 15px;
	font-size: 14px;
	user-select: none;
}

.nav-bar-forums {
	display: flex;
	padding-top: 9px;
	padding-bottom: 9px;
	border: 1px solid #444444;
	background-color: #333333;
	font-size: 14px;
	user-select: none;
}

.forum-list-categories-section-wrapper {
	padding: 10px;
	background-color: #333333;
	font-size: 16px;
}

.forum-list-categories-section-entries {
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
}

.forum-list-categories-section-entry {
	display: flex;
	flex-direction: row;
	padding: 15px 15px;
	border-top: 1px solid #2f2f2f;
}

.forum-list-categories-section-entry a {
	color: #ffffff;
}

.forum-list-categories-section-entry a:hover {
	color: #6189dc;
}

.forums-category-entry a {
	color: #ffffff;
}

.forums-category-entry a:hover {
	color: #6189dc;
}

.forum-category-text {
	flex: 1;
}

.forum-category-topics-count {
	flex: 0 0 75px;
	text-align: center;
}

.forum-category-topics-last-post {
	flex: 0 0 250px;
	padding: 0 10px;
	max-width: 250px;
	overflow: hidden;
	white-space: nowrap;
}

.forum-cat-topic-entry {
	border-top: 1px solid #444444;
}

.forum-cat-banner {
	border-top: 1px solid #444444;
	display: flex;
	flex: 1;
	flex-direction: row;
	padding: 10px 10px;
}

.forum-cat-banner-left {
	flex: 1;
}

.forum-cat-banner-right {
	flex: 1;
	text-align: right;
}

.span-button {
	border: 1px solid #444444;
	padding: 10px 15px;
	background-color: #323232;
	display: inline-block;
	color: #cccccc;
	text-align: center;
}

.span-button:hover {
	border: 1px solid #6189dc;
	cursor: pointer;
}

.span-button:active {
	background-color: #292929;
	color: #6189dc;
}

.span-button-small-disabled {
	border: 1px solid #444444;
	padding: 5px 10px;
	background-color: #292929;
	display: inline-block;
	color: #444444;
	text-align: center;
	margin-left: 5px;
}

.span-button-small {
	margin-left: 5px;
	border: 1px solid #444444;
	padding: 5px 10px;
	background-color: #323232;
	display: inline-block;
	color: #cccccc;
	text-align: center;
}

.span-button-small:hover {
	border: 1px solid #6189dc;
	cursor: pointer;
}

.span-button-small:active {
	background-color: #292929;
	color: #6189dc;
}

.forums-new-topic {
	border-top: 1px solid #444444;
	padding: 10px;
}

.forums-new-topic-header {
	font-size: 14px;
	padding: 20px 10px;
}

.forums-new-topic-title-text {
	font-weight: bold;
	font-size: 13px;
}

.forums-new-topic-title-input {
	margin-top: 10px;
}

.forums-new-topic-textarea {
	margin-top: 20px;
}

.forums-new-topic-buttons {
	text-align: center;
	margin-top: 10px;
}

.forums-category-entry {
	border-top: 1px solid #444444;
	padding: 15px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	word-break: break-word;
}

.forums-category-unread {
	background-color: #1d1d28;
	border-top: 1px solid #1c1c7a;
	border-bottom: 1px solid #1c1c7a;
}

.forums-category-entry-a {
	flex: 1;
}

.forums-category-entry-b {
	flex: 0 0 100px;
	padding-left: 10px;
}

.forums-category-entry-c {
	flex: 0 0 200px;
	padding-left: 20px;
	padding-top: 2px;
}

.forums-category-entry-c a {
	color: #888888;
}

.forums-post-entry {
	
}

.forums-post-entry-header {
	display: flex;
	flex-direction: row;
	padding: 10px;
	background-color: #333333;
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
	justify-content: center;
	align-items: center;
}

.forums-post-entry-header-a {
	flex: 0 0 20px;
}

.forums-post-entry-header-b {
	flex: 0 0 200px;
	font-size: 16px;
}

.forums-post-entry-header-b a {
	color: #ffffff;
}

.forums-post-entry-header-b a:hover {
	color: #6189dc;
}

.forums-post-entry-header-b a {
	color: #eeeeee;
}

.forums-post-entry-header-c {
	flex: 1;
	text-align: right;
	justify-content: center;
}

.forms-post-entry-content {
	display: flex;
	flex-direction: row;
	border: 1px solid #222222;
}

.forms-post-entry-content-profile {
	flex: 0 0 130px;
	text-align: center;
	padding: 20px 10px;
	border-right: 1px solid #444444;
	word-break: break-word;
}

.forums-post-entry-content-data {
	flex: 1;
	padding: 15px 25px;
	border-left: 1px solid #222222;
}

.forums-posts-profile-pic {
	height: 90px;
	width: 90px;
	margin-bottom: 5px;
}

.forums-post-bottom-bar {
	border-top: 1px solid #444444;
}

.forums-add-reply-pic {
	width: 64px;
	height: 64px;
}

.forums-add-reply-input-a {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.forums-add-reply-input-b {
	text-align: right;
	margin-top: 10px;
}

.forums-add-reply-avatar {
	flex: 0 0 64px;
}

.forums-add-reply-text {
	flex: 1;
	padding-left: 20px;
}

.forums-add-reply-text textarea {
	min-height: 100px;
}

.forums-add-reply-text-advanced {
	flex: 1;
	padding-left: 20px;
}

.forums-add-reply-text-advanced textarea {
	min-height: 300px;
}

.forums-post-signature {
	margin-top: 40px;
	border-top: 1px solid #333333;
	padding-top: 15px;
	text-align: left;
}

.forum-delete-post-button {
	border: 1px solid #444444;
	padding: 2px 5px;
}

.forum-delete-post-button:hover {
	cursor: pointer;
	border: 1px solid #6189dc;
}

.forum-delete-post-button:active {
	background-color: #292929;
	color: #6189dc;
}

.forum-post-attachment {
	margin-top: 20px;
	padding: 10px;
	border: 1px solid #444444;
	background-color: #222222;
}

.forum-banner {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
	border: 1px solid #222222;
	color: #000000;
	outline: 1px solid #000000;
	text-align: center;
}

.forum-banner-none {
	border: 1px solid #000000;
}

.forum-banner-specialist {
	background: rgb(157,152,45);
	background: linear-gradient(180deg, rgba(255,0,244,1) 0%, rgba(38,0,37,1) 100%);
	color: #ffffff;
}

.forum-banner-contributor {
	background: rgb(45,83,157);
	background: linear-gradient(180deg, rgba(0,146,255,1) 0%, rgba(0,23,41,1) 100%);
	color: #ffffff;
}

.forum-banner-vip {
	background: rgb(195,195,195);
	background: linear-gradient(180deg, rgba(255,242,0,1) 0%, rgba(41,39,0,1) 100%);
	color: #000000;
}

.forum-banner-otdsoldier {
	background: rgb(195,195,195);
	background: linear-gradient(180deg, rgba(6,100,32,1) 0%, rgba(7,38,16,1) 100%);
	color: #ffffff;
}

.forum-banner-otdhero {
	background: rgb(195,195,195);
	background: linear-gradient(180deg, rgba(237,28,36,1) 0%, rgba(51,6,8,1) 100%);
	color: #ffffff;
}

.forum-post-bottom-bar {
	border-top: 1px solid #444444;
	text-align: right;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #222222;
}

.forum-post-bottom-bar-left {
	flex: 1;
	text-align: left;
	padding-left: 5px;
}

.forum-post-bottom-bar-right {
	flex: 1;
	text-align: right;
}

.forum-post-bottom-bar-button {
	display: inline-block;
	font-size: 10px;
	margin-right: 5px;
}

.forum-post-bottom-bar-button a {
	color: #888888;
}

.forum-post-bottom-bar-button a:hover {
	color: #ffffff;
}


@keyframes masked{
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -10000px 5000px;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translatey(-50px);
  }

  to {
    opacity: 1;
    transform: translatey(0px);
  }
}

.animtext {
  z-index:1;
}

.animtext h1 {
  text-align:center;
  font-size: 16px;
  background: -webkit-linear-gradient(
      left,
      #0ff 0%,
      #97fba0 25%,
      #97b1fb 50%,
      #0ff 100%
    )
    repeat;
  -webkit-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  animation: masked 5s linear infinite, fadeInDown 1.5s both 1;
  -webkit-animation: masked 5s linear infinite, fadeInDown 1.5s both 1;
  -moz-animation:masked 5s linear infinite, fadeInDown 1.5s both 1;
  -o-animation: masked 5s linear infinite, fadeInDown 1.5s both 1;
}
