﻿#OfferteCollapsePanelBtn {
	display: block;
	position: relative;
}

#OfferteCollapsePanelBtn:after {
	content: "\f078"; /* fa-chevron-down */
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	right: 0;
	top: 30%;
	padding-right: 10px;
	color: #007bff;
}

#OfferteCollapsePanelBtn[aria-expanded="true"]:after {
	content: "\f077"; /* fa-chevron-up */
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	right: 0;
	top: 30%;
	padding-right: 10px;
	color: #007bff;
}

	#OfferteCollapsePanelBtn[aria-expanded="true"] h5, OfferteCollapsePanelBtn:hover {
		color: #fff;
	}

@media screen and (min-width: 1200px) {
	.inbox_people {
		height: calc(100vh - 62px);
		overflow-y: auto;
	}
}

.show-grid [class^=col-] {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #ddd;
	border: 1px solid rgba(86,61,124,.2);
	list-style: none;
}

.glyphicon {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 35px;
}

.inactive {
	color: #ccc;
	background-color: #fafafa;
}
.processstep h5, .processstep h6
{
	color: black;
}
.processstep.disabled,
.processstep.disabled h5,
.processstep.disabled h6 {
	color: lightgray;
}
a:hover,
a:hover h5,
a:hover h6{
	color: #0056b3 !important;
}