/* Custom Design  */


.alexander-logistic-date {
	width: 110px !important;
	background: url(./calendar_14.png) no-repeat scroll left center white
		!important;
	background-position: 4px 6px, center !important;
	padding-left: 22px !important;
}
.tooltip-link { 
	position: relative;
	display: inline-block;
}

.tooltip-text {
	visibility: hidden;
	width: 300px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: 125%; /* Position above the link */
	left: 50%;
	margin-left: -150px; /* Center the tooltip */
	opacity: 0;
	transition: opacity 0.3s;
}

.tooltip-link:hover .tooltip-text {
	visibility: visible;
	opacity: 1;
}


.dataview .align-right {
    text-align: right;
}
.dataview .align-center {
    text-align: center;
}
.dataview td {
	padding: 5px 10px !important;
}
