/*Used for places where posts are displayed*/
.hideButton, .embedButton, #closeWatcherMenuButton, .watchButton,
  .watchedCellCloseButton, .hideFileButton, .extraMenuButton,
  #closeSettingsMenuButton {
  margin-left: 0.5em;
}

.imgExpanded {
   max-width: 100%; 
}

video {
  max-width: 100vw;
  max-height: 100vh;
}

.imgLink, #selectedDivQr .selectedCell, #selectedDiv .selectedCell {
  float: left;
}

#selectedDivQr .nameLabel, #selectedDiv .nameLabel {
  display: inline-block;
  max-width: 70px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.reportFieldset {
  margin-top: 1em;
  padding: 0.5em;
  margin-bottom: 1em;
}

.labelId {
 color: #ffffff;
padding: 2px 3px;
border-radius: 4px;
border: 1px solid black;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.labelId:hover {
  cursor:pointer;
}


.quoteTooltip {
  position: absolute;
  display: none
}

#formMore, #qrFormMore, #qrCaptchaButton, #qrFilesButton {
  cursor: pointer;
}

.unhideButton, .embedButton {
  font-size: 80%;
}

.extraMenu, .hideMenu {
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 10px;
  z-index: 1;
  font-weight: normal;
  white-space: nowrap;
  cursor: default;
  color: #ACACAC;
  text-shadow: none;
}

.theme_clear .extraMenu, .theme_clear .hideMenu {
  color: #000;
}

.hideMenu div, .extraMenu div {
  cursor: pointer;
}

.extraMenuButton, .hideButton {
  position: relative;
}

.hideButton::before {
  content: '\e017';
}

.postInfo, .opHead, .divMessage, .panelUploads, .panelIp, .panelProxyIp,
  .contentOmissionIndicator, .labelOmission, .labelId, .panelASN,
  .panelBypassId {
  font-size: 80%;
}

.divPosts {
  margin: 1em 0;
}

.postCell {
  margin: 0.25em 0;
}

.linkName {
  font-weight: bold;
  color: #34ED97;
}

.linkName:hover {
  color: #AA0000;
}

.noEmailName, .noEmailName:hover {
  color: #fff;
  text-shadow: none;
  cursor: default;
}

.quoteLink {
  color: #5f89ac;
}

.linkSelf {
  color: #ACACAC;
  text-decoration: none;
}

.linkSelf:hover {
  color: #5f89ac;
}

.linkQuote {
  color: #ACACAC;
  text-decoration: none;
}

.linkQuote:hover {
  color: #5f89ac;
}

.labelSubject {
  color: #b294bb;
  font-weight: bold;
  word-wrap: break-word;
}

.labelRole {
  color: #ff0000;
  font-weight: bold;
}

.labelRole:before {
  font-family: Icons;
  content: "\e0dc";
  color: #A00;
}

.divMessage {
  margin: 10px 5px 5px 22px;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-size: 85%;
}

.divBanMessage {
  color: #ff0000;
  font-weight: bold;
  margin: 1em;
  font-size: 100%;
}

.divBanMessage:before {
  font-family: Icons;
  content: "\e0d8";
  color: #A00;
}

.uploadCell {
  margin: 0.25em 1em 0.25em 0.5em;
 float: left;
}

.uploadCell img {
 /* float: left;
  margin-right: 1em;
  margin-bottom: 1em;
  */
}

/*Change the dimensions if you wish for larger thumbs*/
.uploadCell img:not(.imgExpanded) {
  max-width: 100%;
  object-fit: contain;
}

.variableHeight {
  height: 125px;
}

.multipleUploads {
  float: left;
  width: 100%;
}

.multipleUploads .uploadCell:not(.expandedCell) {
  /*max-width: 150px;*/
  float: left;
}

.uploadDetails {
  margin-bottom: 0.5em;
  font-size: 10px;
}

.originalNameLink {
  display: inline-block;
  vertical-align: top;
  max-width: 155px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
}

.originalNameLink:hover {
  /*max-width: 100%;*/
}

.opCell {
  clear: left;
}

.panelBacklinks a {
	color: #6F889D;
	text-decoration: none;
	font-size: 10px;
}

.hideLink {
  vertical-align: top;
}

.aa {
  font-family: Mona, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  display: block !important;
  font-size: 12pt;
  line-height: 1.1;
}

.labelLastEdit {
  font-size: 60%;
  margin-top: 0.75em;
  margin-left: 0.75em;
}

.contentOmissionIndicator {
  margin: 1em 0;
}

.labelOmission {
margin-top: 0.5em;
margin-left: 0.5em;
font-size: 12px;
font-weight: bold;
color: #8c8c8c;
}

.imgFlag {
  max-width: 16px;
  max-height: 16px;
}

/*Board header*/
.boardHeader p {
  color: #c5c8c6;
}

.boardHeader p#labelName {
  font-size: 200%;
  display: inline-block;
}

