html, body{
	position:fixed;
	overflow:hidden;
	/* -webkit-user-select: none; */
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
}

.install-now{
	display:none;
}

#mobileOrientationImg{
	background: rgba(10,70,142, 1.0);
	position: relative;
	z-index: 99999;
	height:100%;
	width:100%;
	display:none;
}

.orientation-img{
	position:absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#mobile{
	top:0%;
	left:0%;
	text-align:center;
	position:absolute;
	display:none;
}

#mobileStart{
	width:100%;
	height:100%;
	display: flex;
    justify-content: center;
    align-items: center;
}

#mobileStartIphoneContainer{
	display:none;
}

.fa-angle-down{
	background: transparent;
	font-size: 100px;
}

#mobileEstatLogo{
	height:70px;
}

#sdgMobileStartImg{
	height:500px;
}

#mobileGoalsImage{
	height:250px;
}

#mobileDescriptionImage{
	margin-top:-2%;
	position: relative;
    left: 3%;
}

.goal-text-mob{
	font-size:20px;
	position: relative;
    left: 0;
    margin: 0;
}

.mob-start-icon{
	background: rgba(0, 121, 135, 1.0);
    border-radius: 100%;
    color: #fff;
	display: inline-block;
	width: 58px;
    height: 58px;
    margin: auto 5px;
    font-size: 50px;
    text-align: center;
	position:relative;
}

.fa-play{
	background: rgba(0, 31, 64, 1.0);
	font-size: 58px;
	padding-left:2%;
}

.fa-start-mob{
	background: transparent;
	color:#000;
	border: 3px solid #000;
}

.mobile-start-container{
	display: flex;
    justify-content: center;
    align-items: center;
	height: 100%;
}

#startContainer{
	position: relative;
    top: -27%;
}

#mobileStartIconContainer {
    position: absolute;
    bottom: 37%;
}

.mobile-select-btn{
	top:0%;
	background: rgba(255,255,255, 1.0);
	height: 35px;
	text-align: left;
	font-size: 20px;
	position:relative;
	border-radius: 25px 25px 25px 25px;
	width: 520px;
}

.mobile-countries, .goals-menu{
	width: 520px;
}

.mobile-background{
	background-image: url("../img/svg/mobile_background.svg");
	background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	opacity: 1.0;

}

#mobileGoalDescription{
	position: absolute;
    left: 0;
    top: 20%;
    right: 0;
    bottom: 0;
    text-align: justify;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
	
}

#mobileStartIndicatorArrow{
	position:absolute;
	display:block;
	height:fit-content;
	width:fit-content;
	bottom:8%;
	left:0;
	right:0;
	margin:auto;
	color:#fff;
}

#slideIndicator{
	position: relative;
}

.indicator-image-mob {
    margin-left: 20px;
    float: left !important;
}

.indicator-title-mob{
	width: 70%;
    position: absolute;
    left: 27.5%;
	top: -7%;
}

.indicator-desc-mob{
	width: 70%;
    float: right;
    margin-top: -13%;
}

.indicator-info-mob {
	position:absolute;
    right: 10%;
}

.ind-info-icon{
	color:rgba(255,255,255, 1.0);
	background:rgba(90, 97, 118, 1.0);
}

.caret-up-mob{
    position: absolute !important;
    right: -100%;
    bottom: 23%;
}

.caret-down-mob{
    position: absolute !important;
    bottom: 29%;
	left: -200%;
}

.caret-up-mob:after{
	bottom: 0 !important;
    left: 0 !important;
}

.caret-down-mob:after{
	left:0 !important;
}

#mobileStartIndArrowTxt{
	display:block;
	font-size:20px;
}

#mobileStartContainer{
	z-index:1000;
}

#mobileBufferContainer{
	top: 0%;
	z-index:2;
	display:none;
}

#mobileDescriptionContainer{
	top: -100%;
	display:none;
	position:absolute;
	z-index:3;
}
#mobileSelectContainer{
	display:none;
	height: 100%;
	width:100%;
}

#mobCountryContainer{
	position: absolute;
    display: block;
    z-index: 1;
    display: flex;
    justify-content: center;
    width: 100%;
	top:14%;
}

#mobileGoalsContainer{
	position: absolute;
    display: block;
    z-index: 0;
    display: flex;
    justify-content: center;
    width: 100%;
	top:14%;
}

