/* tinymce drill btn */
#mceu_17-button .mce-txt:before {  
	font-family: 'Font Awesome\ 5 Free';
	content: "\f5ae";  
	font-weight: 900; /* R E - motherfucking - Q U I R E D * unbelivable * sonofa */
	text-decoration: inherit;
}

img[style="float: left;"] {
	margin-right: 1rem;
}
img[style="float: right;"] {
	margin-left: 1rem;
}

img {
    max-width: 100%;
	height: auto;
}

.container {
	max-width: 800px;
}

.red {
	color:red !important;
}

.box {
	
}

hr {
	border-top: 1px solid #E95420;
}

#screen-shader {
	position:fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,.7);
	z-index: 1;
}

#page-container {
	margin-top: 0 2rem;
	/* padding-bottom: 70px;  compensate-toolbar */
}

.page-title,
.article-title {
	margin: 1rem 0;
	display: block;
	width: 100%;
	font-size: 2.5rem;
}


.table-of-content-item {
	padding: 1rem;
	margin: 1rem;
	background: #f3f3f3;
	list-style: none;
	border-radius: .25rem;
	border: 1px solid #E95420;
}
#table-of-content,
#pages-not-classified {
  min-height:120px;
  border: 1px dashed #888;
  border-radius: .25rem;
  padding-left: 0;
}

@media only screen and (min-width: 1600px){
	#comments-section {
		max-width: 400px;
		position: fixed;
		top: 0;
		right: 0;
		height: 100vh;
		overflow-y: scroll;
		border-left: 1px solid #ccc;
		padding: 2rem 2rem 8rem;
		background: #fff;
		z-index: 4;
	}
}

.display-none {
  display: none !important;
}

#modal-dialog {
  position:fixed;
  top:30vh;
  margin:auto;
  width: 500px;
  left: 50%;
  margin-left: -250px; /* Negative half of width. */
  z-index:2;
}

#modal-dialog-close{
  cursor:pointer;
}

#main-btn-bar {
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  padding: 1rem;
}

#compensate-toolbar {
  height: 70px;
}



.btn-file {
	position: relative;
	overflow: hidden;
}
.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

::-moz-selection { 
  background:#E95420; 
  color: #fff; 
  text-shadow: none; 
}
::selection { 
  background:#E95420; 
  color: #fff; 
  text-shadow: none; 
}


.mceEditor td.mceIframeContainer iframe {
    min-height: 75vh !important;
}
.mceEditor table {
    height: auto !important;
}

blockquote:before,
blockquote:after {
    font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
    font-size: 1.3rem;
	position: absolute;
}
blockquote:before {
	content: "\f10d";
	top: 0;
	left: -2rem;
}
blockquote:after {
	content: "\f10e";
	bottom:0;
	right: -2rem;
}

#editor blockquote {
	position: relative;
	left: 2rem;
	width: calc(100% - 4rem);
	top: 0;
}

.flag-mini {
	width:30px;
	height:20px;
	border:2px solid white;
	border-radius: 2px;
}