.boardHeader #favouriteButton {
  font-size: 200%;
}

.boardHeader p#labelDescription {
  font-size: 100%;
}

.boardHeader a {
  font-size: 75%;
  display: inline-block;
  text-decoration: none;
}

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

/*Actions form*/
#threadList {
  margin: 1em;
}

#divMessage {
  text-align: center;
  white-space: pre-wrap;
}

.multipleUploads .labelHash {
  word-wrap: anywhere;
}

.contentAction label, #divControls label, #transferControls label,
  #ipDelete label, #divArchive label, #divMerge label {
  font-size: 80%;
}

.extraMenuButton::before {
  content: '\e02f';
}

.nameLink::after {
  content: 'Open file';
}

.hideFileButton::after {
  content: '(Hide file)';
}

.hiddenFile::after {
  content: '(Show file)';
}

.modalPanel {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 200;
  display: table;
  text-align: center;
  background: rgba(29, 31, 33, 0.66);
  right: 0;
  top: 0;
}

.modalInnerPanel {
  vertical-align: middle;
  display: table-cell;
}

.modalDecorationPanel {
	background: #1e1f20;
	padding: 10px;
	display: inline-block;
	max-width: 90%;
	border: 1px solid black;
}

.theme_clear .modalDecorationPanel {
  background: #cccccc;
}

.modalHeader {
  display: block;
  margin-bottom: 5px;
}

.modalCaptchaControls {
  display: block;
  text-align: left;
}

.modalCaptchaControls input, .modalOkButton {
  margin-right: 10px;
}

#postingForm th, .modalTableBody th {
  font-weight: normal;
font-size: 80%;
cursor: default;
border: 1px solid #000;
background: #222326;
padding: 2px 5px;
}

#postingForm td, .modalTableBody td {
  text-align: left;
}

#postingForm input:focus, #postingForm textarea:focus,
  .modalDecorationPanel input[type='text']:focus, #settingsMenu input[type='text']:focus,
  #settingsMenu textarea:focus {
  box-shadow: 2px 2px 2px 2px #1d1f21;
}

.theme_clear #postingForm th, .theme_clear .modalTableBody th {
  background: #dddddd;
}

.labelCreated{
	
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
}
/*
.opCell .coloredIcon{
	font-size:12px;
}
*/
.opCell .coloredIcon:hover{
	color: #92a7b9;
}

.linkReply, .linkLast{
	font-weight:normal;
}

.postingInfo{
/*	border: 1px solid #494949; */
display: inline-block;
vertical-align: top;
padding: 5px;
text-align:left;
min-width: 310px;
}

.postingInfo .boardDescription{
	display:flex;
}
.postingInfo .boardDescription p{
	flex-grow: 1;
	width: 0;
	text-align: center;
}

.banner_container{
	min-width: 300px;
	min-height: 100px;
}

.formArea{
	background-color:#181a1c;
	padding-top: 20px;
}
/*
.linkSelf{
	
	font-weight: normal;
color: #5f89ac;
font-family: Verdana, Arial, sans-serif;


}
*/
.linkQuote, .linkSelf{
	font-weight: normal;
color: #5f89ac;
font-family: Verdana, Arial, sans-serif;
}

.deletionCheckBox{
	display:none;
}

#postingTable{
	border-spacing:0;
}

#postingTable textarea{
	width: 295px;
}

.postBoard span{
margin-left: 10px;
font-size: 17px;
padding: 0px 10px 10px 5px;
display: inline-block;
}

.postBoard span a{
	color:white;
}

.postBoard span a:hover{
	color:#5f89ac;
	border-bottom:1px solid;
}


.labelId{
	padding: 1px 2px;
	font-size:11px;
	font-family: "Fira Mono", "DejaVu Sans Mono", Menlo, Consolas, "Liberation Mono", Monaco, "Lucida Console", monospace;
}



/*

@media only screen and (max-width: 812px) {
  .uploadCell img:not(.imgExpanded) {
    max-width: 75px;
    max-height: 75px;
    object-fit: cover;
  }
  .multipleUploads {
    display: block;
  }
  .postInfo, .opHead, .divMessage, .panelUploads, .panelIp, .panelProxyIp,
    .contentOmissionIndicator, .labelOmission, .labelId {
    font-size: 100%;
  }
  .innerPost, .markedPost {
    width: 100%;
    padding: 0;
  }
  #threadList {
    margin: 0;
  }
  iframe {
    display: block;
    width: 100%;
  }
  .divPosts {
    margin: .25em;
  }
  .nameLink::after {
    content: 'Open';
  }
  .hideFileButton::after {
    content: '(Hide)';
  }
  .hiddenFile::after {
    content: '(Show)';
  }
  .originalNameLink, .labelCreated, .sizeLabel, .dimensionLabel {
    display: none;
  }
  .divMessage {
    margin-left: 1em;
  }
}

*/