
@font-face {
  font-family: mainFont;
  src: url(../fonts/FuturaGreek-Medium.ttf);
}
@font-face {
  font-family: boldFont;
  src: url(../fonts/FuturaGreek-Bold.ttf);
}
@font-face {
  font-family: lightFont;
  src: url(../fonts/FuturaGreek-Light.ttf);
}
@font-face {
  font-family: semiFont;
  src: url(../fonts/FuturaGreek-SemiBold.ttf);
}
body{
background-color: #EFEFEF;

	}
    .signup_form{
         padding: 50px;
    }
body {
    margin: 0px;
    font-family: mainFont, Verdana;
    font-size: 16px !important;
    color: #000000 !important;
    line-height: normal;
   
}
img {
    max-width: 100%;
}
.error {
    color: red;
    font-size: 20px;
    margin-top: 10px;
}
.personal_info_input input, .personal_info_input select {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    border-color: #D8D8D8;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 59px;
    outline: 0 !important;
    -webkit-transition: all 100ms;
    transition: all 100ms;
    box-sizing: border-box;
    padding: 10px 15px;
    width: 100%;
    margin-top: 6px;
    font-size: 18px;
    padding-top: 16px;
    padding-bottom: 16px;
}
input#telephone,#fixed_line {
    width: 100%;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    background-color: #ffffff;
    border-color: #D8D8D8;
    min-height: 59px;
    margin-top: 6px !important;
    color: #000000;
}

.iti__flag-container {
    /* width: 100% !important; */
}

.iti.iti--allow-dropdown {
    width: 100%;
    margin-bottom: 10px;
}

#valid-msg,#valid-msg2 {
    color: #00C900;
}
#error-msg,#error-msg2 {
    color: red;
}
#error-msg,#valid-msg ,#error-msg2,#valid-msg2 {
   
}

.hide {
 display: none; 
}

.personal_info_input_phone {
    position: relative;
}


