﻿/*****Page 1 - Location********/

.order-tamplate {
    background-color: #F5F2E4;
}
.proccess-path-wrap {
    padding-top: 240px;
    height: 718px;
    width: 330px;
    display: inline-block;
}

.proccess-item-text {
    padding: 19px 0px 17px 30px;
    border: 1px solid #2a2418;
    border-bottom: none;
    height: 80px;
    background-color: #333333;
    line-height: 20px;
    display: flex;
    align-items: center;
    width: 330px;
}

.proccess-item.active .proccess-item-text {
    background-color: #000000;
    border: 1px solid #000000;
}

.proccess-item.active:after {
    content: '\f0da';
    font-family: FontAwesome;
    margin-left: 329px;
    position: absolute;
    margin-top: -70px;
    color: #000000;
    font-size: 40px;
    z-index: 1;
}

.order-tamplate {
    width: 1468px;
    height: 718px;
    float: right;
    padding: 0 60px;
    color: #000000;
    position: relative;
}

.direction-wrap {
    height: 240px;
    width: 100%;
}

.direction-item-wrap {
    width: 49.75%;
    display: inline-block;
    padding-top: 65px;
}

.direction-item {
    width: 150px;
    margin: 0 auto;
    text-align: center;
}

.direction-item-img-wrap {
    margin-bottom: 30px;
}

.direction-item-img {
    width: 120px;
    height: 62px ;
    margin-bottom: 30px;
}

.direction-item-title {
    line-height: 28px;
    height: 30px;
    cursor:pointer;
}

/* HIDE RADIO */
[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
/* IMAGE STYLES */
[type=radio] + img {
    cursor: pointer;
}

.has-error {
    border: 1px solid red !important;
}

.select-direction {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #000000;
    width: 0px;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 0px;
}

.select-location-wrap {
    width: 100%;
    max-height: 405px;
    background-color: #000000;
    min-height: 190px;
}

.select-location-items {
    margin-left: 30px;
    display: inline-block;
    padding-top: 5px;
    height: 100%;
    vertical-align: top;
}

.select-location-items.flight {
    width: 290px;
}

.select-location-items.airport {
    width: 470px;
}

.select-location-items.airport {
    position: relative;
}

.text-danger {
    display: block;
}

.input-text.date {
    background-image: url('/FattalTerminal/image/calander.PNG');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 60px 60px;
    cursor: pointer;
    width:298px;
}

.select-location-items input.time {
    width: 118px;
    margin-left:30px
}

.control-label {
    color: #ffffff;
}

.datetime-wrap {
    position: relative;
}

.bootstrap-datetimepicker-widget {
    background-color: #000000;
    color: #ffffff;
    width: 100%;
    max-width: 238px;
}

.bootstrap-datetimepicker-widget .datepicker .table-condensed tbody,
.bootstrap-datetimepicker-widget .timepicker .table-condensed tbody {
    background-color: #4d4d4d;
}

.bootstrap-datetimepicker-widget .datepicker .datepicker-days .table-condensed thead tr:last-child {
    background-color: #4d4d4d;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    padding: 10px;
}

    .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
        background: #000000;
    }

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
    border-radius: 0px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td span.active,
.bootstrap-datetimepicker-widget table td.active:hover {
        background-color: #000000;
    }

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover,
.bootstrap-datetimepicker-widget table td span:hover {
        color: #000000;
        font-weight: bold;
    }

.bootstrap-datetimepicker-widget.dropdown-menu.top:after,
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-top: 6px solid #000000;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after,
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-bottom: 6px solid #000000;
}

.bootstrap-datetimepicker-widget table th.prev {
    color: #4d4d4d;
}

.bootstrap-datetimepicker-widget table td span {
    width: 44px;
    height: 44px;
}

.bootstrap-datetimepicker-widget table td.day {
    height: 30px;
    width: 30px;
}

