#price_calculator_widget .price-calculator {
    margin-bottom: 15px;
    border:0;
}
.price-calculator-item, .booking-rules-item, .ssr-calculator-item, .flight-choice-label {
    padding: 0;
}

#quickbook_widget {
    background: #FFF;
    border-radius: 3px;
    min-height: 320px;
    width: 100%;
    margin-top: 0;
    padding: 20px;
    float: left;
    position: relative;
}
.quickbook-page {
    max-width: 100%;
    /*min-width: 520px;*/
    overflow: hidden;
}
#quickbook_widget input[type="text"],
#quickbook_widget select,
.wizard-container input[type="text"],
.wizard-container select{
    display: block;
    width: 100%;
    height: 34px;
    padding: 3px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #343e5c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#quickbook_widget select,
.wizard-container select{
    background: #FFFFFF url(caret-down.png) 95% center no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}
#quickbook_widget select[size],
.wizard-container select [size]{
    height: auto;
}
.quickbook-page-item {
    position: relative;
    min-height: 1px;
    overflow: hidden;
}
.quickbook-page .quickbook-page-directions,
.quickbook-page .quickbook-page-airports,
.quickbook-page .quickbook-page-calendars {
    float: left;
    width: 66.66666667%;
}
.quickbook-page .quickbook-page-passenger-types {
    float: none;
    width: 33.33333333%;
}
@media (max-width: 1200px) {
    .quickbook-page .quickbook-page-passenger-types {
        float: none;
        width: 100%;
    }
}
.quickbook-page-go a:hover,
.quickbook-page-go a:visited,
.quickbook-page-go a:link,
.booking-first-page-go a:hover,
.booking-first-page-go a:visited,
.booking-first-page-go a:link {
    color: #343e5c;
}
.quickbook-page-go,
.booking-first-page-go .go-button,
.gwt-Button, 
.print-receipt-button, 
.show-timetable-button{
    font-size: 12px;
    padding: 12px 20px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 40px;
    border: 0;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fdc42a;
    color: #343e5c;
    width: auto;
}

.booking-second-page-quickbook-panel .items-container .items-container-hide-button .hide-button{
    float: right;
    width: 100%;
    height:100%;
}
.hide-button{
    height:100%;
}

#quickbook_widget .gwt-RadioButton {
    position: relative;
    width: 50%;
}
#quickbook_widget .gwt-RadioButton input[type="radio"] {
    vertical-align: middle;
    opacity: 0;
}
#quickbook_widget .gwt-RadioButton label:before {
    background: white;
    content: " ";
    font-size: 1px;
    color: #3e3435;
    border: 1px #cccccc solid;
    border-radius: 50%;
    padding: 12px;
    line-height: initial;
    position: absolute;
    top: 11px;
    left: 0px;
}
#quickbook_widget .gwt-RadioButton label:after {
    content: " ";
    font-size: 15px;
    position: absolute;
    color: #3e3435;
    top: 18px;
    left: 7px;
    width: 12px;
    height: 12px;
}
#quickbook_widget input[type="radio"]:checked+label:after {
    content: " ";
    border-radius: 50%;
    background-color: #fdc42a;
}
#quickbook_widget .gwt-RadioButton label {
    padding: 16px 0px 10px 20px;
    font-size: 12px;
    font-weight: 100;
    color: #343e5c;
}
#quickbook_widget label {
    font-size: 12px;
    font-weight: 100;
    color: #343e5c;
}
#quickbook_widget .quickbook-page .quickbook-page-directions {
    width: 66.66666667%;
    margin-top: -11px;
}
#quickbook_widget .quickbook-page-item.quickbook-page-airports {
    margin-top: 0px;
}
#quickbook_widget label,
.small_calendar td.calendarCell,
label,
.label,
.gwt-Label,
.gwt-HTML,
.info-container-label {
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    text-align: left;
    font-size: 12px;
    font-weight: 900;
    color: #343e5c;
    text-transform: uppercase;
    padding: 3px 1px;
}

