body, html {
    margin: 0;
    /* background-color: #798dae; */
}

.flight {
    position: relative;
}

.flight * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flight p {
    margin: 0;
}

.booking {
    /* height: 180px; */
    max-width: 700px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 5px;
    margin-top: 20px;
}
.a-text-only:hover {
	text-decoration: none;
	color: inherit !important;
}

.booking_bold {
    font-weight: 600;
}

.booking_title {
    padding-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #04537c;
    position: relative;
}

.booking_text {
    font-size: 24px;
    color: #04537c;
}

.booking_button {
    background-color: #c72233;
    border: 1px solid #c72233;
    color: #ffffff;
    border-radius: 5px;
    border-bottom-right-radius: 0;
    width: 90px;
    cursor: pointer;
    -webkit-transition: background-color 300ms;
    transition: background-color 300ms;
}

.booking_button:hover {
    background-color: #b11e2d;
    border: 1px solid #b11e2d;
}

.booking_content {
    padding: 25px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.booking_content-user {
    padding-left: 0;
}

.booking_content-extra {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 40px;
    height: calc(100% - 28px);
}

.booking_content p {
    color: #04537c;
    font-size: 18px;
}

.booking-address, .booking-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.booking-time {
    margin-top: 20px;
}

.booking-left {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.booking_pickup, .booking_dropoff {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.booking_icon {
    max-width: 100%;
    max-height: 100%;
}

.booking_car {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 10px 20px;
    padding-left: 0;
}

.booking_car_name {
    font-size: 20px !important;
}

.booking_car-left {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.booking_car-right {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.booking_car_title div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.booking_car_title div p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #04537c;
    font-size: 18px;
}

.booking_car_specs {
    margin-top: auto;
    /* margin-top: 45px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.booking_car_specs p {
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 5px 0px 0px;
    margin-right: 5px;
}

.booking_car_icon {
    width: 17px;
    height: 17px;
}

.booking_car_icon_img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.booking_image {
    max-height: 100%;
}

.booking_user_photo {
    height: 100px;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.booking_user_img {
    max-height: 100%;
}

.booking_user_details {
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
}

.booking_user_details p {
    margin-top: 5px;
}

.booking_user_data_wrap .booking_user_data {
    display: inline-block;
    width: 49%;
}
.booking_user_data_wrap .booking_invoice_type{
    margin-bottom: 10px;
}
.booking_user_data_wrap .booking_invoice_type select{
    border-top: 1px solid #284e8c;
    border-left: 1px solid #284e8c;
    border-bottom: 1px solid #8ea7ce;
    border-right: 1px solid #8ea7ce;
    border-radius: 3px;
    width: 47%;
    height: 26px;
}

form.booking-box .booking_user_data_wrap .booking_user_data,
form.booking-box[data-bookingBoxEditable=false] .booking_user_data_wrap .booking_user_data {
    width: auto;
}

.booking_user_data_wrap .booking_user_data input {
    width: 100% !important;
}

.booking_user_data p {
    margin: 0px 10px 0px 0px;
    margin-top: 0;
    display: inline-block;
}

.booking_equipment {
    padding: 0 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-flow: row;
    flex-wrap: wrap;
}

.booking_equipment:first-child {
    margin-bottom: 25px;
}

.booking_extra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
}

.booking_extra label {
    font-size: 18px;
    color: #04537c;
    margin-right: 10px;
}

.booking_extra label i {
    font-size: 18px;
    margin-right: 2px;
}

.booking_extra input[type='checkbox'] {
    border: 1px solid #04537c;
}

.booking-last {
    height: 110px;
    margin-bottom: 20px;
}

.booking_details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: calc(100% - 28px);
}

.booking_number, .booking_airport {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.booking_label {
    font-size: 18px;
    color: #04537c;
    margin-right: 10px !important;
}

#arrival_airport_p {
    width: unset;
    padding: 0px 5px;
}

.booking_box {
    font-size: 12px;
    border: 1px solid #04537c;
    width: 80px;
    text-align: center;
    color: #04537c;
}

.booking_payment {
    position: absolute;
    right: 200px;
    top: 55px;
}

.booking_payment.disabled {
    z-index: -2;
}

.booking_payment_box {
    position: relative;
    width: 300px;
    background-color: #04537c;
    border-radius: 5px;
}

.booking_payment_box.hide-payment-box {
    z-index: -999;
}

.booking_payment_title {
    padding: 10px;
    font-size: 18px;
    color: #ffffff;
}

.booking_payment_details {
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    z-index: 2;
    position: relative;
    margin-top: -6px;
    padding-bottom: 10px;
}

.payment-area-subtitle {
    font-size: 20px;
    padding: 10px;
    background: #b5b5b5;
}

.booking_payment_box .payment-area-subtitle,
.booking_payment_box.booking-payment-box-paid .payment-area-subtitle {
    display: none;
}

.booking_payment_box.booking-payment-box-paid.new-details .booking-already-confirmed {
    height: 0;
    transition: height 4s;
}

.booking_payment_box.booking-payment-box-paid.new-details .booking-already-confirmed.open {
    height: auto;
    transition: height 4s;
}

.booking_payment_box.booking-payment-box-paid.new-details .payment-area-subtitle {
    display: block;
    cursor: pointer;
}

.manage-booking-click-here {
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    color: #c94534;
    float: right;
}

@media (min-width: 1030px) {

    .manage-booking-page-wrap {
        width: 100%;
        padding-left: 300px;
        margin-left: -300px;
        display: inline-block;
    }

    .booking_payment {
        position: relative;
        float: right;
        padding-bottom: 40px;
    }
}

.clearfix {
    clear: both;
}

.booking_payment_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 10px;
    padding-bottom: 0;
}

.booking_payment_row p, .booking_payment_row div {
    color: #04537c;
}

.booking_payment_row .booking_payment_small {
    text-align: right;
}

.booking_payment_row:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

.booking_payment_last_row {
    padding-bottom: 20px;
}

.booking_payment_total_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
}

.booking_payment_big {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.booking_payment_small {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.booking_payment_info {
    padding: 10px;
    color: #fff;
}

.booking_payment_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding-top: 100px;
}

.booking_payment_button {
    /* width: 150px; */
    text-transform: uppercase;
    background-color: #04537c;
    border: 1px solid #04537c;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: background-color 300ms;
    transition: background-color 300ms;
}

.booking_payment_button.action {
    background-color:#c72133; 
    border:1px solid #c72133;
}

.booking_payment_button.booking_pay_now {
	background-color:#c72133; 
	border:1px solid #c72133;
}

.booking_payment_button:not(:first-child) {
    margin-top: 20px;
}

.booking_payment_button:hover {
    background-color: #034263;
    border: 1px solid #034263;
}

@media (max-width: 1700px) {
    .booking_payment {
        right: 80px;
    }

    .booking_payment_buttons {
        padding-top: 100px;
    }
}

@media (max-width: 1470px) {
    .booking_payment {
        right: 10px;
    }
}

@media (max-width: 1330px) {
    .booking {
        margin-left: 100px;
    }

    .booking_payment {
        right: 30px;
    }
}

@media (max-width: 1140px) {
    .booking {
        margin-left: 20px;
    }

    .booking_payment {
        right: 10px;
    }
}

@media (max-width: 1030px) {
    .booking {
        margin-left: auto;
    }

    .booking_payment {
        position: relative;
        top: auto;
        right: auto;
    }

    .booking_payment_box {
        margin: 0 auto;
    }

    .booking_payment_buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px;
        padding-top: 20px;
    }

    .booking_payment_button {
        margin-top: 20px;
    }
}

@media (max-width: 700px) {
    .booking {
        width: 96%;
    }

    .booking_car_specs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .booking_car_specs p {
        margin-right: 7px;
    }
}

@media (max-width: 540px) {
    .booking_content-extra {
        padding: 20px 10px;
    }

    .booking_car_title div p:first-child {
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2;
    }

    .booking_car_title div p:last-child {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media (max-width: 480px) {
    .booking {
        height: auto;
    }

    .booking_car {
        padding-right: 0;
    }

    .booking_car_specs p {
        margin-top: 5px;
    }

    .booking_content {
        padding: 10px;
    }

    .booking_content p {
        font-size: 16px;
    }

    .booking_extra {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    }

    .booking_equipment {
        padding: 0 30px;
    }

    .booking-last {
        height: 120px;
    }

    .booking_number, .booking_airport {
        padding: 0 10px;
    }

    .hide-mobile {
        display: none;
    }    
}

@media (max-width: 350px) {
    .booking_car_specs {
        display: block;
    }
}

/*# sourceMappingURL=styles.css.map */


#manage_booking_form {
    width: 350px;
    top: 31px;
    position: absolute;
    right: 0px;
    background-color: white;
    padding: 17px 15px;
    /* -webkit-box-shadow: 0px 0px 2px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 2px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 2px -6px rgba(0,0,0,0.75); */
    /* border:1px solid #cfcfcf; */
    text-align: left;
    z-index: 99;
}

.menu_item h3 {
    margin-bottom: 0px !important;
}

#manage_booking_form h4 {
    color: #284e8c;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 13px;
}

#manage_booking_form form p {
    font-weight: 500;
    font-size: 13px;
    color: #adadad;
    line-height: normal;
    margin-bottom: 10px;
}

#manage_booking_form label {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 3px;
}

#manage_booking_form input {
    margin-bottom: 7px !important;
    border-top: 1px solid #858585;
    border-left: 1px solid #858585;
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}

