/* ################## */
/* # UI TESTING   CSS */
/* # Keep in mind: https://modernizr.com/ */
/* ################## */
@font-face {
	font-family: 'DIN';
	src:  url('../lib/font-din/D-DIN.woff') format('woff') /*Thanks to: https://www.datto.com/fonts/d-din/*/
}
body, head {
	font-family: 'DIN', sans-serif;
}
.jsPanel {
	font-family: 'DIN', sans-serif !important;
}
.jsPanel .jsPanel-hdr {
	font-family: 'DIN', sans-serif !important;
}
.jsPanel .jsPanel-content {
	font-family: 'DIN', sans-serif !important;
}
.jsPanel-titlebar h3 {
	font-family: 'DIN', sans-serif !important;
}
.leaflet-container {
	font-family: 'DIN', sans-serif !important;
}
#test { 
	background: rgb(9, 236, 9);
}
#test-hover { 
	background: rgb(238, 106, 220);
}
#test-any-hover { 
	background: rgb(124, 131, 240);
}
.share-map-div{
    width: calc(50% - 15px);
    height: 25px;
    right: 16px;
    bottom: -26px;
    z-index: 1000;
    position: absolute;
	/*-webkit-transition: height 1s, bottom 1s, border 1s, opacity 1s;  Safari 
	transition: height 1s, bottom 1s, border 1s, opacity 1s;*/
	-webkit-transition: border 1s, opacity 1s; /* Safari */
	transition: border 1s, opacity 1s;
	/*visibility: visible;*/
    border-radius: 0px;
    /*text-transform: uppercase;*/
	font-size: 12px;
	color: #333;
    background-color: #fff;
	border-color: #ccc;
	border: 1px solid #ccc;
	text-align: left;
	opacity: 1;
}
.share-map-div-off{
	height: 0px !important;
	bottom: -2px !important;
	opacity: 0 !important;
	border: 1px solid transparent;
	/*visibility: hidden !important;*/
}
.content-off{
	opacity: 0 !important;
}
.share-link{
    text-align: left;
    word-wrap: break-word;
    line-height: 1;
    width: calc(100% - -6px);
}
.share-content{
	margin: 5px;
    width: calc(100% - 30px);
	height: 100%;
    opacity: 1;
	display: -webkit-inline-box;
	-webkit-transition: opacity 1s; /* Safari */
	transition: opacity 1s;
}
.share-btn-close{
    position: absolute;
	right: 0px;
	top: -3px;
    cursor: pointer;
}
@media (pointer: coarse) {
	#test::after{ 
		content: "pointer: coarse - The primary input mechanism of the device includes a pointing device of limited accuracy.";
	}  
}
@media (pointer: fine) {
	#test::after{
		content: "pointer: fine - The primary input mechanism of the device includes an accurate pointing device.";
	}
}
@media (pointer: none) {
	#test-hover::after{
		content: "pointer: fine - The primary input mechanism of the device does not include a pointing device.";
	}
}
@media (hover: none) {
	#test-hover::after{
		content: "hover: none - Primary input mechanism cannot hover at all or cannot conveniently hover (e.g., many mobile devices emulate hovering when the user performs an inconvenient long tap), or there is no primary pointing input mechanism ";
	}
}
@media (hover: hover) {
	#test-hover::after{
		content: "hover: hover - Primary input mechanism system can hover over elements with ease ";
	}
}
@media (any-hover: hover) {
	#test-any-hover::after{
		content: "any-hover: hover - One or more available input mechanism(s) can hover over elements with ease ";
	}
}
@media (any-hover: on-demand) {
	#test-any-hover::after{
		content: "any-hover: on-demand - One or more available input mechanism(s) can hover, but not easily (e.g., many mobile devices emulate hovering when the user performs a long tap)";
	}
}
@media (any-hover: none) {
	#test-any-hover::after{
		content: "any-hover: none - One or more available input mechanism(s) cannot hover (or there are no pointing input mechanisms)";
	}
}
@media (any-pointer: coarse) {
	#test-any-hover::after{
		content: "any-pointer: coarse - At least one input mechanism of the device includes a pointing device of limited accuracy.";
	}
}
@media (any-pointer: fine) {
	#test-any-pointer::after{
		content: "any-pointer: fine -  At least one input mechanism of the device includes an accurate pointing device.";
	}
}
@media (any-pointer: none) {
	#test-any-pointer::after{
		content: "any-pointer: none - The device does not include any pointing device.";
	}
}

