/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
.valorpay-tracker-status {
	display: inline-flex;
	line-height: 2.5em;
	color: #777;
	background: #e5e5e5;
	border-radius: 4px;
	border-bottom: 1px solid rgba(0,0,0,.05);
	margin: -0.25em 0;
	cursor: inherit!important;
	white-space: nowrap;
	max-width: 100%;
}
.valorpay-tracker-status>span {
	margin: 0 1em;
	overflow: hidden;
	text-overflow: ellipsis;
}
.valorpay-tracker-status.tracker-blocked {
	background: #eba3a3;
	color: #761919;
}
