:root {
	--colorA: #FA3;
	--colorB: #758793;
	--colorBack: #333; /* 333 */
  }
#cont > h1 {
	font-weight: 900;
	font-style: italic;
}
#cont > h1 img {
	float: left;
	margin: 0 10px 0 0;
	height: 32px;
}
h1 a.h img {
	max-height:24px;
	margin:0px 10px 0px 0px;
}
h2 a.h img {
	max-height:24px;
	margin:0px 10px 0px 0px;
}
input[value="*"] {
	font-size:24px; height:30px; width:30px;
}
#qPopup {
	display: none;
	z-index: 3;
}
#qPopup > .follow {
    position: absolute;
    padding: 0px !important;
    z-index:999;
    max-width: 100%;
    width: calc(50%);
    left: 0px;
    right: 0px;
    top: 0px;
    
    margin-top:100px;
    margin-left: auto;
    margin-right: auto;
    background: var(--colorBack);
    box-sizing:border-box;
    border: var(--colorA) 1px solid;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .5);
}

#qPopup > div > div {
    padding: 10px !important;
    box-sizing: border-box;
    max-height: calc(100vh - 20px);
    overflow-y: auto;
	overflow-x: hidden;
}

.langs {
	position: absolute;
	right: 10px;
	padding: 0px !important;
}
.col[class~="hidden"] {
    display: none;
}
.col[class~="hidden"] ~ #qPopup {
	width: 50%;
}
.col[class~="hidden"] ~ #qPopup > .follow {
	margin-top:0px;
	position: relative;
	width: 100%;
}
@media only screen and (max-width: 620px) {
    #qPopup > div {
        width: 100%;
    }
    #qPopup > div > div {
        max-height: calc(75vh - 0px);
    }
}
#qPopup > div > a:first-child {
    cursor: pointer;
    position: absolute;
    background-color: var(--colorA);
    color: var(--colorBack);
    font-size: 26px;
    right: 0px;
    font-weight: bold;
    line-height: 26px;
    height: 30px;
    width: 30px;
    text-align: center;
}
.qPForm {
    width: 100%;
    flex-direction: column;
}
.qPForm > * {
    width: 100%;
    max-width: 100%;
}
.qPForm textarea, .qPForm input {
    box-sizing: border-box;
    min-width: 100%;
}
.qPForm textarea {
	height: 50px;
}
.qPForm input.a, .qPForm textarea.a { /* INTERPRETED QUESTION */
	background-color: #FC2;
}
.qPForm textarea[name="question"] {
    height: 200px;
}
.qPForm .gallery img {
	max-width: 66px;
	margin-right: 5px;
}
.qPForm .gallery img[src*=\/a_] {
	filter: blur(3px);
	opacity: 0.5;
}
.qPForm .gallery img[src*=\/a_]:hover {
	filter: none;
	opacity: 1;
}
.iPForm {
	position: absolute;
}
.qPForm .icomenu {
	position: relative;
	right: 20px;
	width: auto;
    margin: -50px 0px 50px auto
}
.qPForm .icomenu > * {
	float: right;
}
.iPForm input[type="file"] {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
label[for="imagefiles"] {
	position: relative;
	cursor: pointer;
}
.icomenu > * {display: inline-block;}
@media (hover: hover) {
	.icomenu > * {opacity: 0.5;}
}
.icomenu > *:hover {
	opacity: 1;
}
label[for="imagefiles"].is-dragover {
	background-color: #F90;
    padding: 30px;
	margin-left: -60px;
	margin-bottom: -60px;
	animation-name: fileUpload-over;
	animation-duration: 0.5s;
}
@keyframes fileUpload-over {
	0% {
		padding: 0px;
		margin-left: 0px;
		margin-bottom: 0px;
	}
	100% {
		padding: 30px;
		margin-left: -60px;
		margin-bottom: -60px;
	}
}
.citsel {
	padding: 3px 0px 20px 3px;
	float:left;
	clear:both;
	display:block;
	width:100%;
}
.citsel a {
	background-color:var(--colorB);
	padding:5px 8px 5px 8px;
	float:left;
	color:#000 !important;
	text-decoration:none !important;
	margin: 0px 1px 1px 0px;
}
.citsel a.act {
	background-color:#FC2;
}
.citsel a:hover {
	filter: brightness(1.75);
}
/* BASIC var(--colorB), #f19000 */
div.err {
	background-color:#900;
	color:#000;
	padding:5px 5px 5px 5px;
	font-size:11px;
	line-height:14px;
	margin: 10px 0px 10px 0px;
}
.err a[href] {
	text-decoration:underline !important;
}
.stage #cont {
    width: 100%;
	display: flex;
    flex-wrap: wrap;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:var(--colorB);
	line-height:21px;
}
/* The little "plus" Symbol */
.qSetlist > h2 > a, .qFilter > h2 > a:not([class~="h"]) {
	cursor: pointer;
	background-color: var(--colorA);
    display: inline-block;
    width: 22px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 24px;
    font-weight: bold;
    color: var(--colorBack);
}
#setClipBoard {
    position: absolute;z-index: -999;height:0px; width:0px;overflow: hidden;
}
#cont > .col {
    flex-grow: 2;
    flex-shrink: 0;
    flex-basis: 50%;
}
#cont > * {
	flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 100%;
	box-sizing: border-box;
    padding: 5px;
}
a {
	text-decoration:none;
	color: inherit;
}
a[href] {
	text-decoration:underline;
	color: var(--colorA);
}
#cont a[href]:hover {
	color: #FFF;
}
h1 {
	font-family: 'Roboto', sans-serif;
	font-size:30px;
	line-height:35px;
	font-weight:300;
	margin:0px 0px 10px 0px;
	padding:0px;
	color:var(--colorA);
	border-bottom: var(--colorA) 1px solid;
}
h2 {
	font-family: 'Roboto', sans-serif;
	font-size:22px;
	line-height:27px;
	font-weight:300;
	margin:0px 0px 5px 0px;
	padding:0px;
	color:var(--colorB);
}
h1 i {
	font-style:normal;
	color:var(--colorB);
}
a img {
	border:none;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    background-color:var(--colorBack);
}
.stage {display: flex;}

