.dimensions-container{
	top: 0px;
	left: 0px;
	padding: 10px;
	position: absolute;
	background: rgba(70,130,180, 1.0);
	color: #ffffff;
	z-index: 9999;
	white-space: nowrap;
	border-radius: 6px;
	display: none;
}

.percent-view{
	color: yellow;
}

.grabbable {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

/* (Optional) Apply a "closed-hand" cursor during drag operation. */
.grabbable:active { 
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#portraitImg{	
    top: 0; 
	left: 0;
	right: 0;
    bottom: 0; 
	margin: auto;
	position: fixed;
	z-index: 99999999;
}

.portrait{	
	background: #0a468e;
	overflow: hidden;
}

/* div {
    outline: 1px solid #ccc;
    outline-offset: -10px;
    -moz-outline-radius: 10px;
    -webkit-outline-radius: 10px;
 } */

 /* 1600 */
 

/* @media (max-width: 1370px) {
	
	#detailsDescription{
		height:140px;
	}
	
	#goalSelectPanel{
		height: 545px;
	}
	
	#goalPanel{
		height: 447px;
	}
	
	#sdgAndMe {
		width: 15%;
		position: relative;
	}
	
	#sdgText1{
		top: 0px;
	}
	
	#sdgText2{
		top: -1px;
	}
	
	#sdgText3{
		top: 0px;
		float:right;
	}
	
	.intro-text {
		padding: 0px 10px 0px 50px;
	}
	
	.shareContainer {
		bottom: 0%;
	}
	
	#estatLogo {
		left: 112%;
		bottom: 3%;
		position: absolute;
		width: auto;
		height: 80px;
	}
	
	#strapLine {
		left: 97.7%;
		bottom: 2%;
		font-size: 16px;
	}
	
	#countryContainer{
		top:27%;
		left:11%;
	}
	
	#goalsIcon{
		top: 10%;
		left: 9%;
	}
	
	.goal-caption{
		display:none;
	}
	
	.goals-menu, .goal-select-btn {
		width: 420px;
	}
	
	.banner-select-btn {
		font-size: 16px;
		left: 40px;
	}
	
	.banner-item-align-left{
		left:20px;
	}
	
	#chartTabs {
		width: 89%;
		height: 60%;
	}
	
	.chart-tab {
		width: 27.3%;
	}
	
	#socialMediaContainer .shareContainer{
		bottom: 0%;
		right: 155% !important;
	}
	
	.details-share ul {
		position: absolute;
		right: -52px;
		bottom:60%;
	}
	
	.indicator-icon {
		height: 85px;
	}
	
	.indicator-title {
		font-size: 14px;
	}
	
	.indicator-desc {
		font-size: 12px;
	}
	
	.ind-info-btn-container{
		top:-2%;
	}
	
	#indicatorCounter{
		display:none;
	}
	
	#slideIndicator {
		left: -15px;
	}
	
	#tabsPanel {
		margin-top: 0%;
	}
	
	.tabsContainer{
		left: 100px;
		position: relative;
	}
}

@media (max-width: 1600px) {
	
	.tab-content{
		width: 99%;
		height: 70%;
	}

	#indicators{
		width: 270px;
		height: 400px;
	}

	.chart-tab:nth-child(4){

		margin-right: 1%;

	}

	#showMe{
		top: -100px;
		position: relative;
	}

	#indicatorCarousel{
		height: 420px;
	}

	.indicator-item {
		padding: 0px 10px 0px 15px;
	}

	.caret-controls{
		margin-left: 50px;
	}
	
	#sdg_and_me{
		height: 240px;
	}
	
	#goalSelectorContainer{
		padding-left: 6%;
	}
	
} */

/* @media (max-width: 1680px) {
	
	#goalSelectorContainer{
		padding-right: 5000px;
	}
	
} */

/* @media (max-width: 1920px) {
	
	#goalSelectorContainer{
		width:90%;
	} */
	
	/* .tab-content {
		width:1120px;
		height:500px;
	} */
	
/* 	@-moz-document url-prefix() {
	.carat-line-select{
		top: -35px; 
	}
}
	
} */