.nav-tabs-mob{
	display:inline !important;
	position: absolute;
    bottom: -4%;
	width: 85%;
    left: 7.6%;
}

#sideNavLft, #sideNavRgt{
    width: 60px;
    height: 100%;
    position: absolute;
    z-index: 104;
	top:0;
}

#sideNavLft{
    left: 0;
}

#sideNavRgt{
    right: 0;
}

#sideNavLftCaret, #sideNavRgtCaret{
	height:54px;
	background:transparent;
	display: inline-block;
	z-index:0;
}

#sideNavLftCaret:after {
    content: "";
    position: absolute;
	transform: translateY(-50%);
    top: 44%;
    right: 30%;
	width:10px;
	z-index:104;
    margin-right: 0px;
    border-width: 30px;
    border-style: solid;
	border-color: transparent white transparent transparent;
}

#sideNavRgtCaret:after {
    content: "";
    position: absolute;
	transform: translateY(-50%);
    top: 44%;
    left: 30%;
	width:10px;
	z-index:104;
    margin-left: 0px;
    border-width: 30px;
    border-style: solid;
    border-color: transparent transparent transparent white;
}

#sideMenu, #mobLineCntryMenu{
    width: 60px;
    position: absolute;
    top: 4%;
	z-index:104;
	text-align:center;
}

#mobileLineChartBtns{
	top: 2%;
    left: 1%;
	width:20%;
	z-index:10;
	position:absolute;
	display:none;
}

.main-menu, .medi-menu{
    width: 100%;
	position: absolute;
	left: 0;
}

.vis-menu{
    width: 100%;
    height: 15%;
	position: absolute;
	left: 0;
    top: -25%;
	z-index:101;
}

#mainMenu{
	z-index:103;
}

#mediMenu{
    height: 10.5%;
    bottom: -10.5%;
	text-align:center;
	z-index:104;
}

#tabsMenu{
    width: 60px;
    position: absolute;
	z-index:104;
    top: 4%;
}

#moreMenu{
    width: 60px;
	height: 60px;
	position: absolute;
	bottom: 14%;
    text-align: center;
}


#mediaBtn{
    width: 60px;
	position: absolute;
    bottom: 29%;
    text-align: center;
}

.fa-bars, .fa-ellipsis-v, .fa-bar-chart-o, .fa-share-alt{
    padding: 5px;
    font-size: 48px;
    position: absolute;
    color: rgba(255,255,255, 1.0);
    display: inline-block;
    cursor: pointer;
}

.fa-ellipsis-h{
    padding: 5px;
    font-size: 48px;
    position: absolute;
    color: rgba(90, 97, 118, 1.0);
    display: inline-block;
	border:none;
    cursor: pointer;
}

.menu-bars, .more-bars, .tab-bars, .media-share{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.cntry-menu-bars{
	font-size: 38px;
	color: rgba(90, 97, 118, 1.0);
	margin:2%;
	position: relative;
}

.mobile-act-modal{
	position: relative;
	top: 50%;
	display:none;
	transform: translateY(-50%);
}

.tab-bars{
    font-size: 40px;
	margin:3px;
}

.menu-bars, .more-bars{
    margin:4px;
}

.media-share{
    margin:auto;
}

#breadCrm{
	top:4.5%;
	left:6%;
	display:block;
	height:fit-content;
	position:absolute;
	z-index:100;
	width:100%;
}

.breadcrumb-mob{
	color:#5a6176;
	font-size: 20px;
	display:inline;
	margin-left: 8px;
	font-weight: bold;
}

#estatDetailsIconMob{
    position: absolute;
	right: 100%;
    bottom: -0.5%;
}

#estatDetailsIconMob img{
	height: 60px;
}

#generalInfoMob {
    position: absolute;
    left: 200%;
    bottom: 12%;
}

#mobileLegendTray{
    top: 0%;
	right:-10%;
	width:10%;
	height:100%;
	position: absolute;
	background: rgba(0,0,0, 0.1);
	border-left: 1px solid rgba(0,0,0, 0.1);
	text-align:center;
}

.line-chart-legend-mob{
    top: 8%;
    padding: 0;
	position: relative;
	margin-left: 25%;
}

