/* Minification failed. Returning unminified contents.
(774,12): run-time error CSS1038: Expected hex color, found '#ffff'
 */
/* CSS Document */
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Droid Sans Regular'), local('DroidSans-Regular'), url('/Content/droid-sans-400.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
    font-family: 'Droid Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Droid Sans Bold'), local('DroidSans-Bold'), url('/Content/droid-sans-700.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body, h1, h2, h3, h4, input, textarea, div, span, ul, li{
	font-family: 'Droid Sans', sans-serif;
}

a[title="JavaScript charts"]{
	display:none !important;
}

/**/
#dock-container{
	border:0px solid #FF0000;
	text-align:center;
	width:100%;
}
#dock li{
	display:inline-block;
}
#dock li img {
	padding-left:2px;
	padding-right:2px;
  width: 57px;
  height: 57px;
  -webkit-box-reflect: below 2px
		    -webkit-gradient(linear, left top, left bottom, from(transparent),
		    color-stop(0.7, transparent), to(rgba(255,255,255,.5))); /* reflection is supported by webkit only */
  -webkit-transition: all 0.3s;
  -webkit-transform-origin: 50% 100%;
}
#dock li:hover img {
  -webkit-transform: scale(2);
  margin: 0 2em;
}
#dock li:hover + li img,
#dock li.prev img {
  -webkit-transform: scale(1.5);
  margin: 0 1em;
}
/**/

.dropdownsub::-webkit-scrollbar, div.chartpanel::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    background: #454952;
	 -webkit-border-radius: 5px;
}

.dropdownsub::-webkit-scrollbar-thumb, div.chartpanel::-webkit-scrollbar-thumb {
    background: #646b75;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

.dropdownsub::-webkit-scrollbar-corner, div.chartpanel::-webkit-scrollbar-corner {
    background: #000;
}

div.header{
	/* EA: responsive fix */
	margin-top:-104px;
	/* end EA */
	background:#000;
}
div.topspace{
	margin-top:104px;
}

h1.landingtitle{
	font-size:58px;
	font-weight:bold;
	text-transform:none;
}

h1.topictitle, h1.topictitle2{
	font-size:58px;
	font-weight:bold;
	text-transform:capitalize;
	margin-top:40px;
	border:0px solid #ff0000;
	/* EA: responsive fix */
	/*width:1140px;*/
	width: 100%;
	/* end EA */
	margin-left:auto;
	margin-right:auto;
}
h1.topictitle2{
	width:auto;
	color:#14a79d;
	font-size:38px;
	text-transform: inherit;
}

h1.topictitle img{
	height:200px;
}
h1.topictitle span{
	position:absolute;
	margin-left:30px;
	margin-top:55px;
}

div.topicmenu, div.topicmenu2, div.topicmenu3 {
    background: url('../images/icn-banner-topic-menu-white.png') no-repeat center;
    width: 61px;
    height: 53px;
    float: right;
    margin-top: 15px;
    cursor: pointer;
    transition: .5s;
    box-shadow: 0px 0px 15px #454952;
    position: relative;
    border-radius: 5px;
}
div.topicmenu2{
	position:absolute;
	right:16px;
	margin-top:83px;
}
div.topicmenu3{
	position:absolute;
	right:16px;
	margin-top:151px;
}
div.topicmenu:hover {
    background: #454952 url('../images/icn-banner-topic-menu-blue.png') no-repeat center !important;
    box-shadow: 0px 0px 15px #fff;
}
div.topicmenu2:hover {
    background: #454952 url('../images/sdg-blue.png') no-repeat center !important;
    box-shadow: 0px 0px 15px #fff;
}
div.topicmenu3:hover {
    background: #454952 url('../images/home-blue.png') no-repeat center !important;
    box-shadow: 0px 0px 15px #fff;
}

.FL, .FR{
	text-transform:capitalize;
	font-size:21px;
	color:#fff;
	border:0px solid #ff0000;
	margin-top:-30px;
	cursor:pointer;
}
.FL {
    float: left;
    position: absolute;
    background: url('../images/icn-banner-left-arrow.png') left no-repeat;
    padding-left: 45px;
}
.FR {
    float: right;
    background: url('../images/icn-banner-right-arrow.png') right no-repeat;
    padding-right: 45px;
}

a:hover{
	color:#454952;
}

li.topicsicons{
	display:inline-block;
	text-align:center;
	margin:10px;
	border:0px solid #454952;
	padding:5px;
	border-radius:10px;
	vertical-align:top;
    cursor:pointer!important;
}

li.topicsicons span {
    /*text-transform:capitalize;*/
    font-size: 18px;
    color: #3c3c3c;
    padding-top: 6px;
    width: 150px;
    border: 0px solid #fff;
    display: block;
}

li.topicsicons a img{
	background:#454952;
	padding:30px;
	transition:.5s;
	cursor:pointer!important;
	min-height:150px;
	max-height:150px;
	min-width:150px;
	max-width:150px;
	border-radius:100px;
	border: 0px solid #454952;
}

li.topicsicons a img:hover {
    background: #454952 !important;
    box-shadow: 0px 0px 15px #fff;
    cursor: pointer !important;
}

li.topicsicons2 img:hover{
	background: none !important;
	box-shadow: 0px 0px 15px #fff;
}

li.recsicons {
    display: inline-block;
    text-align: center;
    margin: 10px;
    border: 0px solid #454952;
    padding: 5px;
    border-radius: 10px;
    vertical-align: top;
    cursor: pointer !important;
}

li.recsicons span {
    /*text-transform:capitalize;*/
    font-size: 18px;
    color: #3c3c3c;
    padding-top: 6px;
    width: 150px;
    border: 0px solid #fff;
    display: block;
}

li.recsicons a img {
    background: #454952;
    padding: 30px;
    transition: .5s;
    cursor: pointer !important;
    min-height: 150px;
    max-height: 150px;
    min-width: 150px;
    max-width: 150px;
    border-radius: 100px;
    border: 0px solid #454952;
}

li.recsicons a img:hover {
    background: #454952 !important;
    box-shadow: 0px 0px 15px #fff;
    cursor: pointer !important;
}

li.sdgicons a img{
	border-radius:10px;
	padding:0px;
}

#topicmenu2 li.topicsicons img{
	padding:0px;
	border-radius:20px;
	border: 1px solid #454952;
	min-height:140px;
	max-height:140px;
	min-width:140px;
	max-width:140px;
}

