@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Ubuntu');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600&display=swap');
@import url("https://use.fontawesome.com/releases/v5.8.1/css/all.css")
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');

/*@import url(http://allfont.net/allfont.css?fonts=open-sans-semibold);
@import url(http://allfont.net/allfont.css?fonts=open-sans-light);*/



* {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif !important;
    outline:none !important;
}
/*---------------default--------------*/

body {
    display: -ms-block;
    display: block;
    color: #8b8b8e;
    text-shadow: none;
    box-shadow: none;
    overflow-x: hidden;
    background-color:#f5f5f5; /*#fdfcff Commented by Sunil for AC Cart new design*/
    /*font-family: 'Lato', sans-serif !important;*/
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free" !important;
}

img {
    width: 100%;
}
a:hover {
    text-decoration: none;
}
a:focus, input:focus, button:focus, textarea:focus, select {
    outline: none;
}
body::-webkit-scrollbar {
    width: 10px;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 4, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 0px solid slategrey;
}
.container {
    max-width: 1170px;
}
.starting_city_date:after,.top_view:after,.peice_and_selection:after,.div_close:after,.bottom_sec:after,.air_na_tm_info:after, .card_v:after,.table_design_flight:after, .nationality_and_advancesearch:after, .section_one:after, .btn-hover_room_sec:after, .flight_view_icon:after{
    display: block;
    content: "";
    clear: both;
    height: 0px;
}
.btn {
    
    font-size:13px !important;
    font-weight: normal !important;
}

/*-----------header and menudesign----------------*/

/*-----------Flight Ancillary Services----------------*/
.ancilarry_services {
  border-collapse: collapse;
  width: 100%;
}
.border_none{
    border:none !important;
    padding: 1em 0em !important;
}
.tab_list_items{
    width:33.3% !important;
    border-radius: unset!important;
    margin: 0 !important;
    border-right: 1px solid #343a40 !important;
}
.inner_tab_list_items{
    width: 15% !important;
    border-radius: unset!important;
    margin: 0 !important;
    border-right: 1px solid #343a40 !important;
}
.ancilarry_services td, .ancilarry_services th {
  border: 1px solid #ddd;
  padding: 8px;
}

.ancilarry_services tr:nth-child(even){background-color: #f2f2f2;}

.ancilarry_services tr:hover { background-color: #ddd;}

.ancilarry_services th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #439ff3;
    color: white;
    padding: 5px;
}
/*.tabContent{
    padding: 1em 0em !important;
}*/
.tab_ul{
    background: #ced4da !important;
    border: none !important;
    border-top: 1px solid #ced4da !important;
    border-bottom: 1px solid #ced4da !important;
    padding: 0 !important;
}
.anc_list{
    color: #000 !important;
    font-weight: bold;
    text-align: left;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background: #439ff3;
}

.checkbox_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 25px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox_container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox_container input:checked ~ .checkmark {
  background-color: #0093DD !important;
}

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

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

/* Style the checkmark/indicator */
.checkbox_container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fl_icon{ margin-left: 10px; margin-right: 10px; }
.fl_icon_img { height: 16px;margin-right: 7px; }


.airport_name{
    max-width: 200px !important;
    white-space: pre-line;
    padding-left: 3px;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
}

.flight_tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.flight_tooltip .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: #6c6c6c;
  color: #fff !important;
  text-align: left;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.flight_tooltip:hover .tooltiptext {
  visibility: visible;
}
.flight_tooltip li{
    margin-left : 10px;
}

.flight_tooltip .fl_icon{
    color: #586677 !important;
}
.fare_text{
    margin-top: 20px;
    cursor: pointer;
    color: #019fe8;
    font-size: 15px;
    text-decoration: underline;
}

.disable_sec
{
    pointer-events: none;
    color: #e8e8e8;
}