.m-timeline-1--no-top .m-timeline-1__items .m-timeline-1__item.m-timeline-1__item--first {
	top: 0;
	margin-top: 3.5em;
}
.m-timeline-1__item--hasprev {
	margin-top: 3.5em;
}
.m-timeline-1 .m-timeline-1__items .m-timeline-1__item.m-timeline-1__item--darker .m-timeline-1__item-content {
	background-color: #e6e7eb;
}
.m-timeline-1 .m-timeline-1__items .m-timeline-1__item.m-timeline-1__item--darker .m-timeline-1__item-arrow {
	color: #e6e7eb;
}

textarea.m-input-lg {
	height: calc(6.375rem + 2px) !important;
}

.m-form .m-form__group.m-form__group--inline .m-form__row {
	display: table-row;
}

.filter-form .m-form__group--inline {
	width: calc(100% - 40px);
}
.filter-form .m-form__group--inline .m-form__label {
	display: table-cell;
	padding: 0 10px 10px 0;
	text-align: right;
	white-space: nowrap;
}
.filter-form .m-form__group--inline .m-form__control {
	display: table-cell;
	padding-bottom: 10px;
	width: 100%;
}
.gray-text-no-decoration, .gray-text-no-decoration:hover {
	text-decoration: none;
	color: #575962;
}