#manage_booking_form input:focus {
    border-color: #ced4da !important;
    box-shadow: 0 0 0 0 transparent !important;
}

#manage_booking_form button {
    color: #fff;
    background-color: #be1e2d;
    border-color: #be1e2d;
    padding: 3px 12px;
    font-weight: bold;
    transition: 0.4s;
    outline: none;
}

#manage_booking_form button:hover {
    color: #be1e2d;
    background-color: white;
    transition: 0.4s;
    outline: none;
}

#manage_booking_form button:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(190, 30, 45, 0.5);
}

#manage_booking_form #showModal {
    color: #284e8c;
    transition: 0.4s;
    font-weight: 500;
    margin-top: 5px;
}

#manage_booking_form #showModal:hover {
    transition: 0.4s;
    color: #be1e2d;
}

.hide {
    display: none !important;
}

.manage_booking_form_clicked {
    background-color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.manage_booking_form_clicked span {
    color: #adadad !important;
}

.modal_forgot .modal-content {
    padding: 20px 25px;
    background-color: #f5f5f5;
    border-radius: 0px !important;
    border: 1px solid transparent !important;
}

.modal_forgot .modal-header {
    border-bottom: 1px solid transparent;
    padding: 0px;
}

.modal_forgot .modal-content {
    text-align: left;
}

.modal_forgot .modal-content p {
    font-size: 18px;
    color: #adadad;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 25px;
}

.modal_forgot .modal-header h5 {
    font-size: 14px;
    color: #686868;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: normal;
}

.modal_forgot .modal-body {
    padding: 0px;
}

.modal_forgot input {
    border-top: 1px solid #858585;
    border-left: 1px solid #858585;
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-radius: 5px;
    outline: none;
}

.modal_forgot input:focus {
    background-color: #fff;
    border-top: 1px solid #858585;
    border-left: 1px solid #858585;
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    outline: 0;
    box-shadow: 0 0 0 0 #fff;
}

.modal_forgot .modal-body p {
    font-size: 16px;
    color: #3f3f3f;
    font-weight: 600;
    line-height: normal;
    margin: 5px;
}

.modal_forgot .modal-footer {
    border: 0px solid transparent;
    text-align: center;
    justify-content: center;
    padding: 10px;
}

.modal_forgot .modal-footer button {
    color: #fff;
    background-color: #be1e2d;
    border-color: #be1e2d;
    padding: 7px 25px;
    font-weight: normal;
    transition: 0.4s;
    outline: none;
    text-transform: uppercase;
}

.modal_forgot .modal-footer button:hover {
    color: #be1e2d;
    background-color: white;
    transition: 0.4s;
    outline: none;
}

.modal_forgot .modal-footer button:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(190, 30, 45, 0.5);
}

