body {
    background: #fff;
}

ul li {
    list-style: none;
}
.min-height {
	min-height: 400px;
}
.modal-header .close {
    font-size: x-large;
}

.international-list-branded-rules{
	min-height: 30px !important;
}
.international-list-branded-rules p{
	font-size: 10px !important;
	margin-bottom: 0 !important;
	display: inline-block;
}
.international-list-branded-rules-mobile{
	min-height:unset
	
}

.datepicker-box-blank {
    display: block;
    background: #fff;
    border: 1px solid #ccc;
    height: 50px;
    border-radius: 3px;
    width: 100%;
    padding-left: 0.2rem;
    position: relative;
}

.datepicker-box-blank button {
    background: transparent;
    border: none;
    width: 100%;
}
/* Extended */

.e-px-1 {
    padding: 0 0.2rem !important;
}

button {
    background: transparent;
    border: none;
}

[data-toggle="tooltip"] {
    cursor: help !important;
}

#modalLoadingCheckout .modal-dialog {
    max-width: 576px;
}

#modalLoadingCheckout img {
    margin-bottom: 10px;
}

#modalLoadingCheckout h3 {
    font-size: 1.25rem !important;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0;
    
}

.search-form {
    margin: 0 !important;
    padding: 0 !important;
    background-color: #F7F7F7;
    border-radius: 2px;
    border: 1px solid #eaeaea;
    box-shadow: 0px 0px 6px #afafaf;
    margin-bottom: 5px !important;
}

@media (max-width: 1199px) {
	.search-form {
		margin: 8px 0 0 0 !important;
	}
}

#searchForm.search-form-inner .container .row .search-col {
    margin: 10px 0 0;
}

.search-form .search-area {
    background: none;
    position: relative;
    padding-top: 0;
}

#btn-hide-search-form {
    font-size: 24px;
    right: 10px;
    top: 0px;
    margin-top: -8px;
    position: absolute;
    display: none;
    z-index: 2;
    cursor: pointer;
    font-weight: bold;
}

.flight-summary {
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    display: none;
}

.flight-summary span.city {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    /*     vertical-align: top; */
}

.flight-summary span.city i {
    margin-left: -3px;
    padding-top: 0px;
}

.flight-summary .bg-bg_gidisdonus {
    margin-bottom: -5px;
}

[data-roundtrip="false"] .flight-summary span.city i {
    margin-top: 4px
}

.flight-summary div.date {
    font-size: 12px
}

.flight-summary div.date span {
    border-right: 1px solid #CCC;
    padding-right: 5px;
    margin-right: 2px;
}

.flight-summary div.date span:last-child {
    border: none;
}

.flight-summary #btn-change-flight {
    color: #007bff;
}

.results {
    font-size: 11px !important;
}

.results .no-flight-found {
    display: none;
}

.results .no-flight-found h3 {
    text-align: center;
    font-size: 22px;
}

.results div:not(.modal-dialog) {
    padding: 0;
    margin: 0;
}

.results .helper {
    width: 100%;
    text-align: center;
    display: none;
}

.results .filter-results {
    text-align: right;
    font-size: 12px;
}

.results .list-border {
/*     border: 1px solid #e2e1e1; */
}

/* .results .flight-list .list-border { */
/*     border-right: none; */
/* } */

.search-international .results .list-border {
    border: none;
}

@media (min-width: 1200px) {
	[data-roundtrip="true"] #flights-table {
	    width: calc(100% + 1px);
	}
}

/* .flight-item */

tr.flight-item {
    height: 115px;
    border: 1px solid #e2e1e2;
}

tr:nth-last-of-type(-n+2) {
    border-bottom: none;
}

tr.flight-item.hidden {
    display: none;
}

tr.flight-item td:first-child {
    text-align: center;
    font-size: 11px;
}

tr.flight-item .operating-airline {
    color: #a6a6a3;
}

.screen-md .operating-airline {
    white-space: normal;
}

tr.flight-item .flight-number {
    font-weight: bold;
}

tr.flight-item .flight-time {
    display: block;
    font-size: 15px;
    text-align: center;
}

tr.flight-item .airport {
    font-size: 14px;
    text-align: center;
}

tr.flight-item .flight-duration {
    display: block;
    text-align: center;
}

tr.flight-item .segment-count {
    text-align: center;
    display: block;
    margin-top: 12px;
}

/* end of .flight-item */

.search-header {
    position: relative;
    background: #3d3b3a;
    font-size: 14px;
    color: #fff;
    padding: 5px !important;
    margin: 0 0 0 0 !important;
}

.search-header img.flight-icon {
    width: 18px;
    margin: -3px 4px 0 0;
}

.flight-list {
    padding-right: 1px !important;
}

.return-flight-list {
    padding-left: 1px !important;
}

.ui-datepicker-custom.ui-datepicker.ui-widget.ui-widget-content:after {
    content: url(/resources/img/icons/datepicker-triangle.png);
}

.return-flight-list .search-header {
    background: #ffc600;
}

.search-header .btn-prev-day {
    background: url(/resources/img/icons/date-arrow-l.png);
    height: 12px;
    width: 12px;
    margin: 4px 0 -1px 0;
    display: inline-block;
    cursor: pointer;
}

.search-header .btn-next-day {
    background: url(/resources/img/icons/date-arrow-r.png);
    height: 12px;
    width: 12px;
    margin: 4px 5px -1px 5px;
    display: inline-block;
    cursor: pointer;
}

.search-header .flight-date-changer {
    position: absolute;
    right: 0;
}

table.tablesorter {
    width: 100%;
    background-color: #FFF;
}

table.tablesorter>thead {
    background-color: #afafaf;
    color: #FFF;
    border: none;
}
.language-ru .search-domestic [data-roundtrip="true"] .tablesorter-header-inner, .language-en .search-domestic [data-roundtrip="true"] .tablesorter-header-inner,
.language-fr .search-domestic [data-roundtrip="true"] .tablesorter-header-inner, .language-de .search-domestic [data-roundtrip="true"] .tablesorter-header-inner  {
       width: calc(100% - 20px);
       white-space: nowrap;
       overflow: hidden;
       text-overflow: ellipsis;
   }
table.tablesorter>tbody {
    border: none;
    /*     border-left: 1px solid rgba(255, 198, 0, 0); */
    /*     border-right: 1px solid rgba(255, 198, 0, 0); */
}

_::-webkit-full-page-media, _:future, :root .search-international table.tablesorter>tbody {
	border-right: 1px solid #e1e2e1;
}

_::-webkit-full-page-media, _:future, :root table.tablesorter>thead {
	border-right: 1px solid #afafaf;
}

_::-webkit-full-page-media, _:future, :root .flight-rules table th {
	padding: 0.75rem 0.5rem 0.75rem 0.5rem;
}

_::-webkit-full-page-media, _:future, :root .flight-rules table td {
	padding: 0.75rem 0.5rem 0.75rem 0.5rem;
}

_::-webkit-full-page-media, _:future, :root tr.flight-detail td .table td {
	box-shadow: none;
}

table.tablesorter>thead tr th {
    background-color: #afafaf;
    border: none;
    text-align: center !important;
    padding: 0;
    margin: 0;
    width: auto !important;
}

table.tablesorter .tablesorter-filter-row {
    display: none;
}




/* table.tablesorter.oneway thead tr th, table.tablesorter.oneway thead tr th.price { */
/*     width: auto !important; */
/* } */

@-moz-document url-prefix() {
	[data-roundtrip="true"] #flights-table tbody {
	    border-right: 1px solid #e1e2e1;
	}
}

.search-domestic table.tablesorter .flight-item > td:nth-last-of-type(-n+2), .search-domestic table.tablesorter > th:nth-last-of-type(-n+2) {
    display: none;
}
.search-domestic [data-roundtrip="true"] table.tablesorter>tbody tr td:nth-child(1) {
	width: 85px !important;
}
.search-domestic [data-roundtrip="true"] table.tablesorter>tbody tr td:nth-child(2),
.search-domestic [data-roundtrip="true"] table.tablesorter>tbody tr td:nth-child(4) {
	width: 65px !important;
}

.search-domestic [data-roundtrip="false"] table.tablesorter>tbody tr td:nth-child(3) {
	width: 130px; 
}

.search-domestic [data-roundtrip="true"] table.tablesorter>tbody tr td:nth-child(3) {
	width: 70px !important;
}
.search-domestic [data-roundtrip="true"] table.tablesorter>tbody tr td:nth-child(5) {
	width: 100px !important;
}
.search-domestic [data-roundtrip="true"] .flight-select {
	width: 35px !important;
	position: relative;
}

.tablesorter-headerAsc {
    background: url("https://images.ucuzabilet.com/resources/img/buttons/dropbox-asc.png") right center no-repeat;
    background-position-x: 75%;
}

.tablesorter-headerDesc {
    background: url("https://images.ucuzabilet.com/resources/img/buttons/dropbox-desc.png") right center no-repeat;
    background-position-x: 75%;
}

.tablesorter-headerUnSorted {
    background: url("https://images.ucuzabilet.com/resources/img/buttons/ice-unsorted.png") right center no-repeat;
    background-position-x: 85%;
}

.tablesorter-headerAsc:nth-last-child(-n+5), .tablesorter-headerDesc:nth-last-child(-n+5), .tablesorter-headerUnSorted:nth-last-child(-n+5) {
    background: none !important;
}

/* BLANK ROWS */

.blank-row-5 {
    height: 5px;
}

.blank-row-10 {
    height: 10px;
}

.blank-row-15 {
    height: 15px;
}

.blank-row-20 {
    height: 20px;
}

/* BLANK ROWS */

.btn-select-flight {
    background: #ffc600;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-top-right-radius: 0px;
    border: none;
    -webkit-box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.35);
    box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.35);
    position: relative;
    cursor: pointer;
    margin-right: 9px;
    margin-top: 1px;
}

