@-moz-document url-prefix() {
	select {
		padding-top:13px;
	}
	.search-standalone select { 
    padding:15px 0px 15px 5px;
  }
  .form_registration .dob select {
     padding: 15px 0px 15px 5px;
  }
  #form_registration .address1 select {
    padding: 15px 0 15px 5px;
  }
  #form_registration .type select{
    padding: 15px 0 15px 5px;
  }
  #space-form .time_day select {
    margin-top: 13px;
  }

  a.more-search-option {
    text-indent: 20px;
  }
  a.more-search-option span {
      right: 5px;
  }
  #BillingAddress_state_id {
    padding: 5px 7px;
  }
  .label-vehicle-type .type-placeholder {
  	color: #999;
  }
  #form_profile .row .dob select {
    padding-top: 5px;
  }
  .search-date .input-date {
    color: #1fb786;
    font-weight: bold;
  }
  .search-date .input-date.clear-calendar {
    color: #333;
    font-weight: normal;
  }
  .ptime-restrictions .tab-content .tab-pane .inner .tr-option li span {
    font-size: 11px;
  }
  .margin-dashboard .search_booking input,
  .margin-dashboard .search_booking #block-status-booking #status-booking-value {
    font-size: 12px !important;
  }
}

/*  ajax loading */
#ajax-loader{
  position:relative;
  margin: 0 auto;
  width:50px;
  height:50px;
  -moz-transform:scale(0.6);
  -webkit-transform:scale(0.6);
  -ms-transform:scale(0.6);
  -o-transform:scale(0.6);
  transform:scale(0.6);
}

.f_circleG{
  position:absolute;
  background-color:#FFFFFF;
  height:9px;
  width:9px;
  -moz-border-radius:5px;
  -moz-animation-name:f_fadeG;
  -moz-animation-duration:0.8s;
  -moz-animation-iteration-count:infinite;
  -moz-animation-direction:linear;
  -webkit-border-radius:5px;
  -webkit-animation-name:f_fadeG;
  -webkit-animation-duration:0.8s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-direction:linear;
  -ms-border-radius:5px;
  -ms-animation-name:f_fadeG;
  -ms-animation-duration:0.8s;
  -ms-animation-iteration-count:infinite;
  -ms-animation-direction:linear;
  -o-border-radius:5px;
  -o-animation-name:f_fadeG;
  -o-animation-duration:0.8s;
  -o-animation-iteration-count:infinite;
  -o-animation-direction:linear;
  border-radius:5px;
  animation-name:f_fadeG;
  animation-duration:0.8s;
  animation-iteration-count:infinite;
  animation-direction:linear;
}

#frotateG_01{
  left:0;
  top:20px;
  -moz-animation-delay:0.3s;
  -webkit-animation-delay:0.3s;
  -ms-animation-delay:0.3s;
  -o-animation-delay:0.3s;
  animation-delay:0.3s;
}

#frotateG_02{
  left:6px;
  top:6px;
  -moz-animation-delay:0.4s;
  -webkit-animation-delay:0.4s;
  -ms-animation-delay:0.4s;
  -o-animation-delay:0.4s;
  animation-delay:0.4s;
}

#frotateG_03{
  left:20px;
  top:0;
  -moz-animation-delay:0.5s;
  -webkit-animation-delay:0.5s;
  -ms-animation-delay:0.5s;
  -o-animation-delay:0.5s;
  animation-delay:0.5s;
}

#frotateG_04{
  right:6px;
  top:6px;
  -moz-animation-delay:0.6s;
  -webkit-animation-delay:0.6s;
  -ms-animation-delay:0.6s;
  -o-animation-delay:0.6s;
  animation-delay:0.6s;
}

#frotateG_05{
  right:0;
  top:20px;
  -moz-animation-delay:0.7s;
  -webkit-animation-delay:0.7s;
  -ms-animation-delay:0.7s;
  -o-animation-delay:0.7s;
  animation-delay:0.7s;
}

#frotateG_06{
  right:6px;
  bottom:6px;
  -moz-animation-delay:0.8s;
  -webkit-animation-delay:0.8s;
  -ms-animation-delay:0.8s;
  -o-animation-delay:0.8s;
  animation-delay:0.8s;
}

#frotateG_07{
  left:20px;
  bottom:0;
  -moz-animation-delay:0.9s;
  -webkit-animation-delay:0.9s;
  -ms-animation-delay:0.9s;
  -o-animation-delay:0.9s;
  animation-delay:0.9s;
}

#frotateG_08{
  left:6px;
  bottom:6px;
  -moz-animation-delay:1s;
  -webkit-animation-delay:1s;
  -ms-animation-delay:1s;
  -o-animation-delay:1s;
  animation-delay:1s;
}

@-moz-keyframes f_fadeG{
  0%{
  background-color:#14BAEA}
  
  100%{
  background-color:#FFFFFF}

}

@-webkit-keyframes f_fadeG{
  0%{
  background-color:#14BAEA}
  
  100%{
  background-color:#FFFFFF}

}

@-ms-keyframes f_fadeG{
  0%{
  background-color:#14BAEA}
  
  100%{
  background-color:#FFFFFF}

}

@-o-keyframes f_fadeG{
  0%{
  background-color:#14BAEA}
  
  100%{
  background-color:#FFFFFF}

}

@keyframes f_fadeG{
  0%{
  background-color:#14BAEA}
  
  100%{
  background-color:#FFFFFF}

}