#topicmenu2 li.topicsicons img:hover{
	filter: grayscale(100%);
}

.topicdesc{
	border: 1px solid #454952;
	z-index:2;
	width:auto;
	/*max-height:210px;*/
	background:#fff;
	display:none;
	box-shadow: 0px 0px 15px 0px #454952;
	opacity:0.9;
	border-radius:15px;
	text-align:left;
	padding:20px;
	margin-top:13px;
}
.topicdesc span{
	font-family:verdana;
	font-weight:bold;
	font-size:16px;
	float:right;
	color:#000;
	cursor:pointer;
	padding-left:5px;
	padding-right:5px;
	transition:.5s;
	border:1px solid;
	border-radius:30px;
	margin:-10px;
}
.topicdesc span:hover{
	transition:.5s;
	color:#fff !important;
	border-color:#fff !important;
	background:#000;
}

    .topicdesc img.arrowtopic {
        height: 13px;
        width: 29px;
        background: url('../images/icn-banner-right-arrow-black.png') center no-repeat;
        background-size: 90%;
        transition: .5s;
        border-radius: 10px;
        padding: 2px;
    }

img.landingarrow{
	position:absolute;
	margin-top:33px;
	margin-left:52px;
	vertical-align:botton;
	z-index:1;
	display:none;
	opacity: 0.9;
}


.toggleFooter a span {
    padding-right: 30px;
    background: url(../images/adp/sprite.png) right -169px no-repeat !important;
}

div.lnkbtn{
	border:1px solid #14a79d;
    width: auto;
    min-width: 0;
    display: inline-block;
	background:#fff;
	padding:5px;
	padding-left:45px;
	padding-right:15px;
	cursor:pointer;
	border-radius:20px;
	font-size:16px;
	margin-right:10px;
	transition: background-color 300ms linear;
}
div.lnkbtn:hover, div.lnkbtnsel{
	border:1px solid #14a79d;
	background:#14a79d;
	color:#fff;
	transition: background-color 300ms linear;
}

div.lnkbtn2{
	border:1px solid #14a79d;
    width: auto;
    min-width: 0;
    display: inline-block;
	background:none;
	padding:5px;
	padding-left:45px;
	padding-right:15px;
	cursor:pointer;
	border-radius:20px;
	font-size:16px;
	margin-right:10px;
}