.btn-select-flight:after {
    left: 99%;
    top: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 198, 0, 0);
    border-left-color: #ffc600;
    border-width: 18px;
}

.price-note {
    font-size: 10px;
    line-height: 11px;
    max-width: 90px;
    padding-top: 5px !important;
    margin: 0 auto !important;
    text-align: center;
}

.flight-price {
    text-align: center;
}

.flight-price .same-provider-discount {
    font-weight: bold;
    text-decoration: line-through;
    display: none;
}

.flight-price .same-provider-discount.line-through {
    display: table;
    margin: 0 auto;
}

.btn-center {
    display: table;
    margin: 0 auto !important;
    /* width: max-content; */
    /* text-align: -webkit-match-parent; */
}

.flight-price {
    text-align: inherit !important;
}

.flight-price .price-big {}

.flight-price .price-big.currencyChangeArea {
    display: block;
    position: relative;
    height: 28px;
    margin-right: -13px;
}

.flight-price .price-big .integers {
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
}

.flight-price .price-big .decimals {
    font-size: 10px;
    position: relative;
    top: -10px;
    right: -2px;
    color: #a4a4a4;
    /* font-weight: bold; */
}

.flight-price .price-big .decimal-point {
    position: relative;
    top: -10px;
    right: -2px;
    color: #a4a4a4;
    font-weight: bold;

}

.flight-price .price-big .currency {
    font-size: 10px;
    position: relative;
    bottom: 0;
    right: 14px;
    color: #a4a4a4;
    font-weight: bold;
    /* width: 24px; */
    /* text-align: right; */
}

.flight-price .lastseat {
    display: inline-block;
    font-size: 12px;
    color: #dc3545 !important;
    text-align: center;
	width: 100%;
}

.flight-select {
    text-align: center;
}

.btn-flight-detail {
    width: 100%;
    margin: 0 auto;
    display: table;
    color: #007bff !important;
    cursor: pointer;
    font-size: 11px;
    padding: 0;
    position: relative;
}

.btn-flight-detail.opened:after {
	content: url(/resources/img/icons/datepicker-triangle.png);
    position: absolute;
    width: 100%;
    left: 0;
    display: block;
    z-index: 1;
    margin-top: 8px;
}


.btn-flight-detail:after {
	display: none;
}

.btn-flight-detail.opened {
	color: #4391D3 !important;	
}

tr.flight-detail {
    display: none;
    border-bottom: 1px solid #c4c7cc;
    margin-bottom: 0px;
    box-shadow: 1px 1px 5px rgba(146, 146, 146, 0.5);
    -webkit-box-shadow: 1px 1px 5px rgba(146, 146, 146, 0.5);
    -webkit-appearance: none;
}

_::-webkit-full-page-media, _:future, :root tr.flight-detail td {
	box-shadow: 0px 0px 5px #ccc;
}

tr.flight-detail .operating-airline { 
	color: #a6a6a3;
}

.stop-clock-icon {
    display: inline-block;
    height: 14px;
}

.stop-clock-icon.line1 {
    height: 30px;
    margin-top: -5px;
}

.seat-icon {
    display: inline-block;
    margin-top: 5px;
}

.transmission {
    margin: 6px 30%!important;
    position: relative;
}

.transmission .one-line, .transmission .one-line-small {
    background-color: #a6a6a3;
    width: 100%;
    height: 1px;
    float: left;
}

.transmission .one-line-small:before {
    content: url(/resources/img/icons/cut-arrow-right.png);
    color: #a6a6a3;
    display: inline-block;
    margin: -5px -8px;
    font-size: 8px;
    float: right;
}

.transmission .one-line-small:after {
    content: '';
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 5px;
    height: 5px;
    margin-top: -2px;
    margin-left: -5px;
    background: #a6a6a3;
    float: left;
}

.transmission .stop {
    position: absolute;
    left: 45%;
    top: -6px;
    content: url(/resources/img/icons/departure-circle.png);
}
.flight-select label {
    width: 35px;
    height: 100%;
    min-height: 70px;
    display: block;
    padding-top: 70%;
}
.flight-select input[type="radio"] {
    display: inline-block !important;
    height: 18px;
    width: 18px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    /* margin: 4px 0 0; */
    vertical-align: middle;
    cursor: pointer;
    content: "";
    background-color: #FFF;
    border-width: 2px;
    border-style: solid;
    border-color: #007bff;
    box-sizing: border-box;
    -moz-transition: all .12s;
    -o-transition: all .12s;
    -webkit-transition: all .12s;
    transition: all .12s;
    -webkit-appearance: none;
    /* float: right; */
/*     position: absolute; */
/*     right: 5px; */
/*     margin: 0 auto; */
}

.flight-select input[type="radio"]:checked {
    border-width: 5px !important;
    background-color: #FFF !important;
}

.btn.btn-show-all-flights, .btn.btn-reset-filter {
    background-color: #f0f0f0;
    margin: 5px;
    font-weight: bold;
    display: none;
}

.btn.btn-reset-filter {
    display: block;
    margin: 0 auto;
}

.summary-before-onepagecheckout {
    margin-top: 15px !important;
}

.total-sum {
    padding: 10px 15px 10px !important;
    position: relative;
    border-radius: 4px;
	border: 1px solid #F3F3F3;
    min-width: 225px;
}

.total-sum .currency {
    font-size: 16px;
}

.total-sum .total-sum-price {
    display: inline-block;
    padding: 0px 5px;
}

.total-sum .total-sum-price b, .total-sum .all-price b {
    font-size: 9px;
    font-weight: 700;
    text-align: left;
    width: 100%;
    white-space: nowrap;
}



.total-sum .btn.btn-next {
    background: #ffc600;
    font-weight: 700;
    padding: 15px 10px 15px 10px !important;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border: none;
    -webkit-box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.35);
    box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.35);
    position: relative;
    margin-top: -25px;
}

.total-sum .all-price {
    display: inline-block;
    padding: 0px 5px;
}

.total-sum .currencyChangeArea {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.total-sum .total-sum-price .currencyChangeArea {
    color: #6b6b6b;
}

/** Details **/

.btn-hide-detail {
    border: none;
    font-size: 24px;
    position: relative;
    float: right;
    margin: -5px 2px 0 0;
    cursor:pointer;
}

/* TAB Style the list */

ul.tabs-menu {
    font-size: 12px;
    padding-inline-start: 0;
    padding: 0;
    margin: 0!important;
    z-index: 2;
    position: absolute;
}

.tabs-menu li {
    height: 35px;
    line-height: 35px;
    margin-right: 2px;
    background-color: #ccc;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    list-style: none;
    display: inline-block;
    margin: 0;
}

.tabs-menu li.current {
    position: relative;
    background-color: #fff;
    border-bottom: 2px solid #007bff;
    z-index: 5;
}

.tabs-menu li a {
    padding: 18px;
    color: #fff;
    text-decoration: none;
}

.tabs-menu .current a {
    color: #007bff;
}

.tab {
    background-color: #fff;
    float: left;
    width: 100%;
}

.tab-content {
    width: 100%!important;
    background-color: #fffdf0;
    padding-top: 10px!important;
}

.tab-content ul {
    padding-inline-start: 10px;
}

.tab-content ul li {
    font-size: 12px !important;
    color: #343434 !important;
    margin-top: 5px;
    margin-left: 15px;
    list-style: inherit;
    text-indent: 0px;
}

.tab-content ul li li {
    list-style: none;
    margin-left: 0;
}

.flight-rules ul li span span, .flight-rules ul li div {
    font-size: 12px !important;
}

.flight-rules {
    background-color: #f2f6f9;
}

.flight-rules table {
    margin: 0 !important;
}

.flight-rules table th, .flight-rules table td {
    padding: 0.75rem 0.5rem 0.75rem 0;
    width: 33%;
}

.flight-rules .flightRulesTable tr td{text-align:left !important;}


.flight-baggage .text-warning {
    color: red !important;
    font-size: 12px;
    margin-inline-start: 10px;
    margin-top: 10px;
}



.flight-rules table, .flight-baggage table {
    font-size: 12px;
    border-top: none;
    margin: -2px 10px 0 10px;
    width: 99% !important;
}

.flight-rules table th, .flight-baggage table th, .flight-baggage table tbody tr:first-child td {
    border-top: none !important;
}

.search-international .flight-baggage table th {
	text-align: left !important;
}

.flight-rules .text-warning {
    font-size: 13px;
    color: red !important;
    font-weight: bold !important;
    margin-left: 10px !important;
    display: block;
    margin-bottom: 10px;
}

.stop-clock {
    content: url(/resources/img/icons/clock-l.png);
    height: 12px;
    width: 12px;
}

.stop-clock-small {
    content: url(/resources/img/icons/clock-s.png);
    height: 9px;
    width: 9px;
}

.flightClock {
    font-style: normal;
    background: #fff6b2;
    padding: 2px;
}

.flight-itineraries {
    width: 100%;
    margin: 5px 0 5px 0;
    font-weight: normal;
    color: #000;
    border: none;
}

.flight-baggage {
    background: #f8f8f8;
    width: 100%;
}

.tab-border {
    border-bottom: 1px solid #fffdf0;
    background: #fffdf0;
    margin-bottom: 3px;
    margin-top: 3px;
    padding-top: 10px;
}

.search-list-detail h3 {
    font-size: 14px;
    color: #007bff;
    border-bottom: 1px solid #007bff;
    margin-bottom: 5px;
    padding-bottom: 10px;
    padding: 3px;
    margin-left: 7px;
    font-weight: bold;
}

.lineDotted {
    border-right: 1px dotted #666;
}

.line1 {
    color: #000;
    margin: 0 10px 5px 10px;
    padding: 0;
    display: block;
    font-size: 11px;
    max-width: 400px;
    font-weight: bold;
    text-align: center;
}

.line2 {
    color: #7b7b7b;
    margin: 0 10px 5px 10px;
    padding: 0;
    display: block;
    font-size: 10.5px;
    max-width: 400px;
    text-align: center;
}

.stopDuration .stopInlineTable {
    border: 1px dashed #007bff;
    background: #f2f6f9;
    padding: 10px 10px;
    font-size: 11px;
    color: #007bff;
    line-height: 14px;
    display: block;
    text-align: center;
    position: relative;
    height: auto;
    margin: 1px;
}

.stopInlineTable {
    margin-top: 10px;
}
.stopInlineTechnicalTable {
    border: 1px dashed red !important;
    color: red !important;
    background: #ffeaea !important;
}
.filter-row {
    display: none;
}

.filter-row button {
    color: #007bff;
    font-size: 12px !important;
}

/** filter ***/

.btn-mini {
    border: 1px solid #eaeaea;
    background: #fff;
    color: #383838;
    padding: 3px 10px;
    display: block;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

.btn-mini:hover {
    background: #ffc600;
}

#btn-show-filter {
    width: max-content;
    margin-top: -6px;
    display: block;
    float: left;
    color: #007bff;
    display: none;
}

#btn-hide-filter {
    display: none;
}
#btn-hide-filter-x {
	display: none;
	float: right;
    font-size: 24px;
    font-weight: bold;
