body {
  background: #EEF2FF url('img/fade-blue.png') repeat-x 50% 0%;
  color: #2F4F4F;
  font-family: sans-serif;
  font-size: 13px;
  margin: 0 4px;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  /*background-image: url("/static/conf.gif")!important;*/
}

html, body {
  overflow-x: hidden;
}


.hidden {
  display:none;
}

.no-decoration {
  text-decoration: none;
}

a,a:visited {
  text-decoration: underline;
  color: #34345C;
}



a:hover,.intro a.post_no:hover {
  color: #ff0000;
}

a.post_no {
  text-decoration: none;
  margin: 0;
  padding: 0;
}

.intro a.post_no {
  color: inherit;
}

.intro a.post_no,p.intro a.email,p.intro a.post_anchor {
  margin: 0;
}

.intro a.email span.name {
  color: #34345C;
}

.intro a.email:hover span.name {
  color: #ff0000;
}

.intro label {
  display: inline;
}

.intro time,p.intro a.ip-link,p.intro a.capcode {
  direction: ltr;
  unicode-bidi: embed;
  opacity: 0.5;
}
.mobile-style .intro {
	display: inline-block;
}

h2 {
  color: #AF0A0F;
  font-size: 11pt;
  margin: 0;
  padding: 0;
}

header {
  margin: 1em 0;
}

h1 {
  font-family: tahoma, sans-serif;
  letter-spacing: -2px;
  font-size: 35px;
  font-weight:bold;
  margin-top: 20px;
  margin-bottom: 0px;
}

header div.subtitle,h1 {
  color: #AF0A0F;
  text-align: center;
}

header div.subtitle {
  font-size: 8pt;
}

form {
 /* margin-bottom: 4em; */
}

form table {
  margin: auto;
}

form table input {
  height: auto;
  
}

input[type="text"],input[type="password"],textarea {
  border: 1px solid #a9a9a9;
  text-indent: 4px;
  text-shadow: none;
  text-transform: none;
  word-spacing: normal;
  max-width: 100%;
  border-radius: 5px;
  display: hidden;
  height: 20px;
}

#pwd {
  display: none;
}

#quick-reply input[type="text"], input[type="password"], #quick-reply textarea {
  max-width: 100%;
  
  
}

#email_selectbox {
  border-radius: 5px;
  border: 1px solid #a9a9a9;
  height: 24px;
  background: white;
}

#user_flag {
  border-radius: 5px;
  border: 1px solid #a9a9a9;
  height: 24px;
}

textarea {
  width: 271px;
  height: 140px;
  padding-left: 4px;
  text-indent: 0px;
  font-size: 13px;
}

form table tr td {
  text-align: left;
  margin: 0;
  padding: 0;
}

form table.mod tr td {
  padding: 2px;
}

form table tr th {
  /*border: 1px solid #000;
  text-align: left;*/
  padding: 5px;
}

form table tr th {
  background: #98E;
  border-radius: 5px
}

form table tr td div.center {
  text-align: center;
  float: left;
  padding-left: 3px;
}

form table tr td div input {
  display: block;
  margin: 2px auto 0 auto;
}

form table tr td div label {
  font-size: 10px;
}

.unimportant,.unimportant * {
  font-size: 10px;
}

.file {
  float: left;
  
}

.file:not(.multifile) .post-image {
  float: left;
}

.file:not(.multifile) {
  float: none;
}

.file.multifile {
  margin-bottom: 7px;
  
}

p.fileinfo {
  display: block;
  margin: 0 0 0 20px;
}

div.post p.fileinfo {
  padding-left: 5px;
}

div.banner {
  display: none;
  background-color: #E04000;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  margin: 1em 0;
}

div.banner,div.banner a {
  color: white;
}

div.banner a:hover {
  color: #EEF2FF;
  text-decoration: none;
}

img.banner,img.board_image {
  display: block;
  border-radius: 5px;
  margin: 25px auto 0 auto;
}

.post-image {
  display: block;
  float: left;
  margin: 5px 15px 5px 19px;
  border: none;
  border-radius: 5px;
  height: auto!important;
  width: auto!important;
  
  /*margin-left: 19px;*/
  
}

.full-image {
  max-width: 89vw!important;
  margin-top: 5px;
  border-radius: 5px;
  float: left!important;
  margin-right: 15px!important;
  margin-left: 19px;
  margin-bottom: 5px;
 
}

.post.reply .full-image  {
    margin-left: 5px!important;
}
	

.mobile-style .full-image  {
  max-width: 90%!important;
  float: none!important;
  margin-right: 0px!important;

}

div.post .post-image {
  border-radius: 5px;
 /* padding: 5px;*/
  margin: 5px 20px 0px 5px;
  
}

div.post img.icon {
  display: inline;
  margin: 0 5px;
  padding: 0;
}

div.post i.fa {
  margin: 0 3px;
  /*font-size: 13px;*/
}

div.post.op {
  margin-right: 20px;
  margin-bottom: 0.8em;
  line-height: 1.3;
}