div.lnkbtn2:hover{
	border:1px solid #14a79d;
	background:#14a79d;
	color:#fff;
}

div.mapicn0 {
    background: url('/images/icn-map-clear-grey.png') left no-repeat;
    background-position: 15px;
}
    div.mapicn0:hover {
        background: url('/images/icn-map-clear-blue.png') left no-repeat;
        background-position: 15px;
        color: #14a79d;
    }
div.mapicn1 {
    background: url('../images/icn-map-internation-grey.png') left no-repeat;
    background-position: 10px;
}
    div.mapicn1:hover, div.mapicn1.lnkbtnsel {
        background: #14a79d url('../images/icn-map-internation-blue.png') left no-repeat !important;
        background-position: 10px !important;
    }
div.mapicn2, div.mapicn2a {
    background: url('../images/icn-map-national-grey.png') left no-repeat;
    background-position: 10px;
}
    div.mapicn2:hover, div.mapicn2a:hover, div.mapicn2.lnkbtnsel, div.mapicn2a.lnkbtnsel {
        background: #14a79d url('../images/icn-map-national-blue.png') left no-repeat;
        background-position: 10px;
    }
div.mapicn3 {
    background: url('../images/icn-map-subnational-grey.png') left no-repeat;
    background-position: 10px;
}
    div.mapicn3:hover, div.mapicn3.lnkbtnsel {
        background: #14a79d url('../images/icn-map-subnational-blue.png') left no-repeat;
        background-position: 10px;
    }
div.mapicn4 {
    background: url('../images/icn-map-regional-grey.png') left no-repeat;
    background-position: 10px;
}
    div.mapicn4:hover, div.mapicn4.lnkbtnsel {
        background: #14a79d url('../images/icn-map-regional-blue.png') left no-repeat;
        background-position: 10px;
    }



div.mapicn1land {
    background: url('../images/icn-map-internation-blue.png') left no-repeat;
    background-position: 10px;
    color: #fff;
}
    div.mapicn1land:hover {
        background: #14a79d url('../images/icn-map-internation-blue.png') left no-repeat !important;
        background-position: 10px !important;
    }
div.mapicn2land {
    background: url('../images/icn-map-national-blue.png') left no-repeat;
    background-position: 10px;
    color: #fff;
}
    div.mapicn2land:hover {
        background: #14a79d url('../images/icn-map-national-blue.png') left no-repeat;
        background-position: 10px;
    }
div.mapicn3land {
    background: url('../images/icn-map-subnational-blue.png') left no-repeat;
    background-position: 10px;
    color: #fff;
}
    div.mapicn3land:hover {
        background: #14a79d url('../images/icn-map-subnational-blue.png') left no-repeat;
        background-position: 10px;
    }
div.mapicn4land {
    background: url('../images/icn-map-regional-blue.png') left no-repeat;
    background-position: 10px;
    color: #fff;
}
    div.mapicn4land:hover {
        background: #14a79d url('../images/icn-map-regional-blue.png') left no-repeat;
        background-position: 10px;
    }

div.landingbtn {
    width: auto;
    min-width: 0;
    display: inline-block;
    padding: 5px;
    padding-left: 15px;
    padding-right: 55px;
    cursor: pointer;
    border-radius: 20px;
    font-size: 16px;
    margin-right: 10px;
    background: #454952 url('../images/icn-banner-right-arrow.png') right no-repeat;
    background-position: right 10px bottom 10px;
    background-size: 30px;
    color: #fff;
    transition: background-color 300ms linear;
}
    div.landingbtn:hover {
        background: #e4ac02 url('../images/icn-banner-right-arrow.png') right no-repeat;
        background-position: right 10px bottom 10px;
        background-size: 30px;
        transition: background-color 300ms linear;
    }

div.landingbtn2:hover {
    background: #1a96c3 url('../images/icn-banner-right-arrow.png') right no-repeat;
    background-position: right 10px bottom 10px;
    background-size: 30px;
    transition: background-color 300ms linear;
}



div.clearcountrysel {
    color: #fff;
    cursor: pointer;
    background: url('/images/icn-map-clear-white.png') left no-repeat;
    background-position: 0px;
    padding-left: 30px;
    float: right;
    margin-right: 15px;
}
    div.clearcountrysel:hover {
        color: #14a79d;
        cursor: pointer;
        background: url('/images/icn-map-clear-blue.png') left no-repeat;
        background-position: 0px;
    }