.fullscreen-mob{
	display: inline;
	position: absolute;
	top: 5%;
	right: 1%;
	z-index:1;
}

.gen-info-mob{
	color:rgba(255,255,255, 1.0);
}

#generalInfoIcon, #mobileStartInfoIcon{
	color:rgba(255,255,255, 1.0);
	background:rgba(178, 84, 37, 1.0);
}

#generalHelpIcon, #mobileStartHelpIcon{
	color:rgba(255,255,255, 1.0);
	background:rgba(189, 18, 118, 1.0);
}

.charts-mobile{
    top: 0.5%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	position: absolute;
}

.mobile-height{
	height: 75% !important;
}

.indicators-mobile{
	margin:auto;
	position:absolute;
	top:0%;
	bottom:0%;
	left:0%;
	right:0%;
	width:90% !important;
	height:44% !important;
}

.ind-info-mob{
	position: absolute !important;
    right: 6.5%;
    top: 0;
}

.ind-container-mob{
	height:100% !important;
	width:100% !important;
	z-index:100;
	background:#fff;
}

.slide-indicator-mob{
	left:-1% !important;
	top: -20%;
	width: 100%;
    text-align: center;
}


.slide-ind-mob{
	height: 12px;
    width: 25px;
	margin:0.3%;
	display:inline-block;
}

.datalink-mobile{
	width: 100%;
    position: absolute;
    bottom: 2.5%;
	z-index: 99;
    left: 0;
}

.media-btns-mobile{
	margin-top: 0%;
	position: relative;
    width: 190px;
    height: 38px;
}

.media-btns-mobile ul{
	top: 50%;
	left: -8%;
	position: absolute;
    transform: translateY(-50%);
}

.media-btns-mobile ul li{
	display:inline !important;
}

.mob-icon-divider{
	height: 8px;
    width: 8px;
    background: rgba(90, 97, 118, 1.0);
    margin: 10px;
    position: relative;
    border-radius: 100%;
	display:none;
}

.fs-restore-btn-mob{
	top: 5% !important;
	right: 2% !important;
	position:absolute;
}

.mob-guess:not(:root) {
    overflow: visible;
}

.mob-graph-err-container {
    top: -30%;
    left: -5%;
    z-index: 10;
    height: 135%;
}

.install-hidden {
	display: none !important;
}

.mob-banner-item-align-left{
	float: none;
}

#installScreen {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background:#fff;
}

#installContainer {
	position: absolute;
	top: -6em;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	display: flex;
	justify-content: center;
	width: 60%;
	height: 70%;
	background:#fff;
	border:1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: -3px 2px 28px 1px rgba(0,0,0,0.13);
	-moz-box-shadow: -3px 2px 28px 1px rgba(0,0,0,0.13);
	box-shadow: -3px 2px 28px 1px rgba(0,0,0,0.13);
	border-radius:1em;
	max-width:380px;
	max-height:250px;

}

#sdgInstallImg{
	height:80px;
}

#installGuide {
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width: 80%;
	height: 80%;
	text-align:center;
}

#installGuide button {
	position: absolute;
	background: rgba(4, 74, 163, 0.9);
	border: 1px solid white;
	color: #fff;
	font-size: 1em;
	border-radius:0.3em;
	display: inline-block;
    right: 0;
    left: 0;
    height: 2.5em;
    width: 10em;
	bottom: 1em;
	margin:auto;
}

.install-text-bold{
	color: rgba(4, 74, 163, 0.9);
	font-size: 1em;
	font-weight:bold;
	margin-top: 1.2em;
	line-height: 0.2em;
}

.pwa-install{
	position: absolute;
	height: 2.5em;
	width:100%;
	background:rgba(4, 74, 163, 0.9);
	text-align:center;
	bottom: 2.5em;
}

.pwa-install-guide{
	position: absolute;
    transform: translateY(-50%);
    top: 50%;
	width: inherit;
}

.pwa-install-guide span{
	color:#fff;
}

.pwa-install-guide-icon{
	height: 29px;
	width:29px;
	border-radius:0.3em;
	display:inline-block;
}

#noInstall{
	position: absolute;
	color: rgba(4, 74, 163, 0.9);
	font-size: 0.95em;
	left: 0;
    right: 0;
	bottom: -1em;
    width: 10em;
	margin:auto;
}