/* ################## */
/* # BODY/GENERIC CSS */
/* ################## */
body {
	padding: 0;
	margin: 0;
}
html, body {
	height: 100%;
	width: 100%;
}
a{
	color: #bcbdc0;
}
a:hover{
	color: #fec62b;
	text-decoration: none;
}
a:focus{
	color: #252525;
	text-decoration: none;
}
.moa-h4{
	color:#252525;
	text-transform: uppercase;
	font-weight: bolder;
}

/* ################## */
/* # BOOTSTRAP    CSS */
/* ################## */
/* modal */
.moa-modal-full-page {
    background-color: #ffffff;
	margin: 2%;
	padding-top: 17px;
}
/* navbar */
.moa-navbar-fixed-top{
    background-color: #fff;
	border-color: #fff;
	height: 100px;
}
.moa-navbar-header{
    padding-top: 15px;
    padding-bottom: 15px;
}
.moa-navbar-toggle {
	background-color: #252525 !important;
	border-color: #fec62b !important;
}
.moa-navbar-toggle:hover {
	background-color: #fec62b !important;
}
/* tablet/phone mode */
@media (max-width: 770px){
	.moa-logo-link{
		padding-left: 15px;
	}
	.moa-logo-link-img{
		width: 45%;
	} 
	.jsPanel-standard{
		width: 300px !important;
	}
}
@media (max-width: 570px){
	.moa-logo-link-img{
		width: 55%;
	} 
}
/* desktop mode */
@media (min-width: 771px){ 
	.moa-logo-link-img{
		height: 70px;
	}
}
.moa-navbar-nav-right{
	float:right;
	padding:0 50px;
}
.moa-fa{
	color: #252525;
	font-size: 25px;
}
.moa-fa-invisible{
	color: rgba(0, 0, 0, 0) !important;
	width:0px;
}
.navbar-inverse .navbar-nav > li > a:hover{
	background-color: #fec62b;
	color:#252525;
}
.navbar-inverse .navbar-nav > li > a:focus{
	background-color: #ffedb9;
	color:#252525;
}
.navbar-inverse .navbar-nav > li > a{
	background-color: #ffffff;
	border-style: solid;
    border-width: 0px;
    border-color: #bcbdc0;
	border-left-width: 1.5px;
	color:#252525;
	text-transform: uppercase;
	font-weight: bold;
}
/* breadcrumb */
.moa-breadcrumb-row{
	margin-top:100px;
}
.moa-breadcrumb-col{
	border-style: solid;
    border-width: 0px;
    border-color: #bcbdc0;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
.moa-breadcrumb{
	margin-bottom: 0px;
	background-color: rgba(254, 254, 254, 0);
	text-transform: uppercase;
}
.active{
	font-weight: bold;
}
.moa-breadcrumb > li + li:before {
    color: #ccc;
    content: ">";
    padding: 0 5px;
}
/* buttons */
.moa-hdi-btn, .moa-hdi-btn:link{
	width:50%;
	padding: 5px 5px;
	border-radius: 0px;
	margin-left: -1px;
	margin-top: -1px;
	text-transform: uppercase;
	font-size:12px;
	height: 40px;
}
#resetMap{
	width: 100%;
}
.moa-hdi-btn:hover, .moa-hdi-btn-zoom:hover{
	background-color: #fec62b !important;
}
.zoom-label{
	width:40%;
}
.zoom-buttons{
	width:30%;
}

