html,
body,
.wrapper,
section,
#map-container,
#map {
	padding: 0;
	margin: 0;
	height: 100%;
}
body {
	overflow-x: hidden;
}
section {
	float: left;
	width: 100%;
}
h2 {
	font-size: 20px;
	font-weight: bold;
}
#map-container {
	width: 61.8%;
	float: left;
	position: relative;
}
#map-container.mini {
	width: 100%;
}
.sidebar {
	width: 38.2%;
	float: left;
	padding: 10px;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}
#map-container.mini + .sidebar {
	width: 0;
	padding: 10px 0;
}
.usr-container {
	list-style: none;
	padding: 0;
}
input[type="checkbox"].usr-link {
	margin: 0 10px 0 0;
	vertical-align: middle;
}
.msg {
	display: none;
}
.sp-replacer {
	/*margin-top: 10px;*/
}
.loc-link {
	color: #008800;
}
.loc-link + i {
	color: #0080f0;
	cursor: pointer;
}
.color-ref {
	display: inline-block;
	height: 10px;
	width: 10px;
	margin-left: 10px;
}
#overlayAlert {
	position: fixed;
	top: 20px;
	left: 35%;
	right: 35%;
	z-index: 1;
	display: none;
}
#totalResponse {
	line-height: 26px;
}
#recomUser {
	font-size: 24px;
}
#recomUser span {
	font-size: 14px;
}
.sidebar > .tabs-container {
	height: 100%;
}
.tab-content {
	padding: 20px;
	height: calc(100% - 81px);
	overflow-y: scroll;
	overflow-x: hidden;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.minimize-panel {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 8px;
	background: white;
	cursor: pointer;
}
.import-res {
	font-size: 24px;
	text-align: center;
}
.import-res.anim {
	animation: plswait 1s linear infinite;
}

@keyframes plswait {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