div.post.op hr {
  border-color: #D9BFB7;
}

.intro {
  margin: 0.5em 0;
  padding: 0;
  padding-bottom: 0.2em;
  display: inline-block;
}

input.delete {
  float: left;
  margin: 1px 6px 0 0;
}

.intro span.subject {
  color: #0F0C5D;
  font-weight: bold;
}

.intro span.name {
  color: #117743;
  font-weight: bold;
}

.intro span.capcode,p.intro a.capcode,p.intro a.nametag {
  color: #F00000;
  margin-left: 0;
}

.intro a {
  margin-left: 8px;
}

div.delete {
  float: right;
}

div.post.reply p {
  margin: 0.0em 0 0 0;
}

div.post.reply div.body {
  margin-left: 1.8em;
  margin-top: 0.5em;
  padding-right: 1.8em;
  padding-bottom: 0.3em;
  
}

div.post.reply.highlighted {
  background: #D6BAD0;
}

div.post.reply div.body a {
  color: #D00;
  text-decoration: underline;
}

div.body a {
  text-decoration: underline;
}


div.post {
  padding-left: 20px;
}

div.post div.body {
  word-wrap: break-word;
  white-space: pre-wrap;
}

div.post.reply {
  background: #D6DAF0;
  margin: 0.15em 4px;
  padding: 0.5em 1.5em 0.8em 0.8em;
  border-width: 1px;
  /*border-style: none solid solid none;*/
  border-color: #B7C5D9;
  display: inline-block;
  max-width: 94%!important;
  line-height: 1.3;
  border-radius: 5px;
  margin-left: 19px;
  
  
}

.mobile-style div.post.reply {

  margin-left: 0px;

}

span.trip {
  color: #228854;
}

span.quote {
  color: #789922;
}

span.quote-pepe {
  color: #148800;
}

span.quote-nyan {
  color: #E0727F;
}

span.quote-orange, span.orange {
  color: #DB7A18;
}

span.ponkpink {
  color: #FF69B3;
}

span.omitted {
  display: block;
  margin-top: 1em;
}

span.num{
  margin:4px 0px 4px 20px;



}

span.num:before{
  content: "● ";
  

}

br.clear {
  clear: left;
  display: block;
}

span.controls {
  float: right;
  margin: 0;
  padding: 0;
  font-size: 80%;
}

span.controls.op {
  float: none;
  margin-left: 10px;
}

span.controls a {
  margin: 0;
}

div#wrap {
  width: 900px;
  margin: 0 auto;
}

div.ban {
  background: white;
  /*border: 1px solid #98E;*/
  max-width: 700px;
  margin: 30px auto;
  border-radius: 5px;
}

div.ban p,div.ban h2 {
  padding: 3px 7px;
}

div.ban h2 {
  background: #98E;
  color: black;
  font-size: 12pt;
  border-radius: 5px;
}

div.ban p {
  font-size: 12px;
  margin-bottom: 12px;
}

div.ban p.reason {
  font-weight: bold;
}

span.heading {
  color: #AF0A0F;
  font-size: 11pt;
  font-weight: bold;
}

span.spoiler {
 -webkit-filter:blur(3px);
 -moz-filter:blur(3px);
 display:inline-block;
 filter:blur(3px);
 margin:.125rem 0;
 transition:-webkit-filter .25s ease;
 transition:filter .25s ease;
 transition:filter .25s ease,-webkit-filter .25s ease
}

.shadow-thread {
  filter: grayscale(20%) !important;
  opacity: 0.7 !important; /* Real browsers */
  filter: alpha(opacity = 70) !important; /* MSIE */
}

.shadow-post {
  filter: grayscale(80%) !important;
  opacity: 0.6 !important; /* Real browsers */
  filter: alpha(opacity = 60) !important; /* MSIE */
}

div.post.reply div.body span.spoiler a {
  color: black;
}

span.spoiler:hover,div.post.reply div.body span.spoiler:hover a {
    -webkit-filter:blur(0);
	-moz-filter:blur(0px);
 	filter:blur(0)
    color: white;
    
}

div.styles {
  float: right;
  padding-bottom: 20px;
}

div.styles a {
  margin: 0 10px;
}

div.styles a.selected {
  text-decoration: none;
}

table.test {
  width: 100%;
}

table.test td,table.test th {
  text-align: left;
  padding: 5px;
}

table.test tr.h th {
  background: #98E;
}

table.test td img {
  margin: 0;
}

fieldset label {
  display: block;
}

div.pages {
	/*color: #89A;*/
	background: #D6DAF0;
	display: inline-block;
	padding: 8px;
	margin: 3px;
	/*border-right: 1px solid #B7C5D9;
	border-bottom: 1px solid #B7C5D9;*/
    border-radius: 5px;
	margin-left: 19px;
}

.mobile-style .pages {
	font-size: 12px!important;
	margin-left: 0px!important;
}

div.pages.top {
  display: block;
  padding: 5px 8px;
  margin-bottom: 5px;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0.9;
}

@media screen and (max-width: 800px) {
  div.pages.top {
    display: none!important;
  }
}