/*     margin-right: -25px !important; */
}
.filter {
    border: 1px solid #f3f3f3;
    padding: 0px 5px 0px 5px !important;
    background: #fff;
    /* margin-top: 15px; */
}

.filter h2 {
    margin: 6px 0 0;
    font-size: 14px;
    background: #EEE;
    padding: 5px;
    font-weight: 700;
}

.filter h3 {
    padding: 6px 3px;
    font-size: 18px;
    font-weight: 800;
    display: inline-block;
    float:left;
}

.filter .filter-category {
    margin-bottom: 5px;
}

.filter .filter-category span.filter-title {
    font-size: 14px;
    color: #0f0f0f;
    font-weight: 500;
    /*     letter-spacing: .03em; */
    display: inline-block;
    margin-bottom: 8px;
    border-bottom: 1px solid #e4e5ea;
    padding: 0 0 2px 5px;
    width: 100%;
    position: relative;
}

.filter .filter-category .filter-content {
    font-size: 14px;
    padding-left: 10px;
    margin-bottom: 8px;
}

.filter .filter-category .filter-content .flight-time, .filter .filter-category .filter-content .flight-duration,
	.filter .filter-category .filter-content .return-flight-duration,
	.filter .filter-category .filter-content .flight-price, .filter .filter-category .filter-content .return-flight-price
	{
	margin-bottom: 5px;
}

.filter .filter-category .filter-content .flight-time, .filter .filter-category .filter-content .flight-duration,
	.filter .filter-category .filter-content .return-flight-duration,
	.filter .filter-category .filter-content .flight-price, .filter .filter-category .filter-content .return-flight-price
	{
	font-size: 12px;
	display: block;
}

.filter .filter-category .filter-content .flight-time input, .filter .filter-category .filter-content .flight-duration input,
	.filter .filter-category .filter-content .return-flight-duration input,
	.filter .filter-category .filter-content .flight-price input, .filter .filter-category .filter-content .return-flight-price input
	{
	border: none;
	font-size: 12px;
	display: inline-block;
	width: 80px;
	padding: 0;
	background: transparent;
	color: #000;
}


.filter-div .custom-control {
    padding: 3px 0 3px 1.5rem;
}

.filter .filter-category .custom-control button.only {
    font-size: 11px;
    display: none;
    color: #007bff;
    font-style: normal;
    cursor: pointer;
    padding: 0;
}

.filter .filter-category .custom-control:hover button.only {
    display: inline-block;
}

#btn-clean-all-filters, .btn-clean-filter {
    font-size: 12px;
    color: #007bff;
    display: none;
    cursor: pointer;
    font-weight: normal;
    border: none;
    float: right;
}


[data-filter="all"].btn-clean-filter {
    margin-top: 7px;
    margin-right: 0;
}

.filtered {
    display: none;
}

/* RANGE */

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default!important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

/* # */

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-slider-horizontal {
    position: relative;
    border: 1px solid #eaeaea !important;
    margin: 15px 8px;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-widget-header {
    border: 1px solid #fec60a;
    background: #fec60a;
    color: #333;
    font-weight: bold;
}

.ui-slider-handle {
    box-shadow: 0px 0px 3px #000000b8;
    border: none;
    height: 15px !important;
    width: 15px !important;
    border-radius: 10px;
    background: #ffffff !important;
    cursor: pointer !important;
    -webkit-appearance: none;
}

/* RANGE */

/* Calendar */

/** AirlineMatrix **/

.airlineMatrixContainer {
    padding: 0 3px;
    margin-bottom: 5px;
}

#airlineMatrix {
    width: 100%;
    height: 100px;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 5px;
    z-index: 1;
}

@media ( max-width: 980px) {
    #airlineMatrix {
        display: none;
    }
}

#airlineMatrix img {
    height: 50%;
    float: left;
    padding: 15px 0;
    margin-right: 7px;
}

.matrix-menu, .matrix-content {
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.matrix-content {
    display: inline-flex;
    float: left;
    padding-inline-start: 0;
}

.matrix-menu {
    text-align: left;
    padding-inline-start: 0;
}

.matrix-menu>li {
    font-size: 12px;
    display: inline-block;
    padding: 3px;
    cursor: pointer;
}

.matrix-menu .current {
    color: #007bff;
    border-bottom: 1px solid #007bff;
}

.matrix-best-price.current {
    background-color: #e8e8e8;
    border-radius: 3px;
}

.matrix-content>li {
    display: inherit;
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    background: white;
    max-width: 1089px;
    max-height: 64px;
}

.matrix-content>li#bestFlightTime {
    display: none;
}

.matrix-best-price, .matrix-best-flightTime {
    float: left;
    padding: 2px 10.1px 0;
    border-right: 1px solid #e2e2e2;
    min-height: 57px;
    width: 155.3px;
}

.matrix-best-price:hover, .matrix-best-flightTime:hover {
    background-color: #f7f7f7;
    cursor: pointer;
}

.matrix-best-price li, .matrix-best-flightTime li {
    width: 146px;
    padding: 1px;
    text-align: left;
    font-size: 11px;
    cursor: pointer;
}

.matrix-best-price li:nth-child(2), .matrix-best-flightTime li:nth-child(2) {
    font-size: 10px;
    max-width: 82px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
}

.matrix-best-price li:nth-child(4), .matrix-best-flightTime li:nth-child(4) {
    font-size: 10px;
}

.matrix-best-price .priceCurrencyLabelArea, .matrix-best-flightTime .priceCurrencyLabelArea {
    margin: 0;
    font-size: 11px;
    padding: 0 0 3px;
    font-weight: bold;
}

#btn-matrix-next {
    position: absolute;
    right: 0;
    height: 64px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    padding: 25px 5px;
    margin-top: 0px;
    cursor: pointer;
    /* 	margin-left: 10px; */
}

#btn-matrix-prev {
    position: relative;
    left: 0;
    height: 64px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    padding: 25px 5px;
    margin-top: 0;
    cursor: pointer;
    border-right:1px solid #e2e2e2
    /* 	margin-right: 10px; */
}
#btn-matrix-next img, #btn-matrix-prev img{
	padding:0;
	height:100%;
}
#airlineMatrix ul li .currencyChangeArea{
	font-weight:700;
}
.no-matrix-action i {
    opacity: 0.5;
}

.no-matrix-action.fa-chevron-left:before {
    color: #bababa;
}

.matrixLoadingImg {
    text-align: center !important;
    float: none !important;
    padding: 0 !important;
}

#btn-masterPriceCalendar {
    font-size: 12px;
    color: #007bff;
    cursor: pointer;
    z-index: 2;
    float: right;
    margin-bottom: -25px;
    margin-top: 5px;
    position: relative;
}

#btn-show-all-flights {
    display: none;
    color: #007bff;
    cursor: pointer;
    margin-top: 1px;
    margin-right: 0px;
    font-size: 12px !important;
    font-weight: normal !important;
    float: right;
}

/** **/

#monthCalendarContent {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    margin-top: 10px;
    border-radius: 8px;
	border: 1px solid #DFDFDF;
	padding: 45px 10px;
}

.month-calendar {
    width: 100%;
    height: 40px;
    margin: 0px 0 0 0px;
    padding: 5px 0;
    position: relative;
}

[data-roundtrip="true"] #returnCalendarContent .btn-calendar-graph {
    display: none;
}

[data-roundtrip="true"] #departureCalendarContent {
    padding-right: 3px;
}

[data-roundtrip="false"] #departureCalendarContent {
    /* margin-top: 7px; */
    padding-left: 1px;
}

#departureCalendarContent .btn-calendar-next {
    right: 0;
    width: 15px;
}

#departureCalendarContent .btn-calendar-prev {
    left: 0;
    width: 15px;
}

[data-roundtrip="true"] #returnCalendarContent .btn-calendar-next {
    right: 0;
    width: 15px;
}

[data-roundtrip="true"] #returnCalendarContent .btn-calendar-prev {
    left: 0;
    width: 15px;
}

/* [data-roundtrip="true"] #returnCalendarContent { */
/*     margin-top: 30px; */
/* } */

.month-calendar ul {
    height: 36px;
    display: inline-block;
    left: 16px;
    overflow-y: hidden;
    position: absolute;
    overflow-x: hidden;
    padding: 0 1px;
}

.month-calendar ul li {
    display: inline-block;
    vertical-align: top;
    padding: 2px 11px;
    text-align: center;
    font-size: 12px;
    height: 36px;
    border: 1px solid #CED4DA;
    cursor: pointer;
    width:66px;
}
[data-roundtrip="true"] .month-calendar ul li {
	width:65px;
}

.alternative-day .currencyChangeArea, .current-day .currencyChangeArea {
    font-size: 10px;
}

