.facet-box {
	border-top:none;
	border-left:none;
	border-right:none;
}

.table.table-unruled>tbody>tr,
.table.table-unruled>tbody>tr>td,
.table.table-unruled>tbody>tr>th {
  border-top: 0 none transparent;
  border-bottom: 0 none transparent;
}

.carousel-thumbnails .carousel-indicators img {
    max-width: 150px;
    height: auto;
    overflow: hidden;
    display: block;
}


.carousel-thumbnails .carousel-indicators li {
    height: auto;
    max-width: 150px;
    width: 150px;
    border: none;
    box-shadow: 1px 3px 5px 0px 
    rgba(0,0,0,0.75);
}

.widget-yellow-dash .stat-icon i {
	font-size: 30px;
    border-width: 3px;
    border-style: solid;
    border-radius: 100px;
    padding: 15px;
    font-weight: 900;
    display: inline-block;
}

.widget-yellow-dash .stat-content {
	margin-top: 7px;
}

.widget-yellow-dash .stat-text {
	font-weight: bold;
	font-size: 16px;
    color: #333333;
}

.widget-yellow-dash .stat-digit {
	font-size: 28px;
    color: #2F4F4F;
}

.dib {
	display:inline-block;
}

.bg-green {
	background-color: #e9efe1;
}

.bg-blue {
	background-color: #20a8d8;
}

.disabled-text {
	color:#CCCCCC;
}

.disabled-border {
	border-color:#CCCCCC;
}

