/* Copyright: https://wprezplugin.com - all rights reserved - 2021 */

.clearfix {
  /*overflow: auto;*/
  zoom: 1;
}
.clearfix:after {
	content: "";
  	display: table;
  	clear: both;
}

.arv_plugin {
  
}

.arv_row,
.arv_row *,
.arv_header,
.arv_header *,
.arv_plugin,
.arv_plugin * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* Searchform */
.arv_searchform {
	position: relative;
}

.arv_searchform label {
  display: block;
  margin: 8px 0;
}

.arv_searchform select,
.arv_searchform input {
  padding: 10px 4px !important;
  border-radius: 5px;
  border: none;
  box-shadow: 0 0 10px -4px rgba(125, 169, 195,0.8);
  font-weight: bold;
}

.arv_smallsearch {
  
}

.arv_small_line {
  float: left;
  width: calc(100% - 100px);
}

.arv_smallsearch .arv_button {
  width:90px;
  float: right;
  margin-top: 6px;
  padding:8px 0;
  font-size: initial;
}

.arv_small_line .arv_small_input {
  float: left;
  width: 48%;
  margin: 1%;
}

.arv_smallsearch .arv_pickuperror  {
  float: left;
}



.arv_loader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(35,35,35,0.2) url('loader.gif') no-repeat center center;
	display: none;
}

.arv_header {
	
	/*width: 100%;
	height: 50px;
	list-style: none;*/
	background: #0084c8;
	padding-bottom: 0 !important;
	margin-bottom: 24px !important;
	
}

.arv_header .arv_col {
	
	
	color: white;
	font-size: 125%;
	padding: 15px;
	text-align: center;
}

.arv_header .active {
	background: #06a8ff;
}

.arv_header a {
  color: white;
  box-shadow: none !important;
  background: none !important;
}

.arv_header a:active,
.arv_header a:hover {
  color: white;
  box-shadow: none !important;
  text-decoration: underline;
  background: none !important;
}

.arv_rowinfo {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.arv_desc .arv_image {
	/*float: left;
	width: 33%;*/
	
	
}

.arv_desc .arv_image img {
	width: 100%;
	border-right: 1px dotted #ccc;
	margin-bottom: 0;
}

.arv_desc .arv_info {
	/*float: left;
	width: 65%;
	margin-left: 2%;*/
}

.arv_desc .arv_info .arv_price {
	font-size: 160%;
	font-weight: bold;
	color: #444;
	margin-bottom:10px;
}

.col_itinerary {
	background: #0084c8;
	padding: 15px;
	color: white;
	text-align: center;
	border-radius: 3px;
}

.col_itinerary h4,
.col_itinerary a {
	color: white;
}

.arv_itinfo {
	padding: 10px 0;
	line-height: 150%;
}

.arv_class_notes { margin-bottom: 20px; }

.arv_total {
  font-size: 110%;
  margin-bottom:30px;
}

.arv_button {
  padding: 10px 25px;
  font-size: 105%;
  font-weight: bold;
  background: #0084c8;
  text-align: center;
  margin-top: 15px;
  color: white;
  transition: all .5s;
  border-radius: 5px;
  border:none;
}

.arv_button:hover {
  background: #06a8ff;
  color: white;
  
}

.arv_button_row {
  margin-top: 15px;
}


.arv_opt_row {
  text-align: center; 
  
}

.arv_extra {
	margin: 20px 10px;
	padding: 20px;
	/*box-shadow: 0 0 15px rgba(50,50,50,0.2);*/
  box-shadow: 0 10px 17px -10px rgba(50,50,50,0.2);
}

.arv_extra:first-child {
  margin-top: 0;
}


.arv_extra_line {
	display: flex;
	border-bottom: 1px dotted #ccc;
	padding: 5px;
	color: black;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:space-between;
	justify-content: flex-start;
}

.arv_extra_desc {
	/*color: black !important;*/
	/*font-size: 80%;*/
	padding: 3px;
}

.arv_extra_tooltip {
  margin-left: auto;
  background: #efefef;
  border-radius: 15px;
  width: 20px;
  height: 20px;
  display: block;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
  font-size: 12px;
  color: #232323;
  
}

.arv_extra h3 {
  margin-top: 10px;
}

.arv_extra h3:first-child {
  margin-top: 0;
}

/* EXTRA TOOLTIP */
#arv_tooltipWindow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 400px;
  margin-left: -200px;
  margin-top: -70px;
  background: white;
  /*height: 50px;*/
  z-index: 999;
  border: 1px solid #dedede;
  box-shadow: 0 0 15px rgba(50,50,50,0.3);
  display: none;
  
}