[data-roundtrip="true"] #departureCalendarContent .month-calendar ul {
    left: 17px;
    right: 17px;
    width: calc(100% - 30px);
}

[data-roundtrip="true"] #returnCalendarContent .month-calendar ul {
    left: 17px;
    right: 17px;
    width: calc(100% - 30px);
}
#monthCalendarContent .trigger-search .currencyChangeArea .decimal-point, #monthCalendarContent .trigger-search .currencyChangeArea .decimals{
	display:none;
}

[data-roundtrip="true"] #departureCalendarContent .btn-calendar-next {
    right:25px;
}
[data-roundtrip="true"] #departureCalendarContent .btn-calendar-prev{
	left: 0;
}
.btn-calendar-graph i {
    display: inline-block;
    margin: 6px 4px 0 0;
}

.btn-calendar-graph span {
    float: right;
    display: block;
    font-size: 11px;
}

.result-content-international .month-calendar ul li{
    padding: 2px 14.4px;
}

@media ( max-width: 992px) {
    [data-roundtrip="true"]#monthCalendarGraphContent {
        display: none;
    }
    
    .ui-slider-handle {
	    height: 20px !important;
	    width: 20px !important;
	    border-radius: 15px;
	}
	
	.ui-slider-horizontal .ui-slider-handle {
	    top: -0.55em !important;
	    margin-left: -0.8em !important;
	}
	.filter .filter-category .filter-content .flight-time, .filter .filter-category .filter-content .flight-price,
		.filter .filter-category .filter-content .flight-duration {
		max-width: 95%;
		margin: 0 auto 20px 0;
	}
	[data-roundtrip="true"].monthCalendarBox {
        display: none;
    }
    [data-roundtrip="true"] tr.flight-item .airline {
        width:auto;
    }
}

.month-calendar ul li span price {
    font-size: 11px;
    margin-right: 2px;
}

.month-calendar ul li span currency {
    font-size: 8px;
}

.month-calendar-price {
    font-size: 11px;
    margin-right: 2px;
}

.month-calendar-currency {
    font-size: 8px;
}

.label-no-padding {
    padding-bottom: 0;
    padding-top: 0;
}

.noprice-day, .alternative-day, .past-day {
    background: #fff;
}

.current-day {
    background: #fff;
    border-bottom: 3px solid #fec60a !important;
}


.dayHeader {
    font-weight: normal;
    color: #000;
    margin-bottom: 3px;
    background: #f5f5f5;
    margin: -2px -2px 2px;
    padding: 1px;
    font-size: 11px;
}

.month-calendar ul li span {
    display: block;
    margin-top: -4px;
}

.btn-calendar-next {
    height: 36px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    margin-top: 0px;
    cursor: pointer;
    position: absolute;
    color: #656565;
    padding: 6px 0 0 4px;
}

.btn-calendar-prev {
    left: 0;
    height: 36px;
    background: #fff none repeat scroll 0% 0%;
    padding: 6px 0 0 0;
    position: absolute;
    margin-top: 0;
    cursor: pointer;
    color: #656565;
    text-align: center;
}

.btn-calendar-next.calendar-disabled, .btn-calendar-prev.calendar-disabled {
    background: rgb(204, 204, 204) none repeat scroll 0% 0% !important;
    cursor: default;
    color: #848484;
}

.btn-calendar-graph {
    font-size: 12px;
    padding: 4px 8px;
    cursor: pointer;
    color: #4693CE;
    top: 5px;
    right:10px;
    position: absolute;
    border-radius: 2px;
	background: #E0F1FE;
	display:flex;
    justify-content:center;
    align-items:center;
    gap:5px;
}

.btn-calendar {
    font-size: 12px;
    border-radius: 2px;
	background: #E0F1FE;
    padding: 4px 8px;
    cursor: pointer;
    color: #4693CE;
    position: absolute;
    top: 5px;
    right: 10px;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:5px;
}

.btn-calendar i {
    display: inline-block;
    margin: 4px 4px 4px 0;
}

.btn-calendar span {
    float: right;
    display: block;
    font-size: 11px;
}

[data-roundtrip="true"] [data-direction="departure"].btn-calendar {
    display: none;
}

[data-roundtrip="true"] #departureGraphContent .btn-calendar {
    display: none;
}

.btn-calendar-graph:before {
    display: block;
    padding-bottom: 2px;
}

.alternative-day.soft-hidden, .current-day.soft-hidden, .past-day.soft-hidden, .noprice-day.soft-hidden, .prev-load.soft-hidden, .next-load.soft-hidden {
    display: none;
}

.calendarLoader {
    width: 20px;
    margin-top: 5px;
}

.month-calendar .past-day {}

.month-calendar .current-day {}

.month-calendar .alternative-day {}

.month-calendar .noprice-day {}

/* GRAPH AREA */

.calendarGraphArea {
    width: 100%;
    background: #fff;
    padding: 5px;
    height: 215px;
    padding-top: 60px;
    position: relative;
    border-radius: 8px;
	border: 1px solid #DFDFDF;
}
.graphDescription{
	padding-left:40px;
	color: #797979;
	font-size: 12px;
	position: absolute;
    bottom: -40px;
}
.graphDescription2{
	position: absolute;
    bottom: 12px;
    left: -12px;
}
#departureCalendarContent .trigger-search .currencyChangeArea .decimal-point, #departureCalendarContent .trigger-search .currencyChangeArea .decimals{
	display:none;
}
[data-roundtrip="false"] .calendarGraphArea {
    width: 1134px;
    margin-left: -13px;
}

[data-roundtrip="true"] #departureGraphContent {
    width: 485px;
    position: absolute;
    left: 0;
}

[data-roundtrip="true"] #returnGraphContent {
    width: 485px;
    position: absolute;
    right: 0;
}

.dailyGraph {
    width: 990px;
    position: relative;
    margin: 0 auto;
}

.dailyGraph.roundTrip {
    width: 450px;
}

.dailyGraph ul {
    position: relative;
    width: 100%;
    z-index: 1;
}

.dailyGraph ul li {
    width: 26px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    height: 100px;
}

.dailyGraph.roundTrip ul li {
    width: 20px;
}

.amountGraph {
    background: #fff;
    display: block;
    background-image: -webkit-linear-gradient(bottom, #0564b0 0, #71c6e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0564b0', endColorstr='#71c6e2', GradientType=0);
    /* IE6-9 */
    background: -ms-linear-gradient(bottom, #0564b0 0%, #71c6e2 100%);
    /* IE10+ */
    position: absolute;
    width: 100%;
    bottom: 35px;
}

.amountGraph.graph-10 {
    display: block;
    background: #0564b0;
    height: 10px;
    position: absolute;
    bottom: 25px;
    width: 100%;
}

.amountGraph.graphCurrent {
    background-image: -webkit-linear-gradient(bottom, #f3a200 0, #fec60a 100%);
    background: -ms-linear-gradient(bottom, #f3a200 0%, #fec60a 100%);
    /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3a200', endColorstr='#fec60a', GradientType=0);
    /* IE6-9 */
}

.amountGraph.graph-10.graphCurrent {
    background: #f3a200;
}

.graphDay {
    text-align: center;
    width: 100%;
    display: inline-block;
    font-size: 10px;
    height: 25px;
    position: absolute;
    bottom: 0;
    line-height: 12px;
    padding-top: 15px;
}

.dayCurrent {
    background: #fec60a;
}

.graphPriceLine {
    position: absolute;
    bottom: 5px;
    left: 25px;
    width: 95%;
    border-top: 1px solid #f1f1f1;
    z-index: auto;
    color: #989898;
    padding: 2px 0;
    font-size: 11px;
}
[data-roundtrip="true"] .graphPriceLine{
	width:88%;
}

.graphLineMonthArea {
    width: 790px;
    position: absolute;
    padding-left: 25px;
    top: -22px;
}

.graphLineMonthArea.roundTrip {
    width: 440px;
}

.graphPriceLine currency {
    font-size: 9px;
}

.graphPriceLine span {
    position: absolute;
    top: -4px;
    left: -25px;
}

.graphLineMonth {
    position: relative;
    height: 2px;
    display: inline-block;
    margin-right: 5px;
}

.graphLineMonthName {
    position: absolute;
    top: -20px;
    left: 45%;
    font-size: 11px;
    padding: 3px;
    font-weight: bold;
}

.btn-calendar-graph-prev {
    position: absolute;
    top: 45%;
    left: 10px;
    cursor: pointer;
    color: #656565;
    z-index: 2;
}

.btn-calendar-graph-next {
    position: absolute;
    top: 45%;
    right: 10px;
    cursor: pointer;
    color: #656565;
    z-index: 2;
}

.monthCalendarContent {
    display: none;
}

.data-null.graph {
    min-height: 100px;
    position: absolute;
    bottom: 30px;
}

.fa.fa-search.graph {
    position: absolute;
    left: 10%;
    bottom: 5px;
    color: #737373;
    margin: 0 auto;
}

@media ( max-width: 1200px) {
    .calendarGraphArea {
        width: 100% !important;
        margin: 0 auto !important;
        border: navajowhite;
    }
}

.calendarGraphArea h5 {
    position: absolute;
    left: 10px;
    top: 5px;
    color: #989898;
    font-size: 12px;
}

@media ( max-width: 640px) {
    .dailyGraph ul li {
        width: 14px !important;
    }
    .return-flight-list {
    margin-top:10px !important;
}
}

#monthCalendarGraphContent {
    position: relative;
    height: 220px;
    margin-top: 5px;
    width: auto;
    padding: 0;
    padding-right: -3px;
}

[data-roundtrip="true"] #monthCalendarGraphContent {
    margin-left: -14px;
}


@media ( max-width: 1199px) {
    #monthCalendarGraphContent {
        width: 100%;
        margin: 0 auto;
        margin-top: 10px;
    }
    #monthCalendarContent {
        margin-left: 10%
    }
}

