body {
	padding: 0;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}

body.waiting,
body.waiting a:hover,
body.waiting * {
	cursor: wait !important;
}

.arrow {
	display: inline;
	font-size: 9;
	color: #a1a1a1;
}

@media (min-width: 768px) {
	.taxa_explorer_row {
		flex-direction: column !important;
	}

	.projects_explorer_row {
		flex-direction: column !important;
	}
}

@media (max-width: 769px) {

	.taxa_env_bar,
	.env_bar_container,
	.sg_env_bar_container .sample_taxa_count_position {
		position: unset !important;
	}

	.landing_box .row {
		flex-direction: column !important;
    align-items: center;
	}

	.landing_center_text {
		font-size: inherit !important;
	}

	.env_detailed_col {
		width: unset !important;
	}

	.sample_detailed_col {
		width: unset !important;
	}

	.taxa_detailed_col {
		width: unset !important;
	}

	.world_map {
		width: 100% !important;
	}
}

@media (max-width: 426px) {
	.base_section .row {
		flex-direction: column !important;
		padding-bottom: 5px !important;
	}

	.base_section .title_td {
		text-align: left !important;
	}

	#taxon_samples_table_control section,
	#taxon_taxa_table_control section,
	#taxa_table_control section,
	#samples_table_control section,
	.default_header_control_container section {
		display: inline-block;
	}

	.mapseq_table {
		font-size: 10px;
	}
}

#modalContainer {
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	width: 100%;
	/*   height:100%; */
	left: 0px;
	z-index: 10000;
}

#alertBox {
	position: relative;
	width: 33%;
	min-height: 100px;
	margin-top: 50px;
	border: 1px solid #fff;
	background-color: #fff;
	background-repeat: no-repeat;
	top: 30%;
}

#modalContainer>#alertBox {
	position: fixed;
}

#alertBox h1 {
	margin: 0;
	font: bold 1em Raleway, arial;
	background-color: #f97352;
	color: #FFF;
	border-bottom: 1px solid #f97352;
	padding: 10px 0 10px 5px;
}

#alertBox p {
	padding-left: 5px;
	padding-top: 30px;
	text-align: center;
	vertical-align: middle;
}

#alertBox #closeBtn {
	display: block;
	position: relative;
	margin: 10px auto 10px auto;
	padding: 7px;
	border: 0 none;
	width: 70px;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
	background-color: #f97352;
	border-radius: 0px;
	text-decoration: none;
	outline: 0 !important;
}

/* The close button */
.closebtn {
	margin-left: 15px;
	color: white;
	font-weight: bold;
	float: right;
	font-size: 22px;
	line-height: 20px;
	cursor: pointer;
	transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
	color: black;
}

#download_filename {
	width: 60%;
}

#downloadBox {
	position: relative;
	width: 33%;
	min-height: 100px;
	margin-top: 50px;
	border: 1px solid #fff;
	background-color: #fff;
	background-repeat: no-repeat;
	top: 30%;
}

#modalContainer>#downloadBox {
	position: fixed;
}

#downloadBox h1 {
	margin: 0;
	font: bold 1em Raleway, arial;
	background-color: #cc5555;
	color: #FFF;
	border-bottom: 1px solid #cc5555;
	padding: 10px 0 10px 5px;
}

#downloadBox p {
	padding-left: 5px;
	padding-top: 30px;
	text-align: center;
	vertical-align: middle;
}

.btnClose {
	display: block;
	position: relative;
	float: right;
	padding: 7px;
	border: 0 none;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
	background-color: #cc5555;
	border-radius: 0px;
	text-decoration: none;
	outline: 0 !important;
	line-height: 20px;
	cursor: pointer;
	transition: 0.3s;
}

.btnClose:hover {
	color: #cc5555;
	background-color: #FFF;
}

.btnDownload {
	display: block;
	position: relative;
	margin: 10px auto 10px auto;
	padding: 7px;
	border: 0 none;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
	background-color: #cc5555;
	border-radius: 0px;
	text-decoration: none;
	outline: 0 !important;
	line-height: 20px;
	cursor: pointer;
	transition: 0.3s;
}

.btnDownload:hover {
	color: #cc5555;
	background-color: #FFF;
}

.btnDownload.disabled {
	color: #ffffff;
	background-color: #999999;
	pointer-events: none;
}

.btnMainDownload {
	background-color: #f1f1f1;
	border-radius: 5px;
	transition: all 0.3s ease 0s;
	text-align: center;
	user-select: none;
	cursor: pointer;
	display: inline;
	border: solid 1px;
	padding: 2px;
}

.btnMainDownload:hover {
	color: white;
	background-color: darkgrey;
}

.btnMainDownload:disabled {
	pointer-events: none;
}

@media (max-width: 600px) {
	#alertBox {
		position: relative;
		width: 90%;
		top: 30%;
	}

	#downloadBox {
		position: relative;
		width: 90%;
		top: 30%;
	}
}

.line_divider {
	border-top: solid 1px #f1f1f1;
	margin-left: 10px;
	margin-right: 10px;
}
