
.forfranchisees-box.green-box{background: linear-gradient(106deg,#1f8226,#00602c);
    color: #fff;
    padding: 60px 0;
    text-align: center!important;
    width: 100%;
    display: block;}
    .forfranchisees-box.green-box h3 {
    text-align: center;
}
.tracking-bg #txtAwbNumber {
    width: 71%;
    margin-right: 5px;
}
.date-month-box {background:#54a742; color:#fff; border-radius:20px; padding:2px 6px; margin:5px 0 10px}
.site-button.btn.primary-btn {
	background-color: #a0db2a;
	color: #00602c;
	padding: 8px 30px;
	border-radius: 0;
}

.forfranchisees-box2.green-box h3 {
	font-size: 1.45rem;
	margin-bottom: 10px;
}

.forfranchisees-box2.green-box .input-group-btn {
	margin-left: 10px !important
}  


.tracking-outer-box {
	margin:0 auto;
	width:74%
}
.tracking-outer-panel .shadow {
	box-shadow: 0 .0rem .1rem rgba(0,0,0,.15) !important;
}
.tracking-outer-panel .nav-pills-custom .nav-link {
	color: #aaa;
	border: 2px solid #ccc;
	position: relative;
}
.text-medium.big-font20 {
	color: #00602c;
	font-size: 25px; position:relative; top:2px
}
.title-awb label {
	margin-bottom: 0rem;
}

.tracking-outer-panel .nav-pills-custom .nav-link.active {
	color: #45b649;
	background: #fff;
}
.tracking-outer-panel .nav-pills .nav-link{text-align:center}
.tracking-outer-panel .nav-pills .nav-link.active{background-color: #fff; color:#00602c; border:2px solid #00602c}
.tracking-outer-panel .nav-pills-custom .nav-link.active:before{border-left: 10px solid #00602c;}

/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .tracking-outer-panel .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.tracking-outer-panel .nav-pills-custom .nav-link.active::before {
    opacity: 1;
}

.timeline {
	margin: 30px 0 40px 0;
	padding: 0;
	list-style: none;
	position: relative;
} 

/* The line */
	.timeline:before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		
		border: 2px dashed #ededed;
		left: 20%;
		margin-left: -19px;
	}

/* The date/time */
.timeline > li {
	position: relative;
}

.timeline > li .time-box {
	display: block;
	/*width: 27%;
	padding-right: 100px;
	position: absolute;*/
}

.timeline > li .time-box span {
	display: block;
	text-align:left;
	
}

.timeline > li .time-box span:first-child {
	font-size: 0.9em;
	color: #aaa;
}

.timeline > li .time-box span:last-child {
	font-size: 1.8em;
	color: #54a742;
}

.timeline > li:nth-child(odd) .time-box span:last-child {
	color: #54a742;
}

/* Right content */
	.timeline > li .time-label {
		margin: 0 0 25px 25%;
		background: #eef9ef;
		color: #000;
		padding: 1rem 1.1em;
		font-size: 0.9em;
		font-weight: 300;
		line-height: 1.5;
		position: relative;
		border-radius: 5px;
		border-left: 4px solid #00602c
	}
.timeline > li .time-label p {margin-bottom:0}
	.timeline > li:nth-child(odd) .time-label {
		background: #f7fbf7;
		border-left: 4px solid #00602c
	}
.shadow {
	box-shadow: 0 .2rem .5rem rgba(0,0,0,.15) !important;
}
.timeline > li .time-label h2 { 
	margin-top: 0px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}

/* The triangle */
.timeline > li .time-label:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #00602c;
	border-width: 14px;
	top: 11px;
}

.timeline > li:nth-child(odd) .time-label:after {
	border-right-color: #00602c;
}

/* The icons */
.timeline > li .circle-icon {
	width: 28px;
	height: 28px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1em;
	line-height: 28px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	color: #00602c;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 3px #00602c;
	text-align: center;
	left: 18.5%;
	top: 11px;
	margin: 0 0 0 -22px;
}
.tracking-outer-panel .rounded-top em {
	font-size: 40px;
	color: #54a742;
	top: 4px;
	padding-right: 10px;
	position: relative;
}


/* Example Media Queries */

@media screen and (max-width: 47.2em) {
	.timeline:before {
		display: none;
	}

	.timeline > li .time-box {
		width: 100%;
		position: relative;
		padding: 0 0 5px 0;
	}

	.timeline > li .time-box span {
		text-align: left;
	}

	.timeline > li .time-label {
		margin: 0 0 60px 0;
		padding: 1em;
		font-weight: 400;
		font-size: 95%;
		border-left: 0px solid #00602c;
		border-top: 3px solid #00602c;
	}
	.timeline > li:nth-child(odd) .time-label {
		background: #f7fbf7;
		border-left: 0px solid #00602c;
		border-top: 3px solid #00602c;
	}
	.timeline > li .time-label:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		border-bottom-color: #00602c;
		top: -28px;
	}

	.timeline > li:nth-child(odd) .time-label:after {
		border-right-color: transparent;
		border-bottom-color: #00602c;
	}

	.timeline > li .circle-icon {
		position: relative;
		float: left;
		left: auto;
		margin: -55px 5px 0 18px;
	}
	.timeline {
		margin: 61px 0 40px 0
	}
}




.big-font {font-size:16px}
.time-font {color: #54a742;font-size:20px; margin-bottom:0}

.green-dark {background-color: #f5f5f5}
.bg-faded {
    background-color: #f5f5f5 !important;
}
.flight-tracking-tree {
    width: 100%;
    display: block;
}
.big-font20 {font-size:20px}

.track_tbl td.track_dot {
    width: 50px;
    position: relative;
    padding: 0;
    text-align: center;
}
.track_tbl td.track_dot:after {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    margin-left: -5px;
    top: 11px;
}
.track_tbl td.track_dot span.track_line {
    background: #000;
    width: 3px;
    min-height: 50px;
    position: absolute;
    height: 101%;
}
.track_tbl tbody tr:first-child td.track_dot span.track_line {
    top: 30px;
    min-height: 25px;
}
.track_tbl tbody tr:last-child td.track_dot span.track_line {
    top: 0;
    min-height: 25px;
    height: 10%;
}