@media ( max-width: 992px) {
    #monthCalendarGraphContent, #monthCalendarContent {
        display: none !important;
    }
}

/* mobile */

.monthCalendarBox {
    width: 100%;
    height: 55px;
    overflow-x: scroll;
    overflow-y: hidden;
    margin: 0px 0 7px 0;
}

.noprice-day span.dayHeader {
    white-space: nowrap;
}

.monthCalendarBox ul li {
    white-space: normal;
    padding: 1px;
    width: 11px;
    display: inline-table;
    cursor: pointer;
    text-align: center;
    border: 1px solid #ccc;
    background: #f5f5f5;
    margin-right: -2px;
}

.monthCalendarBox ul {
    white-space: nowrap;
    padding-inline-start: 0;
}

.monthCalendarBox ul .current-day {
    background: #fec60a;
    border-bottom: 1px solid #ccc !important;
}

.noprice-day span {
    margin-top: -3px;
}

.noprice-day span i {
    display: inline-block;
}

.dayHeader {
    background: none;
}

@media ( min-width: 759px) {
    .monthCalendarBox {
        display: none;
    }
}

@media ( max-width: 768px) {
    .monthCalendarBox{
        height: auto;
        margin-left: -6px;
    }
    .monthCalendarBox ul li {
        padding: 7px 0px;
        /*
        width: 70px;
        */
        min-height: 46px;
        background-color: #FFFFFF;
        border: 1px solid #CCC;
        max-width: 20%;
        width: calc(20% - 2px);
    }
    .dayHeader {
        font-weight: 500;
        padding: 0;
        margin: 0;
    }
    .monthCalendarBox .alternative-day .currencyChangeArea,
    .monthCalendarBox .current-day .currencyChangeArea {
        font-size: 11px;
        font-weight: 500;
        line-height: normal;
    }
}

/*  */

.arrow-right {
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid #333;
}

.cfc-day {
    display: block;
    font-size: 11px !important;
}

.cfc-price {
    display: block;
    font-size: 13px !important;
    font-weight: bold;
    width: 100%;
    text-align: center;
    color: #000;
}

.cfc-carrier {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.cfc-search {
    display: block;
    font-size: 13px !important;
    font-weight: bold;
    width: 100%;
    text-align: center;
    color: #363636;
}

.cfc-tooltip {
    position: absolute;
    z-index: 5;
    max-width: 300px;
    background-color: rgb(255, 255, 255);
    border: 1px solid #C6C6C6;
}

.tooltip div:last-child {
    background: #fec60a;
    color: #000;
    font-weight: 500;
    opacity: 1;
}

.tooltip .arrow::before {
    border-bottom-color: #fec60a;
}

body .cfc-tooltip {
    border-width: 2px;
    left: 25px;
}

@media ( max-width: 640px) {
    .cfc-tooltip {
        left: 30% !important;
    }
}

.tt-content {
    position: relative;
    width: 200px;
    height: 130px;
    font-size: 12px;
}

.tt-content-info {
    position: relative;
    width: 200px;
    height: auto;
    padding: 5px;
    font-size: 12px;
}

.tt-carrier {
    position: absolute;
    top: 5px;
    left: 5px;
    font-weight: bold;
}

.tt-carrier img {
    margin-right: 5px;
}

.tt-list {
    position: absolute;
    top: 29px;
    left: 5px;
    margin: 0px;
    padding-inline-start: 0;
}

.tt-list li {
    font-size: 11px;
    list-style: none;
}

.cfc-update {
    position: absolute;
    bottom: 0px;
    right: 5px;
    color: #C6C6C6;
    font-size: 9px;
}

.cfc-tt-price {
    position: absolute;
    bottom: 85px;
    right: 5px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.cfc-btn {
    font-weight: bold;
}

.cfc-last-seat {
    font-weight: bold;
    color: red;
}

.cfc-customer-info {
    font-size: 11px;
    height: 20px;
    display: block;
}

/* .flight-itineraries .row .text-center, .flight-itineraries .row .lineDotted { */
/*     margin: auto 0; */
/* } */

/* International */

.search-international .results .list-border {
    border: none;
}

.search-internationa tr.flight-item {
    height: 110px;
    border-bottom: none;
}

.search-international table.tablesorter>thead tr th {
    width: auto;
}

.search-international table.tablesorter>thead tr th.none, .search-international table.tablesorter>tbody tr td.none,
.search-multipoint table.tablesorter>thead tr th.none, .search-multipoint table.tablesorter>tbody tr td.none  {
    display: none;
}

.search-international  table.tablesorter>thead tr th:nth-child(1).tablesorter-header {
    background: none !important;
}

.search-international table.tablesorter>thead tr th:nth-child(2) {
    width: 100px !important;
}

.search-international table.tablesorter>thead tr th:nth-child(3) {
    width: 150px !important;
}

.search-international table.tablesorter>thead tr th:nth-child(4) {
    min-width: 60px !important;
}

/* price */
.search-international table.tablesorter>thead tr th:nth-child(6) {

    width: 230px !important;

}
.search-international tfoot > div {
	border: 1px solid #e2e1e2;
}
/* .search-international table.tablesorter>thead tr th:nth-child(6) { */

/*     width: 200px !important; */

/* } */

.search-international table.tablesorter>tbody tr td:nth-child(2) {
    text-align: center;
}
.flight-rules table th,  .flight-baggage table tbody tr td {
 text-align:left !important;
}
.search-international table.tablesorter>thead tr th:nth-last-of-type(-n+8), .search-international table.tablesorter>tbody tr.flight-item td:nth-last-of-type(-n+8) {
    display: none;
}


.search-international .flight-detail-bar {
    border: 1px solid #d6d9dd;
    margin-right: 1px;
    width: 100%;
    border-top: 1px solid #f1f1f1;
}

.search-international tr.flight-item {
    border-left: 1px solid #e2e1e2;
    border-bottom: none;
}

.search-international tr.flight-item.tablesorter-hasChildRow {
    border-top: 1px solid #e2e1e2;
}

.search-international tbody [rowspan]~td {
    border-bottom: none !important;
    border-left: 1px solid #e2e1e2;
}

.search-international .flight-detail-bar td:first-child {
    padding: 5px 0;
}

.search-international .btn-flight-detail {
    font-size: 12px;
    color: #4391D3;
    border-right: 1px solid #CCC;
    width: 100%;
}
.search-international .btn-baggage-flight-detail {
    font-size: 12px;
    color: #007bff;
    margin-left: 10px;
    cursor: pointer;
}
.search-international .noBaggageDepart-diff {
	margin: unset;
    width: auto;
    float: left;
    padding-left: 10px;
    font-size: 12px;
    line-height: 18px;
}

.search-international .flight-price {
    border-left: 1px dashed #e2e1e1;
}
.filter-content .flight-price {
    border: none !important;
}

.search-international .flight-price .price-note {
    font-size: 9px;
    white-space: normal;
    vertical-align: middle;
    max-width: max-content;
    /* margin-top: 10px; */
    padding: 0 5px;
    margin: 3px auto 2px;
}

.search-international .flight-price .lastseat {
    display: block;
    font-size: 12px;
    color: #dc3545 !important;
    display: block;
    padding-top: 4px;
}

.search-international .search-list-detail .tab-content.flight-itineraries {
    padding: 0 !important;
}

.search-list-detail .csprite {
    display: inline-block;
}

.search-international .flight-summary {
    margin-bottom: 0;
}

.search-international .search-list-detail h4 {
    background: #FFF;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 5px;
    border-bottom: 1px dotted #d6d9dd;
    margin: 0 0 5px 0;
}

.search-international .search-list-detail h4 img {
    height: 8px
}

.search-international .search-list-detail h4 img.return {
    transform: scaleX(-1);
}

.search-international [data-roundtrip="true"] tr.flight-item {
    height: 80px !important;
}

.search-international [data-roundtrip="true"] tr.return-flight-item {
    height: 95px !important;
}

.search-international .btn-flight-detail:after {
    margin-top: -2px;
    margin-left: -10px;
}

.international-brand-header {
    position: relative;
    background: #3d3b3a;
    font-size: 14px;
    color: #fff;
    padding: 5px 10px !important;
    margin: 0 0 0 0 !important;
	border-radius: 4px 4px 0px 0px;
}
.international-brand-header .flight-date-changer{
	float:right;
	font-weight: 700;
    font-size: 14px;
}
.btn-international-all-brands{
	font-size: 12px;
    color: #007bff;
    margin-left: 0px; 
    padding-top:6px;
}

.btn-international-hide-brands{
	font-size: 12px;
    color: #007bff;
    margin-left: 0px; 
    padding-top:6px;
}

.international-brand-header img.flight-icon {
    width: 18px;
    margin: -3px 4px 0 0;
}
.international-return-flight-brand-info .international-brand-header {
    background: #ffc600;
   	border-radius: 10px, 10px, 0px, 0px;
}

.international-brand-box{
	background: #FFFFFF;
	box-shadow: 0 3px 7px #00000033;
	border-radius: 4px;
	margin-bottom: 7px !important;
	min-height: 65px;
	height: 100%;
	width: 98%;
	border: 1px solid #dddddd;
  	left: 4%;
  	position: relative;
}

.international-brand-box:hover{
	box-shadow: 0px 3px 7px #0000008a;
	cursor: pointer;
}
.international-brand-box.active{
	border: 2px solid #007bff;
	box-shadow: 0px 3px 7px rgba(14, 31, 53, 0.12);
}
.international-brand-box.active-init{
	border: 2px solid #007bff;
	box-shadow: 0px 3px 7px rgba(14, 31, 53, 0.12);
}

.international-list-branded-header{
	background: #FFF9E6;
	border-radius: 4px 4px 0px 0px;
	padding: 0 6px !important;
    font-weight: bold;
    border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color:#FEC60A;
	line-break: anywhere;
}
.same-provider-branded-original{
	font-size:13px !important;
}
/*
.branded-fares .col-12:nth-child(1) .international-list-branded-header {
	border-bottom-color: #fec60a;
}

.branded-fares .col-12:nth-child(2) .international-list-branded-header {
	border-bottom-color: #5fa1d3;
}

.branded-fares .col-12:nth-child(3) .international-list-branded-header {
	border-bottom-color: #6ab626;
}

.branded-fares .col-12:nth-child(4) .international-list-branded-header {
	border-bottom-color: #af1111;
}	
*/

.international-branded-rules{
	font-size: 10px !important;
	position: relative;
 	margin-right: 4px;
 	margin-left: 3px;
 	padding-left: 12px;
 	display: inline-grid;

}
.international-branded-rules:before{
	position: absolute;
	content: '';
	background-image: url("/resources/img/icons/branded-list-style.png") !important;
 	background-repeat:no-repeat;
 	width: 10px;
    height: 10px;
    left: 0;
    top: 2px;
}



.row.international-branded-fares{
	padding: 20px !important;
}

.international-list-border{
	border: 1px solid;
	border-radius: 0px, 0px, 4px, 4px;
	border-color: #F3F3F3;
	
}

.baggage-info{
	border: 1px solid;
	border-color: #FEC60A;
	font-size: 10px !important;
	border-radius: 20px;
	line-height: 13px;
	padding: 3px 6px 3px 6px;
}






/** flexible **/

.flexible-date-price-container {
    width: 100%;
    overflow-x: auto;
}

.flexible-date-price-container .header {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}

.rotate-45-degree {
    transform: rotate(90deg);
    margin-top: -15px;
    padding: 5px 0;
    margin-left: -2px;
}

.flexible-date-price-container table thead tr th, .flexible-table-td {
    padding: 5px 0;
    text-align: center;
    border: 1px solid #ccc;
}

.flexible-date-price-container table thead tr th .text {
    font-size: 10px;
    padding-right: 5px;
}

.flexible-date-price-container table tbody tr td {
    padding-bottom: 5px;
    padding-left: 5px;
    border: 1px solid #ccc;
    padding-top: 5px;
    font-weight: bold;
    text-align: center;
}

.flexible-date-header-to {
    border: 1px solid #ccc;
    padding: 5px 20px 5px 10px;
    margin: -1px -11px;
}

.flexible-price-link {
    cursor: pointer;
}

.flexible-date-header-from .text {
    top: 10px;
    position: relative;
}

.flexible-date-price-container table {
    width: 100%;
    background: #ababab;
    font-size: 12px;
    color: white;
}

.flexible-table-td {
    font-weight: normal !important;
    background: white;
    color: black;
}

.flexible-table-information {
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    margin-right: 5px;
}

.flexible-table-information span {
    margin-left: 15px;
    display: inline-block;
}

.flexible-box-best-price {
    height: 12px;
    width: 12px;
    background-color: #FFC600;
    margin-right: 5px;
    display: inline-block;
}

.flexible-box-current-price {
    height: 12px;
    width: 12px;
    background-color: #ccc;
    margin-right: 5px;
    display: inline-block;
}

.masterPriceDialogBox {
    top: 50px !important;
}

.cheapestPrice {
    background-color: #FFC600;
}

.columnYellow {
    background-color: #ccc;
}

.flexible-table-td:hover {
    background-color: #F5F5F5;
    cursor: pointer;
}

.input-group-text {
    background-color: #f8f8f8;
}

.search-multipoint .flight-summary {
    display: block;
    background-color: #F7F7F7;
    border-radius: 2px;
    border: 1px solid #eaeaea;
    box-shadow: 0px 0px 6px #afafaf;
    padding-top: 5px !important;
    margin-bottom: 8px;
}

.search-multipoint .btnAddLeg, .search-multipoint .btnRemoveLeg {
    margin-top: 20px;
}

.search-multipoint .flight-summary .date, .search-multipoint .flight-summary .city.arrival {
    padding: 3px 0;
    border-right: 1px solid #CCC;
    padding-right: 5px;
}

.search-multipoint .flight-summary .date, .search-multipoint .summary-passengers {
    font-size: 13px;
}

.search-multipoint .flight-summary .date:last-child {
    border: none;
}

.search-multipoint #btn-hide-search-form {
    display: block;
    margin: 0 5px 0 0;
}

.search-multipoint tbody [rowspan]~td { 
	border-left: none;
}

.search-international .no-flight-found {
	border: 1px solid #e2e1e1;
}

.bus-flight-offer-img {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF3CD;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    height: 100%;
    width: 70%;
}
.bus-flight-offer-button{
	display: flex;
    justify-content: center;
    align-items: center;
}
.bus-offer-item {
	border: 1px solid #F3F3F3;
	text-align: center;
    margin-top: 20px !important;
    padding: 0 15px 0 15px;
}
.bus-offer-item .direction-ok{
	margin: 0 12px
}

.bus-flight-offer-top, .bus-offer-item .bus-flight-offer-top{
	padding-top: 15px;
	padding-left: 15px;
	font-size: 12px!important;
	line-height: 14px;
}

.bus-flight-offer, .bus-offer-item .bus-flight-offer{
	text-align: left;
	font-size: 13px!important;
}

.bus-duration{
	margin:10px auto 0;
	padding: 5px 10px;
	background: #FAFAFA;
	display:block;
	max-width: fit-content;
}

.bus-flight-offer .bus-duration{
	margin: 3px 0px!important;
}
.flight-offer-price{
	font-size: 14px!important;
	color: #007BFF;
	font-size: 14px!important;
}

.btn-inspect-bus-offer{
	color: #ffffff;
	background-color: #007BFF;
	border-color: #007bff;
}
.btn-inspect-bus-offer .inspect-text{
	margin: 18px;
}

.mobile-bus-offer {
	display: none;
}
/* MEDIA */
@media (min-width: 992px) {
    #searchForm .container .row .search-col label {
        display: none;
    }
    .passenger-search-list .passenger-list .passenger-row label {
        display: block !important;
    }
}

