body #pjWrapperTaxiBooking { font-size: 16px; line-height: 28px; color: #343639; font-weight: 300; }

#pjWrapperTaxiBooking .glyphicon { font-family: 'Glyphicons Halflings'; }

/*** Modules ***/

#pjWrapperTaxiBooking .pjTbs-head { *zoom: 1; }

#pjWrapperTaxiBooking .pjTbs-head:after { content: ''; clear: both; display: table; }

#pjWrapperTaxiBooking .pjTbs-car,
#pjWrapperTaxiBooking .btn { -webkit-transition: none; -o-transition: none; transition: none; }

html, body { height: 100%; }

#pjWrapperTaxiBooking .form-control:focus { box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset, 0 0 0px rgba(0, 0, 0, 0); }

#pjWrapperTaxiBooking .btn { text-transform: uppercase; } 

#pjWrapperTaxiBooking input.btn { padding-top: 0; padding-bottom: 0; }

#pjWrapperTaxiBooking .pjTbs-head { background-color: #f5f5f5; padding: 20px 20px 20px; border-top-left-radius: 5px; border-top-right-radius: 5px; }

#pjWrapperTaxiBooking .pjTbs-body { border: 1px solid #d9d9db; border-top: 0; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; padding: 20px; }

#pjWrapperTaxiBooking .btn-default { height: 40px; padding-top: 8px; font-size: 15px; }
#pjWrapperTaxiBooking .btn-secondary,
#pjWrapperTaxiBooking .btn-primary { height: 42px; padding-top: 9px; font-size: 16px; }
#pjWrapperTaxiBooking .btn-secondary { color: #fff; background-color: #7a7b7d; border-color: #5c5f64; }

#pjWrapperTaxiBooking .form-control { height: 40px; font-size: 15px; border-color: rgba(0,0,0,0.1); }
#pjWrapperTaxiBooking textarea.form-control { height: 105px; }


#pjWrapperTaxiBooking .input-group-addon{padding:  0px !important;}
#pjWrapperTaxiBooking .input-group-addon .btn-secondary{ height: 38px;}

#pjWrapperTaxiBooking .pjHomeBox{
	background-color: #b40404;
	border-radius: 15px;
	border: 2px solid #000;
	width: 100%;
	text-align: center;
	color: #fff;
	cursor: pointer;
	margin-bottom: 30px;
}
#pjWrapperTaxiBooking .pjHomeBox.green{
	background-color: #227412;
}
#pjWrapperTaxiBooking .pjHomeBox a{
	color: #fff;
	text-decoration: none;
}
#pjWrapperTaxiBooking .pjHomeBox a:link,
#pjWrapperTaxiBooking .pjHomeBox a:active,
#pjWrapperTaxiBooking .pjHomeBox a:visited,
#pjWrapperTaxiBooking .pjHomeBox a:focus,
#pjWrapperTaxiBooking .pjHomeBox a:hover{
	text-decoration: none;
}
#pjWrapperTaxiBooking .pjHomeBox span{
	display: block;
	color: #fff;
}
#pjWrapperTaxiBooking .pjHomeBox span.title{
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#pjWrapperTaxiBooking .pjHomeBox span.glyphicon{
	font-size: 50px;
}
#pjWrapperTaxiBooking .pjHomeBox span.note{	
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#pjWrapperTaxiBooking .pjFilterPanel{
	background-color: #d8d8d8;
	min-height: 360px;
	overflow: hidden;
	padding: 15px 15px;;
}
#pjWrapperTaxiBooking .pjFilterPanel h1{
	display: block;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 10px;
	font-size: 32px;
	margin-bottom: 30px;
}

#pjWrapperTaxiBooking .pjAdTypeFilter{
	
}
#pjWrapperTaxiBooking .pjAdTypeFilter .item{
	margin-bottom: 30px;
	color: #000;
	font-size: 16px;
	cursor: pointer;
}
#pjWrapperTaxiBooking .pjAdTypeFilter .item span{
	display: block;
	float: left;
	margin-right: 10px;
	height: 26px;
	width: 30px;
	border: 2px solid #000;
	border-radius: 40%;
	background-color: #fff;
}
#pjWrapperTaxiBooking .pjAdTypeFilter .item.active span{
	background-color: #000;
}