.moa-hdi-btn-zoom, .moa-hdi-btn-zoom:link{
	
	padding: 5px 5px;
	border-radius: 0px;
    margin-left: 0px !important;
    margin-top: 0px;
	text-transform: uppercase;
	font-size:12px;
	height: 40px;
}
/* Cleans out all the garbage bootstrap styles from after a click happens */
.moa-hdi-btn:active, .moa-hdi-btn:focus, .moa-hdi-btn-zoom:active, .moa-hdi-btn-zoom:focus {
	background-color: #ffffff;
	outline: 0px auto #fec62b !important;
	border-color: #bcbdc0 !important;
}
.moa-hdi-zoom-btn-group{
	width:100%; 
    margin-left: -1px;
    margin-top: -1px;
}
.leaflet-control-moa-zoom{
	width:120px;
}
.moa-hdi-btn-col{
	text-align: center;
	margin-top: 10px;
    margin-bottom: 10px;
}
.zoom-center, .zoom-center:hover {
	border-left-width: 0px;
	border-right-width: 0px;
	cursor: auto !important;
	background-color: #ffffff !important;
}
.zoom-right {
	border-left-width: 0px;
    font-size: 20px;
    font-weight: bold;
}
.zoom-left {
	border-right-width: 0px;
    font-size: 20px;
    font-weight: bold;
}
.zoom-disabled {
	cursor: not-allowed !important;
	color: #cccccc !important;
}