div.pages a.selected {
  color: black;
  font-weight: bolder;
}

div.pages a {
  text-decoration: none;
}

div.pages form {
  margin: 0;
  padding: 0;
  display: inline;
}

div.pages form input {
  margin: 0 5px;
  display: inline;
}

hr {
  border: none;
  border-top: 1px solid #B7C5D9;
  height: 0;
  clear: left;
}

div.report {
  color: #333;
}

table.modlog {
  margin: auto;
  width: 100%;
}

table.modlog tr td {
  text-align: left;
  margin: 0;
  padding: 4px 15px 0 0;
}

table.modlog tr th {
  text-align: left;
  padding: 4px 15px 5px 5px;
  white-space: nowrap;
}

table.modlog tr th {
  background: #98E;
}

td.minimal,th.minimal {
  width: 1%;
  white-space: nowrap;
}

div.top_notice {
  text-align: center;
  margin: 5px auto;
}

span.public_ban {
  display: block;
  color: red;
  font-weight: bold;
  margin-top: 15px;
}
span.public_warning {
	display: block;
	color: #0000FF;
	font-weight: bold;
	margin-top: 10px;
}
span.public_bantz {
	display: block;
	color: #00FF00;
	font-weight: bold;
	margin-top: 10px;
}
span.toolong {
  display: block;
  margin-top: 15px;
}

div.blotter {
  color: red;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

table.announcements {
  text-align: center;
  width: 390px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.7em;
}
table.announcements thead td {
  border-bottom: 1px solid rgb(63, 63, 63);
  border-bottom: 1px solid rgba(0, 0, 0, .4);
  -webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}
table.announcements tbody {
  text-align: left;
}
table.announcements tbody td:first-child {
  text-align: right;
  vertical-align: top;
}
table.announcements tfoot td {
  text-align: right;
}



table.announcements-list {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 80% !important;
  border-collapse: collapse;
  border-spacing: 0;
}
table.announcements-list tr td, table.announcements-list tr th {
  border: 1px solid rgb(63, 63, 63);
  border: 1px solid rgba(0, 0, 0, .4);
  -webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
  padding: 3px;
}
table.announcements-list tr th {
  font-weight: bold;
  text-align: center;
}
table.announcements-list tbody {
  text-align: left;
  vertical-align: top;
  background: rgb(250, 250, 250);
  color: black;
}
table.announcements-list td:first-child, table.announcements-list th:first-child {
  text-align: center;
}
table.announcements-list tbody tr td:nth-child(4) :first-child {
  float: left;
}
table.announcements-list tbody tr td:nth-child(4) :last-child {
  float: right;
}
.announcementForm input[type=text] {
  box-sizing: border-box;
  width: 100%;
}





table.archive-list {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 80% !important;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.8em;
}
table.archive-list tr td, table.archive-list tr th {
  border: 1px solid rgb(63, 63, 63);
  border: 1px solid rgba(0, 0, 0, .4);
  -webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
  padding: 3px;
}
table.archive-list tr th {
  font-weight: bold;
  text-align: center;
}
table.archive-list tbody {
  text-align: left;
  vertical-align: top;
  background: rgb(250, 250, 250);
  color: black;
}
table.archive-list tbody tr td:first-child{
  text-align: right;
}
table.archive-list tbody tr td:nth-child(2) {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
table.archive-list tbody tr td:nth-child(3),
table.archive-list tbody tr td:nth-child(4),
table.archive-list tbody tr td:nth-child(5){
  text-align: center;
}
.archiveForm {
  margin-bottom: inherit !important;
}










table.mod.config-editor {
  font-size: 9pt;
  width: 100%;
}

table.mod.config-editor td {
  text-align: left;
  padding: 5px;
  border-bottom: 1px solid #98e;
}

table.mod.config-editor input[type="text"] {
  width: 98%;
}

.desktop-style div.boardlist:not(.bottom) {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 0;
  z-index: 30;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
  /*border-bottom: 1px solid #d3d3d3;*/
  background-color: #D6DAF0;
  text-align: center;
  border-radius: 5px;
  height: 22px;
}

.desktop-style body {
  padding-top: 20px;
}

.desktop-style .sub {
  background: inherit;
}

.desktop-style .sub .sub {
  display: inline-block;
  text-indent: -9000px;
  width: 7px;
  background: url('img/arrow.png') right center no-repeat;
}

.desktop-style .sub .sub:hover,.desktop-style .sub .sub.hover {
  display: inline;
  text-indent: 0;
  background: inherit;
}

#attention_bar {
  height: 1.5em;
  max-height: 1.5em;
  width: 100%;
  max-width: 100%;
  text-align: center;
  overflow: hidden;
}

#attention_bar_form {
  display: none;
  padding: 0;
  margin: 0;
}

#attention_bar_input {
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}

#attention_bar:hover {
  background-color: rgba(100%,100%,100%,0.2);
}

.intro.thread-hidden {
  margin: 0;
  padding: 0;
}

form.ban-appeal {
  margin: 9px 20px;
}