#pjWrapperTaxiBooking .pjSearchResultPanel{
	
}
#pjWrapperTaxiBooking .pjSearchResultPanel h1{
	color: #676566;
	text-align: center;
	font-weight: 400;
	font-size: 50px;
	margin-bottom: 30px;
}
#pjWrapperTaxiBooking .pjSearchResultPanel .pjLegendLooking label{
	
}
#pjWrapperTaxiBooking .pjSearchResultPanel .pjLegendLooking span{
	display: inline-block;
	float: right;
	margin-left: 10px;
	height: 24px;
	width: 50px;
	background-color: #b40404;
	border-radius: 8px;
}
#pjWrapperTaxiBooking .pjSearchResultPanel .pjLegendSale span{
	display: inline-block;
	float: left;
	margin-right: 10px;
	height: 24px;
	width: 50px;
	background-color: #227412;
	border-radius: 8px;
}
#pjWrapperTaxiBooking .pjSearchResultPanel tr.looking,
#pjWrapperTaxiBooking .pjSearchResultPanel tr.looking a.pjItemTitle{
	color: #b40404;
}
#pjWrapperTaxiBooking .pjSearchResultPanel tr.sale,
#pjWrapperTaxiBooking .pjSearchResultPanel tr.sale a.pjItemTitle{
	color: #227412;
}
#pjWrapperTaxiBooking .pjSearchResultPanel a.pjItemTitle{
	text-decoration: none;
}
#pjWrapperTaxiBooking .pjListingsPerPage{
	width: auto !important;
	display: inline-block !important;
}

#pjWrapperTaxiBooking .pjListItemForm{
	
}
#pjWrapperTaxiBooking .pjSearchResultPanel p.title,
#pjWrapperTaxiBooking .pjListItemForm p.title{
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 30px; 
	text-transform: uppercase;
}
#pjWrapperTaxiBooking .pjListItemForm .form-check-inline{
	margin-top: 7px;
}
#pjWrapperTaxiBooking .pjListItemForm .form-check-label{
	font-weight: 400;
	cursor: pointer;
}
#pjWrapperTaxiBooking .pjListItemForm .form-check-label .pjAdTypeTitleRed{
	color: #b40404;
}
#pjWrapperTaxiBooking .pjListItemForm .form-check-label .pjAdTypeTitleGreen{
	color: #227412;
}

#pjWrapperTaxiBooking .pjItemDetailTitle{
	text-align: center;
	font-weight: 500;
	font-size: 40px;
	margin-bottom: 30px;
}
#pjWrapperTaxiBooking .pjItemImage img{
	max-width: 150px;
}
#pjWrapperTaxiBooking .center{
	position: absolute;
	z-index: 9999;
	top: 0px;
	left: 0px;
	width: 100%;
	display: flex;
	justify-content: center;
    align-items: center;
    height: 100%;
    background-color: #d8d8d8;
    filter: alpha(opacity=50); 
	-moz-opacity: 0.5;         
	-khtml-opacity: 0.5;       
	opacity: 0.5;    
}
#pjWrapperTaxiBooking .loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* RTL */
html[dir="rtl"] .col-lg-1, html[dir="rtl"] .col-lg-10, html[dir="rtl"] .col-lg-11, html[dir="rtl"] .col-lg-12, html[dir="rtl"] .col-lg-2, html[dir="rtl"] .col-lg-3, html[dir="rtl"] .col-lg-4, html[dir="rtl"] .col-lg-5, html[dir="rtl"] .col-lg-6, html[dir="rtl"] .col-lg-7, html[dir="rtl"] .col-lg-8, html[dir="rtl"] .col-lg-9, html[dir="rtl"] .col-md-1, html[dir="rtl"] .col-md-10, html[dir="rtl"] .col-md-11, html[dir="rtl"] .col-md-12, html[dir="rtl"] .col-md-2, html[dir="rtl"] .col-md-3, html[dir="rtl"] .col-md-4, html[dir="rtl"] .col-md-5, html[dir="rtl"] .col-md-6, html[dir="rtl"] .col-md-7, html[dir="rtl"] .col-md-8, html[dir="rtl"] .col-md-9, html[dir="rtl"] .col-sm-1, html[dir="rtl"] .col-sm-10, html[dir="rtl"] .col-sm-11, html[dir="rtl"] .col-sm-12, html[dir="rtl"] .col-sm-2, html[dir="rtl"] .col-sm-3, html[dir="rtl"] .col-sm-4, html[dir="rtl"] .col-sm-5, html[dir="rtl"] .col-sm-6, html[dir="rtl"] .col-sm-7, html[dir="rtl"] .col-sm-8, html[dir="rtl"] .col-sm-9, html[dir="rtl"] .col-xs-1, html[dir="rtl"] .col-xs-10, html[dir="rtl"] .col-xs-11, html[dir="rtl"] .col-xs-12, html[dir="rtl"] .col-xs-2, html[dir="rtl"] .col-xs-3, html[dir="rtl"] .col-xs-4, html[dir="rtl"] .col-xs-5, html[dir="rtl"] .col-xs-6, html[dir="rtl"] .col-xs-7, html[dir="rtl"] .col-xs-8, html[dir="rtl"] .col-xs-9 { float: right; } 

