.pagination > li > a
{
	background-color: white;
	color: #253441;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
	color: #5a5a5a;
	background-color: #eee;
	border-color: #ddd;
}

.pagination > .active > a
{
	color: white;
	background-color: #fbba00 !Important;
	border-color: #ddd !important;
}

.pagination > .active > a:hover
{
	background-color: #fbba00 !Important;
}

.dkr-card{
	border-radius: 0;
	border-left:6px solid #fbba00;

}


.dkr-card .card-title{
	margin-top:0;
	font-size: 1.25rem;
}

.dkr-card .btn-secondary{
	border-radius:0
}

#filter_results h4{
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 400;
	text-transform: none;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
	background-color:#6c757d;
	border-color: #6c757d;
}

.custom-checkbox .custom-control-input:focus~.custom-control-label::before{
	box-shadow: none;
}

.dkr-filter-menu{
	background-color:#e9f0f0;
	padding-top: 20px
}

.dkr-tiles .dkr-card .card-body .card-text{
	max-height: 120px;
	overflow: hidden;
}