div.selectallcountriessel {
    color: #fff;
    cursor: pointer;
    background: url('/images/icn-map-selectall-white.png') left no-repeat;
    background-position: 0px;
    padding-left: 30px;
    float: right;
    margin-right: 15px;
}

.selectallcountriessel-selected {
    color: #007dbc !important;
    background: url('/images/icn-map-selectall-blue.png') left no-repeat !important;
    background-position: 0px !important;
}

div.selectallcountriessel:hover {
    color: #007dbc;
    cursor: pointer;
    background: url('/images/icn-map-selectall-blue.png') left no-repeat;
    background-position: 0px;
}

ul.dropdown {
    border: 1px solid #007dbc;
    width: 100%;
    min-width: 0;
    display: table;
    background: #fff url('../images/arrow-down-green.png') right no-repeat;
    padding: 5px;
    padding-left: 15px;
    padding-right: 55px;
    cursor: pointer;
    border-radius: 20px;
    font-size: 16px;
}
    ul.dropdown:hover {
        background: #007dbc url('../images/arrow-down-white.png') right no-repeat;
        color: #fff;
    }

ul.dropdownsub, ul.dropdownsub2
{
    width: auto;
    min-width: 0;
    display: none;
	background:#454952;
	border-radius:5px;
	margin-top:7px;
	max-height:300px;
	padding:10px;
	overflow:auto;
	position:absolute;
	z-index:1;
	box-shadow: 0px 0px 15px 0px #fff;
}

ul.dropdownsub
{
	width:600px;
	max-height: inherit;
}

ul.dropdownsub2{
	background:#f6f7f9;
	max-height:inherit;
	min-height:430px;
}
ul.dropdownsub3{
	background:none;
	max-height:inherit;
	box-shadow: none;
	padding:0px;
}

img.arrow-up-dropdown{
	position:absolute;
	margin-top:2px;
	right:15px;
	z-index:2;
	display:none;
}
ul.dropdownsub li, ul.dropdownsub2 li{
	color:#fff;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	font-size:15px;
	cursor:pointer;
	border-radius:5px;
	min-width:100px;
}
ul.dropdownsub li{
	width:31%;
	display:inline-block;
	margin-bottom:1%;
	margin-right:1%;
	vertical-align: top;
}
ul.dropdownsub2 li{
	color:inherit;
	margin-bottom:2px;
}
    ul.dropdownsub2 li:hover, ul.dropdownsub2 li.dropdownsub2sel {
        background: #007dbc;
    }
ul.dropdownsub li:hover {
    color: #007dbc;
}
li.dropdownsubsel {
    background: #007dbc;
    color: #fff !important;
}
ul.dropdownsub2 li:hover, ul.dropdownsub2 li.dropdownsub2sel{
	color:#fff !important;
}

ul.dropdownsub3 li.dropdownsub2sel{
	background:#10c236;
}
ul.dropdownsub3 li{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width:170px;
	border-radius:15px;
}


div.indigroup, div.indigroupNEW{
	background:none;
	padding:20px;
	padding-left:40px;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	border:0px solid #ff0000;
	box-sizing: border-box;
	width:50%;
	display:inline-block;
	/*border-radius:5px;*/
}

div.indigroup span, div.indigroupNEW span{
	display:block;
	padding:4px;
	padding-left:0px;
	cursor:pointer;
	margin:8px;
	margin-left:0px;
	border-bottom:1px solid #efefef;
}
div.indigroup span:hover, div.indigroupNEW span:hover{
	color:#14a79d;
}

div.indigroupNEW{
	width:100%;
}
div.indigroupNEW span{
	width:49%;
	display: inline-block;
	vertical-align:top;
	border:0px solid #ff0000;
	/*min-height:50px;*/
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 7px;
}

div.boxFAQ{
	background:#fff;
	position:absolute;
	padding:10px;
	border-radius:5px;
	min-width:250px;
	border:1px solid #ccc;
	box-shadow: 0px 0px 5px #eee;
}

div.charticon{
	display:inline-block;
	vertical-align:top;
	cursor:pointer;
	margin-right:20px;
}
div.charticon span{
	margin-left:40px;
}
div.charticon img{
	position:absolute;
	margin-top:-3px;
}











#table th{
	text-align:left;
	color:#14a79d;
	cursor:pointer;
	font-size:16px;
	border-bottom: 1px solid #aaa;
}
#table td, #table tr{
	background:none !important;
}
#table tbody tr:hover{
	background:#eee !important;
	cursor: pointer;
}