/**** calendars quickbook ****/
#quickbook_widget .small_calendar td.calendarCell {
    width: 20px !important;
    height: 15px !important;
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    padding: 4px 4px !important;
    text-align: center;
    border-color: rgb(226, 226, 226);
}
#quickbook_widget table.datePickerDays {
    border: none;
}
#quickbook_widget .datePickerMonthSelector {
    border-collapse: collapse;
}
#quickbook_widget .departure-airport-container {
    float: left;
    width: 50%;
    padding-right: 16px;
    margin-right: 0px;
}
#quickbook_widget .small_calendar td.datePickerWeekdayLabel,
#quickbook_widget .small_calendar td.datePickerWeekendLabel{
    font-size: 13px;
    font-weight: 100;
    padding: 3px 5px !important;
    background-color: #fdc42a;
    border: 1px solid gold;
}
#quickbook_widget .calendarCell-Value,
.calendarCell-Value .calendarCell-LowPrice {
    background-color: #0087d9 !important;
}
#quickbook_widget .datePickerPreviousButton,
.datePickerNextButton {
    color: #0087d9;
}
#quickbook_widget td.datePickerMonth {
    color: #343e5c;
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    line-height: 170%;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 12px!important;
    text-align: center;
    vertical-align: middle;
}
#quickbook_widget .calendarCell-HasFlights,
.calendarCell-HasFlights .calendarCell-LowPrice {
    background-color: #339966;
    color: #FFFFFF!important;
}
#quickbook_widget table.datePickerDays {
    border-collapse: separate;
    border-spacing: 0;
}
#quickbook_widget table.datePickerDays tr th,
#quickbook_widget table.datePickerDays tr td {
    border-right: 1px solid rgb(226, 226, 226);
    border-bottom: 1px solid rgb(226, 226, 226);
}
#quickbook_widget table.datePickerDays tr th:first-child,
#quickbook_widget table.datePickerDays tr td:first-child {
    border-left: 1px solid rgb(226, 226, 226);
}
#quickbook_widget table.datePickerDays tr th {
    border-top: 1px solid rgb(226, 226, 226);
}
#quickbook_widget .datePickerMonthSelector {
    border: 0px;
}
/* top-left border-radius */

#quickbook_widget table.datePickerDays tr:first-child td:first-child {
    border-top-left-radius: 6px;
}
/* top-right border-radius */

#quickbook_widget table.datePickerDays tr:first-child td:last-child {
    border-top-right-radius: 6px;
}
/* bottom-left border-radius */

#quickbook_widget table.datePickerDays tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
}
/* bottom-right border-radius */

#quickbook_widget table.datePickerDays tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
}
#quickbook_widget td.calendarCell {
    border: none;
}
#quickbook_widget table.datePickerDays tr:first-child td:first-child {
    border-top-left-radius: 6px;
}
#quickbook_widget .quickbook-page .outbound-calendar-day-of-week-label,
.quickbook-page .inbound-calendar-day-of-week-label,
.quickbook-page .outbound-calendar-date-label,
.quickbook-page .inbound-calendar-date-label {
    font-size: 11px;
}
#quickbook_widget .quickbook-page {
    max-width: 100%;
    min-width: auto;
}
@media (max-width: 1200px) {
    .quickbook-page .quickbook-page-directions,
    .quickbook-page .quickbook-page-airports,
    .quickbook-page .quickbook-page-calendars {
        float: left;
        width: 100%;
    }
}
#quickbook_widget .quickbook-page-search-period,
#quickbook_widget .quickbook-page-currency {
    padding-right: 0px;
    width: 33.33333%;
}
#quickbook_widget .info-container.search-period-label .info-container-label {
    display: block;
}
#quickbook_widget .quickbook-page-go {
    float: right;
}
#quickbook_widget .arrival-airport-container {
    width: 47%;
}
#quickbook_widget .label.passenger-types-label {
    display: none;
}
#quickbook_widget .passenger-types-container .passenger-type-container {
    margin-top: 0px;
}
#quickbook_widget select,
#quickbook_widget select[size] {
    height: 26px;
}
#quickbook_widget .passenger-types-container {
    margin-top: -5px;
}
#quickbook_widget .quickbook-page-search-period {
    margin-top: 8px;
}
#quickbook_widget .quickbook-page-go {
    margin-top: 5px;
}
@media (max-width: 991px) {
    .small_calendar .gwt-DatePicker {
        float: left;
        margin: 5px 4px 10px 0;
        width: 74%;
        margin: 5px 13%
    }
    #quickbook_widget .quickbook-page-search-period,
    #quickbook_widget .quickbook-page-currency {
        margin-top: 10px;
        padding-right: 10px;
    }
}

/**** booking widget ****/
.label-required::after {
    content: '*';
    color: #fdc42a;
}
.booking-third-page-remarks::before{
    color: #fdc42a;
    margin-right:2px;
}
.booking-first-page {
    border: 0;
    padding: 10px 20px;
    width: 100%;
    height: 100%;
    min-height: 465px;
}

