#map {
	width: 100%;
	height: 450px;
	background-color: grey;
}

.driverRating{
	display: inline-block;
	font-family: 'Avenir-Light';
	font-size: 14px;
	padding-right: 18px;
	color: #616161;
	background: url(../images/star.svg) no-repeat right 1px;
}

.ts_alert_message{
	font-size: 16px;
	margin-top: 5%;
}

.footer-center{
	text-align: center !important;
}

.ts_icon{
	margin-top:15%;
}

.marL-10-per{
	margin-left: 5%;
}

.eta_banner {
	height: 25px;
	background: black;
	opacity: 0.79;
	color: white;
	font-family: 'Avenir-Light';
	text-align: center;
	padding: 3px 0 3px 0;
	font-size: 14px;
}

.bookings-title{
	margin-top: 30px;
	margin-bottom: 20px;
	font-family: "Avenir-Roman",sans-serif;
	font-size: 35px!important;
	font-weight: 300;
	color: #00BCD4;
	letter-spacing: 1.1px;
	text-align: left;
}

.track-trip-details {
	background: #fff;
}

.track_user_img img{
	border-radius: 100%;
	width: 62px;
	height: 62px;
}

.driver_details div img {
	width: 13px;
	height: 13px;
}

.driver_details {
	margin-left: 4%;
	vertical-align: top;
	display: inline-block;
	width: 16%;
}

.driver_details div {
	/*text-align: left;*/
	/*display: inline-block;*/
}

span.track_user_img {
	margin: 0 8px 0px 1.2%;
	vertical-align: top;
	display: inline-block;
}

.driver_details div:first-child, .driver_cab_details div:first-child,
.driver_cab_details div:nth-child(3n+0), .eta_details div:first-child,
.payment_mode div:first-child, .total-dist span:first-child{
	font-family: "Avenir-Light",sans-serif;
	font-size: 14px;
	color: #000000;
	/*font-weight: 300;*/
	text-align: left;
}

.driver_details div:nth-child(2), .driver_details div:nth-child(3n+0),
.driver_cab_details div:nth-child(2), .eta_details div:nth-child(2),
.payment_mode div:nth-child(2), .total-dist span:nth-child(2) {
	font-family: "Avenir-Medium",sans-serif;
	font-size:14px;
	color:#000000;
	line-height:20px;
	font-weight: 500;
	text-align:left;
}

.driver_cab_details div{
	text-align: left!important;
}

span.driver_details {
	display: inline-block;
}

.track-feedback {
	padding-top: 12px;
	padding-bottom: 12px;
	background: #fff;
	/*box-shadow: 0 0 10px 1px rgba(0,0,0,0.08);*/
	border: 1px solid #dddddd;
}

.driver_details div:nth-child(3n+0) {
	margin-right: 8px;
}

.driver_cab_details, .eta_details, .payment_mode {
	margin-left: 8%;
	display: inline-block;
}

.eta_details, .payment_mode {
	vertical-align: top;
}

.eta_details div{
	text-align: left;
}

.cancel_trip, .call_driver{
	padding: 4px;
	display: inline-block;
	border:1px solid #00BCD4;
	width:139px;
	height:34px;
	text-align: center;
	vertical-align: 20px;
}

.cancel_trip{
	margin-left: 4%;
	margin-right: 1%;
}

.call_driver{
	background:#00BCD4;
}

.cancel_trip span, .call_driver span{
	font-family: "Avenir-Medium",sans-serif;
	font-size:16px;
	letter-spacing:0.59px;
	cursor: pointer;
}

.cancel_trip span{
	color:#00BCD4;
}

.call_driver span{
	color: #fff;
}

.source-dest-dist {
	padding: 10px 0 16px 0;
	/*margin-top: 5px;*/
	background: #fff;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

.source-address span, .dest-address span{
	font-family: "Avenir-Medium",sans-serif;
	font-size:14px;
	color:#414141;
	line-height:20px;
}

.source-dest-dist div {
	display: inline-block;
}

.total-dist {
	float: right;
	padding-right: 16px;
	cursor: pointer;
}

.source-address, .dest-address {
	padding-left: 2%;
}       

.source-address img, .dest-address img {
	vertical-align: middle;
}

.tracking-map{
	/*box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);*/
}

.no-active-cabs{
	text-align: center;
	background: #fff;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.08);
	border: 1px solid #dddddd;
	width:100%;
	height:auto;
	padding: 1%;
}

.track_err{
	font-family: "Avenir-Light",sans-serif !important;
	font-size:18px !important;
}

.no-track{
	padding-top: 6%;
	padding-bottom: 4%;
	font-family: "Avenir-Medium",sans-serif;
	font-size:25px;
	color:#000000;
	letter-spacing:0;
}

.another_book_now button{
	border: none;
	padding-left: 0;
	background: #00BCD4;
	border-radius: 3px;
	width: 191px;
	height: 50px;
	font-family: "Avenir-Book",sans-serif;
	font-size: 18px;
	color: #ffffff;
	letter-spacing: 0;
	text-align: center;
}

.another_book_now {
	margin-top: 5%;
	padding-bottom: 5%;
}

.modal{
	font-family: "Avenir-Medium",sans-serif !important;
	font-style: normal !important;
}

.modal label{
	font-weight: normal !important; 
}

.rate_stars span{
	color:#FFC200;
	font-size: 25px;
}

.user_img img {
	border-radius: 100%;
	display: inline-block;
	width: 50px;
	height: 50px;
}

.email_feedback_receipt{
	cursor:pointer;
	display: inline-block;
}

@media (max-width: 1024px){
	.source-address, .dest-address {
		padding-left: 2%;
		width: 40%;
	}

	.driver_details {
		margin-left: 2%;
		width: 14%;
	}

	.cancel_trip {
		margin-left: 2%;
	}

	.cancel_trip, .call_driver {
		width: 110px;
	}

	.cancel_trip span, .call_driver span {
		font-size: 14px;
	}

	.driver_cab_details, .eta_details, .payment_mode {
		margin-left: 6%;
	}
}

@media (max-width: 768px){
	.driver_cab_details, .eta_details, .payment_mode {
		margin-left: 2%;
	}

	.driver_details {
		margin-left: 0;
		width: 12%;
	}
}

@media (max-width: 767px){

	header, footer{
		display: none;
	}

	.source-address, .dest-address {
		width: 100%; 
	}

	.driver_details {
		width: 68%;
	}

	.driver_cab_details span:first-child {
		padding-right: 20%;
	}

	.driver_cab_details {
		width: 100%;
	}

	.track-feedback, .source-dest-dist{
		border: none;
	}

	.track-slide {
		margin-top: 5%;
		margin-right: 5%;
		display: inline-block;
		float: right;
	}

	.payment_mode {
		/*margin-left: 7%;*/
	}

	.track-arrow-up{
		display: none;
	}

	.mobile-track-feedback {
		display: inline-block;
		width: 90%;
	}

	.dest-address {
		/*padding-left: 4%!important;*/
		/*margin-top: 12%;*/
	}

	.cancel_trip, .call_driver{
		display: inline-block!important;
		width: 40%;
		line-height: 30px;
		height: 42px;
	} 

	.call_driver_full{
		width: 90%;
		margin: 0 5%;
	}

	.cancel_trip {
		margin-left: 3%!important;
		margin-right: 12%;
	}

	.payment_mode {
		margin-bottom: 6%;
	}

	.my_booking_list{
		padding:0;
	}

}