.input-zipcode-lookup {
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 2px solid black;
    width: 100%;
}
/* HDI Calculator */
.moa-alert-success {
    color: #252525;
    background-color: #fbeba7;
	border-color: #fbeba7;
	border-radius: 0px;
}
@media (min-width: 771px){
	.moa-alert-success {
		margin-top: 45px;
	}
}
.moa-calculate-div{
    width: 55px;
    height: 53px;
    border-style: solid;
    border-width: 3px;
    border-color: #252525;
    justify-content: baseline;
    padding-top: 6px;
    padding-left: 8px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.moa-calculate-fa-icon{
	font-size:35px;
	color: #252525;
}
/* menu system */
.menu-col-header-div{
	padding-left: 13px;
}
.moa-menu-col{
	border-style: solid;
	border-width: 1px;
	border-color: #bcbdc0;
	border-radius: 0px !important;
	border-top-width:0px;
	border-bottom-width:0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: -1px;
}
.moa-popup-col{
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 1px;
    border-color: #bcbdc0;
    border-radius: 0px !important;
    border-top-width: 0px;
    border-bottom-width: 0px;
    margin-left: -1px;
}
.moa-popup{
	height:100%;
	padding-top: 15px;
	padding-bottom: 15px;
}
.container-div{
	height:100%;
}
@media (max-width: 770px){
	.moa-menu-col {
		margin-left: 1px;
		margin-right: 1px;
	}
}
/* popup elements */
.ball-container-div{
    height: 100%;
	width: 5px;
	display: inline-block;
}
.pipe-container-div{
    height: 100%;
	width: 5px;
	display: inline-block;
}
.moa-pipe-bit{
    height: 8.5%;
    width: 100%;
    /* margin-bottom: 81%; */
    background-color: #e0e0e0;
}
.moa-pipe-bit2{
    height: 1.5%;
    width: 100%;
    background-color: #fff;
}
.moa-pipe-cap{
    height: 0.5%;
    width: 10px;
    background-color: #333;
    position: relative;
    left: -3px;
}
.pipe-label{
	font-size: 12pt;
    color: #333;
    width: 100%;
    text-align: left;
    font-weight: bold;
    height: 20px;
    margin-bottom: 15px;
}
.ball-keeper{
	width: 0px;
	height: 0px;
	position: relative;
	top: calc(50% - 5px);
	-webkit-transition: top 2s; /* Safari */
	transition: top 2s;
}
.ball{
	width: 10px;
    height: 10px;
    border-radius: 10px;
    position: relative;
	left: -2.5px;
	z-index:1;
}
#healthBall{
	background-color: #ff675d;
}
#hdiBall{
	background-color: #fec422;
}
#edBall{
	background-color: #00aac5;
}
#incomeBall{
	background-color: #b0b143;
}
#healthBallValue{
	color: #ff675d;
}
#hdiBallValue{
	color: #fec422;
}
#edBallValue{
	color: #00aac5;
}
#incomeBallValue{
	color: #b0b143;
}
.lateral{
    background-color: #e0e0e0;
    width: 60px;
    height: 2px;
    top: -6px;
    position: relative;
    z-index: 0;
}
.vertical-a{
    height: 50px;
    top: -50px;
}
.vertical{
	background-color: #e0e0e0;;
    width: 2px;
    left: 59px;
    position: relative;
	z-index: 5;
	-webkit-transition: height 2s; /* Safari */
	transition: height 2s;
}
.vertical-c{
    height: 50px;
    top: 0px;
}
#hdiLateral{
	left: -50px;
}
.icon-ball{
	width: 40px;
    height: 40px;
    border-radius: 20px;
    position: relative;
    top: -28px;
	z-index: 1;
	-webkit-transition: top 2s; /* Safari */
	transition: top 2s;
}
#hdiIconBall{
	left: -70px;
	background-color: #fec422;
}
#healthIconBall{
	left: 40px;
	background-color: #ff675d;
}
#edIconBall{
	left: 40px;
	background-color: #00aac5;
}
#incomeIconBall{
	left: 40px;
	background-color: #b0b143;
}
.pipe-container-parent-div{
    height: calc(100% - 35px);
    width: 100%;
    left: calc(-15% - 2.5px);
    /* top: 10%; */
    text-align: center;
    position: relative;
}
.hdi-text-ball{
	position: relative;
	top: 2.5px;
    left: 0px;
    font-size: 17px;
	font-weight: bolder;
	line-height: 1;
	text-align: left;
}
.hdi-text-ball-label{
    position: relative;
	top: 2.5px;
    left: 0px;
    text-align: left;
    line-height: 1;
}
.text-ball{
	position: relative;
    top: -40px;
    left: 42.5px;
    font-size: 17px;
	font-weight: bolder;
	line-height: 1;
	text-align: left;
}
.text-ball-label{
    position: relative;
    top: -40px;
    left: 42.5px;
    text-align: left;
    line-height: 1;
}
.indicies-container-parent-div{
	height: 60%; /*calc(60% - 35px);*/
    width: 100%;
    left: calc(50% - 2.5px);
	top: 10%;
	/*text-align: center;*/
}
.indicies-label{
    font-size: 12pt;
    color: #333;
    width: 100%;
    text-align: left;
    font-weight: bold;
	height: 9%;
    /* margin-bottom: 5%; */
}
.label-bump{
	margin-top: 0%; /*10px;*/
}

