

.alert {
	padding: 10px;	
}

.btn-group-xs {
	margin: 15px 0;
}

.sidebar {
	z-index: 1000;
	display: block;
	padding: 0;
	background-color: #f5f5f5;
	border-right: 1px solid #eee;
}

.form-inline + .form-inline,
.form-inline + .alert {
	margin-top: 15px;
}

/*.link_back::before {
	font-family: "FontAwesome";
	display: inline-block;
	content: '\f0a8';
	padding: 5px;
}*/

.nav-sidebar > .active > a, 
.nav-sidebar > .active:hover > a, 
.nav-sidebar > .active:focus > a {
	font-weight: bold;
	color: #fff;
	background-color: #428bca;
}

div.category_tree,
div.resource_tree {
	border: 1px solid #999999;
	padding:4px;
	margin:0px;
	background: #eeeeee;
}

#category_tree td {
	padding: 0;
}

#context_menu {
	background-color: #FFF;
	border: 1px solid #999999;
	cursor: default;
	font-size: 14px;
	line-height: 18px;
	position: absolute;
	visibility: hidden;
	width: 265px;
	z-index: 100;
}

#context_menu .context_menu_highlight {
	background-color: #004F7F;
	color: #FFF;	
}

#context_menu hr {
	margin: 5px 0;
}

.skin0{
	position:absolute;
	width:265px;
	border:1px solid #999999;
	background-color:#ffffff;
	font-family:Verdana;
	line-height:18px;
	cursor:default;
	font-size:14px;
	z-index:100;
	visibility:hidden;
}

#locate {
	position: absolute;
	right: 20px;
	top: 15px;
	z-index: 999;
}

#mapid {
	height: 400px;
	position: relative;
}

#ui-datepicker-div {
	z-index: 9999 !important;
}

/* HIDE RADIO */
[type=radio] {
	position: absolute;
	opacity: 0;
	width: 130px;
	height: 100px;
}

/* IMAGE STYLES */
[type=radio] + img {
	cursor: pointer;
}

/* CHECKED STYLES */
[type=radio]:checked + img {
	outline: 4px solid #f00;
}

.popup_content {
	font-size: 16px;
}

.popup_img img {
	//float: left;
}

.tab_content_info,
.tab_content_location,
.tab_content_type,
.tab_content_upload {
	background: #fbfbfb;
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.popup_content .carousel-inner > .item > a > img,
.popup_content .carousel-inner > .item > img {
	max-width: 145px;
}

.error_div {
	font-size: 18px;
	padding: 20px;
}

.tab_content_location {
	overflow: hidden;
}

.jumbotron p.medium_text {
	font-size: 16px;
}

.btn_inset {
	box-shadow: inset 0 -0.6em 0 -0.35em rgba(0,0,0,0.17);
	-webkit-box-shadow: inset  0 -0.6em 0 -0.35em rgba(0,0,0,0.17);
	-moz-box-shadow: inset  0 -0.6em 0 -0.35em rgba(0,0,0,0.17);
}

.btn_add_moth {
	background-color: #4a773c;
	color: #fff !important;
}

.btn_add_moth:hover {
	background-color: #449d44;
	color: #fff;
}

.btn_nav {
	box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
	0px 2px 2px 0px rgba(0, 0, 0, 0.14),
	0px 1px 5px 0px rgba(0, 0, 0, 0.12) !important;
}

.btn_blue {
	border-color: #167598;
}

.btn_blue:hover {
	background: #167598;
	border-color: #167598;
	color: #fff;
}

#zvfe_map {
	height: 568px;
}

#legend{
	position: absolute;
	left: 5px;
	bottom: 5px;
	background: #dddd;
	padding: 10px 15px;
	z-index: 999;
}

#legend img {
	width: 30px;
}

.label_icon {
	font-size: 14px;
	font-weight: bold;
	width: 200px !important;
}

.logo_row {
	padding-bottom: 20px;
	padding-top: 20px;
}

.div_help {
	background-color: #fff;
	border: 1px solid #167598;
	border-radius: 6px;
	padding-bottom: 10px;
	padding-top: 5px;
}

.div_help a {
	color: #167598;
}

.div_help h3 {
	color: #167598;
	margin-top: 0;
}

.modal-header .close {
	margin-top: -25px;
	font-size: 28px;
}

.lbl_abundance {
	float: left;
	margin-right: 10px;
}

.dropzone-custom-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.dropzone-custom-title {
	margin-top: 0;
	color: #00b782;
}

.panel_admin_box {
	background: #337ab7;
	border-color: #337ab7;
}

.panel_admin_box a {
	color: #fff;
}

.season_switcher {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 999;
}

.season_list {
	display: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	padding: 15px;
}

.season_list li {
	font-size: 15px;
	margin-bottom: 10px;
}

.btn_season_switcher.active +.season_list {
	display: block;
}

@media screen and (max-width: 576px) {
	#zvfe_map {
		height: 350px;
	}

	#mapid {
		height: 300px;
	}

	.tab_content_title {
		font-size: 14px;
	}

	.btn_add_moth {
		margin-bottom: 15px;
	}

	.thank_wrapper p {
		font-size: 14px;
	}
}