@media (max-width: 1199px) {
	.btn-calendar-graph-prev {
    	left: 5px;
	}
	.btn-calendar-graph-next {
	    right: 5px;
	}
	.dailyGraph.roundTrip ul li {
	    width: 18px;
	}
	.data-null .bg-buyutec_alt {
    	margin: 0px 2px;
	}
	.dailyGraph ul li {
	    text-align: left;
	}
	.dailyGraph ul {
	    text-align: right;
	    padding-right: 20px;
	}
	[data-roundtrip="true"] #monthCalendarGraphContent {
	    margin-left: 0;
	}
	.graphPriceLine {
	    left: 60px;
	    width: 83%;
	}
}

@media (max-width: 768px) {
	.search-domestic table.tablesorter>thead tr th:nth-child(2),
	.search-domestic table.tablesorter>thead tr th:nth-child(4) { 
		text-align: left !important;
		padding: 3px;
	}
    .btn-select-flight {
        border-top-right-radius: 3px;
        height: 32px;
        margin: 0 auto 5px;
        width: 100%;
    }
    .language-en .btn-select-flight, .language-ru .btn-select-flight, .language-de .btn-select-flight {
        font-size: 10px
    }
    .btn-select-flight:after {
        display: none;
    }
    .transmission .stop {
        left: 35%;
        top: -3px;
        width: 7px;
        height: 7px;
    }
    
    .total-sum .total-sum-price {
        display: none;
    }
    .filter-div {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #FFF;
        margin: 0;
        padding-left: 0;
        height: 100%;
        width: 100%;
        z-index:999;
    }
    .filter .filter-header {
        position: absolute;
        top: 0;
        left: 0;
        background: #FFF;
        height: 35px;
        width: 100%;
        padding: 0px 12px 0px !important;
        z-index: 9999;
        box-shadow: 0px 0px 9px #0000002e;
        text-align: center;
    }
    .filter .filter-body {
        overflow: hidden;
        overflow-y: scroll;
        height: 85%;
        width: 100%;
        top: 30px;
        left: 0;
        right: 0;
        bottom: 0px;
        position: fixed;
        padding: 10px !important;
    }
    .filter .filter-footer {
        text-align: center;
        padding: 10px;
        position: absolute;
        bottom: 30px;
        height: 30px;
        display: block;
        width: 98%;
    }
    .flight-summary {
        display: block;
    }
    .search-form {
        padding-top: 10px !important;
        margin-bottom: 12px !important;
        display: none;
    }
    #btn-show-filter {
        display: block;
    }
    #btn-clean-all-filters {
		float: none !important;
	}
    
    .filter-div {
        display: none;
    }
    #btn-hide-search-form {
        display: block;
    }
    #btn-hide-filter {
        display: block;
    }
    #btn-hide-filter-x {
		display: block;
	}
    .filter-row {
        display: block;
    }
    button.only {
        display: none !important;
    }
    #back-to-top {
        display: none !important;
    }
    .price-note {
        margin: 5px auto 0 !important;
        display: table;
        max-width: 90px;
        padding-top: 5px !important;
        position: relative;
        text-align: center;
    }
    .flight-rules table th, .flight-rules table td {
    	width: 33.33%;
    }
    .flight-baggage .table td {
    	width: 50%;
    }
   .mobile-button-select{
   		display:block !important;
   }
    .web-button-select{
   		display:none !important;
   }
   .bus-offer-item{
   		position:relative;
   		overflow: hidden;
   }
   .bus-flight-offer-img {
	    background-color: transparent;
	    position: relative;
	}
	
	.desktop-bus-offer {
		display:none;
	}
	.row.bus-flight-offer-button.mobile-bus-offer {
		display: block;
		padding: 0 10px;
	}
	.bus-flight-offer-img:after {
	    position: absolute;
	    content: '';
	    width: 150px;
    	height: 100%;
    	left: -80px;
	    top: 0;
	    background-color: #FFF3CD;
	    z-index: -1;
	    border-radius: 100%;
	}
    
}