form.ban-appeal textarea {
  display: block;
}

.MathJax_Display {
  display: inline!important;
}

pre {
  margin: 0;
}

.catcontrols {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
}

.theme-catalog div.thread img {
  float: none!important;
  margin: auto;
  max-height: 150px;
  max-width: 200px;
  border-radius: 5px;
}

.theme-catalog div.thread {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-weight: normal;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 10px;
  height: 300px;
  width: 205px;
  overflow: hidden;
  position: relative;
  font-size: 11px;
  max-height: 300px;
  background: rgba(182,182,182,0.12);
  border-radius: 5px;
}

.theme-catalog div.thread strong {
  display: block;
}

.theme-catalog div.threads {
  text-align: center;
  margin-left: -20px;
}

.theme-catalog div.thread:hover {
  background: #D6DAF0;
  border-color: #B7C5D9;
}

.theme-catalog div.grid-size-vsmall img {
  max-height: 33%;
  max-width: 95%
}

.theme-catalog div.grid-size-vsmall {
  min-width:90px; max-width: 90px;
  max-height: 148px;
}

.theme-catalog div.grid-size-small img {
  max-height: 60%;
  max-width: 95%
}

.theme-catalog div.grid-size-small {
  min-width:140px; max-width: 140px;
  max-height: 192px;
}

.theme-catalog div.grid-size-large img {
  max-height: 60%;
  max-width: 95%
}

.theme-catalog div.grid-size-large {
  min-width: 256px; max-width: 256px;
  max-height: 384px;
}

.theme-catalog img.thread-image {
  height: auto;
  max-width: 100%;
}

@media (max-width: 420px) {
  .theme-catalog ul#Grid {
    padding-left: 18px;
  }

  .theme-catalog div.thread {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .theme-catalog div.threads {
    overflow: hidden;
  }
}

.compact-boardlist {
  padding: 3px;
  padding-bottom: 0;
}

.compact-boardlist .cb-item {
  display: inline-block;
  vertical-align: middle;
}

.compact-boardlist .cb-icon {
  padding-bottom: 1px;
}

.compact-boardlist .cb-fa {
  font-size: 21px;
  padding: 2px;
  padding-top: 0;
}

.compact-boardlist .cb-cat {
  padding: 5px 6px 8px 6px;
}

.cb-menuitem {
  display: table-row;
}

.cb-menuitem span {
  padding: 5px;
  display: table-cell;
  text-align: left;
  border-top: 1px solid rgba(0,0,0,0.5);
}

.cb-menuitem span.cb-uri {
  text-align: right;
}

.boardlist:not(.compact-boardlist) #watch-pinned::before {
  content: " [ ";
}

.boardlist:not(.compact-boardlist) #watch-pinned::after {
  content: " ] ";
}

.boardlist:not(.compact-boardlist) #watch-pinned {
  display: inline;
}

.boardlist:not(.compact-boardlist) #watch-pinned a {
  margin-left: 3pt;
}

.boardlist:not(.compact-boardlist) #watch-pinned a:first-child {
  margin-left: 0pt;
}

.compact-boardlist #watch-pinned {
  display: inline-block;
  vertical-align: middle;
}

.new-posts {
  opacity: 0.6;
  margin-top: 1em;
}

.new-threads {
  text-align: center;
}

#options_handler, #alert_handler {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 9900;
}

#options_background, #alert_background {
  background: black;
  opacity: 0.5;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#options_div, #alert_div {
  background-color: #d6daf0;
  display: inline-block;
  position: relative;
  margin-top: 40px;
}

#options_div {
  width: 620px;
  height: 400px;
  resize: both;
  overflow: auto;
  border-radius: 5px;
  border: 10px solid #d6daf0;
}



#alert_div {
  width: 500px;
  border-radius: 5px;
}

#alert_message {
  text-align: center;
  margin: 13px;
  font-size: 110%;
}

.alert_button {
  margin-bottom: 13px;
}

#options_div textarea {
  max-width: 100%;
}

#options_close {
  top: 0px;
  right: 0px;
  position: absolute;
  margin-right: 20px;
  font-size: 20px;
  z-index: 100;
}

#alert_close {
  top: 0px;
  right: 0px;
  position: absolute;
  margin-right: 3px;
  font-size: 20px;
  z-index: 100;
}

#options_tablist {
  padding: 0px 5px;
  left: 0px;
  width: 90px;
  top: 0px;
  bottom: 0px;
  height: 100%;
  border-right: 1px solid black;
}

.options_tab_icon {
  padding: 5px;
  color: black;
  cursor: pointer;
}

.options_tab_icon.active {
  color: red;
}

.options_tab_icon i {
  font-size: 20px;
}

.options_tab_icon div {
  font-size: 11px;
}

.options_tab {
  padding: 10px;
  position: absolute;
  top: 0px;
  bottom: 10px;
  left: 101px;
  right: 0px;
  text-align: left;
  font-size: 12px;
  overflow-y: auto;
}

.options_tab h2 {
  text-align: center;
  margin-bottom: 5px;
}