.arv_tooltipTitle {
      background-color: rgba(195,195,195,0.2);
    font-weight: bold;
	height: 32px;
	vertical-align: middle;
	line-height: 32px;
	padding-left: 7px;
	padding-right: 35px;
}

.arv_tooltipClose {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.arv_tooltipWindowText {
  padding: 7px;
  font-size: 90%;
  line-height: 140%;
  text-align: justify;
}

.arv_calculate {
	text-align: center;
	padding: 15px;
}

.arv_calculate_button {
	
}


.arv_calcrow {
  border-bottom: 1px dotted #ccc;
	padding: 5px;
}

.arv_calcrow_n {
  padding-right: 100px;
  float: left;
  width: 80%;
}

.arv_calcrow_p {
  float: right;
  text-align: right;
  width: 20%;
}

.arv_checkoutform {
  
}

.arv_checkoutform {
  
}

.arv_searchform_extra_fields input {
  margin-bottom: 16px;
}

.arv_inputline {
  clear: both;
}

.arv_inputline label {
  /*float: left;
  width: 20%;*/
  font-weight: bold;
}

.arv_inputline select,
.arv_inputline input {
 /* float: right;
  width: 70%;*/
 /*display: block;*/
 width: 100%;
 margin-top: 5px;
}

.arv_inputline input[type='checkbox'] {
  width: auto;
  display: inline;
}

.fullinput {
  width: 100%;
}

.halfinput {
	width: 46% !important;
	margin: 1%;
}

.halfinput_first {
  float: left;
  clear: none !important;
}

.halfinput_last {
  float: right;
  clear: none !important;
}

.fulllalel {
	display: block;
}

#arv_totalmile {
  margin-top: 15px;
}

.arv_getquote,
.arv_error {
	padding: 10px;
	margin: 15px auto;
	color: #ee0000;
	background: white;
  border:1px solid #ee0000;
}

.arv_getquote {
  display: none;
  color: #454545;
}

.arv_datepicker_line {
	position: relative;
}

.arv_datepicker_line .arv_calendar {
	width: calc(100% - 125px);
	/*margin-right: 2%;*/
	float: left;
}

.arv_datepicker_line select {
	width: 21%;
	float: right;
}

.arv_datepicker_line .ui-datepicker-trigger {
	position: absolute;
	top: 10px;
	left:calc(100% - 130px);
	height: 25px;
	font-size: 90%;
	    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0 !important;
    font-size: 75%;
	    background: url(calendar.png) no-repeat top left;
    background-size: contain;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
    top: 7px;
	cursor: pointer;
}

.arv_datepicker_line .arv_time {
  width: 115px;
}

.arv_buttons {
	padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    background-color: #0077BB;
	margin-top: 15px;
	color: white;
	border: none;
	transition: all .4s;
}

.arv_buttons:hover {
  
}

.arv_pickuperror {
  display: none;
}

#ui-datepicker-div {
  margin-top: -35px;
  z-index: 11111 !important;
}

.halfinput option:disabled {
  color: lightgray;
}


.arv_datepicker_line .ui-datepicker-trigger { z-index:9999 !important; }

.arv_desc .arv_info .arv_price {
    font-size: 160%;
    font-weight: bold;
    color: #444;
    margin-bottom:10px;
}

.arv_class_notes { 
    font-weight: bold;
    margin-bottom:30px; }

.arv_total {
    font-size: 110%;
    margin-bottom:30px;
}

.arv_extra_desc {
    /*color: black!important;*/
    /*font-size: 15px;*/
}

@media screen and (min-width: 501px) {
  
  .arv_datepicker_line  {
	position: relative;
  }
  
  .arv_datepicker_line .fancy-select-wrap {
	margin-top: 0;
	padding-top: 0 !important;
	width: 22%;
	right: 0;
	position: absolute;
  }
  
}

.arv_company_logo {
  text-align: center;
  padding: 10px;
}

.arv_company_logo img {
  max-width: 100%;
}