/* Search International / Multipoint - 768 */

@media ( max-width: 768px) {
    .search-international table.tablesorter>thead tr th:nth-child(1), .search-international table.tablesorter>tbody tr.flight-item td:nth-child(1) {
        display: none;
    }
    .search-international table.tablesorter>thead tr th:nth-child(4), .search-international table.tablesorter>tbody tr.flight-item td:nth-child(4) {
        width: 50px !important;
        text-align: center !important;
    }
    .search-international table.tablesorter>thead tr th:nth-child(2) {
        width: 60px !important;
        text-align: center !important;
        /* padding-left: 15px !important; */
    }
    .search-international table.tablesorter>thead tr th:nth-child(3),   .search-international table.tablesorter>thead tr th:nth-child(5) {
        width: 55px !important;

    }
    .search-international table.tablesorter>thead tr th:nth-child(4) {
    }
    .search-international table.tablesorter>thead tr th:nth-child(6) {
        width: 95px !important;
    }
    .search-multipoint .flight-summary {
        background: none;
        box-shadow: inherit;
        border-radius: inherit;
        border: none;
        border-bottom: 1px solid #ccc;
        margin-bottom: 15px !important;
    }
    .search-multipoint .search-form {
        display: block;
    }
    
    #btn-masterPriceCalendar {
    	margin: 0;
     }
     
    .search-multipoint #btn-hide-search-form {
	    margin-top: -8px
	}
	
	/* Oneway */
   .search-domestic [data-roundtrip="false"] table.tablesorter>tbody tr td:nth-child(1) {
		width: 75px !important;
	}
	.search-domestic [data-roundtrip="false"] table.tablesorter>tbody tr td:nth-child(2),
	.search-domestic [data-roundtrip="false"] table.tablesorter>tbody tr td:nth-child(4) {
		width: 50px !important;
	}
	
	.search-domestic table.tablesorter>thead tr th:nth-child(2),
	.search-domestic table.tablesorter>thead tr th:nth-child(4) { 
		text-align: left !important;
		padding: 3px;
	}
	
	.search-domestic  [data-roundtrip="false"] th:nth-child(1) {
/* 		text-align: center; */
		padding-left: inherit;
	}
	
	.search-domestic [data-roundtrip="false"] table.tablesorter>tbody tr td:nth-child(3) {
		width: 65px !important;
	}
	.search-domestic [data-roundtrip="false"] table.tablesorter>tbody tr td:nth-child(5) {
		width: 85px !important;
	}
	.search-domestic [data-roundtrip="false"] .flight-select {
		width: 40px !important;
	}
	
	
	.language-ru  .tablesorter-header-inner, .language-en .tablesorter-header-inner,
	.language-fr .tablesorter-header-inner, .language-de .tablesorter-header-inner  {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    [data-roundtrip="false"] .baggage-list-table-international{
		margin-left: -110px !important;
	}
	[data-roundtrip="false"] .bagg-inter-nobag{
		margin-left: -34px !important;
	}
	[data-roundtrip="true"] .baggage-list-table-international{
		margin-left: -45px !important;
	}
	
	.baggage-list-table-international-rt{
		margin-left:auto !important;
	}
	.noBaggageDepart-diff{
		margin-left:auto !important;
	}
	.hand-baggage-inter-rt{
		margin-left: -59px !important;
	}
    
}


@media (max-width: 376px) {
	.search-domestic [data-roundtrip="true"] table.tablesorter>tbody tr td:nth-child(1) {
		width: 85px !important;
	}
	.search-domestic [data-roundtrip="true"] table.tablesorter>tbody tr td:nth-child(2),
	.search-domestic [data-roundtrip="true"] table.tablesorter>tbody tr td:nth-child(4) {
		width: 50px !important;
	}
	.search-domestic table.tablesorter>thead tr th:nth-child(1) {
	
	}
	
	.search-domestic [data-roundtrip="false"] table.tablesorter>thead tr th:nth-child(2),
	.search-domestic [data-roundtrip="false"] table.tablesorter>thead tr th:nth-child(4) { 
		text-align: left !important;
		padding: 1px;
	}
	
	.search-domestic [data-roundtrip="true"] table.tablesorter>tbody tr td:nth-child(3) {
		width: 65px !important;
	}
	.search-domestic [data-roundtrip="true"] table.tablesorter>tbody tr td:nth-child(5) {
		width: 95px !important;
	}
	.search-domestic [data-roundtrip="true"] .flight-select {
		width: 20px !important;
	}
    /* Oneway */
   .search-domestic [data-roundtrip="false"] table.tablesorter>tbody tr td:nth-child(1) {
		width: 69px !important;
	}
	.search-domestic [data-roundtrip="false"] table.tablesorter>tbody tr td:nth-child(2),
	.search-domestic [data-roundtrip="false"] table.tablesorter>tbody tr td:nth-child(4) {
		width: 55px !important;
	}

	.search-domestic table.tablesorter>thead tr th:nth-child(2),
	.search-domestic table.tablesorter>thead tr th:nth-child(4) { 
		text-align: left !important;
		padding: 3px;
	}
	
	.search-domestic [data-roundtrip="false"] table.tablesorter>tbody tr td:nth-child(3) {
		width: 65px !important;
	}
	.search-domestic [data-roundtrip="false"] table.tablesorter>tbody tr td:nth-child(5) {
		width: 95px !important;
	}
	.search-domestic [data-roundtrip="false"] .flight-select {
		width: 30px !important;
	}
	
	.btn-flight-detail { 
		width: max-content;
	}
    .language-ru  .tablesorter-header-inner, .language-en .tablesorter-header-inner, .language-fr .tablesorter-header-inner, .language-de .tablesorter-header-inner  {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
   	.language-de .de-responsive  {
   		display:none;
    }
    
}

/* MEDIA */

.btn-detail {
	background: #0564b0 !important;
    color: #FFF;
    border: #0564b0;
}
.btn-detail:hover {
	color: #FFF;
}
@media (max-width: 767px) {
	 .multipoint-baggage{
	 	margin-left:0px !important;
	 }
}

.border-brand-international{
	border-left:1px solid #dee2e6!important;
	border-right:1px solid #dee2e6!important;
	border-bottom:1px solid #dee2e6!important;
}

.table-intern .table {
    font-size: 10px;
    margin-top: 1rem;
	background: #ffffff80;
    box-shadow: 0 0 5px #00000014;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: auto;
}

.branded-fares-row{
	display: none;
}
.row.branded-fares{
	padding: 5px !important;;
}

.domectic-list-branded-header{
	background: #FFF9E6;
	border-radius: 4px 4px 0px 0px;
	padding: 0 6px !important;
    font-weight: bold;
    border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: pink;
	line-break: anywhere;
}
.branded-fares .col-12:nth-child(1) .domectic-list-branded-header {
	border-bottom-color: #fec60a;
}

.branded-fares .col-12:nth-child(2) .domectic-list-branded-header {
	border-bottom-color: #5fa1d3;
}

.branded-fares .col-12:nth-child(3) .domectic-list-branded-header {
	border-bottom-color: #6ab626;
}

.branded-fares .col-12:nth-child(4) .domectic-list-branded-header {
	border-bottom-color: #af1111;
}	
.domestic-brand-box{
	background: #FFFFFF;
	box-shadow: 0 3px 7px #00000033;
	border-radius: 4px;
	margin-bottom: 7px !important;
	min-height: 130px;
	height: 100%;
	border: 1px solid #dddddd;
	display:block;
	position: relative;
    padding-bottom: 40px !important;
}
.domesticBrandItemButton{
	position:absolute;
	bottom:0;
}
.domesticBrandHeader{
	height: max-content;
}
.rt-returnFlights-domestic-brand-box, .rt-flights-domestic-brand-box{
	min-height: 70px;
}
.domestic-brand-box:hover{
	box-shadow: 0px 3px 7px #0000008a;
	cursor: pointer;
}
.domestic-brand-box.active{
	border: 2px solid #007bff;
	box-shadow: 0px 3px 7px rgba(14, 31, 53, 0.12);
}
.domestic-brand-box.active-init{
	border: 2px solid #007bff;
	box-shadow: 0px 3px 7px rgba(14, 31, 53, 0.12);
}
.domestic-list-branded-rules{
	min-height: 105px;
}
.domestic-list-branded-rules-four-col{
	min-height: 180px !important;
}

.domestic-list-branded-rules ul li{
	list-style-image: url("/resources/img/icons/branded-list-style.png") !important;
}
.domestic-list-branded-rules ul .title{
    color: #292929;
    font-weight: 600;
    line-height: normal;
    margin-top: 8px;
}
[data-roundtrip="true"] .domestic-list-branded-rules ul .title{
    display: none;
}
.domestic-list-branded-rules ul .title:first-of-type{
    margin-top: 0px;
}
.rt-domestic-brand-rules ul li{
	padding-right: 20px !important;
}
.domestic-list-branded-rules ul{
	padding: 5px 0 0 15px;
	line-height: 20px;
    margin-bottom: 0;

    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.domestic-list-branded-rules .show-more{
    color: #007BFF;
}
.rt-domestic-brand-rules ul li{
	float: left;
}
.rt-domestic-brand-rules{
	min-height: 40px !important;
}
.branded-list-baggage-info{
	font-size: 10px;
    margin-top: 2rem;
    padding: 5px;
    background: #ffffff;
	border: 1px solid #E2E1E2;
	border-radius: 3px;
}
.same-provider-branded{
	text-decoration: line-through;
	display: none;
	font-weight:400 !important;
}
.total-sum-price .currencyChangeArea i{text-decoration: line-through;}
.same-provider-branded-discount{
	padding-left: 15px;
	display: none;
}

.table-intern.price-button-wrapper{
    position: absolute;
    bottom: 12px;
}

@media (max-width: 980px) {
	.domestic-list-branded-rules{
		min-height: 30px;
	}
	.domestic-list-branded-rules-four-col {
	    min-height: 100px !important;
	}
	.domectic-list-branded-header{
		padding: 2px 4px !important;
		font-size: 12px !important;
	}
	.domestic-list-branded-rules ul {
		line-height: 16px !important;
	}
	.branded-list-baggage-info {
		border: none !important;
	}
	.rt-domestic-brand-rules {
	    min-height: 30px !important;
	}
	.domestic-brand-box, .rt-returnFlights-domestic-brand-box{
		min-height: unset;
	}
	.domestic-list-branded-rules ul li{
		padding-right: 20px;
	}
}
.branded-title-res{
	display:unset !important;
}
.no-car-found{padding-top:30px !important;}
.btn-reset-car{float: none;margin:10px auto !important; color:#383838;}
/* .loadingImgFilter{ */
/* 	    position: absolute; */
/*     	top: 50px; */
/*     	left: 50%; */
/*     	z-index: 1; */
/* } */



#loadingImgFilter {
    width: 100%;
    height: 100px;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 5px;
    z-index: 1;
}

@media ( max-width: 980px) {
    #loadingImgFilter {
        display: none;
    }
}

#loadingImgFilter img {
    height: 40%;
    float: left;
    padding: 15px 0;
    margin-right: 7px;
}