#table {
    border-bottom: 1px solid #aaa;
	background:none !important;
}

#table th:first-child{
	width:300px !important;
}
#table th:nth-child(6){
	width:100px !important;
}
#table th:nth-child(3), #table th:nth-child(7){
	width:70px !important;
}
#table td:nth-child(3), #table td:nth-child(7){
	text-align: center !important;
}
#table th:nth-child(4){
	text-align: center !important;
}
#table td:nth-child(4){
	text-align: right !important;
}

.tooltip_templates {
    display: none;
} 

.disclaimer-map {
    position: absolute;
    left: 55px;
    bottom: 18px;
    display: block;
    z-index: 50;
    background: #c3c3c3;
    border: 0px;
    font-size: 13px;
    padding: 4px 8px;
    color: #ffff;
    border-radius: 4px;
}

div.logindiv ul {
    list-style: initial;
    list-style-type: disc;
    list-style-position: inside;
    margin: initial;
    padding: 0 0 0 40px;
}
div.logindiv ol {
	 list-style: initial;
   list-style-type: decimal;
   list-style-position: inside;

    margin: initial;
    padding: 0 0 0 40px;
}
div.logindiv li{
	display: list-item;
   list-style: initial;
    margin: initial;
}

div.logindiv{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: rgba(255,255,255,0.9);
	top:0;
	left: 0;
	display: none;
}

div.logindiv div.logincontainer{
	color:#fff;
	position: relative;
	background: #454952;
	max-width: 50%;
	height: auto;
	max-height: 80%;
	overflow: auto;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	transform: translate(-50%, -50%);
	border-radius: 10px;
	box-shadow: 0px 0px 20px #666;
	padding-bottom: 5px;
}

div.logindiv div.logincontainer div.loginX
{
	font-family: verdana;
    font-weight: bold;
    font-size: 16px;
    float: right;
    color: #fff;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    transition: .5s;
    border: 1px solid;
    border-radius: 30px;
    margin: 10px;
	transition:.5s;
}

div.logindiv div.logincontainer div.loginX:hover
{
	transition:.5s;
	color:#000 !important;
	border-color:#fff !important;
	background:#fff;
}

div.logindiv div.logincontainer div.logintitle
{
	padding: 10px;
	margin: 10px;
	font-size: 20px;
	border-bottom:1px solid #fff;
}

div.logindiv div.logincontainer div.logintitle > span
{
	font-size: 14px;
	color:#ff0000;
	margin-left: 20px;
}

div.logindiv div.logincontainer div.loginform
{
	padding: 10px;
	margin: 10px;
	text-align: right;
}

div.logindiv input 
{
	width: 100%;
	height: 37px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #ccc;
	border-radius: 20px;
	padding-left: 20px;
	padding-right: 40px;
	margin-bottom: 20px;
}

div.logindiv div.registerlogin
{
	float:left;
	padding-left: 10px;
	text-align: left;
	color: #14a79d;
	text-decoration: underline;
}

div.logindiv div.registerlogin span
{
	cursor: pointer;
	transition: 300ms linear;
}

div.logindiv div.registerlogin span:hover
{
	color:#fff;
	transition: 300ms linear;
}

div.logindiv div.loginajax
{
	text-align: center;
	display: none;
}

button {
    width: auto;
    min-width: 0;
    display: inline-block;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    border: 1px solid #007dbc;
    border-radius: 20px;
    font-size: 16px;
    background: #005493 !important;
    color: #fff;
    transition: background-color 300ms linear;
}

button:hover{
	background: #454952;
	border: 1px solid #fff;
	transition: background-color 300ms linear;
	color:#fff;
}

.spark-cont 
{
    height: 30px;
    width: 70px;
	border:none;
}

.dataTables_wrapper .dataTables_paginate 
{
    float:none !important;
    text-align: center !important;
}

.theX
{
	float:right;
	font-weight: bold;
	font-family: arial;
	cursor: pointer;
}

.theX:hover
{
	color:#000;
}

.calcbtn, .calcbtn2
{
	padding:5px; border-radius:10px; display:inline-block; margin:5px;
	color: #fff;
}

.calcbtn2
{
	font-size: 20px;
	padding-top: 0px;
	padding-bottom: 2px;
}

