.searchbox, .searchbox:focus{
	background-color: rgb(137, 161, 212);
	border: none;
}
.c-card-footer {
	background-color: rgb(137, 161, 212);
}
.login-portal a:hover {
    background-color: rgb(53, 87, 168)!important;
	color: #fff!important;
}

.filter-box {
	background-color: rgb(227, 233, 245);
}

#form_filter label, h1 {
	color: rgb(53, 87, 168)
}

.c-card-footer:hover {
    background-color: rgb(73 99 155)!important;
	color: #fff!important;
}

.login-portal a:last-child {
    color: rgb(53, 87, 168);
}

.bgray, body>footer {
	background-color: #FFF!important;
	color: rgb(53, 87, 168)!important;
}

.show-div-main {
    background-color: rgb(137, 161, 212);
    padding: 15px 15px 15px;
    color: #fff;
}

.title-transparent-box { color: #000;}
.custom-btn, .show-d, .date-wrapper .bottom, .custom-btn:hover { background-color: #5d8647!important; }
.pagination li.active a, .pagination li.active a:hover, .pagination li a:hover { background-color: #5d8647; color: #fff; }
.pagination li a {
	background-color: rgb(137, 161, 212);
	border: none;
	cursor: pointer;
}

.pagination>li>a {
	color: #fff;
}

#form_filter #clear-filters {
	background-color: rgb(156 177 221);
	color: rgb(53, 87, 168);
}