.modal_forgot .modal-header button:focus, .modal_forgot .modal-header button:not(:disabled):not(.disabled):hover {
    outline: none;
    box-shadow: 0 0 0 0 transparent;
}

.modal_forgot .modal-header button {
    margin: -0.5rem -1rem -1rem auto !important;
    padding: 0 !important;
    font-size: 20px;
}

#modal_email_sent .modal-header button {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
}

#modal_email_sent .modal-header button span {
    font-size: 18px;
    color: rgb(40, 78, 140);
    font-weight: 600;
}

.manage_booking_form_clicked {
    position: relative;
}

.booking_pickup, .booking_dropoff {
    width: 100%;
}

.booking_pickup_location, .booking_dropoff_location, .date, #new_dropoff_hour, #new_pickup_hour, #first_name_client, #last_name_client, #cnp_client, #user_address, #user_city, #user_county, #user_country, #user_email, #user_phone, #select_new_car, #flight_number, #arrival_airport, .general_pc_form {
    border-top: 1px solid #284e8c;
    border-left: 1px solid #284e8c;
    border-bottom: 1px solid #8ea7ce;
    border-right: 1px solid #8ea7ce;
    padding: 3px 7px;
    border-radius: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #d32d2d transparent transparent transparent;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-color: transparent transparent #d32d2d transparent;
}