.bar{
	background-color: #9C27B0;
    height: 100%;
	width: 0%;
	-webkit-transition: width 2s; /* Safari */
	transition: width 2s;
}
.bar-spacer{
	height:1%;
	width:100%;
}
.bar-keeper{
    background-color: #f1f3f4;
    height: 9%;
	width: 100%;
	/*margin-bottom: 1%;*/
}
.bar-value{
    position: absolute;
    right: 2%;
    bottom: 0%;
    width: 20%;
	text-align: right;
	color: #636363;
}
.bar-title{
    position: relative;
    left: 2%;
    width: 80%;
}
.bar-value-holder{
    position: relative;
    top: -90%;
}
.waffle-keeper{
	/*background-color: red;*/
    width: 50%;
    padding-top: 50%;
    margin-top: 15px;
	/*display: inline-block; uncomment to center the waffle*/
	position: relative;
}
.waffle-keeper-keeper-keeper{
	/* background-color: red;
    padding-left: 55%; */
    height: 100%;
    width: 100%;
    /*margin-top: 9%;
    display: inline-block;*/
}
.waffle-label-keeper{
	width: 50%;
   /* background-color: aqua;*/
    position: absolute;
    right: 0px;
}
.race-waffle-label-table{
	width: 100%;
}
.white-color{
	color: #8781bd !important;
}
.latino-color{
	color: #00aeef !important;
}
.black-color{
	color: #ee1e7b !important;
}
.asia-color{
	color: #0d9344 !important;
}
.native-color{
	color: #ffab2a !important;
}
.other-color{
	color: #bcbdc0 !important;
}
/* backgrounds of waffle circles */
.white-bk-color{
	background-color: #8781bd !important;
}
.latino-bk-color{
	background-color: #00aeef !important;
}
.black-bk-color{
	background-color: #ee1e7b !important;
}
.asia-bk-color{
	background-color: #0d9344 !important;
}
.native-bk-color{
	background-color: #ffab2a !important;
}
.other-bk-color{
	background-color: #bcbdc0 !important;
}
.waffle-label-table{
	width:100%;
}
.waffle-label-table-value{
    width: 30%;
    text-align: right;
	/*font-weight: normal;*/
	-webkit-transition: color 2s; /* Safari */
	transition: color 2s;
}
.waffle-label-table-title{
	width:70%;
	font-weight: normal;
	padding-left: 10%;
	-webkit-transition: color 2s; /* Safari */
	transition: color 2s;
}
.waffle-keeper-keeper{
	width: 100%;
	height: 91%;
	text-align: center;
}
.box{
	position: absolute;
	cursor: pointer;
    width: 9%;
    height: 9%;
    background-color: #e0e0e0;;
	border-radius: 100%;
	-webkit-transition: background-color 2s; /* Safari */
	transition: background-color 2s;
}	

.race-container-parent-div{
	height: 40%; /*calc(40% - 35px);*/
    width: 100%;
    left: calc(50% - 2.5px);
	top: 10%;
	text-align: center;
}
.race-container-divider{
	border-style: solid;
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-color: #bcbdc0;
    border-radius: 0px !important;
	margin-left: -15px;
	width: calc(100% + 30px);
}
#graduateBar, #bachelorBar, #highschoolBar, #lessthanBar, #enrollmentBar{
	background-color:#00aac5;
}
#lifeexpectancyBar{
	background-color:#ff675d;;
}
#incomeBar{
	background-color:#b0b143;
}

/* accordions */
.moa-well{
	background-image: none;	
	background-color: #ffffff;
	border: none;
	border-radius: 0px;
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, .05), 0 0px 0 rgba(255, 255, 255, .1);
	padding: 0px;
	margin-right: -1px;
    margin-left: -1px;
}
.moa-panel-group{
	border-style: solid;
	border-width: 1px;
	border-color: #bcbdc0;
	border-radius: 0px !important;
}
.moa-panel {
    box-shadow: 0 0px 0px rgba(0, 0, 0, .0);
}
.moa-panel-default {
	border-style: solid;
	border-width: 1px;
	border-bottom-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	border-color: #bcbdc0;
	border-radius: 0px !important;
	margin-top: -1px;
}