html[dir="rtl"] .col-md-offset-1 { margin-left: 0; margin-right: 8.33333%; }
html[dir="rtl"] .col-md-offset-2 { margin-left: 0; margin-right: 16.6667%; }
html[dir="rtl"] .col-sm-offset-4,
html[dir="rtl"] .col-md-offset-4 { margin-left: 0; margin-right: 33.3333%; } 
html[dir="rtl"] .col-sm-offset-6 { margin-left: 0; margin-right: 50%; }


html[dir="rtl"] #pjWrapperTaxiBooking .checkbox input[type="checkbox"], 
html[dir="rtl"] #pjWrapperTaxiBooking .checkbox-inline input[type="checkbox"], 
html[dir="rtl"] #pjWrapperTaxiBooking .radio input[type="radio"], 
html[dir="rtl"] #pjWrapperTaxiBooking .radio-inline input[type="radio"] { margin-right: -20px; margin-left: 0; }

html[dir="rtl"] #pjWrapperTaxiBooking .checkbox label, 
html[dir="rtl"] #pjWrapperTaxiBooking .radio label { padding-right: 20px; padding-left: 0; }

html[dir="rtl"] #pjWrapperTaxiBooking .pjTbs-car-meta li + li:after { left: auto; right: -8px; }
html[dir="rtl"] #pjWrapperTaxiBooking .pjTbs-car-meta li + li { margin-left: 0; margin-right: 5px; }

html[dir="rtl"] #pjWrapperTaxiBooking .pull-right { float: left !important; }

html[dir="rtl"] #pjWrapperTaxiBooking .pull-right > .dropdown-menu { left: 0; right: auto; }

html[dir="rtl"] #pjWrapperTaxiBooking .dropdown-menu img { margin-right: 5px; margin-top: 5px; float: left; }

html[dir="rtl"] #pjWrapperTaxiBooking .input-group .form-control:first-child, 
html[dir="rtl"] #pjWrapperTaxiBooking .input-group-addon:first-child, 
html[dir="rtl"] #pjWrapperTaxiBooking .input-group-btn:first-child > .btn, 
html[dir="rtl"] #pjWrapperTaxiBooking .input-group-btn:first-child > .btn-group > .btn,
html[dir="rtl"] #pjWrapperTaxiBooking .input-group-btn:first-child > .dropdown-toggle, 
html[dir="rtl"] #pjWrapperTaxiBooking .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, 
html[dir="rtl"] #pjWrapperTaxiBooking .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 5px; border-top-right-radius: 5px; border-bottom-left-radius: 0; border-top-left-radius: 0; } 

html[dir="rtl"] #pjWrapperTaxiBooking .input-group-addon:first-child { border-right: 1px solid #eee; border-left: 0; }

html[dir="rtl"] #pjWrapperTaxiBooking .input-group .form-control:last-child, 
html[dir="rtl"] #pjWrapperTaxiBooking .input-group-addon:last-child, 
html[dir="rtl"] #pjWrapperTaxiBooking .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, 
html[dir="rtl"] #pjWrapperTaxiBooking .input-group-btn:first-child > .btn:not(:first-child), 
html[dir="rtl"] #pjWrapperTaxiBooking .input-group-btn:last-child > .btn, 
html[dir="rtl"] #pjWrapperTaxiBooking .input-group-btn:last-child > .btn-group > .btn, 
html[dir="rtl"] #pjWrapperTaxiBooking .input-group-btn:last-child > .dropdown-toggle { border-bottom-left-radius: 5px; border-top-left-radius: 5px; border-bottom-right-radius: 0; border-top-right-radius: 0; }

