html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 75px;
}

html, body {
	overflow-x: hidden;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.no-gutter {
	padding-left: 0 !important; 
	padding-right: 0 !important;
}

#myProgressBar {
	display: none;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 60px;
	background-color: #f5f5f5;
}

.p-t-15 {
	padding-top: 15px;
}

.vanilla-list {
	list-style-type: none;
	padding: 0;
}

.vanilla-list li {
	list-style-type: none;
}