.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;
}

.arv_smallsearch {
  
}

.arv_small_line {
  float: left;
  width: calc(100% - 100px);
}

.arv_smallsearch .arv_button {
  width:90px;
  float: right;
  margin-top: 35px;
}

.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);
}

.arv_extra:first-child {
  margin-top: 0;
}


.arv_extra_line {
	display: block;
	border-bottom: 1px dotted #ccc;
	padding: 5px;
	color: black;
}

.arv_extra_desc {
	/*color: black !important;*/
	/*font-size: 80%;*/
}

.arv_extra h3 {
  margin-top: 10px;
}

.arv_extra h3:first-child {
  margin-top: 0;
}

.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_inputline {
  
}

.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%;
}

.fulllalel {
	display: block;
}

#arv_totalmile {
  margin-top: 15px;
}

.arv_error {
	padding: 10px;
	margin: 15px auto;
	color: #ee0000;
	font-weight: bold;
}

.arv_datepicker_line {
	position: relative;
}

.arv_datepicker_line .arv_calendar {
	width: calc(100% - 100px);
	/*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: 90px;
}

.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;
	
}

@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;
}
