/* invoice web styles */
.invoice .logo {
  max-width:180px;
}
.invoice {
  padding: 0 2rem;
}
.invoice .section-header {
  background: #eeeeee;
  border: 1px solid #efefef;
  color: #000;
  padding: 1rem;
  margin-bottom: .5rem;
  margin-top: .5rem;
  border-radius: .2rem;
}
.invoice-notice {
  font-size: 14px;
  margin-top: 6px;
  margin-left: 20px;
  color: #eee;
  font-weight: normal;
}
.invoice .airline-logo {
  max-width: 140px;
}
.invoice .airline-name {
  font-weight: bold;
  font-size: 1.25rem;
  margin-top: 20px;
}
.invoice .info {
  display: block;
  margin: 0;
}
.invoice .info-dept {
  font-size: .9rem;
}
.invoice .info-date {
  font-size:1.25rem;
}
.invoice .info-date {
  font-size:1.25rem;
}
.invoice .info-time {
  font-size: 1.75rem;
  font-weight: 500;
  margin: 1.25rem 0;
}
.invoice .info-airport-name {
  font-size:1rem;
}
.invoice .info-terminal {
  font-size:1rem;
}
.invoice .secondary-info {
  display: block;
  margin-bottom: 1rem;
}

.invoice .secondary-info-label {
  display: block;
  font-size: .85rem;
  color: #757575;
  margin-bottom: 0;
}
.invoice .details-header {
  border-bottom: 2px solid #efefef;
}
.payment-information .row {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.muted-header {
  font-size: 1rem;
  color: #757575;
  font-weight: normal;
  margin-bottom: 0;
}
.invoice .bg-light-grey {
  background:#efefef;
  color: #353535;
}
.text-bold {
  font-weight: bold;
}
.text-big {
  font-size: 1.25rem;
}
.card-icon {
  max-width:24px;
}




/*------------------------------------------------------------------------------------------------------signup form---*/
html {
  height: 100%;
}

body {
  min-height: 100%;
}

.quote-form textarea.form-control {
  padding: 1rem 0.75rem;
}

.navbar-nav .dropdown-menu-right .dropdown-item {
  cursor: pointer;
  background-color: #fff;
  color: #111;
  outline: none;
}

.navbar-nav .dropdown-menu-right {
  position: absolute;
}

.select2-results__option--highlighted {
  background-color: #2F619B;
  color: #fff;
}

.container.sm {
  max-width: 960px;
}

.trip_type a {
  color: #1d1d1d;
  opacity: 1;
  font-weight: 400;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.trip_type label.active {
  opacity: 1;
}

.trip_type label.active a {
  border-bottom: 2px solid #1d1d1d;
}

.multi-city h3,
.add-flight {
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}

.add-flight .oi-plus {
  color: white;
  font-size: 0.6rem;
  margin-right: 15px;
  background: #3037BB;
  padding: 4px;
  border-radius: 2px;
}

.dropdown-menu select.form-control:not([size]):not([multiple]) {
  height: 34px;
}

.flexibility select.form-control:not([size]):not([multiple]) {
  height: 45px !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

.f-single-type {
  border-bottom: 1px solid #f5f5f5;
}

.f-single-type select.form-control:not([size]):not([multiple]) {
  height: 45px !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

::-webkit-input-placeholder {
  color: #555;
}

::-moz-placeholder {
  color: #555;
}

:-ms-input-placeholder {
  color: #555;
}

:-moz-placeholder {
  color: #555;
}

.has-danger .form-control,
.has-danger input,
.has-danger .input-group-html5 .input-group-addon {
  color: #dc3545;
  border-color: #dc3545;
}

.has-danger select option {
  color: #555;
}

.has-danger input.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #dc3545 !important;
}

.has-danger input.form-control::-moz-placeholder {
  color: #dc3545 !important;
}

.has-danger input.form-control:-ms-input-placeholder {
  color: #dc3545 !important;
}

.has-danger input.form-control:-moz-placeholder {
  color: #dc3545 !important;
}

.client-notes-area {
  min-height: 59px;
}

.question-block select {
  min-height: 45px;
}

.datepicker-input.form-control:disabled, .datepicker-input.form-control[readonly] {
  cursor: pointer;
  background-color: transparent;
}

.toast-top-right {
  top: 72px;
}



.quote-form-row .btn-primary {
  height: 55px;
}

.select2-container--quote-select .select2-selection {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.select2-container--quote-select.select2-container--open .select2-selection,
.select2-container--quote-select .select2-selection:focus,
.select2-container--quote-select .select2-dropdown {
  border-color: #3037BB;
}

.select2-container--quote-select .select2-search--dropdown .select2-search__field:focus {
  border-color: #3037BB;
}

.select2-container--quote-select .select2-search--dropdown .select2-search__field {
  border-radius: 0;
  outline: 0;
}

.select2-container--quote-select .select2-results {
  display: block;
}

.select2-container--quote-select .select2-selection {
  background: #fff;
  outline: none;
}

.select2-container--quote-select .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--quote-select.select2-container--open .form-control,
.select2-container--quote-select.select2-container--focus .form-control {
  border-bottom: 2px solid #3037BB;
  outline: none;
}

.select2-container--quote-select.select2-container--open .select2-selection,
.select2-container--quote-select.select2-container--focus .select2-selection {
  border-color: #3037BB;
}

.select2-selection--multiple .select2-search--inline .select2-search__field {
  width: auto !important;
}

.has-error .select2-container--quote-select.select2-container--open .select2-selection,
.has-error .select2-container--quote-select.select2-container--focus .select2-selection,
.has-success .select2-container--quote-select.select2-container--open .select2-selection,
.has-success .select2-container--quote-select.select2-container--focus .select2-selection {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container--krajee .select2-selection {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid silver;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.select2-container--krajee.select2-container--open .select2-selection,
.select2-container--krajee .select2-selection:focus,
.select2-container--krajee.select2-container--open.select2-container--below .select2-selection {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type="radio"] {
  opacity: 0;
  width: 0;
  height: 0;
}

.radio-visible input[type="radio"] {
  opacity: 1;
  width: auto;
  height: auto;
}

.radio-visible.custom input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-visible.custom label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.radio-visible.custom label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  background-color: #fff;
  width: 20px;
  height: 20px;
  border: 1px solid #dedede;
  border-radius: 10px;
}

.radio-visible.custom label:after {
  content: '';
  position: absolute;
  display: none;
}

.radio-visible.custom input[type="radio"]:checked ~ label:after {
  display: block;
  top: 50%;
  margin-top: -4px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #afafaf;
}

.radio-visible.custom .form-check-inline {
  margin-right: 1.5rem;
  margin-left: 0;
}

.quote-form-row .dropdown button {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.quote-form-row .dropdown button.close {
  font-size: 1.5rem;
  line-height: 1;
  border: 0;
  width: auto;
  height: auto;
}

.bootstrap-touchspin .touchspin-input {
  width: 35px;
  text-align: center;
  border: 0;
  background: none;
  cursor: default;
}

.dropdown {
  display: inline-block;
  margin-right: 1.5rem;
}

.dropdown-toggle {
  color: #fff;
  font-weight: 400;
}

.quote-form .touchspin-input.form-control {
  height: 20px;
  font-size: 15px;
  color: #101010;
  font-weight: bold;
  padding: 0;
}

.logo {
  height: auto;
  max-height: 44px;
  max-width: 240px;
}

.logo.default {
  width: 360px;
  max-width: 100%;
  max-height: 100%;
}

.min-h-100 {
  min-height: 100vh;
}

.btn-primary.grey {
  text-transform: none;
  padding: 0.75rem 2rem;
  background-color: #f5f5f5;
  border: 0;
  color: #000;
  margin-bottom: 15px;
  cursor: pointer;
}

.btn-primary.grey:focus {
  -webkit-box-shadow: 0 0 0 3px #dedede;
  box-shadow: 0 0 0 3px #dedede;
}

@media (max-width: 1200px) and (min-width: 767px) {
  .content-logo img {
    width: 100%;
  }
  .p-exl {
    padding: 4rem;
  }
}

.text-danger,
.help-block {
  font-weight: 400;
  margin-top: .5rem;
}

.quote-hero .help-block {
  color: #fff !important;
  background: #ef0d0d;
  border-radius: .2rem;
  padding-left: 10px;
}

.form-control {
  height: 45px;
}

.plane-icon {
  background-image: url("../images/icon_plane_grey.png");
  background-repeat: no-repeat;
}

.flight-number {
  font-size: 1.85rem;
}

.flight-city {
  font-size: 2.5rem;
  font-weight: bold;
}

.fare-type {
  color: #8a8a8a;
}

.flight-date {
  font-size: 1.25rem;
}

.flight-time {
  font-size: 1.5rem;
  font-weight: bold;
}

.flight-city.full {
  font-weight: normal;
  font-size: 1rem;
  color: #8a8a8a;
}

.ticker-info {
  padding-bottom: 2rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ddd;
}

.ticker-info .line {
  position: relative;
  width: 100%;
  margin-left: 2rem;
  margin-right: 1rem;
}

.ticker-info .line:before {
  content: '';
  display: block;
  background-color: #dedede;
  height: 2px;
  width: 100%;
}

.ticker-info .line .circle {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  display: block;
  background-color: #dedede;
}

.ticker-info .line .circle:nth-child(1) {
  top: 0;
  left: 0;
  margin-top: -4px;
}

.ticker-info .line .circle:last-of-type {
  top: 0;
  right: 0;
  margin-top: -4px;
}

.ticker-info .line .plane-icon {
  position: absolute;
  width: 37px;
  height: 37px;
  display: block;
  padding: 0;
  border: 0;
  top: -18px;
  left: 50%;
  margin-left: -18px;
}

/* .select2-container--quote-select .select2-search--dropdown .select2-search__field{
    padding-left: 3.25rem;
}
.select2-container--quote-select .select2-search--dropdown {
    padding-top: 0;
}
.select2-container--quote-select .select2-search--dropdown .select2-search__field.input-plane-icon{
    background-position: 0.2rem 1.2rem;
} */
.select2-container--custom-select .select2-selection--single {
  height: 45px;
  line-height: 1.25;
  padding: .75rem;
  border: 1px solid #ddd;
}

.select2-container--custom-select.select2-container--open .select2-selection,
.select2-container--custom-select.select2-container--focus .select2-selection {
  /* border: 0; */
  border-bottom: 2px solid #3037BB;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.select2-container--custom-select .select2-results__options {
  max-height: 150px;
  overflow-y: auto;
}

.select2-container--custom-select .select2-results__option {
  padding: 1rem 1.2rem;
}

.select2-container--custom-select .select2-selection--single .select2-selection__rendered {
  padding: 0 35px 0 0;
}

.select2-container--custom-select .select2-selection--single .select2-selection__clear {
  position: absolute;
  right: 30px;
}

.select2-container--custom-select .select2-search--dropdown .select2-search__field {
  outline: 2px solid #3037BB;
}

.select2-container--custom-select .select2-results__option:hover {
  background-color: #3037BB;
  color: #fff;
}

.select2-container--custom-select .select2-results__option.select2-results {
  background-color: #3037BB;
}

.select2-container--custom-select .select2-dropdown--below {
  border-radius: 0;
}

.select2-container--custom-select .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: auto;
  right: 15px;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--custom-select.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}

.select2-container--custom-select.select2-container--disabled {
  cursor: not-allowed;
}

.select2-container--custom-select.select2-container--disabled .select2-selection--single {
  pointer-events: none;
}

.description-hear textarea {
  resize: none;
  height: 65px;
}

.why-regal {
  background: url(../images/quote-bottom.jpg) center center/cover no-repeat !important;
  background-size: cover;
  padding: 10rem 0;
}

.select-pagination-dropdown {
  display: inline-block;
  width: 100%;
}

.select-pagination-dropdown select {
  padding: .5rem .75rem .5rem .75rem;
  font-size: 14px;
}

.select-pagination-dropdown .select2-container--krajee .select2-selection {
  height: 45px;
}
.select-pagination-dropdown .select2-container--krajee .select2-selection--single .select2-selection__placeholder {
  line-height: 2em;
  color: #000;
}
.select-pagination-dropdown .select2-container--krajee .select2-selection--single .select2-selection__arrow {
  border: none;
  height: 40px;
}
.select-pagination-dropdown .select2-container--krajee .select2-selection--single .select2-selection__arrow b {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2.3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.select-pagination-dropdown .select2-container--krajee.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-top: 2px;
}
.select-pagination-dropdown .select2-container--krajee .select2-selection--single .select2-selection__clear {
  right: 2rem;
  top: 10px;
  cursor: pointer;
}
.select-pagination-dropdown .select2-container--krajee .select2-selection--single .select2-selection__rendered {
  line-height: 2rem;
}
/* .select-pagination-dropdown . {} */

.country-select div select, .state-select div select, .city-select div select {
  padding: 7px;
}

.daterangepicker select.monthselect {
  width: 55%;
}

.daterangepicker select.yearselect {
  width: 45%;
}

.navbar-nav .setting .dropdown-menu-right {
  top: 47px;
}

.toggle-row {
  background: #fafafa;
  border: 1px solid #ddd;
  padding: 1.5rem;
  margin-bottom: 2.5rem;
}

.earn {
  max-height: 630px;
}

.earn-box {
  width: 400px;
  background: #fff;
  position: relative;
  top: -410px;
  padding: 30px 20px;
}

.pointer:hover {
  cursor: pointer;
}

.color-black, .color-black:hover {
  color: #505050;
}

.arrow_back img {
  height: 34px;
  padding: .5rem;
  background: #f5f5f5;
  border: #dddd;
  border-radius: 50%;
}

.cancelBtn {
  background: #f5f5f5;
  color: #555;
  margin-right: .5rem;
}

.position-relative {
  position: relative;
}
/* select2-dropdown departure-icon has-icon */

.select2-dropdown.top .select2-search--dropdown {
  padding: 0;
}
.select2-dropdown.top .select2-search--dropdown .select2-search__field{
  height: 53px;
  line-height: 53px;
  padding-left: 58px;
  border: 0;
}
.select2-dropdown.top.has-icon .select2-search--dropdown:after {
  content: '';
  width: 23px;
  height: 20px;
  position: absolute;
  top: 19px;
  left: 15px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.select2-dropdown.top.departure-icon .select2-search--dropdown:after {
  background-image: url("../images/icons/departure-plane-icon.svg");
}
.select2-dropdown.top.arrival-icon .select2-search--dropdown:after {
  background-image: url("../images/icons/arrival-plane-icon.svg");
}

@media (min-width: 992px) {
  .dropdown-menu.top{
    margin-top: -55px;
  }
  .select2-dropdown.top {
    margin-top: -54px;
  }
}

@media (min-width: 768px) {
  .navbar-nav .dropdown-menu-right {
    top: 58px;
  }
}

@media (min-width: 767px) {
  .min-h-sm-100 {
    min-height: 100vh;
  }
}

@media (max-width: 480px) and (min-width: 1px) {
  .content-logo img {
    width: 100%;
  }
  .ticker-info .line .plane-icon {
    width: 25px;
    height: 25px;
    background-size: 100%;
    top: -11px;
    margin-left: -11px;
  }
}

@media (max-width: 767px) and (min-width: 1px) {
  .navbar-brand {
    margin-right: 0;
  }
  .flight-number {
    font-size: 1.25rem;
  }
  .flight-city {
    font-size: 1.5rem;
  }
  .flight-date {
    font-size: 1rem;
  }
  .flight-time {
    font-size: 1rem;
    font-weight: bold;
  }
  .flight-city.full {
    font-size: 0.935rem;
  }
  .ticker-info .line .plane-icon {
    width: 25px;
    height: 25px;
    background-size: 100%;
    top: -11px;
    margin-left: -11px;
  }
  .hidden-md-down {
    display: none;
  }
  .p-exl {
    padding: 4rem;
  }
  body.has-footer {
    position: static;
    padding-bottom: 0;
  }
  footer {
    position: relative;
  }
  .trip_type a {
    color: #fff;
  }
  .select2-container--quote-select .select2-selection--single .select2-selection__rendered {
    font-size: 1.2rem;
  }
  .navbar-dark .navbar-header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .navbar-dark .navbar-brand {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .navbar-dark .navbar-header .navbar-toggler {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .earn-box {
    width: 100%;
    position: static;
    top: 0;
    padding: 0px;
  }
  .select2-dropdown.top.departure-icon .select2-search--dropdown:after,
  .select2-dropdown.top.arrival-icon .select2-search--dropdown:after {
    content: none;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  .select2-container--quote-select .select2-selection--single {
    height: 45px;
  }
  select.form-control:not([size]):not([multiple]) {
    height: 54px;
  }
  .daterangepicker .calendar {
    margin: 2px;
  }
  .quote-form-row .btn-primary {
    height: 46px;
    font-size: 0.7em;
  }
  .dropdown-menu.top{
    margin-top: -45px;
  }
  .select2-dropdown.top{
    margin-top: -44px;
  }
  .select2-dropdown.top .select2-search--dropdown .select2-search__field{
    height: 42px;
    line-height: 42px;
    padding-left: 58px;
    border: 0;
  }
  .select2-dropdown.top.has-icon .select2-search--dropdown:after {
    top: 10px;
  }
  .select2-dropdown.top.has-icon.departure-icon .select2-search--dropdown:after {
    top: 13px;
}
  .input-plane-icon {
    background: url(https://cdn0.iconfinder.com/data/icons/iconsweets2/40/plane.png) no-repeat #fff 1rem 0.8rem;
    background-size: 26px;
  }
  .input-date-icon {
    background: url(https://cdn0.iconfinder.com/data/icons/iconsweets2/40/calendar_schedule.png) no-repeat #fff 1rem 0.8rem;
    background-size: 26px;
  }
  .flag-container {
    height: 33px !important;
  }
  .form-group .intl-tel-input {
    height: 35px;
  }
}

.btn-back {
  padding: 0 !important;
}
