.bids {
	background: #fff;
}


/* .bids {
	width: 100%;
	margin: 20px 0;
}

.bids th {
	background: #3977ad;
	color: #fff;
	padding: 5px;
	text-align: right;
}

.bids td {
	padding: 5px;
	border-bottom: 1px solid #cdcdcd;
}

.noResults {
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	padding: 20px 0;
	margin: 20px 0;
	text-align: center;
}

.back-btn {
	display: inline-block;
	margin-top: 25px;
} */

.bid-detailed-tr td {
	padding: 0;
}

.bid-detailed {
	background: #fff;
	padding: 1.5rem;
}

.bid-toggle:before {
	content: '\f196';
	font-family: 'FontAwesome';
	margin-left: 5px;
}

tr.opened td .bid-toggle:before {
	content: '\f147';
}

tr.opened td {
	background: #05875f;
	color: #fff;
	border-top: 1px solid #05875f;
}

tr.opened td:first-child {
	border-right: 1px solid #05875f;
}

tr.opened td:last-child {
	border-left: 1px solid #05875f;
}

tr.opened td a {
	color: inherit !important;
}

tr.opened td a.text-danger {
	color: inherit !important;
}

tr.opened+tr td {
	border-right: 1px solid #05875f;
	border-left: 1px solid #05875f;
	border-bottom: 1px solid #05875f;
}

.back-btn {
	display: inline-block;
	margin-top: 25px;
}


.info-rows .row {
	margin-bottom: 5px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}

.info-rows .row:first-child {
	margin-top: 5px;
	border-top: 1px solid #ddd;
	padding-top: 5px;
}






.table thead th {
	background: #c4df99;
	color: #000;
}

@-webkit-keyframes AnimationName {
	0% {
		background-position: 0% 97%
	}

	50% {
		background-position: 100% 4%
	}

	100% {
		background-position: 0% 97%
	}
}

@-moz-keyframes AnimationName {
	0% {
		background-position: 0% 97%
	}

	50% {
		background-position: 100% 4%
	}

	100% {
		background-position: 0% 97%
	}
}

@keyframes AnimationName {
	0% {
		background-position: 0% 97%
	}

	50% {
		background-position: 100% 4%
	}

	100% {
		background-position: 0% 97%
	}
}



.bids-category-title {
	background: #05875f;
    color: white;
    padding: 0.75rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    border-radius: 2rem;
	cursor: pointer;
}

.bids-category-title .fa:before {
	content: "\f055";
}

.active .bids-category-title .fa:before {
	content: "\f056";
}

.active .bids-category-title + div {
	border-radius: 0 0 2rem 2rem;
	padding: 1.5rem;
	margin-bottom: 1rem;
	margin-top: -1rem;
	background: #f1f1f1;
	border: 1px solid #05875f;
}
.active .bids-category-title {
	
	border-radius: 2rem 2rem 0 0;
	
}

.bids-archive .badge-danger {
    display: none;
}