.select_2_field{
    height: 30px;
}

.select2-container{
    height: 33px;
}
.select2-selection{
    height: 30px;
}


#user_city, #user_county, #user_country {
    padding: 0px 7px;
}

#first_name_client, #last_name_client, #cnp_client, #user_address, #user_city, #user_county, #user_country, #user_email, #user_phone {
    margin-bottom: 10px;
}

#first_name_client, #last_name_client {
    width: 48.9%;
}

#user_email, #user_phone, #select_new_car, #cnp_client, #user_address {
    display: block;
    width: 99%;
}

.booking-right {
    position: relative;
    width: 100%;
}

#new_pickup_date, #new_dropoff_date, #new_pickup_hour, #new_dropoff_hour, #select_booking_dropoff, #select_booking_pickup {
    width: 96%;
}

#new_dropoff_hour, #new_pickup_hour {
    margin: 3px 0px;
}

#booking_dropoff_hour, #booking_dropoff_date, #booking_pickup_date, #booking_pickup_hour {
    width: 100% !important;
}

#cancel_booking_modal {
    position: absolute;
    bottom: -30px;
    background-color: rgba(169, 169, 169, 0.9);
    padding: 30px;
    width: 500px;
    left: -40%;
    right: 50%;
    margin: auto;
    border-radius: 5px;
    opacity: 0;
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: 1s;
    z-index: -1;
}

@media (max-width: 1030px) {

    #cancel_booking_modal {
        right: 0;
        left: 0;
        max-width: 95%;
    }    
    
}

.booking_cancel_button {
    margin-top: 0px;
    width: 105px;
    padding: 7px 10px;
}

#cancel_booking_modal p {
    color: white;
    margin-bottom: 20px;
    font-weight: 600;
}

#cancel_booking_modal label {
    margin-bottom: 15px;
    display: block;
    color: white;
    font-weight: 500;
}

#cancel_booking_modal label input[type="radio"] {
    margin-right: 10px;
    height: 17px;
    width: 17px;
    vertical-align: text-top;

}

.flight_bck {
    background-color: #798dae;
    margin-top: -19px;
    padding-top: 35px;
    padding-bottom: 30px;
}

#cancel_booking_message,
#cancel_booking_message_required {
    text-align: center;
    display: none;
    /* opacity:0;
    margin-left:-100%; */
}

#cancel_booking_message h5, #cancel_booking_message p,
#cancel_booking_message_required h5,
#cancel_booking_message_required p {
    color: white;
    font-weight: 500;
    font-size: 18px;
}

#cancel_booking_message h5,
#cancel_booking_message_required h5 {
    font-size: 24px;
    margin-bottom: 20px;
}

.info_modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    flex-direction: column;
}

.info_modal .modal-content {
    position: relative;
    background-color: white;
    padding: 35px 25px 20px;
    margin: auto;
    width: 600px;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    color: #04537c;
    font-weight: 600;
}

.info_modal .close-btn {
    float: right;
    color: lightgray;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    display: inline;
    position: absolute;
    right: 25px;
    top: 10px;
}

.info_modal .close-btn:hover {
    color: #c72133;
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

#booking_pickup_location {
    border: 2px solid white;
    width: 100%;
}

#booking_pickup_hour {
    border: 2px solid white;
    width: 100%;
}

#booking_pickup_date {
    border: 2px solid white;
    width: 100%;
}

#booking_dropoff_location {
    border: 2px solid white;
    width: 100%;
}

#booking_dropoff_hour {
    border: 2px solid white;
    width: 100%;
}

#booking_dropoff_date {
    border: 2px solid white;
    width: 100%;
}

.none {
    display: none;
}

.quant_input {
    border: 1px solid #04537c;
}

.quant_input:disabled {
    border: 1px solid #d0d0d0;
}

.inner_loading_container {
    opacity: 0.5;
    border-width: 0 3px 0 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, .5);
    border-radius: 50%;
    display: block;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    position: absolute;
    top: 50%;
    width: 50px;
    content: "";
    animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
}


