﻿body {
}

.ui-datepicker-trigger {
    display: none;
}

.ui-datepicker {
    z-index: 99999999 !important;
}

.control-lock1 {
    pointer-events: none;
    background-color: #DEDDDD !important;
}

.error {
    border-color: red;
}

.themeicon img {
    width: 100%;
    height: 105px;
    object-fit: cover;
    object-position: 50% 50%;
}

.ui-menu-item {
    text-decoration: none !important;
    padding: 10px !important;
    border-bottom: 1px solid #efefef !important;
}

.ui-state-focus {
    background-color: #d4b768 !important;
    color: #fff !important;
    padding: 10px !important;
}

.ui-autocomplete.ui-widget-content {
    background: #fff !important;
}

.red {
    font-size: 14px;
    color: #ED0003;
    font-weight: 500;
}

.ui-slider-handle, .ui-slider .ui-state-default, .ui-slider .ui-state-default, .ui-slider .ui-state-default {
    background: #d4b768 !important;
}

.btnminus {
    width: 100%;
    height: 25px;
    padding: 0px 8px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background-color: #033637;
    border: none;
    text-align: center;
    border-radius: 5px 0px 0px 5px;
}

.btnplus {
    width: 100%;
    height: 25px;
    padding: 0px 8px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background-color: #033637;
    border: none;
    text-align: center;
    border-radius: 0px 5px 5px 0px;
}

.tformpopup {
    background-color: #fff;
    position: absolute;
    z-index: 11;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.40);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.40);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.40);
    width: 290px;
    border-radius: 5px;
    margin-top: 1px;
    right: 0px;
}

#DTransfers ul.ui-autocomplete {
    width: 295px !important;
}

#DTransfers li.ui-autocomplete-category {
    padding: 9px;
    background: #be9d44;
    font-weight: 600;
    color: #fff;
}

#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 70px;
    height: 70px;
    border-style: solid;
    border-color: #be9d44;
    border-top-color: transparent;
    border-width: 7px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.topmenu:lang(ar) {
    text-align: left;
    margin-top: 28px;
}

.nav-menu:lang(ar) {
    margin-top: -68px;
    float: right;
    margin-right: 228px;
}

.searchformfieldselect:lang(ar) {
    background: url(../img/selectarrow1.png) no-repeat left center !important;
}

html[dir="rtl"] .row > .col-xs-1, html[dir="rtl"] .row > .col-xs-2, html[dir="rtl"] .row > .col-xs-3, html[dir="rtl"] .row > .col-xs-4, html[dir="rtl"] .row > .col-xs-5, html[dir="rtl"] .row > .col-xs-6, html[dir="rtl"] .row > .col-xs-7, html[dir="rtl"] .row > .col-xs-8, html[dir="rtl"] .row > .col-xs-9, html[dir="rtl"] .row > .col-xs-10, html[dir="rtl"] .row > .col-xs-11, html[dir="rtl"] .row > .col-xs-12 {
    float: right;
}

.aboutusimg {
    background: #fff;
    padding: 5px;
    -webkit-box-shadow: -10px 0px 35px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: -10px 0px 35px 0px rgba(0,0,0,0.2);
    box-shadow: -10px 0px 35px 0px rgb(0 0 0 / 20%);
}

    .aboutusimg img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        object-position: 50% 50%;
    }

.tooltip_listing {
    position: absolute;
    display: inline-block;
    color: #000;
}

    .tooltip_listing a {
        color: #000;
        text-decoration: none;
    }

    .tooltip_listing .tooltiptext {
        visibility: hidden;
        width: 150px;
        background-color: #7c7e82;
        font-size: 13px;
        color: #fff;
        line-height: 18px;
        font-weight: 400;
        border-radius: 3px;
        padding: 5px 5px;
        position: absolute;
        z-index: 11;
        top: 120%;
        left: 0;
        margin-left: -50px;
    }

        .tooltip_listing .tooltiptext::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent #7c7e82 transparent;
        }

    .tooltip_listing:hover .tooltiptext {
        visibility: visible;
    }

.db_table {
    border-collapse: collapse;
    border: 1px soild #d9deee;
    font-size: 11px;
    text-align: center;
    width: 100%;
    font-weight: 700;
    color: #534747;
}

    .db_table th {
        font-weight: 700;
        text-align: center;
    }

    .db_table td, .db_table th {
        border-collapse: collapse;
        border: 1px solid #d9deee;
        padding: 5px;
        margin: -1px 0 0 -1px;
        background-color: #fff;
        text-align: center;
    }

    .db_table th {
        background: #7c7e82;
        color: #fff;
        text-align: center;
    }

.luggagearea {
    margin: 0px;
    text-align: center;
    font-size: 12px;
    color: #676767;
    line-height: 14px;
    font-weight: 300;
}

    .luggagearea svg {
        height: 20px;
        fill: #676767;
    }

.searchbtn:lang(ar) {
    border-radius: 25px 5px 5px 25px;
}