.jsglyph-chevron-down::before {
	font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
	content: "\e114";    /* adjust as needed, taken from bootstrap.css */
}
.jsglyph-chevron-up::before {
	font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
	content: "\e113";    /* adjust as needed, taken from bootstrap.css */
}
.jsglyph-close::before {
    /*content: "\e902";*/
    font-size: 28px;
    font-weight: bolder;
    content: "×";
    margin-right: 4px;
    font-family: 'Roboto Mono';
}
.moa-panel-heading .moa-accordion-toggle:before {
	/* symbol for "opening" panels */
	font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
	content: "\e114";    /* adjust as needed, taken from bootstrap.css */
	float: left;         /* adjust as needed */
	color: #252525;    /* adjust as needed */
	left: 0px;
	position: relative;
}
.moa-panel-heading .moa-accordion-toggle.collapsed:before {
	/* symbol for "collapsed" panels */
	content: "\e113";    /* adjust as needed, taken from bootstrap.css */
}
/*.moa-panel-heading {
	width: 90%;
}*/
.moa-panel-title {
	text-transform: uppercase;
	color: #252525;
}
.moa-panel-heading{
	font-size: 10pt;
	font-weight: bold;
	background-color: #ffffff;
	padding-left: 15px;
}
.moa-panel-default > .moa-panel-heading{
	background-color: #ffffff;
    border-width: 0px;
}
/* parameter links */
.parameter-list-header{
	color: #252525;
	font-weight:bolder;
	padding-left: 28px;
}
.parameter-list{
	list-style-type:none;
}
.parameter-list-li{
	color: #252525;
	cursor:pointer;
}
.parameter-list-li:hover { 
	background-color: #fee8a7; /* #fec62b;*/
	color: #252525;
}
.parameter-list-li-selected-element { 
	background-color:  #ffc428; /*#a0be3b;*/
	color: #252525;
}
.indent-parameter-list-li{
	padding-left: 15px;
}
.meta-button-holder{
	text-align: center;
}
.meta-geo-p{
	margin: 0 0 0px;
    font-size: 12pt;
    font-weight: bold;
	line-height: 28pt;
	padding-right: 25px;
}
.meta-header-p{
	margin: 0 0 0px;
    font-size: 12pt;
    font-weight: bold;
    /*line-height: 28pt;*/
}
.meta-data-p{
	margin: 0 0 0px;
    font-size: 12pt;
    /*line-height: 24pt;*/
    margin-bottom: 24pt;
	word-wrap: break-word;
}
.meta-text{
	font-weight: normal !important;
}
.meta-foi-display-p {
    margin-bottom: 28px !important;
}
.meta-display-p {
    margin: 0 0 0px;
    font-size: 12pt;
    line-height: 35pt;
    font-weight: bold;
}
.btn-meta-function:hover{
	background-color: #b3b3b3 !important;
}
.btn-meta-function{
    /*margin: 1.5%;*/
    height: 20px;
    line-height: 0;
    padding: 10px;
    border-radius: 0px;
    border-color: #333;
	width: 120px;
}
/* ################## */
/* # jsPanel      CSS */
/* ################## */
#jsPanel-1 {
	z-index: 9999 !important; /*changes done */ 
	/*min-width: 385px;
	min-height: 320px;*/
}
.jsPanel-theme-primary {
    background-color: #fec62b;
	border-color: #bcbdc0;
	border-radius: 0px
}
.jsPanel-content.jsPanel-content-nofooter {
    border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	overflow: visible;
	padding: 0 !important;
}
.jsPanel-btn-normalize{
	position: relative;
	left: 11px;
}
@media (max-width: 992px){
	.jsPanel-content.jsPanel-content-nofooter {
		overflow-y: scroll;
	}
}