.wizard-container, .info-dialog-content {
    margin-top: 0;
    width: 100%;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    background: #0098d1;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.wizard-container label,
.wizard-container .label,
.wizard-container .info-container-label{
    color:#FFFFFF;
}
.fare-price-group label{
    color:#343e5c;
}
.wizard-tab-bar .gwt-TabBarFirst-wrapper {
    display: none;
}
.wizard-tab-bar .gwt-TabBarItem-wrapper {
    background: #e2e2e2;
    border: 0;
    border-left: 1px solid #FFF;
    height: 34px;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 8px 15px;
    width: 18%;
}
.wizard-tab-bar .gwt-TabBarItem-wrapper-selected {
    background: #0098d1;
    border: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 2px;
}
.wizard-tab-bar .gwt-TabBar .gwt-TabBarItem-wrapper-disabled .gwt-Label, .wizard-tab-bar .gwt-TabBar .gwt-TabBarItem-wrapper-disabled .gwt-HTML {
    cursor: default;
    font-weight: lighter;
    text-decoration: none;
    font-weight: 700;
}
.wizard-tab-bar .gwt-TabBar .gwt-TabBarItem-wrapper-selected .gwt-Label, .wizard-tab-bar .gwt-TabBar .gwt-TabBarItem-wrapper-selected .gwt-HTML {
    font-weight: 700;
    color: #FFFFFF;
    text-decoration: none;
}
.wizard-container input[type="text"],
.wizard-container select{
    border:0;
}
/**** first page ****/
.booking-first-page-item {
    margin-left: 0;
}
.booking-first-page-item .passenger-type-count {
    width: 100%;
    margin-left: 0;
}
.booking-first-page-item .passenger-type-label {
    width: 100%;
    margin-left: 0;
    margin-top: 2px;
}
.booking-first-page-directions, .booking-first-page-dates, .booking-first-page-airports {
    float: left;
    width: 66.66666667%;
}
.booking-first-page-passenger-types {
    margin-top: 14px;
}
.booking-first-page-search-period, .booking-first-page-currency, .booking-first-page-promo, .booking-first-page-passenger-types, .booking-first-page-go, .discount-programs-container {
    float: none;
    width: 33.33333333%;
}
/**** calendars quickbook ****/
.wizard-container .small_calendar td.calendarCell {
    width: 20px !important;
    height: 15px !important;
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    padding: 4px 4px !important;
    text-align: center;
    border-color: rgb(226, 226, 226);
}
.wizard-container table.datePickerDays {
    border: none;
}
.wizard-container .datePickerMonthSelector {
    border-collapse: collapse;
}
.wizard-container .departure-airport-container {
    float: left;
    width: 50%;
    padding-right: 16px;
    margin-right: 0px;
}
.wizard-container td.datePickerWeekdayLabel,
.wizard-container td.datePickerWeekendLabel{
    font-size: 13px;
    font-weight: 100;
    padding: 3px 5px !important;
    background-color: #fdc42a !important;
    border: 1px solid gold;
}

.wizard-container .datePickerPreviousButton,
.wizard-container .datePickerNextButton {
    color: #FFFFFF;
}
.wizard-container td.datePickerMonth {
    color: #FFFFFF;
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    line-height: 170%;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 12px!important;
    text-align: center;
    vertical-align: middle;
}
.wizard-container .calendarCell-HasFlights,
.calendarCell-HasFlights .calendarCell-LowPrice {
    background-color: #339966;
    color: #FFFFFF!important;
}

.wizard-container .calendarCell-HasFlights,
.wizard-container .calendarCell-Weekend-HasFlights,
.wizard-container .calendarCell-OutsideOfMonth-HasFlights .calendarCell-LowPrice{
    background-color: #339966 !important;
}
.wizard-container .datePickerDays {
    border-collapse: separate;
    border-spacing: 0;
    background-color: #0098D1;
}
.wizard-container table.datePickerDays tr th,
.wizard-container table.datePickerDays tr td {
    border-right: 1px solid rgb(226, 226, 226);
    border-bottom: 1px solid rgb(226, 226, 226);
    background: #FFFFFF;
}
.wizard-container table.datePickerDays tr th:first-child,
.wizard-container table.datePickerDays tr td:first-child {
    border-left: 1px solid rgb(226, 226, 226);
}
.wizard-container table.datePickerDays tr th {
    border-top: 1px solid rgb(226, 226, 226);
}
.wizard-container .datePickerMonthSelector {
    border: 0px;
    background: #0098d1;
}
.wizard-container .calendarCell-Value,
.calendarCell-Value .calendarCell-LowPrice {
    background-color: #0087d9 !important;
}
/* top-left border-radius */

.wizard-container table.datePickerDays tr:first-child td:first-child {
    border-top-left-radius: 6px;
}
/* top-right border-radius */

.wizard-container table.datePickerDays tr:first-child td:last-child {
    border-top-right-radius: 6px;
}
/* bottom-left border-radius */

.wizard-container table.datePickerDays tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
}
.wizard-container table.datePickerDays tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
}
.wizard-container td.calendarCell {
    border: none;
}
.wizard-container table.datePickerDays tr:first-child td:first-child {
    border-top-left-radius: 6px;
}
.wizard-container .quickbook-page .outbound-calendar-day-of-week-label,
.quickbook-page .inbound-calendar-day-of-week-label,
.quickbook-page .outbound-calendar-date-label,
.quickbook-page .inbound-calendar-date-label {
    font-size: 11px;
}
.wizard-container .calendarCell-Weekend, 
.wizard-container .calendarCell-Weekend 
.wizard-container .calendarCell-LowPrice {
    background-color: #F5F5F5;
    color: #343e5c;
}
.wizard-container td.calendarCell {
    font-weight: 700;
    color: #343e5c;
    padding: 8px 5px;
    height:100%;
}
.wizard-container .airline-calendar-container {
    overflow: hidden;
    width: 100%;
    margin-top: 5px;
}
/**** second page ****/
.booking-second-page {
    width: 100%;
    padding: 10px 20px;
}
.booking-second-page-item {
    margin-top: 0;
}
.booking-second-page .direction-label {
    display: block;
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    font-weight: 600;
    padding: 10px 0 0 0;
}
.booking-second-page .previous-day, 
.booking-second-page .next-day {
    border: none;
    background: none;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    padding: 0 0 15px 0;
}
.flight-segment-item .flight-route .value, 
.flight-segment-item .flight-route .label, 
.flight-segment-item .flight-route .quote, 
.seatmap-flight-info .flight-route .value, 
.seatmap-flight-info .flight-route .label, 
.seatmap-flight-info .flight-route .quote, 
.seatmap-flight-info .flight-number, 
.seatmap-flight-info .departure-time {
    color: #FFFFFF;
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    font-weight: 600;
    font-size:16px;
}
.flight-segment-first .flight-segment-info-header, .seatmap-flight-info {
    margin-top: 10px;
    padding-left: 0;
}
.flight-table {
    border: 0;
    background: #FFFFFF;
    border-radius: 5px;
}
.flight-table .price-table-header td:first-child {
    border-top-left-radius: 5px;
}