/* media below */
@media (max-width: 1024px) {
    #manage_booking_form {
        margin: auto;
        left: 0px;
        right: 0px;
        top: -70px;
    }

    .modal .modal-dialog {
        width: 100vw !important;
    }

    #manage_booking_form {
        text-transform: none;
    }
}

@media (max-width: 650px) {
    #manage_booking_form {
        width: 310px;
    }

    .info_modal .modal-content {
        width: 400px;
    }
}

@media (max-width: 560px) {
    .modal-content {
        width: 410px !important;
        margin: 0 auto !important;
    }

    .info_modal .modal-content {
        margin: auto;
        width: 310px;
    }
}

@media (max-width: 450px) {
    .modal-content {
        width: 310px !important;
        margin: 0 auto !important;
    }
}

.booking_payment .inner_loading_container {
    display: none;
}

.button-item-deposit.deposit-active .bordered_box {
    color: #fff;
    background: #284e8c;
}

.button-item-deposit input[type=radio] {
    position: absolute;
    z-index: -2;
    bottom: -10px;
}

form.booking.disabled {
    opacity: 0.5;
    position: relative;
}

form.booking.disabled:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    background: transparent;
}

form.booking-box {
    position: relative;
}

form.booking-box .inner_loading_container {
    display: none;
}

form.booking-box.sending .inner_loading_container {
    display: block;
}

form.booking-box.button-modify,
form.booking-box[data-bookingBoxEditable=false] .button-modify,
form.booking-box[data-bookingBoxEditable=true] .button-update,
form.booking-box[data-bookingBoxEditable=true] [data-kwEditable],
form.booking-box[data-bookingBoxEditable=false] [data-kwtext],
form.booking-box [data-kwtext],
form.booking-box[data-bookingBoxEditable] [data-kwtext][data-kwEditable],
form.booking-box[data-bookingBoxEditable=true] .ui-datepicker-trigger {
    display: inline-block !important;
}

form.booking-box .button-update,
form.booking-box[data-bookingBoxEditable=false] .button-update,
form.booking-box[data-bookingBoxEditable=true] .button-modify,
form.booking-box[data-bookingBoxEditable=false] [data-kwEditable],
form.booking-box[data-bookingBoxEditable=true] [data-kwtext],
form.booking-box .kwempty[data-kwtext],
form.booking-box[data-bookingBoxEditable=false] .kwempty[data-kwtext],
form.booking-box[data-bookingBoxEditable=false] .ui-datepicker-trigger,
form.booking-box[data-bookingBoxEditable=true] .user-address-sep,
form.booking-box[data-bookingBoxEditable] [type='radio'][data-kwtext][data-kwEditable] {
    display: none !important;
}

.booking-small-info-wrap {
    position: relative;
}

.ui-datepicker-trigger {
    max-width: initial;
    max-height: initial;
}

.user-address-country,
.user-address-county,
.user-address-city,
.user-address-address {
    display: inline-block;
    float: none;
}

form.booking-box[data-bookingBoxEditable=true] .user-address-country,
form.booking-box[data-bookingBoxEditable=true] .user-address-county,
form.booking-box[data-bookingBoxEditable=true] .user-address-city {
    width: 32.2%;
}

form.booking-box[data-bookingBoxEditable=true] .user-address-address {
    width: 100%;
}

form.booking-box[data-bookingBoxEditable=true] .user-address-address {
    margin-bottom: -10px;
}

form.booking-box[data-bookingBoxEditable=true] .booking-user-phone {
    margin-top: 5px;
}

form.booking-box[data-bookingBoxEditable=false] .kwempty + .user-address-sep {
    display: none;
}

form.booking-box[data-bookingBoxEditable=false] .butoane_radio label.toggler_r {
    cursor: initial;
}

.swal2-loading {
    width: 110% !important;
    height: 110% !important;
    border-radius: 0 !important;
    margin-left: -11px !important;
    margin-right: -10px !important;
    margin-top: -10px !important;
    margin-bottom: -10px !important;
    max-width: 120% !important;
    max-height: 120% !important;
    background: transparent !important;
}

.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    border-left-color:#fff !important;
    border-right-color: #fff !important;
}

/* currency value */
.kw-currency {
    display: none;
}

.kw-currency.displayed {
    display: inline-block;
}

.booking_payment_small .kw-currency.displayed {
    display: block;
}