.mobile-style #options_div, .mobile-style #alert_div {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 0px;
}

.mobile-style body {
  font-size: 13px;

}

.mobile-style .post-image {

	max-width: 125px !important;
	height: auto !important;

}

.mobile-style table.announcements {
	text-align: center;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.7em;


}

.mobile-style .video-container::after {
	width: 90px;
	height: 135px;

}

.mobile-style #bres {
	padding: 2px!important;
}

.mobile-style .boardlist {
	display: none;
}

.mobile-style .navtelb {
	display: block;
}

.mobile-style .navtel {
	position: absolute;
	width: 100%;
 	padding: 4px;
 	background: #D6DAF0;
 	color: #800000;
 	border-radius: 5px;
 	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	display: block;
	z-index: 30;
	top: 0;
	left:0;
}

.mobile-style #barra {
	width: 60%;
 	border-radius: 5px;
  	border: 1px solid grey;
    display: inline;
}

.mobile-style #bcima {
	top: 40px;
}

.mobile-style #bbaixo {
	top: 73px;
}

.mobile-style .setaslado {
	display: none;
}

.mobile-style .setasladoe {
	display: none;
}
	

.mentioned {
  word-wrap: break-word;
}

.poster_id {
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.poster_id:hover {
  color: #800000!important;
}
.poster_id::before {
  content: " ID: ";
}

pre {
/* Better code tags */
  max-width:inherit;
  word-wrap:normal;
  overflow:auto;
  display: block!important;
  font-size:9pt;
  font-family:monospace;
}

span.pln {
  color:grey;
}


@media screen and (min-width: 768px) {
  .intro {
    clear: none;
  }

  div.post div.body {
    clear: none;
  }
}

.clearfix {
	display: block;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	
	font-size: 0px;
	line-height: 0px;
	
	box-sizing: border-box;
	border: none;
	height: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	zoom: 1;
}

/* === SPECIFIC PAGES & FEATURES === */

/* Board List */
div.boardlist {
	margin-top: 3px;
	text-align: center;
	color: #89A;
	font-size: 12px;
}
div.boardlist.bottom {
	margin-top: 12px;
	clear: both;
    text-align: center;
	display: none;
}
div.boardlist a {
	text-decoration: none;
	
}

/* Threads */
/* Thread Footer */

#thread-interactions {
	margin: 8px 0;
	clear: both;
}
#thread-links {
	float: left;
}
#thread-links > a {
	padding-left: none;
	/*padding-right: 0px;*/
}
#thread-quick-reply {
	display: none;
	position: absolute;
	left: 50%;
	right: 50%;
	text-align: center;
	width: 100px;
	margin-left: -50px;
}
#thread_stats {
	float: right;
}

#post-moderation-fields {
	float: right;
	text-align: right;
}
#delete-fields {
	display: none;
}
#report-fields {
	display: none;
}




/* threadwatcher */
#watchlist {
	display: none;
	max-height: 250px;
	overflow: auto;
	border: 1px solid;
	border-style: none solid solid none;
	width: 50%;
	margin: 0 auto;
	margin-bottom: 10px;
	border-radius: 5px;
}

#watchlist {
	font-size: 8pt;
	width: 15%;
	position: fixed;
	right: 40pt;
	top: 23pt;
	margin: 0pt;
	padding: 0pt;
}

.watchlist-inner, .watchlist-controls {
	margin: 0pt;
	text-align: center;
}

#watchlist-toggle, .watchThread, .watchlist-remove, #clearList, #clearGhosts {
	cursor: pointer;
}
.own_post {
	font-style: italic;
	font-weight: normal;
	opacity: .666;
}
div.mix {
	display: inline-block;
} 

/* File selector */
.dropzone {
  color: #000;
  cursor: default;
  margin: auto;
  padding: 0px 4px;
  text-align: center;
  min-height: 65px;
  max-height: 140px;
  transition: 0.2s;
  background-color: rgba(200, 200, 200, 0.5);
  overflow-y: auto;
  border-radius: 5px;
}
.dropzone-wrap {
  width: 100%;
}
.dropzone .file-hint {
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  position: relative;
  margin-bottom: 5px;
  padding: 10px 0px;
  top: 5px;
  transition: 0.2s;
  border: 2px dashed rgba(125, 125, 125, 0.4);
}
.file-hint:hover, .dropzone.dragover .file-hint {
  color: rgba(0, 0, 0, 1);
  border-color: rgba(125, 125, 125, 0.8);
}
.dropzone.dragover {
  background-color: rgba(200, 200, 200, 1);
}
.dropzone .file-thumbs {
  text-align: left;
  width: 100%;
}
.dropzone .tmb-container {
  padding: 3px;
  overflow-x: hidden;
  white-space: nowrap;
}
.dropzone .file-tmb {
  height: 40px;
  width: 70px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  background-color: rgba(187, 187, 187, 0.5);
  background-size: cover;
  background-position: center;
}
.dropzone .file-tmb span {
  font-weight: 600;
  position: relative;
  top: 13px;
}
.dropzone .tmb-filename {
  display: inline-block;
  vertical-align: bottom;
  bottom: 12px;
  position: relative;
  margin-left: 5px;
}
.dropzone .remove-btn {
  cursor: pointer;
  color: rgba(125, 125, 125, 0.5);
  display: inline-block;
  vertical-align: bottom;
  bottom: 10px;
  position: relative;
  margin-right: 5px;
  font-size: 20px
}
.dropzone .remove-btn:hover {
  color: rgba(125, 125, 125, 1);
}

