[class^="icon-"],
[class*=" icon-"] {
  background-image: url("/Images/lib/glyphicons-halflings.png");
  cursor: pointer;
}


.breadcrumb > .active {
	color: #ea2f10;
	font-weight: bold;
}

.input-span1 {
	width: 85px !important;
	margin-left: 0 !important;
}

body {
	background-color: whitesmoke;
}

#container-main {
	border: 1px solid #b9b9b9;
	background-color: white;
	min-height: 550px;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}

div.niche-layout div.panel-heading {
	/*padding: 5px;*/
	font-size: 12px;
}

@media (min-width: 992px) {
}

div.panel-heading a {
	color: white;
	display: block;

}

div.panel-heading a:hover {
	color: #dddddd;
	text-decoration: none;
}

ul.niche-layout {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.niche-layout li {
	display: inline;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
ul.niche-layout.vFour li {
	width: 25%;
}
ul.niche-layout.vFive li {
	width: 20%;
}
ul.niche-layout.vSix li {
	width: 16.67%;
}
ul.niche-layout.vSeven li {
	width: 14.28%;
}
ul.niche-layout.vEight li {
	width: 12.5%;
}

.niche-divider{
 border-right: thick solid #ea2f10;
}