.bootstrap-datetimepicker-widget table th.next::before,
.bootstrap-datetimepicker-widget table th.prev::before {
    font-family: FontAwesome;
    position: absolute;
    color: #ffffff;
    margin-top: -10px
}

.bootstrap-datetimepicker-widget table th.next::before {
    content: '\f0da';
}

.bootstrap-datetimepicker-widget table th.prev::before {
    content: '\f0d9';
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::before,
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::before,
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::before,
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::before {
    font-family: FontAwesome;
    position: absolute;
    color: #ffffff;
    font-size: 30px;
    margin-left: 15px;
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::before,
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::before {
    content: '\f0d7';
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::before,
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::before {
    content: '\f0d8';
}

.bootstrap-datetimepicker-widget a[data-action] span:hover {
    background-color: #4d4d4d;
}


.bootstrap-datetimepicker-widget .datepicker-decades .decade {
    line-height: 20px !important;
    max-height: 40px;
    overflow: hidden;
    font-size: 14px;
}

.selected-airport{
    display:none;
}


.select-location-items.passengers{
    width:290px;
}

.last-minut-error{
    padding:10px 30px;
}

.nevigation-wrap {
    padding: 0 90px;
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    right: 0;
}


input[type=submit].next,
input[type=submit].back {
    color: #000000;
    text-decoration: underline;
    border: none;
    background-color: inherit;
    cursor:pointer;
}

input[type=submit].next {
    float: right;
}

input[type=submit].back {
    float: left;
}

.btn-next {
    width: 120px;
    height: 40px;
    border: none;
    background-color: #000000;
    color: #ffffff;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
    float: right;
}

.optional-airports {
    background-color: #ffffff;
    font-size: 15px;
    position: absolute;
    width: 358px;
    max-height: 250px;
    overflow-y: auto;
    border-radius: 5px;
    top: 104px;
    z-index: 1;
}

.element-airport {
    padding: 10px 5px;
    border-bottom: 1px dotted #000000;
    cursor: pointer;
}

.element-airport:hover {
    color:#ffffff;
    background-color:#4d4d4d;
}

.element-airport-name {
}

.element-airport-code {
}

.element-airport-country {
}
/*****Page 2 - Vip services********/
.vip-services-warp {
    height: 540px;
    overflow-y: auto;
    margin-top: 60px;
}

.element-item {
    width: 410px;
    height: 210px;
    background-color: #000000;
    padding: 30px;
    color: #ffffff;
    margin-top: 30px;
    margin-left: 30px;
    display: inline-block;
}

.element-item:hover {
    cursor: pointer;
}

.element-item:hover .element-item-btn {
    background-color: #ffffff;
    color:#000000;
}

.element-item:first-child {
    margin-left: 0px;
}

.element-item:first-child,
.element-item:nth-child(2),
.element-item:nth-child(3) {
    margin-top: 0px;
}

.element-item:nth-child(3n+1) {
    margin-left: 0px;
}


.element-item-desc {
    max-height: 86px;
    min-height: 86px;
    overflow: hidden;
    line-height: 27px;
}

.element-item-btn {
    width: 180px;
    height: 60px;
    background-color: #4d4d4d;
    padding: 15px 20px;
    text-align: center;
}

.element-item-btn.active {
    background-color: #000000;
    border: 1px solid #4d4d4d;
}

/*****Page 3 - service details********/
.selected-vip-service {
    display: inline-block;
    vertical-align: top;
    margin-top: 60px;
    margin-right: 110px;
}
    .selected-vip-service .element-item:hover {
        cursor: default;
    }

.selected-vip-service .element-item:hover .element-item-btn {
    background-color: #4d4d4d;
    color: #ffffff;
}


.service-details-wrap {
    width: 810px;
    height: 480px;
    background-color: #000000;
    padding: 25px;
    display: inline-block;
    margin-top: 60px;
}

.service-details-column {
    width: 49%;
    padding: 0 15px;
    display: inline-block;
    vertical-align: top;
}
.service-details-item {
    margin-bottom:30px;
}

.tags {
    background-color: #ffffff;
    min-height: 60px;
    max-height: 120px;
    overflow-y: auto;
}
.tag-list {
    display: inline;
    -webkit-padding-start: 0px;
    margin-bottom: inherit;
}

.tags .tag-list li {
    border: 1px solid #4d4d4d;
    background-color: #000000;
    padding: 10px;
    color: #ffffff;
    border-radius: 8%;
    margin-left: 5px;
    display: inline-block;
}

.tags input {
    background-color: #ffffff;
    color: #000000;
    border: none;
    height: 60px;
    margin:0 30px;
}

.tags .remove-button{
    cursor:pointer;
}

.service-details-item.wheelchair {
    width: 170px;
}

.airport-services-item {
    color: #ffffff;
    cursor: default;
    padding: 0px 10px 12px 10px;
}

.airport-services-item input[type=checkbox]{
    display:none;
}

.airport-services-item i,
.airport-services-item input:checked + i {
    display: inline-block;
    position: relative;
    top: 8px;
    left: 0px;
    width: 30px;
    height: 30px;
    border: 2px solid #ffffff;
}

.airport-services-item input:checked + i {
    background-color:#ffffff;
}

.airport-services-item .airport-Services {
    padding: 10px;
}

.airport-info{
    width: 15px;
    display: inline-block;
    border: solid 1px #ffffff;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    font-size: 10px;
    color: #ffffff;
}

.airport-services-item.transportation {
    background-color: #ffffff;
    color: #000000;
    padding: 3px 0px 10px 10px;
}

.airport-services-item.transportation i,
.airport-services-item.transportation input:checked + i {
    border-color: #000000;
}

.airport-services-item.transportation input:checked + i {
    background-color: #000000;
}

/*****Page 4 - transportation********/
.select-location-wrap.transportation {
    margin-top: 60px;
}

.select-location-items.city{
    width:250px;
}

.select-location-items.address {
    width: 298px;
}

.select-location-items.child-seats {
    width: 180px;
}

.child-sits-price{
    color:#ffffff;
    font-size:12px;
}

.select-vehicles-wrap {
    overflow-y: auto;
    margin-top: 30px;
    max-height: 336px;
}

/*****Page 5 - contact details********/
.contact-details-wrap{
    background-color:#000000;
    width:100%;
    margin:60px auto; 
    padding:30px 15px;
}

.card {
    background-color: #000000;
}
.card.captch {
    padding-top: 15px;
}

.contact-details-wrap .btn-select{
    margin:16px;
}

.terms-of-use-wrap{
    display:none;
}
.terms-of-use {
    width: 100%;
    min-height: 412px;
    border: none;
}

.a-terms-of-use {
    text-decoration: underline !important;
    cursor: pointer;
}
a .a-terms {
border-bottom: 1px solid #ffffff;
}

.close-wrap {
    background-color: #000000;
    color: #e8e5e5;
    font-weight: bold;
    font-style: italic;
}

.close-x-letter {
    background-color: #707070;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 5px;
    padding-bottom: 2px;
    cursor: pointer;
}
/*****Page 6 - payment-details********/
.invoice-wrap {
    background-color: #000000;
    color: #ffffff;
    width: 800px;
    max-height: 550px;
    margin-top: 60px;
    padding: 30px;
    position: relative;
    display: inline-block;
}

.summery-items-wrap {
    max-height: 400px;
    overflow-y: auto;
}

.summery-item-main,
.summery-item-discount {
    position: relative;
    margin: 45px 0px;
    font-size: 17px;
}

.summery-item-desc {
    width: 70%;
    text-decoration-line: underline;
    text-decoration-color: #000000;
    z-index: 1;
    text-shadow: 2px 2px #000000;
}

.summery-item-dotte {
    border-bottom: 1px dotted;
    width: 90%;
    position: absolute;
    bottom: 5px;
}

.summery-item-amount {
    position: absolute;
    right: 0;
    bottom: 0;
    text-decoration-line: underline;
    text-decoration-color: #000000;
    z-index: 1;
    text-shadow: 2px 2px #000000;
}

.invoice-wrap .row {
    margin-right: 0px;
    margin-left: 0px;
}

.summery-total {
    position: relative;
    margin-top: 30px;
}

.payment-wrap {
    display: inline-block;
    width: 500px;
    height: 550px;
    vertical-align: top;
    margin-top: 60px;
    float: right;
    background-color: #000000;
    text-align:center;
}

.payment-wrap iframe {
    width: 400px;
    height: 460px;
    border: none;
    margin: 60px 50px;
}

.payment-wrap .agent-payment-button {
    width: 80%;
    height: 80%;
    margin-top: 10%;
    font-size: 55px;
    cursor: pointer;
}

/*****Page 7 - payment-status********/
.payment-status-wrap {
    width: 810px;
    height: 510px;
    background-color: #000000;
    color: #ffffff;
    margin: 60px 60px;
    float: right;
    text-align: center;
    padding-top: 180px;
}

.payment-status-info {
    margin-top: 30px;
    margin-bottom: 50px;
}

.payment-status-new-order {
    border-bottom: solid 1px #ffffff;
}

@media (max-width: 1919px) {
    /*****Page 1 - Location********/
    .proccess-path-wrap {
        height: 480px;
        width: 270px;
    }

    .proccess-item-text {
        width: 270px;
    }

    .proccess-item.active:after {
        margin-left: 269px;
    }

    .order-tamplate {
        width: 1107px;
        padding: 0 30px;
    }

    .direction-item-wrap {
        width: 49.7%;
    }

    .select-location-wrap {
        max-height: 400px;
    }
    .select-location-items {
        margin-left: 23px;
    }

        .select-location-items.flight {
            width: 200px;
        }

        .select-location-items.passengers {
            width: 200px;
        }

        .select-location-items.airport {
            width: 340px;
        }

    .select-location-items input.date {
        width: 270px;
    }

    .select-location-items input.time {
        padding: 0 25px;
        width: 105px;
        margin-left: 15px;
    }

    .nevigation-wrap {
        padding: 0 60px;
    }

    /*****Page 2 - Vip services********/
    .vip-services-warp {
        margin-top: 30px;
    }

    .element-item {
        width: 322px;
        margin-left: 25px;
        margin-top: 27px;
    }

    /*****Page 3 - service details********/
    .selected-vip-service {
        margin-top: 30px;
        margin-right: 23px;
    }

    .service-details-wrap {
        width: 690px;
        height: 465px;
        margin-top: 30px;
    }

    .airport-services-item {
        font-size: 18px;
    }

    /*****Page 4 - transportation********/

    .transportation .select-location-items input.date {
        width: 210px;
    }

    .transportation .select-location-items.address {
        width: 210px;
    }

    .transportation .select-location-items.child-seats {
        width: 170px;
    }

    .transportation .select-location-items.city {
        width: 200px;
    }

    /*****Page 5 - contact details********/

    /*****Page 6 - payment-details********/
    .invoice-wrap {
        width: 600px;
        margin-top: 30px;
    }

    .payment-wrap {
        width: 430px;
        margin-top: 30px;
    }

    .payment-wrap iframe {
        width: 400px;
        margin: 60px 15px;
    }

    /*****Page 7 - payment-status********/
    
}

@media (max-width: 1439px) {

    /*****Page 1 - Location********/
    .order-tamplate {
        width: 688px;
    }
    .direction-wrap {
        height: 140px;
    }
    .direction-item-wrap {
        width: 49.5%;
        padding-top: 25px;
    }
    .direction-item-img-wrap {
        margin-bottom: 0px;
    }
    .direction-item-img {
        margin-bottom: 0px;
    }
    .select-location-wrap {
        min-height: 300px;
        max-height: 500px;
    }


    .select-location-items {
        min-height: 150px;
    }

        .select-location-items.flight {
            width: 180px;
        }

        .select-location-items.passengers {
            width: 180px;
        }

        .select-location-items.airport {
            width: 585px;
        }

    .select-location-items input.date {
        width: 250px;
    }

    /*****Page 2 - Vip services********/
    .element-item {
        width: 290px;
        height: 230px;
    }

    .element-item:nth-child(3) {
        margin-top: 27px;
    }

    .element-item:nth-child(3n+1) {
        margin-left: 25px;
    }

    .element-item:nth-child(2n+1) {
        margin-left: 0px;
    }

    .vip-services-warp .element-item-desc {
        max-height: 120px;
        min-height: 120px;
    }

    /*****Page 3 - service details********/
    .selected-vip-service {
        display: none;
    }

    .service-details-wrap {
        width: 100% ;
        height: 570px;
    }

    .service-details-column {
        width: 100%;
        padding:0;
    }

    .service-details-item {
        padding: 0 5px;
    }

    .service-details-item.contact-person,
    .service-details-item.contact-fhone {
        width: 49%;
        display: inline-block;
    }

    .service-details-item.wheelchair {
        width: 39%;
        display: inline-block;
        vertical-align: top;
    }

    .service-details-item.airport-services {
        width: 51%;
        display: inline-block;
        float: right;
    }

    /*****Page 4 - transportation********/
    .select-location-wrap.transportation {
        margin-top:30px;
    }

    .transportation .select-location-items.city {
        width: 45%;
    }
    .transportation .select-location-items.address {
        width: 42%;
    }

    .transportation .select-location-items input.date {
        width: 250px;
    }

    .select-vehicles-wrap {
        max-height: 246px;
    }

    .select-vehicles-wrap .element-item {
        height: inherit;
    }

    /*****Page 6 - payment-details********/
    .invoice-wrap {
        width: 100%;
        max-height: 350px;
    }
    .summery-items-wrap {
        max-height: 150px;
    }

    .payment-wrap {
        width: 100%;
        margin-top: 30px;
        height: 270px;
        overflow: hidden;
    }

    .payment-wrap iframe {
        width: 500px;
        margin: 35px 65px;
    }

    /*****Page 7 - payment-status********/
    .payment-status-wrap {
        width: 510px;
    }


}
@media (max-width: 1024px) {

    .contact-details-wrap {
        margin: 30px auto;
    }

    .terms-of-use {
        min-height: 526px;
    }
}
@media (max-width: 768px) {

    /*****Page 1 - Location********/

    body {
        font-size: 20px;
    }

    .proccess-path-wrap {
        display: none;
    }

    .order-tamplate {
        width: 100%;
        height: inherit;
        padding: 15px;
    }

    .direction-wrap {
        height: 100px;
    }

    .direction-item-wrap {
        width: 49%;
        padding-top: 11px;
    }

    .direction-item {
        width: 50%;
    }

    .direction-item-img {
        width: 60px;
        height: 30px;
        margin-bottom: 0px;
    }

    .direction-item-img-wrap {
        margin-bottom: 0px;
    }

    .select-direction {
        margin-top: 5px;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #000000;
    }

    .select-location-wrap {
        padding-left: 20px;
        padding-right: 20px;
        min-height: 100%;
        max-height: 100%;
    }

    .select-location-items {
        margin-left: 0;
        padding-top: 14px;
        width: 100%;
        min-height: 100%;
    }

    .airport-services-item {
        padding: 0px;
    }

    .select-location-items.flight {
        width: 100%;
        margin: 0;
    }

    .select-location-items.date {
        min-height: 130px;
        max-height: 170px;
    }

    .select-location-items.airport {
        width: 100%;
        margin: 0;
    }

    .select-location-items input.date {
        width: 60%;
        padding: 0 15px;
    }

    .select-location-items input.time {
        width: 30%;
        float: right;
        padding: 20px;
    }
    .optional-airports{
        width:100%;
    }
    .select-location-items.passengers {
        width: 100%;
    }

    .nevigation-wrap {
        position:inherit;
        padding:5px 15px;
    }

    /*****Page 2 - Vip services********/

    .vip-services-warp {
        margin: 30px 12px 12px 12px;
        overflow: inherit;
        height:100%;
    }
    .element-item {
        width: 100%;
        height: 100%;
        margin: 0 0 30px 0;
    }

        .element-item:nth-child(3n) {
            margin-top: 0px;
        }
        .element-item:nth-child(3n+1) {
            margin-left: 0px;
        }

    .vip-services-warp .element-item-desc,
    .element-item-desc {
        max-height: 140px;
        min-height: 50px;
        margin-bottom: 10px;
    }

    /*****Page 3 - service details********/
    .service-details-wrap {
        height: 100%;
    }

    .service-details-item.contact-person,
    .service-details-item.contact-fhone {
        width: 100%;
    }

    .service-details-item.wheelchair {
        width: 100%;
    }

    .service-details-item.airport-services {
        width: 100%;
        float: none;
        margin-bottom: 0px;
    }

    .airport-services-item{
        width:100%;
    }

    .airport-services-item.transportation {
        width: 100%;
        max-width: 315px;
    }

    .tags-wrap{
        height:60px;
    }

    .tags {
        max-height: 60px;
        font-size: 16px;
    }

    .airport-info{
        display:none;
    }


    /*****Page 4 - transportation********/

    .transportation .select-location-items.city {
        width: 100%;
    }

    .transportation .select-location-items.address {
        width: 100%;
    }

    .transportation .select-location-items input.date {
        width: 60%;
        padding: 0 15px;
    }

    .transportation .select-location-items.child-seats {
        padding-bottom: 15px;
        width: 100%;
    }

    .select-vehicles-wrap {
        overflow: inherit;
        max-height: 100%;
    }


    /*****Page 5 - contact details********/
    .contact-details-wrap {
        margin-top: 0px;
    }

    .card {
        background-color: #000000;
        flex: inherit;
    }

    .terms-of-use {
        min-height: 476px;
    }

    /*****Page 6 - payment-details********/
    .invoice-wrap {
        width: 100%;
        max-height: 100%;
        overflow-y: inherit;
        margin-top: 0px;
    }
    .summery-items-wrap {
        max-height: 100%;
        overflow-y: inherit;
    }
    .payment-wrap {
        width: 100%;
        height: 240px;
    }

    .payment-wrap iframe {
        width: 100%;
        margin: 0 auto;
        height: inherit;
    }

    /*****Page 7 - payment-status********/
    .payment-status-wrap {
        width: 100%;
        margin: 0;
        border: 50px solid #F5F2E4;
        padding-top: 40px;
    }
}

@media (max-width: 400px) {

    /*****Page 1 - Location********/

    .select-location-items.date {
        min-height: 195px;
        max-height: 255px;
    }

    .select-location-items input.date {
        width: 100%;
        margin-bottom: 14px;
        padding:0 31px;
    }

    .select-location-items input.time {
        width: 100%;
        text-align: center;
    }

    /*****Page 3 - service details********/
    .service-details-wrap{
        padding:15px;
    }

    .airport-services-item i,
    .airport-services-item input:checked + i {
        width: 20px;
        height: 20px;
        top: 5px;
    }

    /*****Page 4 - transportation********/

    .transportation .select-location-items input.date {
        width: 100%;
    }

    /*****Page 7 - payment-status********/
    .pending-info{
        font-size:15px;
    }
}

@media (max-width: 321px) {

    /*****Page 1 - Location********/
    .direction-item-wrap {
        width: 48.9%;
    }

    /*****Page 2 - Vip services********/
    .element-item-desc {
        font-size: 18px;
        line-height: 24px;
    }

}