#thread_stats {
  display: inline;
  margin-left: 10px;
  margin-right: 15px;
  padding: 4px;
  cursor: default;
}

/* Fileboard */
table.fileboard th, table.fileboard td {
  padding: 2px;
  text-align: center;
}
table.fileboard .intro a {
  margin-left: 0px;
}

/* Gallery view */
#gallery_images {
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: 0px;
  width: 12%;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: auto;
}
#gallery_toolbar {
  position: absolute;
  right: 12%;
  left: 0px;
  bottom: 0px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: right;
}
#gallery_images img {
  width: 100%;
}
#gallery_toolbar a {
  font-size: 28px;
  padding-right: 5px;
}
#gallery_main {
  position: absolute;
  left: 0px;
  right: 12%;
  bottom: 32px;
  top: 0px;
  padding: 10px;
}

#gallery_images img {
  opacity: 0.6;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
#gallery_images img:hover, #gallery_images img.active {
  opacity: 1;
}
#gallery_images img.active {
  -webkit-box-shadow: 0px 0px 29px 2px rgba(255,255,255,1);
     -moz-box-shadow: 0px 0px 29px 2px rgba(255,255,255,1);
          box-shadow: 0px 0px 29px 2px rgba(255,255,255,1);
  z-index: 1;
}
#gallery_main img, #gallery_main video {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
}
.own_post {
	font-style: italic;
	font-weight: normal;
	opacity: .666;
}
div.mix {
	display: inline-block;
}

/* Collapsed post area */
#PostAreaToggle + span {
	font-size: 22px;
	font-weight: bold;
}
#PostAreaToggle + span > a > label {
	cursor: pointer;
    padding: 6px 8px;
    background: #D6DAF0;
    border-radius: 5px;
}
#PostAreaToggle + span + div {
	display: none;
}
#PostAreaToggle:checked + span {
	display: none;
}
#PostAreaToggle:checked + span + div {
	display: inline-block;
}
form[name="post"] {
  margin-bottom: 1em;
  text-align: center;
  margin-top: 2em;
}
form[name="post"] > div {
	margin-bottom: 1em;
}

/* Predefined reasons */
.ReasonTableForm tr:first-child td {
  text-decoration: bold;
  background: #9988EE;
  font-weight: bold;
}
.ReasonTableForm tr td:first-child {
  text-align: right;
  padding-right: 10px;
  font-weight: bold;
}
.ReasonTableForm tr:hover td {
  cursor: pointer;
  background: #D6BAD0;
}


/* Archive hover */
table.archive-list tr:hover td {
   background-color: #D4D8EE;
}

.embed_container {
    display: block;
}

.hover-show {
    opacity: 0;
}
.hover-show:hover {
    opacity: 1;
}

/* chapéu natal 
.post.op::before{
 content:url('/static/2020.gif');
 left:0;
 margin-top:-110px;
 position:absolute;
 pointer-events:none;
}*/


/*
.post.op::before{
 content:url('https://ptchan.org/static/easter1.png');
 left: 30px;
 margin-top:-80px;
 position:absolute;
 pointer-events:none
}
.mobile-style .post.op::before{
 content:url('https://ptchan.org/static/easter1.png');
 left: 10px;
}
*/
/* botão play media + hide ukko por anónimo 
.video-container {
position: relative;
z-index: 1;
}
.video-container::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 200px;
height: 230px;
opacity: 0.75;
pointer-events: none;
z-index: 2;
background-position: center;
background-repeat: no-repeat;
background-size: 66px;
background-image: url("https://ptchan.org/static/play.png");
transition: all 0.33333s ease;
}
.video-container:hover::after {
opacity: 1;
background-size: 80px;
margin-left: 32px;
}
.video-container:active::after {
transition: none;
background-size: 50px;
}
.video-container iframe {
position: relative;
z-index: 3;
}
*/    

.video-container .post-image {
  /*margin: 5px 15px 5px 4px;*/
}

.ukkohide {
    opacity: 0.333;
    visibility: hidden;
    transition: all 0.666s ease;
}
.ukkohide:hover {
    visibility: visible;
}
.ukkohide:before {
    visibility: visible;
    font-family: FontAwesome;
    opacity: 1 !important;
    content: "\f070";
    font-size: 11pt;
    font-weight: normal;
    padding-left: 6px;
    padding-right: 32px;
    transition: all 0.666s ease;
}
.ukkohide:hover:before {
    content: "\f06e";
    padding-right: 6px;
}
.ukkohide:active:before {
    opacity: 0.2 !important;
    transition: none;
}


