/* 
viz2.css 
*/

.cont_article {
	--menuHSL: 202 58% 32%;
	--cGrey: 22 22% 40%;
	--cBleu: 203 55% 33%;
	--cBlanc: 0	0% 100%;
	--menu-bg: hsl(var(--cBleu));
	--oldyeller: #ffd918;
	--brad: .25rem;
	--wFull: 100%;
	width: var(--wFull);
	height: auto;
}

.cont_article .landing {
	list-style: none;
	margin: 0;
	padding: 0 .5em .5em;
	width: var(-wFull);
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: .5em;
	place-content: stretch;
	align-items: top;
}

.cont_article .dash {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.cont_article .single h2,
.cont_article .landing h2 {
	background: no-repeat 50% .5rem/1.5rem url(/site/templates/static/s/bar-chart-2.svg);
	font-size: 1.2rem;
	line-height: 1.2;
	margin: .25em auto .5em;
	padding-top: 2em;
}

.cont_article .eaunav h1 {
	font-size: 1.3rem;
	line-height: 1;
	margin: 0;
	text-align: center;
}

.cont_article .util {
	padding: 0;
}

.cont_article .pnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cont_article .pnav {
	order: -1;
}

.cont_article .smenu {
	background: #fff;
	border-radius: var(--brad);
	border: 1px solid hsl(var(--cGrey)/.2);
	box-shadow: 0 .125rem .5rem hsl(var(--cGrey)/.35);
	left: -9999px;
	margin: 0 auto;
	max-height: 600px;
	min-width: var(-wFull);
	overflow: auto;
	padding: 0;
	position: absolute;
	text-align: left;
	top: 40px;
	z-index: 200;
}

.cont_article .smenu[aria-hidden=false] {
	left: 0;
}

.cont_article .tabli {
	align-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	min-width: 300px;
	padding: 0 .5em .5em;
}

.tviz {
	margin: 0;
	padding: 0;
}

.single,
.landing > li {
	background: hsl(var(--cGrey)/2.5%);
	border: 1px solid hsl(var(--cGrey)/15%);
	border-radius: var(--brad);
	padding: 0 .5em 1em;
	text-align: center;
}

.dash li {
	line-height: 1.2;
	padding: 0 0 .125rem;
}

.dash a {
	border: 0;
	display: block;
	padding: .5rem;
}

.dash a:focus,
.dash a:hover {
	background: hsl(var(--cGrey)/5%);
	text-decoration: underline;
}

.qdata {
	margin: 1em auto;
	text-align: center;
	width: var(--wFull);
}

.vwrap {
	margin: 1em .5rem;
}

.eaunav {
	align-items: center;
	background: hsl(var(--cGrey)/2.5%);
	border: solid hsl(var(--cGrey)/10%);
	border-width: 1px 0 1px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: .5rem 1rem;
	position: relative;
}

.eaunav button {
	align-content: center;
	align-items: center;
	background: #fff;
	color: #333;
	/*
	cursor: ns-resize;
	*/
	display: flex;
	font-size: inherit;
	margin: 0;
	padding: .5rem 1rem;

}

.eaunav .pbut {
	background: var(--menu-bg);
	border: 1px solid hsl(var(--cGrey));
	color: #fff;
  /*
	cursor: pointer;
	*/
	font-size: 1.1rem;
	font-weight: 600;
	margin: 0;
	padding: .33rem;
}

.eaunav .util {
	display: flex;
	gap: 0 .25em;
	list-style: none;
	margin: 0;
}

.eaunav .util a {
	background: hsl(var(--cBleu)/90%);
	color: #fff;
	padding: .25rem .5rem;
	font-weight: 600;
}

.eaunav .util a:hover,
.eaunav .util a:focus {
	background: #000;
	color: #fff;
}

.eaunav .subtog {
	border-bottom: 1px solid #fff;
	font-weight: 600;
	position: relative;
	text-align: left;
	width: var(--wFull);
}

.eaunav .subtog:focus,
.eaunav .subtog:hover {
	background: hsl(var(--cGrey)/7.5%);
	border-color: hsl(var(--cGrey)/.01%);
}

.eaunav .subtog.focused {
	background: hsl(var(--cGrey)/7.5%);
	border-color: hsl(var(--cGrey)/20%);
}

.eaunav .prjsub {
	display: none;
	min-width: 300px;
}

.eaunav .subtog + ul.on {
	display: block;
}

.eaunav a:focus,
.eaunav a:hover {
	background: #fff;
	color: #000;
}

.eaunav a[aria-current] {
	background: #255e91;
	color: #fff;
}

.eaunav p {
	background: #fff;
	font-size: .9rem;
	margin: 0;
	padding: 0 .5em;
}

.eaunav li {
	font-size: .9rem;
}

.eaunav a {
	background: #fff;
	border: 0;
	color: #255e81;
	display: block;
	font-weight: 400;
	padding: .4rem .25rem;
}

.eaunav a:hover,
.eaunav a:active {
	background: #fff;
	text-decoration: underline;
}

.pbut svg {
	fill: none;
	margin-right: .5em;
	position: relative;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 3;
	stroke: #fff;
}

.smenu {
	opacity: 1;
	position: absolute;
}

.smenu[hidden] {
	opacity: 0;
	top: -999em;
}

.smenu li {
	margin: 0;
	padding: 0;
}

.smenu a {
	padding: .5rem 1rem;
}

.prjsub {
	border-color: hsl(var(--cGrey)/20%);
}

.prjsub li {
	color: #000;
	line-height: 1.6;
}

.prjsub li[aria-current],
.smenu > li a:focus,
.smenu > li a:hover {
	background: hsl(var(--cGrey)/.025);
}

.prjsub li[aria-current],
.smenu .prjsub a {
	padding: .5rem 2rem;
}

.viz__login {
	display: flex;
	justify-content: center;
	margin: 0 auto 2em;
	/*
	text-align: center;
	witdh: 100%;
	*/
}

.guest .bttn {
	margin: .5em auto 0;
}

.viz__login li {
	padding: .5em 0;
}

.viz__login input {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: .25em;
	margin-top: 0;
	padding: .125rem;
}

.viz__login input:focus {
	border-color: #255e81;
}

.viz__login label {
	display: block;
	line-height: 1.2;
}

/*
.viz__login legend,
*/
.viz__login fieldset {
	background: hsl(var(--cGrey)/5%);
	border: 1px solid hsl(var(--cGrey)/25%);
	border-radius: var(--brad);
	margin-top: .5em;
	padding: .5em .125em .5em;
}

.err {
	color: #800;
}

.tools,
.btain {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: .0625rem;
}

.tools {
	border: solid hsl(var(--cGrey)/25%);
	background: hsl(var(--cGrey)/.15);
	border-bottom: 1px solid hsl(var(--cGrey)/.2);
	border-width: 1px 1px 0;
	padding: 0 .125em;
	margin: 0 .25em;
}

.sbtns {
	align-content: center;
	align-items: center;
	background: hsl(var(--cGrey)/.08);
	border-bottom: 1px solid hsl(var(--cGrey)/.2);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 .125rem;
}

.sbtns button {
	background: hsl(var(--cBlanc)/.8);
	border: 1px solid hsl(var(--cGrey)/.25);
	color: #255e81;
	color: var(--menu-bg);
	font-size: .8em;
	font-weight: 600;
	margin: .125em 0;
	padding: .5em;
	transition: all .25s ease-out .1s;
}

.sbtns button:focus,
.sbtns button:hover {
	background: hsl(var(--cBlanc));
	border-color: hsl(var(--cGrey)/.75);
	color: #000;
}

.sbtns button[aria-current] {
	background: #ffd918;
	border-color: #ffd918;
	color: #000;
}

.sbtns button.pbtn {
	background: #fff;
	color: #333;
}

.sbtns button.pbtn:focus,
.sbtns button.pbtn:hover {
	color: #000;
}

.sbtns button.icon {
	background-color: #fff;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 1.5em;
	height: 2em;
	padding: 1.25em;
	width: 2em;
}

.sbtns button.icon:disabled {
	opacity: .25;
}

.sbtns button.icon.rvrt {
	background-image: url(/site/templates/static/s/back-in-time.svg);
}

.sbtns button.icon.fs {
	background-image: url(/site/templates/static/s/resize-full-screen.svg);
}

/*
.sbtns button.icon.fs.expanded {
	background-image: url(/site/templates/static/s/resize-100pct.svg);
}
*/

.sbtns button.icon.pb {
	background-image: url(/site/templates/static/s/print.svg);
}

.sbtns button.toggler {
	background: #fff;
}

.sbtns button.toggler:focus {
	background: #fff;
	border-color: #bbb;
	color: #000;
}

.sbtns button.toggler[aria-checked=false] :first-child,
.sbtns button.toggler[aria-checked=true] :last-child {
	background: var(--oldyeller);
	color: #000;
}

.sbtns button.toggler span {
	background: #fff;
	line-height: 1.2;
	border-radius: var(--brad);
	padding: .25em;
}

tsresponse {
	display: none !important;
}

@media screen and (min-width: 37.5em) {

	.cont_article .pnav {
		position: relative;
	}

	.cont_article .smenu {
		min-width: 300px;
	}

	.cont_article .landing {
		align-items: stretch;
		margin-top: .5rem;
	}

	.eaunav {
		justify-content: space-between;
	}

	.eaunav h1 {
		place-self: center;
	}

	.eaunav .rds {
		justify-self: end;
	}

	.landing > li {
		max-height: 280px;
		overflow: auto;
	}

	.single {
		display: grid;
		/*
		grid-template-columns: auto !important;
		*/
		place-content: center;
		max-width: 360px;
		margin: .5rem auto;
	}

}
