﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i&subset=latin-ext');

body {
    font-family: 'Open Sans', sans-serif;
    margin: 0px auto;
}

input#btnMultiSearchFlight {
    margin: 0;
    width: 100%;
    background: url(/Content/css/img/Search.png) no-repeat #f07e23 7px 9px;
    color: white !important;
}

#btn-continue-multi-reservation:hover {
    background: #023a55;
}

input[type="radio"] + label > span.badge,
input[type="radio"]:checked + label > span.badge {
    color: white !important;
    background-color: #f07e23 !important;
    position: relative;
    top: -1px;
    font-size: 11px;
}

.result-item-multileg-selector {
    position: absolute;
    left: 0;
    top: 0px;
    margin: 0;
    display: flex;
    align-items: center;
    width: 50px;
    height: 102%;
    z-index: 11;
}

.multileg-result-item .result-item-description {
    position: relative;
}

.multileg-result-item .result-item-desc {
    padding-left: 50px;
    margin-bottom: 5px;
}

.result-item-multileg-selector input[type="radio"] + label {
    height: 100%;
    display: flex;
    align-items: center;
    background-position: center 40%;
    cursor: pointer;
    flex-direction: column;
    padding: 0;
    width: 100%;
    justify-content: center;
    padding-top: 25px;
    border-right: dashed 1px #b9b9b9;
    margin: 0;
}

.search-result-item.multileg-result-item {
    position: relative;
}

.result-item-multileg-selector input[type="radio"]:checked + label {
    background-position: center 40%;
    background-color: rgb(255 239 218);
    border-right: dashed 1px rgb(208 150 83);
}

input#btnMultiSearchFlight:hover {
    color: white;
    background: url(/Content/css/img/Search.png) no-repeat #cccccc 7px 9px;
}

.multileg-title-head .multileg-title, .multileg-title-head .multileg-title-price {
    font-size: 16px;
    padding: 7px 14px;
    position: relative;
    color: #161616;
    border-radius: 3px 3px 0 0;
    border: dashed 1px #dadada;
    border-bottom: none;
    background: #ebebeb;
}

.priceGroup {
    border: 1px dashed #a2a2a2 !important;
    margin-bottom: 40px !important;
    padding: 7px;
    margin: 10px;
    background: white;
    border-radius: 2px;
    padding-bottom: 1px;
    position: relative;
}

    .priceGroup .flightgroup-info-close {
        width: max-content;
        border-radius: 0;
        top: -8px;
        right: -8px;
        left: inherit;
        line-height: 27px;
        padding: 2px 11px 4px 17px;
        height: max-content;
        position: relative;
        border-radius: 0px 0px 0px 35px;
        border: none;
    }

.multileg-title-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

    .multileg-title-head .multileg-title-price {
        height: max-content;
    }

    .multileg-title-head .multileg-title-price {
        font-size: 21px;
        background: #f07e23;
        color: white;
        letter-spacing: 0.5px;
        font-weight: 600;
        border: none;
    }

#btn-continue-multi-reservation {
    position: absolute;
    right: 10px;
    bottom: 0px;
    color: white !important;
}

.search-result-item.multileg-result-item .flight-prices {
    padding: 0;
    margin: auto;
    text-align: center;
}

    .search-result-item.multileg-result-item .flight-prices .result-item-detail-and-price-desc {
        width: 100%;
    }

.multileg-loading.loading-screen .loading-text {
    margin-bottom: 8px;
}

    .multileg-loading.loading-screen .loading-text h4 {
        font-size: 15px;
    }

    .multileg-loading.loading-screen .loading-text span.flight-line {
        margin: 0px 10px 0px 9px;
        width: 30px;
        display: inline-block;
        height: 19px;
        border-top: solid 1px white;
        position: relative;
        top: 14px;
        animation: linewidth infinite 2s linear;
    }

        .multileg-loading.loading-screen .loading-text span.flight-line::before {
            content: "";
            position: absolute;
            right: 0;
            width: 8px;
            height: 8px;
            top: -5px;
            border-right: solid 1px white;
            border-bottom: solid 1px white;
            display: inline-block;
            transform: rotate(-45deg);
        }