#favorite-star {
    display: none !important;
}

a, a:visited {
    text-decoration: none;
}
#bres {
  padding: 4px;
  background: #d6daf0;
  
  border-radius: 5px;
}

#expa {
    padding: 3px 7px;
    background: #d6daf0;
    border-radius: 5px;
	margin-right: 5px;
}

#omi {
    padding: 3px 9px;
    background: #d6daf0;
    border-radius: 5px;
}

#u50 {
	padding: 4px;
	background: #d6daf0;
	border-radius: 5px;	
}

#tudo {
	padding: 4px;
	background: #d6daf0;
	border-radius: 5px;	
	
}

#bcatalogo {
	padding: 4px;
	background: #d6daf0;
	border-radius: 5px;	

}

#barquivo {
	padding: 4px;
	background: #d6daf0;
	border-radius: 5px;	

}

#brecarregar {
	padding: 4px;
	background: #d6daf0;
	border-radius: 5px;	

}

#bvoltar {
	padding: 4px;
	background: #d6daf0;
	border-radius: 5px;	
	margin-left: 19px;

}

#bcima {
	position: fixed;
	padding: 6px 8px;
	top: 30px;
	right: 15px;
	background: #d6daf0;
	border-radius: 5px;	
	box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	z-index: 20;
}

#bbaixo {
	position: fixed;
	padding: 6px 8px;
	top: 63px;
	right: 15px;
	background: #d6daf0;
	border-radius: 5px;	
	box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	z-index: 20;

}

.navtel {
 width: 100%;
 padding: 5px;
 background: #f2e1d6;
 color: #800000;
 border-radius: 5px;
 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
 position: fixed;
 display: none;
}

#barra {
  width: 60%;
  border-radius: 5px;
  border: 1px solid grey;
  display: none;
}

#update_thread {
  padding: 4px;
  margin-left: 4px;

}

.navtelb {
	padding: 4px;
	display: none;
}



.casa {
	float: left;
	margin-left: 3px;
	margin-right: 3px;	
}

#wpaintdiv {
  border: 1px solid #a9a9a9;
  border-radius: 5px;
}

.setaslado {
	vertical-align: top;
	float: left;
	margin-top: 2px;
}

.aviso {
  
  font-size: 10px;
  list-style: none;
}

.aviso:before {
    content: "\00a0  \2022 \20";
    
}
/*
.intro span.name,
.own_post {
    color: hsl(120, 50%, 40%);
    font-size: 0;
}

.name:after {
    content: "Anónimo";
    font-family: inherit;
    font-size: 10pt;
    color: #117743;
}


p.intro a[href$="sage"].email span.name:after {
    color: #34345C;
    content: "SAGE";
    cursor: default;
    font-family: inherit;
    
}
*/
.quick-reply-btn {
  right: 15px !important;
  bottom: 5px !important;
  background: #d6daf0;
  border-radius: 5px; 
  box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
  font-weight: bold;
}

.mobile-style .quick-reply-btn {
	display: none!important;

}

span.heading {
  background: linear-gradient(to right, #ff0000, #ffa600, #fff500, #06ff00, #00c9ff, #2300ff, #ff00fa, #ff0000);
  background-size: 200% auto;  
  color: #000;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: heading 1s linear infinite;
}

@keyframes heading {
    to {
      background-position: 200% center;
    }
}


#quatrozeroquatro {
	text-align: center;
	;

}

#update_thread {
    margin-left: 4px;
    padding: 4px;
    background: #d6daf0;
    border-radius: 5px;
    
}

.tema {
    float: right;
    
}

.extra {
    margin-top: 40px;
    
}

.mobile-style .extra {
    margin-top: 50px!important;
    
}

.hide-thread-link {
    font-size: 0
}

.hide-thread-link:after {
    content: "\f146";
    font-family: FontAwesome;
    font-size: 13px;
	opacity: 0.4;
	
    
}
.unhide-thread-link {
    font-size: 0
}

.unhide-thread-link:after {
    content: "\f0fe";
    font-family: FontAwesome;
    font-size: 13px;
	opacity: 0.4;
   
    
}

.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
}

video {
	border-radius: 5px;
}

audio {
	border-radius: 5px;
}

.diceroll {
display: block;
}

.boardlist a:hover {
	border-top: 3px solid #98E;

}

.boardlist a {
    padding: 1px 5px;
    font-size: 13px;

}

.file > div > video{
    max-width: 100%;
	margin-bottom: 5px;
}

.post-wrapper {
    display: inline-grid;
    max-width: 300px;
    max-height: 200px;
    overflow: hidden;
	
}

.post-wrapper:hover {
	opacity: 0.9;
    overflow: auto;
	
}


.post-wrapper .thread::before {
	content: "OP";
    color: white;
    margin-left: 47%;
    font-weight: bold;
    background-color: red;
    border-radius: 3px;
    padding: 1px 2px;
}

.post-wrapper .post-image  {

max-width: 70px!important;
height: auto!important;
}

