/* main */
#wrapper {
	padding: 1em;
}


/* header */
.header_block {
	flex-direction: row;
}
.header_text {
	margin-right: 125px;
}
.logo_greenpeace {
	width: 180px;
	height: 35px;
	background: url(images/gp-logo.svg) no-repeat;
	background-size: 180px;
	background-position: bottom;
	margin-right: 15px;
}
.lang_switcher {
	right: 0;
	position: absolute;
	padding: 1em;
}
.dropdown.bootstrap-select {
	border: 1px solid grey;
}
.dropdown-menu {
	right: -10px; /* ??????????????????? */
}


/* control form */
.form-group {
	padding-right: 2em;
	display: inline-block;
}
#region_input {
	max-width: 100%;
}

select:disabled {
	color: #ccc;
}
.card-body p {
	font-size: .9em;
}
.australia_states {
	display: none;
}
.brazil_biomes {
	display: none;
}
.russia_regions {
	display: none;
}


/* chart */
.chart_wrapper {
	max-width: 100%;
	flex: 100%;
}


/* loader */
#loader_block {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1000;
}
.loader_text {
	color: white;
	left: 50%;
	top: 50%;
	position: absolute;
	transform: translate(-50%,-50%);
	font-size: 1.3em;
	text-align: center;
}
.loader_text_main {
	font-size: 2em;
}

.btn-download-block {
	display: inline-flex;
}
.btn-download, .btn-download-csv {
	display: none;
	width: 200px;
	margin: 5px;
}




/* custom styles */
.mb-4, .my-4 {
	margin-bottom: .5rem!important;
}


/* mobile */
@media only screen and (max-width: 768px) {
	#region_input {
		width: 100%;
	}
	
	/* margins and paddings */
	.col-lg-6, .col-xl-11 {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.mb-4, .my-4 {
		margin-bottom: 5px !important;
	}
	
	/* header */
	.logo_greenpeace {
		display: none;
	}
	.tr_header {
		font-size: 1.2em;
	}
}