/* footer */
footer {color: #ffffff;}

.footer_inner {
    text-align: center;
}

.footer_main {
    background-color: #041A45;
    min-height: 273px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_text {
    font-size: 15px;
    margin-bottom: 20px;
}

.footer_text a {
    color: #ffffff;
}

.footer_title {
    font-family: 'boldFont';
    margin-bottom: 20px;
}

.footer_text:last-child {
}

.footer_payment {
    margin-top: 40px;
}
.footer_copyright {
    background-color: #00143C;
    font-size: 12px;
    min-height: 59px;
    display: flex;
    align-items: center;
    padding: 20px;
}

.copyright_inner {
    max-width: 1065px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.footer_copyright a {
    color: #ffffff;
}
/*footer */
select {
    background: url(../img/select_arrow.png) no-repeat;
    background-position: right 10px center;
    -moz-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0 !important;
}

.alertify-notifier {
    color: #ffffff;
    font-size: 19px;
    font-family: 'semiFont';
    line-height: 1.2;
    bottom: 20px !important;
}

.alertify-notifier .ajs-message.ajs-error {
    width: 320px;
}

.alertify-notifier.ajs-right .ajs-message.ajs-visible {
    right: 350px !important;
}
.alertify-notifier .ajs-message.ajs-error {
    width: 320px !important;
    background-color: red !important;
}

.input_label {font-family: semiFont;font-size: 22px;margin-bottom: 6px;}

.personal_info_input {
    margin-bottom: 20px;
}



/* loader */
.loading{
    display: none;
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

  background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* loader */

#v-pills-tabContent {
    flex: 1;
      padding-left: 15px;
    padding-right: 15px;
}
#v-pills-search-tab {
    pointer-events: all;
}

.nav-link.disabled {
    pointer-events: none;
     opacity: 0.5;
}
div#v-pills-tab {
    margin-right: 30px;
    padding-left: 15px;
    padding-right: 15px;
        width: 100%;
    max-width: 17%;
        margin-bottom: 30px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #1f6bbf;
    border-radius: 0 !important;
    color: #ffffff !important;
    opacity: 1;
}

.nav-pills .nav-link {
    padding: 20px 15px;
    border-radius: 0 !important;
    width: 100%;
    text-align: center;
    color: #000000;
    font-family: 'semiFont';
   
}
.checkin_container {
    max-width: 1200px;
    margin: auto;
    
    margin-bottom: 200px;
}
.section{
   padding-left: 15px;
    padding-right: 15px;
}
.button_right {
    text-align: right;
}

.button-brand {
    border: none !IMPORTANT;
    background-color: #1f6bbf;
    color: #ffffff;
    padding: 15px 30px;
    font-size: 16px;
    font-family: boldFont;
    min-height: 50px;
}

.col.middle {
    flex-grow: 0;
    align-self: center;
    font-size: 18px;
    font-family: 'semiFont';
        padding-left: 5px;
    padding-right: 5px;
}

.trip_header {
    display: flex;
    justify-content: space-between;
    background-color: #1f6bbf;
    padding: 20px 30px;
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 18px;
}

.header_label {
    font-family: 'semiFont';
    margin-bottom: 10px;
}

.trip_header >*,.passenger >*,.vehicle >* {
    margin-right: 20px;
}



.trip_header >div:last-child,.passenger >div:last-child,.vehicle >div:last-child {
    margin-right: 0;
}
.passenger,.vehicle {
    display: flex;
   
    margin-bottom: 30px;
    align-items: flex-start;
    background-color: #ffffff;
    padding: 20px 30px;
    font-size: 18px;
}

.pass_label {
    font-family: 'semiFont';
    margin-bottom: 15px;
}


.chk_outer {
    display: block !important;
  
    position: relative;
    
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 15px;
   
}
.chk_container {
    cursor: pointer;
}
.chk_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0 !important;
    width: 0 !important;
}
.checkmark {
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: transparent;
    border: 1px solid #000000;
}
/* On mouse-over, add a grey background color */
.chk_container:hover input ~ .checkmark {
  background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.chk_container input:checked ~ .checkmark {

}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.chk_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.chk_container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 7px;
    height: 10px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.logo {
    background-color: #1f6bbf;
    text-align: center;
}
.email_to input[type="email"] {
    border: none;
    border-bottom: 1px solid #000000;
    outline: none !important;
    background-color: transparent !important;
    width: 100%;
    border-radius: 0 !important;
}
.email_to {
    min-width: 220px;
    display: table;
    margin-left: auto;
    margin-bottom: 30px;
    font-size: 18px;
}
.section-title {
    text-align: center;
    font-family: 'boldFont';
    padding: 20px;
    font-size: 20px;
    background-color: #041A45;
    color: #ffffff;
    max-width: 1200px;
    margin: 80px auto;
}
.check_all_chk .checkmark {
    bottom: 0;
}
.check_all_chk .checkmark {
    border-color: #ffffff;
}

.check_all_chk .checkmark:after {
    border-color: #ffffff;
}
.email_to .pass_label {
    margin-bottom: 15px;
}

.pass_label img {
    max-height: 27px;
    margin-right: 5px;
}
.pass_info {
    flex: 0 0 20%;
    max-width: 20%;
}
.pass_info:nth-child(2) .pass_info_inner {
    width: 100%;
    max-width: 160px;
}
@media screen and (max-width: 767px) {
    .check_all_chk .checkmark {
   
    bottom: unset;
}
 #v-pills-tab {
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 30px;
}

.trip_header {
    font-size: 16px;
    margin-bottom: 20px;
    padding: 20px;
    flex-wrap: wrap;
}

.passenger,.vehicle {
    font-size: 16px;
    padding: 20px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.trip_header >*, .passenger >*,.vehicle>* {
    margin-right: 12px;
    margin-bottom: 30px;
    text-align: center;

}



.pass_label img {
    display: none;
}

.checkmark {
    top: unset;
    left: 50%;
    margin-left: -11px;
}

.trip_header >div, .passenger >div,.vehicle >div{
    margin-bottom: 0;
    flex: 1;
}

.email_to {
    padding-left: 15px;
    padding-right: 15px;
}

.button_right {
    padding-left: 15px;
    padding-right: 15px;
}

.chk_outer {
margin-bottom: 40px !important;
    flex: 0 auto !important;
}

.chk_container .pass_label {
    margin-bottom: 10px;
}



.chk_outer {

    width: 100%;
}




.header_label,.pass_label {
    min-height: 34px;
}

.chk_container .header_label,.chk_container .pass_label {
    min-height: inherit;
}


.personal_info_input.half_input.col {
    flex-grow: 0;
    flex-basis: 100%;
}

.col.middle {
    padding-left: 15px;
    
    padding-right: 15px;
    margin: auto;
    margin-bottom: 20px;
}

.section-title
{
margin:60px auto !important;
  }

}

.ticket_donwload {
    background-color: green;
    color: #ffffff;
    font-size: 20px;
    font-family: 'semiFont';
    padding: 12px;
        display: inline-block;
}

.ticket_donwload:hover {
    color: #ffffff !important;
    text-decoration: none;
}
.tickets_text {
    font-size: 20px;
    line-height: 28px;
    margin-top: 35px;
}
.tickets_text ul {
    font-style: italic;
    font-size: 18px;
}
.tickets_text p {
    margin-bottom: 10px;
}

.total_to_pay {
    background-color: #e63131;
    color: #ffffff;
    font-size: 25px;
    font-family: 'semiFont';
    padding: 10px;
    display: inline-block;
    margin-bottom: 25px;
}

select.error, input.error {
    border: 2px solid red !important;
}