.questionsets a.name {
	background-color: var(--colorA);
	text-decoration:none;
	color:#000;
	display:inline-block;
	width: calc(100% - 100px);
	padding:5px;
	text-align:center;
	margin: 0px 0px 2px 0px;
	box-sizing: border-box;
}
.questionsets a.name[class~="warn"] {
	background-color: red;
}
.questionsets .icon32 {
	float:right;
}
.questionsets a.name:hover {
	background-color:#FFF;
	color:#000 !important;
}
.questionsets .s {
	margin-bottom: 15px;
}
.questionsets .tags {
	background-color: var(--colorA);
	opacity: 0.6;
	font-size: 10px;
	color: #000;
	width: calc(100% - 100px);
	padding: 5px;
	box-sizing: border-box;
}
.questionsets .tags:hover {
	opacity: 0.7;
}
.questionsets .tags > span {
	padding: 0;
	margin: 0 10px 0 0;
}

.tags .c1 {
	display: none;
}

#qSetitems a, #qResults a {
	word-break: break-all;
	min-height: 35px;
	position: relative;
    z-index: 2;
    cursor: pointer;
	border: none;
	padding:10px;
	margin: 5px 0px 5px 0px;
	line-height:11px;
	display:block;
	background-color: var(--colorA);
	text-decoration:none;
	color:#000;
	font-size:10px;
	border-radius: 2px;
}
#qResults a.sequel {
	margin-top:-5px;
	padding: 5px 10px 5px 10px;
	min-height: auto;
	border-top: #930 1px dotted;
}
#qResults a.sequel br, 
#qResults a.sequel b:last-child {
	display: none;
}
#qResults a.sequel .icon32 {
	height: 20px;
}
#qSetitems a:first-of-type {
	margin-top:0px;
}
#qSetitems a i:first-of-type, #qResults a i:first-of-type {
	float:right;
	color:#930;
}
#qSetitems a.chain, #qSetitems a.oldchain {
	margin-top: -15px;
	z-index: 1;
	border-radius: 0 0 5px 5px;
}
#qSetitems a.oldchain {
	background-color: #F80;
}
#qSetitems a.h, #qResults a.h {
	background-color:#F60;
}
#qSetitems a span:last-of-type, #qResults a span:last-of-type {
	margin: 5px 0px 0px 0px;
	display: inline-block;
	color: #E64A00;
	width: 100%;
	clear: both;
	border-top: #E64A00 1px solid;
}
#qSetitems a span:last-of-type:empty, #qResults a span:last-of-type:empty {
	display:none;
}
#qSetitems a span:last-child:empty, #qResults a span:last-child:empty {
	display:none;
}
#qSetitems a b:last-child, #qResults a b:last-child {
	/* color: #FFF; */
	opacity: 0.3;
}
#qSetitems a .icon32, #qResults a .icon32 {
	float: right;
}
#qSetitems {
	min-height:100px;
	display:block;
}
#qSetitems:empty {
	border-width: 2px;
    border-color: #F90;
    border-style: dashed;
	padding: 5px;
}
#qResults {
	min-height:50px;
	display:block;
}
#qSetitems > span {
	display:block;
	width:100%;
	text-align:center;
	line-height:25px;
	border-bottom: var(--colorB) 1px solid;
}
#qSetitems > span.nr_hover {
	color:#FFF;
	border-bottom: #FFF 1px solid;
}
#qSetitems > div {
	background-color:red;
	display: inline-block;
	width:100%;
}