.loadingImg {
    text-align: center !important;
    float: none !important;
    padding: 0 !important;
}



.searchHead{
	font-size: 24px;color: #1f2126;display: inline;
}

@media (max-width: 980px) {
	.searchHead{
		font-size: 18px;color: #1f2126;display: inline;
	}
}

 .flight-detail-bar {
    border: 1px solid #d6d9dd;
/*     box-shadow: inset -1px 0px 0px #e2e0e2; */
/*     border-right: none; */
    margin-right: 1px;
    width: 100%;
    border-top: 1px solid #f1f1f1;
}


.flight-detail-bar td:first-child {
    padding: 5px 0;
}

.btn-flight-detail {
    font-size: 12px;
    color: #4391D3;
    width: 100%;
}


.btn-baggage-flight-detail {
    font-size: 12px;
    color: #007bff;
    margin-left: 10px;
    cursor: pointer;
}
.vanInfo{
    background-color: #FFF6D6;
    padding:12px 0;
    margin: 16px 5px;
    border-radius: 5px;
    width: 100%;
}
.vanInfo .vanInfoTitle{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:4px;
    padding-bottom: 5px;
}
.vanInfo p, .vanInfo h6{
    margin:0;
}
.vanInfo h6{
    font-weight: 700;
    color: #212529;
}
.tablesorter-headerUnSorted:nth-child(1){
    background-position-x: 95%;
}
.tablesorter-headerUnSorted:nth-child(5){
	background-position-x: 85%;
}
.tablesorter-headerUnSorted:nth-child(2), .tablesorter-headerDesc:nth-child(2), .tablesorter-headerAsc:nth-child(2){
    background-position-x: 95%;
}
#flights-table .flight-item{
	position: relative;
}
.sponsoredFlightTd{
}
.sponsoredFlightTd .sponsoredFlight{
	padding:8px 16px !important;
}
.sponsoredFlightTd .sponsoredFlightReturn{
	padding:8px !important;
}
.sponsoredFlightTd .sponsoredFlightPopover i{
	color:#fff;
}
.sponsoredFlightTd .sponsoredFlightPopoverReturn{
	align-items: flex-start !important;
    padding-top: 10px !important;
}
.sponsoredFlightTd #sponsoredFlightPopover{
	display:flex;
	justify-content:center;
	align-items:center;
	gap:5px;
	border-radius: 3px;
	background-color:rgba(255,255,255,0.2);
	max-width: fit-content;
	color:#fff !important;
	font-weight: 700;
	font-size: 12px;
	
}

.sponsoredFlightTd .sponsoredFlightPopover{
	height:100%;
	display:flex;
	justify-content: center;
    align-items: center;
}
.sponsoredFlightTd .sponsoredFlightLogo{
	height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sponsoredFlightTd .sponsoredFlightLogoReturn{
	justify-content: flex-end;
}
.sponsoredFlightTd{
	padding:0;
}
.sponsoredFlightDescription{
	text-align:left;
	padding-left:20px !important;
}
.sponsoredFlightDescriptionReturn{
	height:100%;
	display:flex;
	justify-content: flex-start;
    align-items: center;
}
.sponsoredFlightDescriptionReturn{
	padding-left:0 !important;
}
.sponsoredFlightDescription h6{
	color: #FFF;
	font-weight: 700;
	margin-bottom: 3px;
}
.sponsoredFlightDescription p{
	font-size: 12px;
	color: #FFF;
	margin:0;
}
@media (max-width: 768px){
	.flightInfo{
		display:none !important;
	}
	.summary-before-onepagecheckoutArea{
		padding:0;
	}
	.modalInternationalBrandInfo .modal-dialog{
		margin:0;
	}
	.modalInternationalBrandInfo .modal-body{
		padding-bottom:0;
	}
	.summary-before-onepagecheckoutArea {
	    border-radius: 20px 20px 0px 0px;
	    background: #FFF;
	    box-shadow: 0px -5px 36px 6px rgba(0, 0, 0, 0.12);
	    width:100%;
	    margin-top:15px;
	    display: flex;
        justify-content: flex-start;
	}
	.total-sum{
		border:none;
	}
	.summary-before-onepagecheckout{
		margin-top:0 !important;
	}
    .domestic-list-branded-rules ul .title{
        display: none;
    }
    .result-content-international .campaignSlider,
    .result-content-domestic .campaignSlider {
        height: 40px !important;
        margin: 2px 0 16px -10px !important;
        padding: 0 !important;
        filter: drop-shadow(0px 4px 4px rgba(207, 207, 207, 0.25));
    }
    .result-content-international .campaignSlider .campaignSliderItem,
    .result-content-domestic .campaignSlider .campaignSliderItem {
        background-image: url(/resources/ub/img/campaign-background-mobile.png);
        background-repeat:no-repeat;
        width: 100%;
        background-size: contain;
        height: 48px;
        padding: 0 10px 8px 17px !important;
        display: flex;
        align-items: center;
    }
    .result-content-international .campaignSlider .campaignSliderItem .campaignSliderItemTitle span,
    .result-content-domestic .campaignSlider .campaignSliderItem .campaignSliderItemTitle span {
        color: #212529;
        text-align: center;
        font-size: 13px;
    }
    .result-content-international .campaignSlider .slick-arrow,
    .result-content-domestic .campaignSlider .slick-arrow {
        display: none !important;
    }
    .result-content-international .campaignSliderItem p,
    .result-content-domestic .campaignSliderItem p{
        margin: 0;
    }
    .result-content-international .campaignSlider .col-md-3,
    .result-content-domestic .campaignSlider .col-md-3 {
        margin-right: initial !important;
        padding: initial !important;
    }
    .price-discount-info {
        margin-bottom: 12px;
    }
    .price-discount-info a{
        padding: 0;
        color: #545B62;
        font-size: 12px;
        font-weight: 400;
        line-height: normal;
        border: none;
        display: flex;
        width: fit-content;
    }
    .price-discount-info a i{
        margin-right: 4px;
        font-weight: 700;
    }
    .flightCountWrapper {
        display: none;
    }
    .mobile-search-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 12px !important;
    }
    .mobile-search-top #popoverDataSort1{
        padding: 0;
    }
    .mobile-search-top #popoverDataSort1 i{
        color: #AFAFAF;
        font-weight: 700;
    }
    #btn-show-filter {
        width: auto;
        height: fit-content;
        margin: 0;
        font-size: 12px;
    }
    .flight-summary #btn-change-flight{
        padding: 0;
    }
    .summary-passengers {
        padding-right: 8px;
    }
    .search-domestic .popover, .search-international .popover{
        max-width: 350px;
    }
	.int-brand-baggage span:last-child {
		margin-top: 6px;
	}
    .tablesorter-headerUnSorted:nth-child(1), .tablesorter-headerUnSorted:nth-child(5){
        background-position-x: 100%;
    }

    .tablesorter-headerUnSorted:nth-child(2), .tablesorter-headerDesc:nth-child(2), .tablesorter-headerAsc:nth-child(2){
        background-position-x: 100%;
    }
    .tablesorter-header:nth-child(1) .tablesorter-header-inner, .tablesorter-header:nth-child(3) .tablesorter-header-inner{
        padding-right: 10px;
    }
	.sponsoredFlightDescription{
		padding-left:0 !important;
	}
	.sponsoredFlightTd .sponsoredFlightLogo{
		justify-content: flex-end;
	}
	.sponsoredFlightTd .sponsoredFlight{
		padding:8px 16px 15px !important;
	}
}

#exampleModalLongFlight .modal-dialog{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	margin:0;
	width:95%;
}

.flightInfo{
	padding-top:15px;
}
.flightFilterTop{
	display:flex;
	justify-content:space-between;
}
	
/* } */
[data-custom-class="car-deliveryType-tooltip"] {
    	cursor: pointer !important;
}
.int-brand-baggage {
	font-size: 10px !important;
	margin-right: 4px;
	margin-left: 3px;
	margin-top: 6px;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

.int-brand-baggage span {
	border-radius: 20px;
	border-width: 0.5px;
	padding: 6px;
	gap: 4px;
	border: 0.5px solid #FEC60A;
	display: block;
	width: fit-content;
}

.int-brand-baggage img {
	margin-right: 4px;
	margin-top: -3px;
}

.carPriceSlideWidth .ui-slider-range{
	width:100% !important;
}
.carPriceSlideWidth .ui-slider-handle:last-child{
	right:0;
}
.car-price-filter .currencyChangeArea {
    font-size: 12px;
    font-weight: 400;
    color: #383838;
    
}