.formsearchfieldbg:lang(ar) {
    border-radius: 5px 25px 25px 5px;
}

.formdividerborder:lang(ar) {
    border-right: solid 1px #d0ccc7;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12:lang(ar) {
    float: right ;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12:lang(en) {
    float: left;
}


.input-group-addon:last-child:lang(ar) {
    border-right: 0;
}

.caldesign {
    border-right: 0px;
}

    .caldesign:lang(ar) {
        border-right: solid 1px #cecece;
        border-left: solid 0px #cecece;
        border-radius: 0px 5px 5px 0px !important;
    }

.input-group-addon:last-child:lang(ar) {
    border-right: 0;
    border-left: solid 1px #cecece;
    border-radius: 5px 0px 0px 5px !important;
}

.table > thead > tr > th:lang(ar) {
    text-align: right;
}

.loginarea:lang(ar) {
    border-radius: 0px 10px 10px 0px;
}

.flightlabel {
    background: #eb1b24;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    position: absolute;
    padding: 4px 5px;
    z-index: 1;
    margin-left: 0px;
    margin-top: -22px;
}

    .flightlabel:before {
        content: "\f0da";
        font-family: FontAwesome;
        top: -2px;
        margin-left: 2px;
        color: #a40007;
        padding: 0 0;
        font-size: 13px;
        position: absolute;
        transform: rotate(45deg);
        left: -6px;
    }

    .flightlabel:after {
        content: "\f0da";
        font-family: FontAwesome;
        top: -2px;
        margin-left: 2px;
        color: #a40007;
        padding: 0 0;
        font-size: 13px;
        position: absolute;
        transform: rotate(135deg);
        right: -4px;
    }

.tooltip_flight {
    position: absolute;
    display: inline-block;
}

    .tooltip_flight a {
        color: #000;
        text-decoration: none;
    }

    .tooltip_flight .tooltiptext {
        visibility: hidden;
        width: 250px;
        background-color: #7c7e82;
        font-size: 13px;
        color: #fff;
        line-height: 25px;
        font-weight: 400;
        border-radius: 3px;
        padding: 5px 5px;
        position: absolute;
        z-index: 11;
        top: 120%;
        left: 0;
        margin-left: -50px;
        text-align:center;
    }

        .tooltip_flight .tooltiptext::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 30%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent #7c7e82 transparent;
        }

    .tooltip_flight:hover .tooltiptext {
        visibility: visible;
    }
    .db_Flight {
    border-collapse: collapse;
    border: 1px solid #d9deee;
    font-size: 12px;
    width: 100%;
    font-weight: 900;
    color: #534747;
}

    .db_Flight th {
        font-weight: 900;
    }

    .db_Flight td, .db_Flight th {
        border-collapse: collapse;
        border: 1px solid #d9deee;
        padding: 5px;
        margin: -1px 0 0 -1px;
        background-color: #fff;
    }

    .db_Flight th {
        background: #7c7e82;
        color: #fff;
    }
.PackagePlus {
    color: #eb8225;
}

.PackageValue {
    color: #00bfb3;
}


@media screen and (max-width : 767px) {
    .tooltip_flight .tooltiptext {
        visibility: hidden;
        width: 250px;
        background-color: #7c7e82;
        font-size: 13px;
        color: #fff;
        line-height: 25px;
        font-weight: 400;
        border-radius: 3px;
        padding: 5px 5px;
        position: absolute;
        z-index: 11;
        top: 120%;
        left: 0;
        margin-left: -25px;
        text-align:center;
    }

    .tooltip_listing .tooltiptext {
        visibility: hidden;
        width: 150px;
        background-color: #7c7e82;
        font-size: 13px;
        color: #fff;
        line-height: 18px;
        font-weight: 400;
        border-radius: 3px;
        padding: 5px 5px;
        position: absolute;
        z-index: 11;
        top: 120%;
        right: 0;
        margin-left: -100px;
    }

        .tooltip_listing .tooltiptext::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 82%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent #7c7e82 transparent;
        }
}
.searchscrollerNew {
    width: 100%;
    overflow: auto !important;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-color: #60b739 #ffffff !important;
    scrollbar-width: thin !imporatnt;
    margin: 10px 0px;
}
@media (min-width: 992px) {
    html[dir="rtl"] .row > .col-md-1, html[dir="rtl"] .row > .col-md-2, html[dir="rtl"] .row > .col-md-3, html[dir="rtl"] .row > .col-md-4, html[dir="rtl"] .row > .col-md-5, html[dir="rtl"] .row > .col-md-6, html[dir="rtl"] .row > .col-md-7, html[dir="rtl"] .row > .col-md-8, html[dir="rtl"] .row > .col-md-9, html[dir="rtl"] .row > .col-md-10, html[dir="rtl"] .row > .col-md-11, html[dir="rtl"] .row > .col-md-12 {
        float: right;
    }
}