div#qSetitems > a.dropMe {
	border-bottom: var(--colorBack) 20px solid;
	animation: downSpace 0.5s;
}
div#qSetitems > a.dropB4Me {
	border-top: var(--colorBack) 20px solid;
	animation: upSpace 0.5s;
}
@keyframes unSpace {
	0% {border-bottom-width: 20px;}
	100% {border-bottom-width: 0px;}
}
@keyframes downSpace {
	0% {border-bottom-width: 0px;}
	100% {border-bottom-width: 20px;}
}
@keyframes upSpace {
	0% {border-top-width: 0px;}
	100% {border-top-width: 20px;}
}
div#qResults > a:hover, div#qSetitems > a:hover {
	background-color: #FB2;
}

/* =========================== hCHART ===================== */
.hChart {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-style: italic;
	display:grid;
	grid-template-columns: 80px calc(100% - 80px);
	grid-row-gap: 5px;
	grid-auto-rows: 40px;
	width: 100%;
}
.hChart div {
	font-size: 20px;
	line-height: 40px;
}
.hChart div:nth-child(2n+1) /* Labels */ {
	display: inline-block;
	vertical-align: middle;
}
.hChart div:nth-child(2n) /* Bars */ {
	box-sizing: border-box;
	color: #FFF;
	background-color: var(--colorB);
}
.hChart div:nth-child(2n) > div /* inner Bars */ {
	box-sizing: border-box;
	float: left;
	overflow: visible;
	height: 100%;
	background-color: var(--colorA);
}
.hChart div:nth-child(2n) > div > svg {
	height: 40px;
	float: right;
	position: relative;
	fill: var(--colorB);
}


br.cb {
	clear: both;
}
/* ================================= SCROLLBARS =============================== */

:not(textarea)::-webkit-scrollbar {
width: 4px;
height: 3px;
}
:not(textarea)::-webkit-scrollbar-button {
width: 0px;
height: 0px;
}
:not(textarea)::-webkit-scrollbar-thumb {
background: var(--colorA);
border: 0px none #ffffff;
border-radius: 50px;
}
:not(textarea)::-webkit-scrollbar-thumb:hover {
background: #ffffff;
}
:not(textarea)::-webkit-scrollbar-thumb:active {
background: #000000;
}
:not(textarea)::-webkit-scrollbar-track {
background: #666666;
border: 0px none #ffffff;
border-radius: 50px;
}
:not(textarea)::-webkit-scrollbar-track:hover {
background: #666666;
}
:not(textarea)::-webkit-scrollbar-track:active {
background: var(--colorBack);
}
:not(textarea)::-webkit-scrollbar-corner {
background: transparent;
}