.shipment_profile_header_block.green {
	background-color: #2ca01c;
}
.shipment_profile_header_block.blue {
	background-color: #18375e;
}
.shipment_profile_header_block.red {
	background-color: #b20023;
}

.shipment_profile_header_block.hoverable:hover {
	opacity: 0.5;
}

.label-margins > div {
	margin-right: 20px;
}

.button-margins > button {
	margin-right: 10px;
}

.modal-bottom-margin > div {
	margin-bottom: 5px;
}

.shipment_profile_header_block {
	display: inline-block;
	text-align: center;
	color: #ffffff;
	background-color: #18375e;
	padding: 4px 10px 5px 10px;
	font-size: 13px;
	height: 28px;
}

.shipment_profile_header_block_text {
	display: inline-block;
	padding: 4px 10px 5px 10px;
	font-size: 13px;
	height: 28px;
}

#shipment_profile_header_block_savings {
	background-color: #2ca01c;
	font-weight: bolder;
	position: relative;
}
#shipment_profile_header_block_savings > table {
	display: none;
	position: absolute;
	top: 28px;
	left: 0px;
	z-index: 50;
	background-color: #2ca01c;
	color: white;
	width: 100%;
}
#shipment_profile_header_block_savings > table tr {
	width: 100%;
}
#shipment_profile_header_block_savings > table td {
	padding: 2px;
	width: 70%;
	text-align: right;
}
#shipment_profile_header_block_savings > table td + td {
	width: 30%;
	text-align: left;
}
#shipment_profile_header_block_savings:hover > table {
	display: table;
}

#shipment_title_bar {
	cursor: pointer;
}
#shipment_title_bar .caption {
	text-overflow: ellipsis;
	font-size: medium;
	width: 100%;
}
#shipment_title_bar .caption i {
	font-size: 20px;
	margin-top: 3px;
}
#shipment_title_bar .caption span + span {
	padding-left: 2em;
}

#provider_image_shipment_profile {
	height: 28px;
	width: auto;
	margin-left: 1px;
	margin-top: -2px;
	border: 1px solid black;
}

#provider_image_my_shipments_small {
	height: 22px;
	width: auto;
	margin-top: -2px;
}

#provider_image_my_shipments_large {
	height: 30px;
	width: auto;
	/*margin-left: 1px;*/
	/*margin-top: -2px;*/
	border: 1px solid black;
}

.shipment_profile_tracking_event_with_color {
	white-space: normal;
	color: attr(data-color);
}