.flight-table .price-table-header td:last-child {
    border-top-right-radius: 5px;
}
.booking-second-page-table-panel {
    border-bottom: 0;
    margin-bottom: 10px;
}
.flight-table-cell{
    border-bottom: 0;
}
/**** third page ****/
.booking-third-page {
    width: 100%;
    padding: 10px 20px;
}
.single-passenger-panel {
    margin-top: 5px;
    border-top: 1px dotted #fff;
    padding: 5px 0 0 0;
}
.booking-third-page .booking-page-item {
    border-bottom: 1px dotted #ffffff;
    padding: 10px 0;
}
.booking-third-page-item{
    border-top:0;
}
.passenger-editors-container .passenger-type-label {
    color: #FFF;
}
.single-passenger-panel-first .passenger-type-label {
    margin-top: 0;
}
.single-passenger-panel-first .passenger-type-label {
    margin-top: 0;
}
.passenger-editors-container .passenger-type-label {
    width: 90px;
}
.contact-person-item, .invoice-item {
    height: 100%;
}
.contact-person-mobile .mobile-phone-country-list-box {
    width: 90px;
    display: inline-block;
}
.contact-person-mobile .mobile-phone-country-text-box{
    width: 120px !important;
    float: right !important;
    margin-left: 4px;
}
.optional-ss-items .ss-item {
    border-top: 1px dotted #FFFFFF;
    padding: 8px 0;
}
.optional-ss-header .ss-header-count, .ss-header .ss-header-count {
    margin-left: 213px;
}
.optional-ss-items .ss-name, .ss-items .ss-name {
    width: 210px;
}
.ss-header-count-route{
    color:#FFFFFF;
}
.sserice-name{
    display: block;
    width: 200px;
    white-space: initial;
}
.ss-controls-container .ss-route {
    margin-left: 5px;
}
.ss-item .ss-comment{
    width:50% !important;
}
/**** fourth page ****/
.booking-payment-page{
    padding: 10px 20px;
}
.booking-payment-page label,
.booking-payment-page .label{
    white-space: initial;
}
.booking-page-item {
    margin-top: 0;
}
.passenger-details-item {
    border-bottom: 0;
}
.passenger-name, .fare-details .fare-title, .fare-details .total-count, .pay-refund-count, .penalty-total-count, .creditcard-title {
    background-color: #FFFFFF;
}
.passenger-details-item .name-label,
.fare-details-item .title-label,
.fare-details-item .total-label{
    color: #343e5c;
}


