
body {
	margin-top: 100px;
}

#layout {
	position: relative;
}

#mainView {
	min-height: 100%;
	padding-bottom: 80px;
}

#mainMenu a.router-link-active {
	font-weight: bold;
	text-decoration: underline;
}

#footer {
	height: 60px;
  line-height: 60px;
	width: 100%;
  position: absolute;
	bottom: 0;
	overflow: hidden;
}

.box-shadow {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.data-picker-list-group {
  max-height: 75%;
  margin-top: 0;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.image-picker-list-group {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
}

.image-picker-list-group img {
	display: inline;
	float: none;
	cursor: pointer;
}

.image-picker-list-group img.active {
	background-color: #18BC9C;
}
