html {
	overflow-y: scroll;
}

body {
	padding-top: 95px;
	font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
}

a:active, a:focus {
  outline: none;
}

ul.nav li.nrOfRecords {
	color: #999999;
	padding: 15px;
}

#loader {
	position: absolute;
	top: 35%;
	left: 46%;
	display: none;
}

.portfolio-item {
	margin-bottom: 25px;
}

.portfolio-item img {
	margin: 0 auto;
}

.portfolio-item h3, .portfolio-item > p {
	text-align: center;
	color: #777;
}

.portfolio-item h3 {
	margin-top: 12px;
	margin-bottom: 3px;
	font-size: 18px;
}

.portfolio-item h3 {
	color: #3d3d3d;
}

.img-responsive {
	max-height: 230px;
}

#resultTable a {
	color: #333;
}

.media-object {
	max-width: 100px;
}

.media-heading a {
	color: #3d3d3d;
}

hr {
	margin: 12px 0 12px 0;
}

.navbar .divider-vertical {
	height: 50px;
	margin: 0 9px;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #f2f2f2;
}

.navbar-inverse .divider-vertical {
	border-right-color: #222222;
	border-left-color: #111111;
}

.divider-right {
	display: none !important;
}

.strong {
	font-weight: bold !important;
}

.jumbotron {
	padding: 0px 20px 20px 20px !important;
	background-color: #f8f8f8;
}

.jumbotron .portfolio-item {
	margin-bottom: 7px;
}

.jumbotron h1 {
	padding-left: 22px;
	padding-bottom: 20px;
}

.jumbotron p {
	font-size: 14px !important;
	margin-bottom: 0 !important;
}

/* ------ Styling for the expanding info-box ------ */
.expandBoxGrid {
	background-color: #f8f8f8;
	border-radius: 10px;
	padding: 4px 17px 17px;
	margin-bottom: 35px;
	position: relative;
}

.expandList {
	margin-bottom: 0;
	margin-top: 15px;
}

.expandBoxGrid span.glyphicon {
	display: block;
  text-align: center;
	font-size: 1.8em;
	cursor: pointer;
	margin-bottom: 5px;
}

.expandBoxGrid ul.info-list {
	list-style: none;
	padding-left: 0;
}

.expandBoxGrid .ui-link img {
	max-height: 25px;
	padding-top: 5px;
}

.expandBoxGrid .ui-link img:first {
	margin-right: 5px;
}

.list-header {
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	.jumbotron {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.navbar-collapse .nav > .divider-vertical {
    height: 2px;
		border-right: 0;
		border-left: 0;
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #f2f2f2;
  }
	
	.navbar-form {
		margin: 8px -15px;
		padding: 0px 15px;
		border: 0;
	}
	
	.divider-right {
		display: block;
	}
	
	#loader {
		width: 25px;
		height: 25px;
  }
}

@media screen and (max-width: 700px) {
	#loader {
		width: 25px;
		height: 25px;
  }
	
	.media-object {
		max-width: 80px;
	}
	
	hr {
		margin: 10px 0 10px 0;
	}
}