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

body {
	/* Margin bottom by footer height */
	margin-bottom: 60px;
	font: normal 14px/24px arial, serif;
}
.navbar-brand{
	padding:17px 15px;
}
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}
footer.well {
	margin-bottom:0;
}

/* index page number choices */
#boxDIDChoice .list-group {
	margin-bottom: 0;
	max-height:410px;
	overflow-y:auto;
	border: 0;
	border-radius:4px;
}
#boxDIDChoice .list-group.unfilled{
	height:410px;
	border: 1px solid #ecf0f1;
}
#boxDIDChoice .list-group-item {
	padding: 0 5px;
}
.list_box_loading{
	width:100%;
	height:235px;
	background:url('../images/loading.gif') no-repeat top center;
	background-size: contain;
}

/* index page header */
#page-jumbo{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../images/page-jumbo-background5.jpg');
}

#page-jumbo .page-header{
	color:white;
}