.deposit-nrw-price-wrap .kw-currency.displayed {
    display: inline-block;
}

.kw-currency.displayed ~ .kw-price-wrap {
    font-size: 11px;
    display: inline-block;
}

.kw-currency ~ .exchanged-price-sep {
    display: none;
}

.kw-currency.displayed~.exchanged-price-sep {
    display: inline-block;
    line-height: 18px;
}

.deposit_bordered_box {
    display: flex;
    align-items: center;
}

.deposit_bordered_box > div {
    width: 100%;
}

.deposit_bordered_box > div .kw-price-wrap.displayed:first-child {
    display: block;
}

.deposit_bordered_box .kw-price-wrap {
    line-height: 18px;
}

.deposit_bordered_box .kw-price-wrap:first-child {
    margin: 10px 0 -15px;
}

.kw-currency.displayed ~ .kw-price-wrap.deposit_daily_nrw {
    font-size: 8px;
}



@media (max-width: 480px) {
    .booking_text {
        font-size: 16px;
        line-height: 18px;
        min-height: 40px;
        padding: 5px 0;
    }

    .booking-left {
        width: 18px;
    }

    .booking_content {
        display: block;
    }

    .booking_content p {
        font-size: 15px;
    }

    .booking-time {
        margin-top: 15px;
    }

    .booking_dropoff {
        padding-top: 20px;
        margin-top: 20px;
        border-top: 1px solid #c3c3c3;
    }

    .booking_car {
        display: initial;
        padding: 0 10px;
    }

    .booking_car_specs {
        -ms-flex-wrap: wrap;
        flex-wrap: inherit;
    }

    .booking_car_specs {
        display: flex;
    }

    .booking_car_spec {
        font-size: 12px;
        line-height: 13px;
        text-align: center;
        display: block;
        margin-top: 8px;
    }

    .booking_car_specs p {
        display: initial;
        margin-right: 4px;
        margin-left: 4px;
        width: 25%;
    }

    .booking_car_specs p > span:first-child{
        display: block;
        text-align: center;
    }

    .booking_car_title,
    .booking_car_specs {
        padding: 0 10px;
    }

    .booking_car_icon_img {
        margin-right: 0;
    }

    .swal2-content {
        font-size: 15px;
    }

    .booking_user_img {
        max-height: 75%;
    }

    form.booking-box .booking_user_data_wrap .booking_user_data {
        width: 100%;
    }

    .booking_equipment {
        padding: 0 0px;
    }

    .booking_equipment {
        display: block;
    }
    
    .booking_extra label {
        font-size: 15px;
    }

    .booking_extra {
        border-bottom: 1px solid #c3c3c3;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .booking_equipment.booking_equipment-right .booking_extra:last-child {
        border-bottom: none;
        margin-bottom: 0; 
    }

    .booking_details {
        display: block;
    }

    .booking_label {
        font-size: 15px;
        line-height: 30px;
        min-width: 100px;
    }

    .booking_number, .booking_airport {
        padding: 10px 10px;
    }

    .booking-last {
        height: auto;
    }

    .booking_number div:last-child,
    .booking_airport div:last-child {
        width: 100%;
    }

    .booking_box {
        width: 100% !important;
    }

    .button_item.button-item-deposit {
        vertical-align: top;
    }

    .swal2-icon::before {
        font-size: 1.75em;
    }

    .swal2-icon {
        width: 2em;
        height: 2em;
        margin: 0.25em auto 0.875em;
    }

    .booking_text {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .booking_title {
        padding-left: 10px;
    }
}

.booking_payment_details + .booking_payment_details #deposit-tolls-fines {
	display: none !important;
}

#invoicesModal {
	z-index: 1041;
}

#invoicesModal .modal-dialog {
	min-height: 100vh!important;
	height: auto!important;
}

@media (max-width: 561px) {
	#invoicesModal .modal-content {
		width: 100vw!important;
	}
}

@media (max-width: 465px) {
	#invoicesModal .modal-body {
		overflow-x: auto;
	}

	#invoicesModal .modal-content {
		max-width: 465px!important;
	}
}

.invoices_channel {
	display: none;
}

.download_disabled {
	opacity: .65;
}

.ui-widget-content {
    border: 1px solid #04537c !important;
    background: #04537c !important;
    color: #fff !important;
}

.ui-widget-shadow {
	box-shadow: 0 0 5px #000  !important;
}

.blocked_service {
	color: red;
	font-size: 70%;
}