.arv_termsandconditions {

	height: 200px;
    overflow: scroll;
    overflow-y: scroll;
    overflow-x: hidden;
    box-shadow: inset 0 0 20px -10px black;
    padding: 10px;
	
}

/* Mileage calculator shortcode */
.arv_mileagecalculator_shortcode {
  position: relative;
}


.arv_mileagecalculator_shortcode .arv_calc_days {
  margin: 15px 0px;
}

.arv_mileagecalculator_shortcode .arv_calc_days {
  
}

.arv_mileagecalculator_shortcode .arv_calc_days label {
  float: left;
}

.arv_mileagecalculator_shortcode .arv_calc_days input {
  float: right;
  max-width: 65px;
  text-align: right;
}

.arv_calc_btn {
  text-align: center;
  margin: 10px;
}




@media screen and ( max-width: 1000px) {
	
	.arv_header .arv_col,
	.arv_header .one-fourths.span_3 {
		display: none;
		width: 100% !important;
		float: none !important;
		margin-right: 0 !important;
	}
	
	.arv_header .active {
		display: block !important;
		background: transparent;
		
	}
	
	.arv_desc .arv_image img {
		border-right: none;
	}
	
	.arv_info {
		text-align: center;
	}
	
	.arv_extra{
		text-align: left;
		padding: 0;
		margin: 20px 0;
	}
	
	.arv_calcrow_n  {
		padding-right: 15px;
	}
	
	.arv_calcrow {
		padding: 0;
		/*overflow: visible;*/
	}
	
	.halfinput {
		width: 100%;
		margin: 0;
	}
	
	#ui-datepicker-div {
	  margin-top:0;
	}
	
}

@media screen and ( max-width : 670px) {
  
  .arv_smallsearch {
	
  }
  .arv_smallsearch .arv_small_line {
	width: 100%;
	float: none;
  }
  
  .arv_smallsearch .arv_button {
	float: none;
	margin-top: 0;
	margin-left: 1%;
  }
  
}


@media screen and ( max-width : 500px ) {
	.arv_datepicker_line .arv_calendar {
		width: 100%;
		margin-right: 0;
		float: none;
	}
	
	.arv_datepicker_line select {
		width: 100%;
		float: none;
	}
	
	.arv_datepicker_line .ui-datepicker-trigger {
		position: absolute;
		top: 10px;
		right:1%;
		left: auto;
	}
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/* Select Tab on top Back Button */

.back-btn { color: #fff !important;  }

.arv_inputline input,
.arv_inputline select {
    margin-bottom: 20px;
}

/* Credit Card Validation */
#arv_cardno {
  padding-left: 60px;
  background-image: url('creditcard/generic.svg');
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 45px auto;
}

.cc-valid {
  border-color:  rgb(27, 186, 27) !important;
}

.cc-invalid {
  border-color:rgb(216, 216, 216) !important;
}

.cc-visa {
  background-image: url('creditcard/visa.svg') !important;
}

.cc-mastercard {
  background-image: url('creditcard/mastercard.svg') !important;
}

.cc-amex {
  background-image: url('creditcard/amex.svg') !important;
}

.cc-discover {
  background-image: url('creditcard/discover.svg') !important;
}



/* ICONS */
.arv_searchform .arv_return_location,
.arv_searchform .arv_pickup_location {
	background-image:url('location.png');
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: auto 60%;
	padding-left: 35px !important;
}

.arv_searchform .arv_calendar {
	background-image:url('calendar.png');
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: auto 60%;
	padding-left: 35px !important;
}

.arv_searchform .arv_datepicker_line .ui-datepicker-trigger {
	background:none;
}

.arv_searchform .arv_time {
	background-image: url('clock.png');
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: auto 60%;
	padding-left: 35px !important;
}

.arv_searchform .arv_discount {
	background-image: url('couponcode.png');
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: auto 60%;
	padding-left: 35px !important;
}

.arv_searchform .arv_corporate {
	background-image: url('corporatecode.png');
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: auto 60%;
	padding-left: 35px !important;
}


/* Datepicker */
.ui-datepicker .ui-datepicker-title {
	font-size: 85%;
    font-weight: normal;
}

#ui-datepicker-div {
	border: none;
    padding: 0px;
    box-shadow:  0px 0px 45px -15px rgba(182, 221, 245,0.67);
}

.ui-datepicker th {
	font-size: 80%;
}

/* FORM error */
.arv_form_error::placeholder {
	color:red;
}