.jsPanel-theme-primary>.jsPanel-hdr * {
    color: #252525;
}
.jsPanel>.jsPanel-hdr{
	z-index: 5;
	/*background-color: #a52a2a00;*/
	background-color: #00000017;
}
.jsPanel-theme-primary {
	background-color: #fec62b00;
}
.geo-name-jspanel{
	color: #ffffff !important;
	background-color: #252525;
	position: absolute;
	top: 0px;
    height: 39px;
    width: 50%;
    min-width: 140px;
    max-width: 200px;
	padding: 10px;
	text-transform: uppercase;
}
.meta-name-jspanel{
	color: #ffffff !important;
	background-color: #252525;
	position: absolute;
	top: 0px;
    height: 39px;
    width: 50%;
    min-width: 140px;
    max-width: 200px;
	padding: 10px;
	text-transform: uppercase;
}
.jsPanel-titlebar>h3 {    
	margin: 0px !important;
}
/* # SDGs (Sustainable Development Goals) */
.sdg-image{
	width:100%;
}
.sdg-image-square{
	width:100%;
	border-radius: 4px;
}
.sdg-modal-button{
	cursor:pointer;	
}
.sdg-modal-button-text{
    margin-left: 7px;
    margin-right: 3px;
}
.sdg-row{
	margin-right: -17px;
    margin-left: 0px;
}
@media (max-width: 770px){
	.cdg-spacer-off{
		display:none;
	}
	.col-xs-4 {
		margin-bottom: 15px;
	}
}
@media (min-width: 771px){
	#sdgColA{
		padding-left:0px;
	}
	#sdgColB{
		padding-top:15px;
	}
	#sdgCol1{
		padding-left:30px;
		padding-right:0px;
	}
	#sdgCol3{
		padding-left:0px;
		padding-right:30px;
	}
	#sdgCol5{
		padding-left:30px;
		padding-right:0px;
	}
	.sdg-text-label-parent{
		position: relative
	}
	.sdg-text-label{
		text-align: -webkit-center;
		width: 100%;
	}
	.width-300{
		width: 320%;
	}
	.width-200{
		width:200%
	}
	.width-100{
		width:100%
	}
	.sdg-membership-line{
		height:2px;
		width:100%
	}
	/*#sdgCol2, #sdgCol4, #sdgCol7, #sdgCol8, #sdgCol9, #sdgCol10{
		border: 5px solid red;
		height: 263px;
	}*/
}
.sdg-text-label-parent{
	margin-top: 15px;
}
#sdgColParagraph{
	padding-right: 30px;
}
#sdgColMore{
	padding-right: 85px;
	padding-top: 15px;
}
.modal-button-close {
	font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    color: #ffffff;
    background-color: #c31f33;
    border-radius: 3px;
    position: fixed;
    bottom: 33px;
    right: 50px;
    z-index: 500;
}
#closeAboutModalX{
	right: 8px;
	position: relative;
}
/* ################## */
/* # HISTOGRAM    CSS */
/* ################## */
/* to put the highlight above the selection */
#histogramHighlight{
	z-index:999;
}
.popup-div{
	width: 100%;
	height: 100%;
}
.popup-div-meta{
	width: 100%;
	height: 100%;
	overflow-y: auto;
}
.histogram-div{
	width: 100%;
	height: 100%;
}
.histogram-avg{
    width: 2px;
    height: 100%;
    background-color:rgba(129, 128, 129, 0.85);
    position: relative;
	top: 0%;
}
.histogram-highlight-select{
    position: absolute;
    left: 85%;
	top: 0%;
}
.histogram-highlight-select-square{
    width: 100px;
    height: 38px;
    top: -19px;
    padding-left: 3px;
    position: absolute;
    border-color: #fff;
    border-style: solid;
    border-width: 1px;
}
.select-square{
	background-color: #231f20;
	color:#fff;
}
.highlight-square{
	background-color: #fff;
	border-color:  #231f20;
}

.histogram-highlight-select-arrow-left {
	width: 0; 
	height: 0; 
	position: absolute;
    left: -7px;
    top: -8px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent; 
	border-right:8px solid #fff; 
}
.select-arrow{
	border-right-color: #231f20;
	color:#fff;
}
.highlight-arrow{
	border-right-color: #fff; 
}