@media (max-width: 620px) {
    .booking-first-page-item {
        float: none!important;
    }

    .booking-first-page-directions {
        width: 100%;
        display: inline-block;
    }

    .booking-first-page-directions, .booking-first-page-dates, .booking-first-page-airports, .booking-first-page-search-period, .booking-first-page-currency, .booking-first-page-promo, .booking-first-page-passenger-types, .booking-first-page-go, .discount-programs-container {
        width: 100%;
    }

    .departure-airport-container .departure-airport, .arrival-airport-container .arrival-airport, .currencies, .search-period, .outbound-date, .inbound-date, .promocode, .departure-airport-container, .arrival-airport-container, .timetable-date {
        width: 100%;
    }

    .booking-first-page .oneway-button, .booking-first-page .roundtrip-button {
        width: 50%;
        display: inline-block;
    }

    .wizard-container .departure-airport-container, .wizard-container .arrival-airport-container {
        width: 50%;
        padding: 0px 15px 0px 0px;
        margin: 0;
        display: inline-block;
    }

    .booking-second-page {
        overflow: scroll;
    }

    .booking-second-page-item.booking-second-page-table-panel {
        min-width: 600px;
    }

    .single-passenger-editor {
        width: 100%;
    }

    .passenger-item.name-passenger-item.single-passenger-title, .contact-person-item.contact-person-title {
        width: 20%;
    }

    .passenger-item.name-passenger-item.single-passenger-first-name, .contact-person-item.contact-person-first-name {
        width: calc(80% - 10px);
        margin-right: 0px;
    }

    .passenger-item.name-passenger-item.single-passenger-last-name, .contact-person-item.contact-person-last-name, .contact-person-item.contact-person-email {
        width: 100%;
    }
}


@media (max-width: 500px) {
    #quickbook_widget .departure-airport-container, #quickbook_widget .arrival-airport-container {
        width: 100%;
        margin: 0px 0px 15px 0px;
        padding: 0px;
    }
    #quickbook_widget .quickbook-page .quickbook-page-directions {
        width: 100%;
    }

    .outbound-container, .inbound-container {
        overflow: hidden;
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }

    #quickbook_widget .quickbook-page-search-period, #quickbook_widget .quickbook-page-currency {
        width: 100%;
        padding: 0px;
        margin: 0px 0px 10px;
    }

    /* wez to napraw */

    .box2 .price > span {
        font-size: 30px;
    }

    /* /wez to napraw */

    .airline-calendar-container .gwt-DatePicker {
        width: 100%;
    }

    .wizard-container .departure-airport-container, .wizard-container .arrival-airport-container {
        width: 100%;
        padding: 0px;
        margin: 0;
        display: inline-block;
    }

    .wizard-tab-bar .gwt-TabBarItem-wrapper {
        padding: 8px 2px;
    }

    .wizard-tab-bar .gwt-TabBar .gwt-TabBarItem-wrapper-selected .gwt-Label, .wizard-tab-bar .gwt-TabBar .gwt-HTML {
        font-size: 8px;
    }

    .small_calendar .gwt-DatePicker {
        margin: 0px; 
    }


}

.booking-status-page-button-bar{
    display:none;
}
.additional-services-container{
    display:none;
}

.payment-transaction-status, .booking-status-page-item {
    border-bottom: 0;
    padding: 5px 3px;
}
.contact-info {
    border-bottom: 0;
    padding: 0 3px 5px;
}
.rlocator-value {
    color: #fdc42a;
    font-weight: bold;
}
.items-container-hide-button{
    margin:10px;
}
.passenger-details-item .passenger-fare-basis, .passenger-details-item .passenger-fare-total {
    width: 100%;
    border: 1px solid #FFF;
}
.passenger-details-item .passenger-fare-parts {
    width: 100%;
    border: 1px solid #FFF;
    padding: 5px;
}
.passenger-fare-parts-item {
    width: 100%;
    display: block;
}

/*.booking-third-page-body .items-container-body[style]{
    display:block !important;
}*/