.if-nav.scrolled {
  background:white;
  border-bottom:1px solid lightgray;
}
.if_nav_border{ border-bottom:1px solid lightgray; }
.if_bg{ background:#15506a; }
.h40px{ height:40px; }
.h50px{ height:50px; }
.if_borderdiv{ border:1px solid gray;width:100%;height:100%; border-radius:5px; } 
.if_td{ width:100%;height:25px;background-color:#15506a;text-align:center;color:white; }
.if_ikon{ height:100%;width:50px;justify-content:center;background:white;color:#15506a;border-radius:0; }
.if_borderdiv_50{ border:1px solid gray;width:100%;height:calc(100% - 50px); border-top-left-radius:5px; border-top-right-radius:5px; }
.if_tdpadding{ padding:.3rem !important; }
.if_widthauto{ width:auto; }
.borderright{ border-right:1px solid gray; }
.border_bottom_left{ border-bottom-left-radius:5px; }
.border_bottom_right{ border-bottom-right-radius:5px; }
@media only screen and (max-width: 600px) {
	.if_width175{ width:175px; }
	.departure_div{ display:none; }
	.return_div{ display:none; }
	.departure_input{ display:block !important; }
	.return_input{ display:block !important; }
}
.datepicker-inline {
	width: 100% !important;
}
.datepicker table {
	width: 100% !important;
}
.fieldset {
    border: 1px solid gray;
    border-radius: 5px;
    padding: revert;
    margin: 0;
}
.legend {
    width: auto;
    font-size: 16px;
    float: initial;
}

@media screen and (max-width: 600px) {
  .htable {
    border: 0;
  }


  .htable thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .htable tr {
    border-bottom: 3px solid #ff9300;
    display: block;
    margin-bottom: .625em;
  }
  
  .htable td {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: right;
  }
  
  .htable td::before {
    content: attr(data-label);
    float: left;
  }
  
  .htable td:last-child {
    border-bottom: 0;
  }
}

.multi-steps > li.is-active:before, .multi-steps > li.is-active ~ li:before {
	 content: counter(stepNum);
	 font-family: inherit;
	 font-weight: 700;
}
 .multi-steps > li.is-active:after, .multi-steps > li.is-active ~ li:after {
	 background-color: #ededed;
}
 .multi-steps {
	 display: table;
	 table-layout: fixed;
	 width: 100%;
}
 .multi-steps > li {
	 counter-increment: stepNum;
	 text-align: center;
	 display: table-cell;
	 position: relative;
	 color: #15506a;
}
 .multi-steps > li:before {
	 content: '\f00c';
	 content: '\2713;
	';
	 content: '\10003';
	 content: '\10004';
	 content: '\2713';
	 display: block;
	 margin: 0 auto 4px;
	 background-color: #fff;
	 width: 36px;
	 height: 36px;
	 line-height: 32px;
	 text-align: center;
	 font-weight: bold;
	 border-width: 2px;
	 border-style: solid;
	 border-color: #15506a;
	 border-radius: 50%;
}
 .multi-steps > li:after {
	 content: '';
	 height: 2px;
	 width: 100%;
	 background-color: #15506a;
	 position: absolute;
	 top: 16px;
	 left: 50%;
	 z-index: -1;
}
 .multi-steps > li:last-child:after {
	 display: none;
}
 .multi-steps > li.is-active:before {
	 background-color: #fff;
	 border-color: #15506a;
}
 .multi-steps > li.is-active ~ li {
	 color: #808080;
}
 .multi-steps > li.is-active ~ li:before {
	 background-color: #ededed;
	 border-color: #ededed;
}
 