html[dir="rtl"] #pjWrapperTaxiBooking .btn-group > .btn:last-child:not(:first-child), 
html[dir="rtl"] #pjWrapperTaxiBooking .btn-group > .dropdown-toggle:not(:first-child) { border-bottom-right-radius: 0; border-top-right-radius: 0; }

html[dir="rtl"] #pjWrapperTaxiBooking .pjTbs-spinner-down {  border-bottom-left-radius: 5px; border-top-left-radius: 5px;  }

html[dir="rtl"] #pjWrapperTaxiBooking .text-right { text-align: left; }

html[dir="rtl"] #pjWrapperTaxiBooking .pjTbs-subtotal p span { float: right; }
html[dir="rtl"] #pjWrapperTaxiBooking .pjTbs-subtotal p span + span { float: left; }

/* ==========================================================================
	.Modal
========================================================================== */
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}
.modal-backdrop.fade.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#pjWrapperTaxiBooking .pjTbs-map{ height: 400px; }

@media (max-width: 991px) {
	html[dir="rtl"] .col-md-offset-1,
	html[dir="rtl"] .col-md-offset-2,
	html[dir="rtl"] .col-md-offset-4,
	html[dir="rtl"] .col-sm-offset-6 { margin-right: 0; }
}

@media (max-width: 991px) {
	html[dir="rtl"] .col-md-offset-1,
	html[dir="rtl"] .col-md-offset-2,
	html[dir="rtl"] .col-md-offset-4,
	html[dir="rtl"] .col-sm-offset-6 { margin-right: 0; }
}

@media (max-width: 767px) {
	html[dir="rtl"] .col-md-offset-4 { margin-right: 0; }

	#pjWrapperTaxiBooking .pjFilterPanel h1{
		margin-bottom: 15px;
	}
	
	#pjWrapperTaxiBooking .pjMobileIcons{
		margin-bottom: 15px;
	}
	#pjWrapperTaxiBooking .pjMobileIcons span{
		font-size: 24px;
	}
	#pjWrapperTaxiBooking .pjMenuPanel{
		-webkit-transition: all 2s ease;
		  -moz-transition: all 2s ease;
		  -o-transition: all 2s ease;
		  transition: all 2s ease;
	}
}
@media (max-width: 600px) {
	#pjWrapperTaxiBooking .pjSearchResultPanel h1{
		font-size: 40px;
	}
}
@media (max-width: 400px) {
	#pjWrapperTaxiBooking .pjSearchResultPanel h1{
		font-size: 40px;
	}
	#pjWrapperTaxiBooking .pjSearchResultPanel .pjLegendLooking span, 
	#pjWrapperTaxiBooking .pjSearchResultPanel .pjLegendSale span{
		width: 35px;
	}
}
@media (max-width:767px) {
	
	#pjWrapperTaxiBooking .pjSearchResultPanel .pjLegendLooking, 
	#pjWrapperTaxiBooking .pjSearchResultPanel .pjLegendSale{
		width: 100% !important;
	}
	#pjWrapperTaxiBooking .pjSearchResultPanel .pjLegendLooking{
		text-align: left;
	}
	#pjWrapperTaxiBooking .pjSearchResultPanel .pjLegendLooking label{
		display: inline-block;
		float: left;
		min-width: 100px;
	}
	#pjWrapperTaxiBooking .pjSearchResultPanel .pjLegendLooking span{
		display: inline-block;
		float: left;
		width: 50px;
	}
	
	#pjWrapperTaxiBooking .pjSearchResultPanel .pjLegendSale label{
		display: inline-block;
		float: left;
		margin-right: 10px;
		min-width: 100px;
	}
	#pjWrapperTaxiBooking .pjSearchResultPanel .pjLegendSale span{
		float: none;
		width: 50px;
	}
}
#pjWrapperTaxiBooking .pjTbs-car,
#pjWrapperTaxiBooking .btn { -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; }