/* overwrite color of below stroke when needed */
.highlight-black-stroke {
	border-right:10px solid #231f20 !important;
}
/* defines the (fake) "stroke" of both arrowheads*/ 
.histogram-highlight-select-arrow-left-stroke {
	width: 0; 
	height: 0; 
	position: absolute;
    left: -9px;
    top: -10px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	border-right:10px solid #fff; 
}
/*.select-arrow-stroke{
	border-right-color: #051eff;
}*/
/*.highlight-arrow-stroke{
	border-right-color: #fff;
}*/
.us-label{
	position: relative;
	left: -7px;
	font-weight: bold;
	color: #8e8e8e;
}
#histogramDiv{
	height: 60vh;
	margin-bottom: 20px;
}
.moa-histogram-col{
	z-index: 999;
	/*box-shadow: 0 14px 28px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.22);*/
	background-color:#f2f3f4;
	padding-right:0px;
}
.histogram-avg-div{
    width: 100%;
    height: 100%;
	clear: both;
	float: left;
	pointer-events: none;
}
.histogram-best-worst{
    width: 100%;
    height: 100%;
	clear: both;
	float: left;
}
.histogram-best-worst-top{
	top: 5%;
    right: 0%;
    position: absolute;
    width: 85px;
    text-align: center;
	color: rgba(54, 50, 50, 0.8);
}
.histogram-best-worst-bottom{
	bottom:5%;
    right: 0%;
    position: absolute;
    width: 85px;
    text-align: center;
	color: rgba(54, 50, 50, 0.8);
}
body {
	/*font-family: Helvetica;*/
	font-size: 13px;
}

/* ################## */
/* # MAP          CSS */
/* ################## */
#map {
	height: 60vh;
}
.moa-map-col{
    padding-left: 0px;
}
.info {
	padding: 6px 8px;
	font: 14px/16px Arial, Helvetica, sans-serif;
	background: white; 
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 15px rgba(0,0,0,0.2); 
	border-radius: 5px; 
} 

.info h4 { 
	margin: 0 0 5px; 
	color: #777; 
}
.map-load-spinner{
	font-size: 50px !important;
	top: 50%;
	left: 50%;
	position: absolute;
	z-index: 999;
	color: #252525;
	text-shadow: 0 0px 10px rgba(0,0,0,0.55);
}
.popup-load-spinner{
	font-size: 50px !important;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
	position: absolute;
	z-index: 999;
	color: #252525;
	text-shadow: 0 0px 10px rgba(0,0,0,0.55);
}
.map-indicator-title{
    font-size: 12pt;
    position: absolute;
    z-index: 999;
    color: #333;
    width: 100%;
	text-align: center;
	font-weight: bold;
}

/* leaflet popup 
.leaflet-tooltip-callout-line-left{
	width: 120px;
	height: 2px;
	position: absolute;
	transform: rotate(50deg);
	background-color: aqua;
	top: 76px;
	left: 22px;
}
.leaflet-tooltip-callout-line-right{
	width: 120px;
	height: 2px;
	position: absolute;
	transform: rotate(-50deg);
	background-color: aqua;
    top: 76px;
    left: -91px;
}
.leaflet-tooltip-left {
    margin-left: -6px;
    top: -108px;
    left: -74px;
}
.leaflet-tooltip-right {
    margin-left: -6px;
    top: -108px;
    left: 74px;
}*/

/* leaflet */
.leaflet-container {
    background-color:#ffffff;
}

.z-ind-imp{
	z-index:200000 !important;
}
.ch-info-button {
	cursor: pointer;
    display: inline-flex;
    font-size: 14pt;
    padding-left: 3px;
}

.leaflet-container a {
    color: #333;
}
.leaflet-container a:hover {
    color: #fec62b;
}

.leaflet-bottom{
	z-index: 900;	
}

.legend {
	text-align: left; 
	line-height: 18px; color: #555; 
}

.legend i { 
	width: 18px; 
	height: 18px; 
	float: left; 
	margin-right: 8px; 
	opacity: 0.7; 
}
.extra-class{
	/*cursor: not-allowed;
	text-decoration: line-through;*/
	pointer-events: none; /*This will turn off the not-allowed cursor though*/
	color: #bcbdc0;

}
.wom-link{
	color: #252525;
}
.wom-link:hover {
    color: #555; 
}