div.op
{
	display: inline-block;
	width:80px;
	margin: 5px;
	font-weight: normal;
	font-family: arial;
	font-size: 50px;
	text-align: center;
	background: #454952;
	color: #fff;
	border-radius: 10px;
	cursor: pointer;
}

div.op:hover{
	background: #14a79d;
}

div.op input{
	width:81px;
	font-size: 50px;
	text-align: center;
	border-radius: 10px;
	height: 76px;
	border:1px solid #454952;
}

table.metatable{
	border-top:1px solid #898989;
	border-left: 1px solid #898989;
	width: 100%;
	margin-bottom: 20px;
	background: #5c5f6d;
}

table.metatable td{
	padding: 3px;
	padding-left: 5px;
	border-right: 1px solid #898989;
	border-bottom:1px solid #898989;
}

table.metatable td:first-child{
	width: 1px;
}

.headerLogin{
	visibility: hidden !important;
}

/* EA */
.w3-container {
	min-height: 170px;
}

.page-menu {
	margin-bottom: 14px;
}

.page-submenu {
	width:100%;
	max-width:960px;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}

.map-controls {
    margin-bottom: 0px;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
    z-index: 1;
    border: 0px solid #ddd;
    position: absolute;
    bottom: 15px;
    left: 15px;
}

#topics-goal-select {
	width: 20%;
}

#topics-indicator-select {
	width: 80%;
}

#sdg-report-builder-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 1140px;
    margin: 0 auto;
    justify-content: space-between;
}

#map-container {
	height: 700px;
	overflow: hidden;
}

#arab-map-svg {
	transition: all .5s ease-in-out;
}

/* Map Styling */
.CtryMap {
	fill: #dce2ee;
	stroke: #ffffff;
	stroke-width: 6;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.CtryMap:hover {
    fill: #48b0e5; /*#5FC6FA;*/
    cursor: pointer;
}

.CtryMapSelected {
	fill: #2C93C7 !important;
}

.ctryText {
  color:black;
	z-index: 1001;
  font-size: 20pt;
  font-family: verdana, cairo;
  margin:0px;
  padding:0px;
}

.ctryText:hover {
  cursor: pointer;
}

/* SDG Pick box */
#goals-pick-list-lg {
	border-radius:5px;
	padding:10px;
	height: 460px;
	overflow-y:scroll;
	z-index:1;
	box-shadow: 0px 0px 15px 0px #fff;
	background:#f6f7f9;
}

#goals-pick-list-lg > span {
	display:block;
	color:#fff;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	font-size:15px;
	cursor:pointer;
	border-radius:5px;
	min-width:100px;
	color:inherit;
}

#goals-pick-list-lg > span:hover {
	background: #14a79d;
	color: #ffffff;
}

.pick-item-selected {
	background: #f6f7f9;
	color: #000000 !important;
}

.pick-item-selected-lg {
	background: #14a79d;
	color: #ffffff !important;
}

#pick-indicator-box-right-panel {
	display: flex;
	flex-direction: row;
}

.pick-indicator-section-title {
	font-size: 24px;
	padding: 7px;
	background: #14a79d;
	color: #ffffff;
	border-radius: 5px;
	cursor:pointer;
	margin-bottom: 5px;
}

.pick-indicator-section-title:hover {
	color: #efefef;
}

.pick-indicator-section {
	max-height: 200px;
	overflow-y: scroll;
}

.pick-indicator-section span{
	display:block;
	padding:4px;
	cursor:pointer;
	margin-left:0px;
	display: block;
	border:0px solid #ff0000;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pick-indicator-section span:hover{
	color:#14a79d;
}

#pick-indicator-box-mini {
	display: none;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	#pick-indicator-box {
		display: block;
	}

	#pick-indicator-box-mini {
		display: none;
	}
}

@media only screen and (max-width : 992px) {
	#map-container {
		height: 500px;
	}

	#pick-indicator-box {
		display: none;
	}

	#pick-indicator-box-mini {
		display: block;
	}

	.FR {
		margin-right: 70px;
	}

	h1.topictitle, h1.topictitle2{
		font-size:30px;
	}

	h1.topictitle img {
    height: 160px;
	}
}

@media only screen and (max-width : 750px) {
	.page-submenu {
		display:block;
	}

	ul.dropdownsub{
		width:auto;
	}
}

