.trv-tracking-body
{
	width: 100%;
	margin-top: 40px;
}

.trv-tracking-body h3
{
	display: block;
}

.trv-tracking-info
{
	margin: 10px;
}

.trv-tracking-hr-timeline-step
{
	display: inline-block;
	text-align: center;
}

.trv-tracking-hr-timeline-step-icon
{
  height: 60px;
  width: 60px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding-top: 14px;
}

.trv-tracking-hr-timeline-step-icon-success
{
	background-color: #3aac5d;
	color: #fff; 
}

.trv-tracking-hr-timeline-step i
{
	font-size: 30px;

}

@media only screen and (min-device-width: 600px)
{
	.trv-tracking-hr-timeline-step-line:after
	{
		content: '';
		position: absolute;
		width:100%;
		height: 3px;
		background: #979797;
		top: 30px;
		left: -50%;
		z-index: -1;
	}

	.trv-tracking-hr-timeline-success:after
	{
		background: #3aac5d;
	}
}


.k-timeline .k-timeline__item .k-timeline__item-section .k-timeline__item-section-border .k-timeline__item-section-icon
{
	width: 5em;
	height: 5em;
}

.k-timeline .k-timeline__item .k-timeline__item-section .k-timeline__item-section-border .k-timeline__item-section-icon > i
{
	font-size: 2.5em;
}

.k-timeline__item-datetime
{
	font-size: 14px !important;
}

.k-timeline__item-text
{
	font-size: 16px !important;
}

.tracking-status-card .k-padding-50
{
	color: #fff;
}

.tracking-status-card-text
{
	font-size: 2em; font-weight: bold;
	
}

.tx-readonly-field
{
	background-color: none !important;
}

.tx-signature {
	cursor: pointer;
}