.post-wrapper span.controls  {

min-width: 240px
}

.post-wrapper .fileinfo {
    
}

#erase-local-data {
	float: none!important;
	text-align: center;
    display: block;
}


.eita-link {
    font-weight: bold;
    text-align: center;
	text-decoration: underline;
}

a.hide-post-link {
  text-align:center;
}

.mobile-style .paga  {
  display: none;

}

body #thread_85828 {
    background: rgba(0, 0, 0, 0) url(/static/coronachan.gif) no-repeat bottom right;
	padding: 0px;
	background-size: 20rem;
}

body #thread_60124 img {
    -moz-animation: 5s linear 0s normal none infinite running rainbow;
    -o-animation: 5s linear 0s normal none infinite running rainbow;
    -webkit-animation: 5s linear 0s normal none infinite running rainbow;
    animation: 5s linear 0s normal none infinite running rainbow;
}

body #thread_60124 video {
    -moz-animation: 5s linear 0s normal none infinite running rainbow;
    -o-animation: 5s linear 0s normal none infinite running rainbow;
    -webkit-animation: 5s linear 0s normal none infinite running rainbow;
    animation: 5s linear 0s normal none infinite running rainbow;
}

 @-moz-keyframes rainbow {
                                0% {
                                    filter: hue-rotate(0deg);
                                }
                                25% {
                                    filter: hue-rotate(90deg);
                                }
                                50% {
                                    filter: hue-rotate(180deg);
                                }
                                75% {
                                    filter: hue-rotate(270deg);
                                }
                                100% {
                                    filter: hue-rotate(360deg);
                                }
                            }

                            @-o-keyframes rainbow {
                                0% {
                                    filter: hue-rotate(0deg);
                                }

                                25% {
                                    filter: hue-rotate(90deg);
                                }

                                50% {
                                    filter: hue-rotate(180deg);
                                }

                                75% {
                                    filter: hue-rotate(270deg);
                                }

                                100% {
                                    filter: hue-rotate(360deg);
                                }
                            }

                            @-webkit-keyframes rainbow {
                                0% {
                                    filter: hue-rotate(0deg);
                                }

                                25% {
                                    filter: hue-rotate(90deg);
                                }

                                50% {
                                    filter: hue-rotate(180deg);
                                }

                                75% {
                                    filter: hue-rotate(270deg);
                                }

                                100% {
                                    filter: hue-rotate(360deg);
                                }
                            }

                            @keyframes rainbow {
                                0% {
                                    filter: hue-rotate(0deg);
                                }

                                25% {
                                    filter: hue-rotate(90deg);
                                }

                                50% {
                                    filter: hue-rotate(180deg);
                                }

                                75% {
                                    filter: hue-rotate(270deg);
                                }

                                100% {
                                    filter: hue-rotate(360deg);
                                }
                            }


 body #thread_3247 img {
    -moz-animation: 5s linear 0s normal none infinite running rainbow;
    -o-animation: 5s linear 0s normal none infinite running rainbow;
    -webkit-animation: 5s linear 0s normal none infinite running rainbow;
    animation: 5s linear 0s normal none infinite running rainbow;
}

body #thread_3247{
    background: rgba(0, 0, 0, 0) url(/static/td.gif) no-repeat bottom right;
    background-size: 150px;
	padding: 0px;
}

span .image_id ::after{
  content: '\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0';
}

.mobile-style .image_id {
	display: none;
}

div[id^="thread_"] {
         background-color: ;
        color: ;
        margin-bottom: 0px;
        padding: 1px;
        border: ;
        /*width: 100%;*/
        box-shadow: ;
}

.tituloyt {
	color: #2F4F4F;
	display: block!important;
}

/*.mobile-style .tituloyt {
	display: none!important;
}*/

iframe {
	border-radius: 5px;
	}

.reply .video-container .post-image {
	max-width: 200px!important;
}

.subject:before {
  content: "「"
}
.subject:after {
  content: "」"
}

.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #282a36;
  border-radius: 5px;
}

.hljs-built_in,
.hljs-selector-tag,
.hljs-section,
.hljs-link {
  color: #8be9fd;
}

.hljs-keyword {
  color: #ff79c6;
}

.hljs,
.hljs-subst {
  color: #f8f8f2;
}

.hljs-title {
  color: #50fa7b;
}

.hljs-string,
.hljs-meta,
.hljs-name,
.hljs-type,
.hljs-attr,
.hljs-symbol,
.hljs-bullet,
.hljs-addition,
.hljs-variable,
.hljs-template-tag,
.hljs-template-variable {
  color: #f1fa8c;
}

.hljs-comment,
.hljs-quote,
.hljs-deletion {
  color: #6272a4;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-literal,
.hljs-title,
.hljs-section,
.hljs-doctag,
.hljs-type,
.hljs-name,
.hljs-strong {
  font-weight: bold;
}

.hljs-literal,
.hljs-number {
  color: #bd93f9;
}

.hljs-emphasis {
  font-style: italic;
}

.fun {
	display: inline;
	margin-left: 10px;
}