@media only screen and (max-width : 590px) {
	#map-container {
		display: none;
	}

	.map-controls {
		display: none;
	}

	.FL, .FR {
		display: none;
	}

	#topics-goal-select {
		width: 40%;
	}

	#topics-indicator-select {
		width: 60%;
	}

	#sdg-report-builder-buttons {
		display: block;
		text-align: center;
	}

	.logoHolder a {
		width: 200px;
	}

	h1.topictitle, h1.topictitle2{
		font-size:24px;
	}

	h1.topictitle img {
    height: 120px;
	}

	h1.topictitle span {
		margin-left: 7px;
		padding-right: 55px;
	}
}

@media only screen and (max-width : 380px) {
	h1.topictitle img {
    display: none;
	}

	h1.topictitle span {
		margin-top: 0px;
	}
}

.mapContent {
    background: none repeat scroll 0 0 #000;
    color: #fff;
    display: none;
    max-width: 250px;
    padding: 10px;
    position: absolute;
    text-align: left;
    top: 0;
    font-size: 12px;
}

    .mapContent.active, #mapPopup .mapContent.active {
        display: inline;
        padding: 10px;
        font-size: 12px;
        position: fixed;
        top: 50%;
        left: 0%;
        /*width: 100%;*/
        /*height: 200px;*/
    }

.countryTitleMap {
    display: none;
}

.mapContent li {
    margin: 0 0 5px;
    padding-left: 12px;
    position: relative;
}

.mapContent li:before {
    background: none repeat scroll 0 0 #14a79d;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 5px;
}

span.closeMapContent {
    width: 11px;
    height: 11px;
    position: absolute;
    content: '';
    background-image: url(/images/map-tooltip.png);
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    cursor: pointer;
}

#map-wrap {
    margin: 30px 30px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

#map-left-pane {
    clear: both;
    /* margin-bottom: 60px; */
    margin-top: 10px;
    -webkit-flex: 0 0 300px;
    flex: 0 0 300px;
    background-color: #efefef;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

#map-wrap-inner {
    position: relative;
    clear: both;
    /* height: calc(100vh - 300px); */
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
    margin-top: 10px;
    width: 70%;
}

#map-left-pane > header {
    display: -webkit-flex;
    display: flex;
    height: 90px;
    padding: 10px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 3px solid #005493;
    background-color: #fff;
}

#map-left-pane > header h2 {
    font-size: 16px;
    color: #005493;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}

#map-left-pane .cntry-info {
    padding: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;
    font-size: 14px!important;
    line-height: 1.42857143;
    color: #333333;
    font-weight: bold!important;
}

#map-left-pane .cntry-flag {
    -webkit-flex: 0 0 50px;
    flex: 0 0 50px;
    /* border: 1px solid gray; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.index.index-2 {
    display: inline-block;
    width: 100%;
    border-radius: 0;
    background: #999;
    margin-bottom: 5px;
    height: 74px;
    position: relative;
}

.index.index-2 .icon {
    position: absolute;
    right: 0;
    width: 64px;
    height: 100%;
    background-color: transparent;
    border-radius: 0;
    margin: 2px;
    color: #fff;
    background-repeat: no-repeat;    
    background-position: center;
}

.index .icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #ed1c24;
    display: inline-block;
    text-align: center;
    color: #fff;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    vertical-align: middle;
    position: relative;
}

#map-indices {
    margin-top: 10px;
}

#map-left-pane .cntry-info .value {
    float: right;
}

.cntry-info .counter {
    font-weight: 600;
    font-size: inherit;
}

.counter {
    font-size: 42px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}

#map-left-pane .cntry-info sub {
    bottom: 0;
    left: 5px;
    color: #999;
}

sub {
    bottom: -0.25em;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.index {
    background-color: #d9d9d9;
    width: 140px;
    height: 45px;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    display: inline-block;
    border-radius: 0 0px 0px 0;
    color: #333;
    vertical-align: top;
    cursor: pointer;
}

.index.index-2 .title {
    position: absolute;
    right: 64px;
    height: auto;
    width: 160px;
    text-align: right;
    line-height: 17px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

    .index.index-2 .value {
        color: #333333;
        font-weight: bold;
        line-height: 24px;
        margin-left: 10px;
        font-size: 12px;
        height: auto;
        width: 100px;
        text-align: left;
        vertical-align: middle;
    }

.index .title {
    position: absolute;
    right: 40px;
    width: 100px;
    color: #fff;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    top: 50%;
}
/*end EA*/

