
noscript {
	font-weight: bold;
	padding: 10px;
	margin: 10px;
}

p.loadErrorMsg {
	padding: 10px;
	background-color: gray;
	color: white;
	font-size: 14px;
}
p.loadErrorMsg strong {
	padding: 4px 0 0 0;
	font-style: italic;
}

.dsd3viz {
	font-family: arial,sans-serif;
}

.dsd3viz #yLabel, .dsd3viz #xLabel {
	font-size: 11px;
}

.dsd3viz .tooltip {
    position: absolute;
    width: auto;
	min-width: 120px;
	max-width: 175px;
    height: auto;
    padding: 6px;
    font-size: 12px;		
    background-color: #003399;
    border-radius: 2px;			
    pointer-events: none;
	margin-left: 10px;
	color: white;
	opacity: 1;
	text-align: left;
	z-index: 50;
}

.dsd3viz .filterRow {
	clear: both;
	padding: 10px 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
}

.dsd3viz .filterRow select {
	max-width: 300px;
	border: 1px solid gray;
	border-radius: 3px;
	padding: 2px;
}

.dsd3viz svg {
	/* overflow-x: auto; */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.dsd3viz .axisIcon {
    height: 22px;
    width: 22px;
    float: left;
	margin-right: 8px;
	margin-top: 2px;
}

.dsd3viz .axisContainer {
    display: inline-block;
    margin-right: 20px;
}

.dsd3viz #selectAxesRow {
    padding: 10px 0 15px 0;
	margin-top: -5px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.dsd3viz .axisSelect {
    border: 1px solid gray;
    padding: 2px;
	border-radius: 3px;
}

.dsd3viz .plotLabel {
	display: inline;
	padding-right: 15px;
	font-weight: bold;
	vertical-align: middle;
	padding-top: 1px;
}

.dsd3viz path, .dsd3viz line {
	stroke: white;
}

.dsd3viz h2.vizHdr {
	padding: 12px 0 0 0;
	margin: 0 0 5px 0;
	font-size: 20px;
	text-align: center;
}

.dsd3viz select {
	margin-right: 8px;
}

.dsd3viz .vizSubtitle {
	font-size: 12px; 
	color: black;	/* #757575; */
	padding: 0;
	margin: 0 0 5px 0;
	text-align: center;
}

.dsd3viz select.filterDrop option:empty {
	display: none;
}

/* V2 STYLES - MARCH 2019 */

.dsd3_nav {
    min-height: 92px;
    background-color: #ededed;
}

.dsd3_nav .navBtns {
    position: relative;
    float: right;
    z-index: 4;
	font-size: 19px;
}

.dsd3_nav .progress span {
    position: relative;
    display: block;
    height: 100%;
    width: 0;
    background: #333;
    transition: width 0.5s ease;
	float: left;
}

.dsd3_nav nav {
	padding: 0px 15px 5px 15px;
}

.dsd3_nav .navrow .of {
	padding: 0 5px;
}

.dsd3_nav .navrow .current, .navrow .total {
	font-weight: bold;
}

.dsd3_nav .navrow .navBtns button.next, .dsd3_nav .navrow .navBtns button.last {
	font-size: 2.5em;
}

.dsd3_nav .progress {
	width: 100%;
	height: 6px;
	background-color: gray;
}

.dsd3_nav .navrow .navBtns {
    font-size: 16px;
    float: left;
    margin-bottom: 0;
    margin-left: 0;
	margin-right: 1.5em;
}

.dsd3_nav .navrow .count {
    width: 100%;
    text-align: center;
	font-size: 12px;
	margin-top: 8px;
	margin-bottom: 4px;
}

.dsd3_nav .navrow .navBtns button.last, .dsd3_nav .navrow .navBtns button.first {
	display: none;
}

.dsd3_nav svg.arrowBtn {
	padding: 10px;
	background-color: black;
	border-radius: 9999px;
	vertical-align: middle;
	transition: background 500ms, color 500ms;
}

.dsd3_nav svg.arrowBtn:hover {
	background-color: #555;
}

.dsd3_nav svg.arrowBtn path {
	fill: white;
}

.dsd3_nav a#leftArrowLink {
	margin-right: 6px;
	height: 12px;
}

.dsd3_nav a#rightArrowLink {
	height: 24px;
}

.dsd3_nav a#leftArrowLink:focus, .dsd3_nav a#rightArrowLink:focus {
	outline: 1px dotted gray;
}

.dsd3_nav p.caption {
	color: #333;
	font-size: 17px;
	margin: 0.65em 0;
	text-align: left;
}

.dsd3_nav #arrowLeftBtn, #arrowRightBtn {
    display: inline-block;
}

.dsd3_nav svg#rightArrow {
	height: 24px;
	width: 24px;
}

.dsd3_nav svg#leftArrow {
	background-color: #D3D3D3;
	height: 12px;
	width: 12px;
	margin-right: 6px;	// default when step = 1
}

.dsd3_nav .sourceTxt, .navSubTxt {
	font-size: 12px;
	margin-top: 8px;
}

.dsd3_nav p.caption a {
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: inherit;
}

.dsd3_nav p.caption a:hover {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.dsd3viz text#info {
	font-size: 8px;
	opacity: 0.4;
}

.dsd3viz text#info:hover {
	cursor: pointer;
	opacity: 1;
}


@media only screen and (max-width: 600px) {

	.XXXXX dsd3_nav .navrow .navBtns {
		float: right;
		margin: 0 10px 10px 15px;
		font-size: 14px;
		line-height: 20px;
	}
	
	.dsd3_nav p.caption {
		font-size: 13px;
	}

}


/* SWOOPY ARROW */

.dsd3viz svg.arrow-container path.arrow, .dsd3viz svg.arrow-container #arrowhead {
	fill: none;
}

.dsd3viz svg.arrow-container path.arrow.light {
	opacity: .1;
}

.dsd3viz .arrowheadfill {
	fill: transparent;
}

.dsd3viz .tooltip .flRight {
	display: inline-block;
	float: right;
	margin-left: 6px;
}

.dsd3viz .sourceTxt {
	font-size: 11px;
	margin-top: 8px;
}

.dsd3viz svg.arrow-container path#swoop {	/* swoopy arrow */
	display: none;
}