@keyframes linewidth {
    0% {
        width: 30px;
    }

    50% {
        width: 40px;
    }

    100% {
        width: 30px;
    }
}

.multileg-loading .loading-date {
    font-size: 12px;
    margin-left: 20px;
}

.multileg-loading .loading-passenger-text {
    margin-bottom: 7px;
    margin-top: 11px;
}

    .multileg-loading .loading-passenger-text > b {
        padding: 5px 5px 3px 5px;
        background: #f07e23;
        display: inline-block;
    }

.no-padding   {
    padding:0 !important;    
}




@media all and (max-width: 991px) {
    input#btnMultiSearchFlight {
        margin-top: 5px;
    }

    .search-result-item.multileg-result-item {
        margin: 0;
    }

    .multileg-title-head .multileg-title-price {
        font-size: 19px;
        padding: 9px;
    }

    .result-item-multileg-selector {
        top: 0;
        height: 100% !important;
    }

    .multileg-loading .loading-date {
        display: block;
        margin: 0;
        margin-top: 8px;
    }

    @keyframes linewidth {
        0% {
            width: 10px;
        }

        50% {
            width: 15px;
        }

        100% {
            width: 10px;
        }
    }

    .multileg-loading.loading-screen .loading-text span.flight-line::before {
        width: 7px;
        height: 7px;
        top: -4px;
    }

    .multileg-loading.loading-screen .loading-text span.flight-line {
        margin: 0px 6px 0px 6px;
    }

    .loading-screen.multileg-loading .loading-icons {
        top: 250px;
    }

    .multileg-loading.loading-screen::before {
        top: 250px;
    }

    .setpassengerinfo {
     float:right;
    }

    .passenger-data-wrapper-input-group-btn {
        width: 30% !important;
    }

    .passport-number-input {
        flex-basis: calc(100% - 35px) !important;
    }

    .input_ticket_birthday, .identity-input {
        width: 100% !important;
        flex-basis: 100% !important;
    }

    .phone-number-input {
        flex-basis: calc(100% - 75px) !important;
    }
}


.support-notify-item {
    padding: 0px !important;
}

.support-notify-nav {
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}


i.tab_arrow {
    padding: 12px 6px;
    background: rgb(240, 126, 35);
    color: white;
    transition: 0.1s;
}

    i.tab_arrow:hover, i.tab_arrow_active {
        filter: brightness(0.9);
    }

i.tab_arrow_active {
    padding: 12px 6px;
    background: rgb(240, 126, 35);
    color: white;
    transition: 0.1s;
    transform: rotateX(180deg);
}
.nopad {
    padding-top: 0 !important;
}

.passenger-data-content {
    border-bottom: solid 1px #d7d7d7;
    margin-top: 3px;
}

.btn-group.mil-card-number {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    position: relative;
    right: 15px;
}

    .btn-group.mil-card-number > button {
        padding: 3px 7px;
        margin-bottom: 4px;
        background: #f3f2f2;
        border: solid 1px gainsboro;
    }

    .btn-group.mil-card-number .dropdown-menu {
        right: 0;
        padding: 10px 10px;
        left: inherit;
    }

        .btn-group.mil-card-number .dropdown-menu .form-control {
            height: 26px;
            width: 100%;
            margin: 0;
        }

.row.flexline {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}

label.mt-2 {
    margin-top: 3px;
}

.btn-group.mil-card-number > button:hover {
    opacity: 0.75;
}

.flight-search-stopover {
    width: 25px;
    height: 25px;
    position: absolute;
    z-index: 25;
    right: 20px;   
    top: 32.5px;   
}
.flight-search-stopover i {
    font-size: 20px;
    position: absolute;
    left: 4px;
    top: calc(50% - 7.5px);
}




.popover-content  .popover-label {
    min-width: 80px !important;
    display:inline-block;
}


.manage-flight-reservation-detail [class*="col-"] {
    padding: 2.5px;
}



