﻿

/*image gallery css*/
.mbr-gallery .modal {
    position: fixed;
    overflow: hidden;
    padding-right: 0 !important;
}

.img-fluid, .modal-dialog.cascading-modal.modal-avatar .modal-header, .video-fluid {
    max-width: 100%;
    height: auto;
}

.mdb-lightbox [class*="col-"] {
    padding: .5rem;
}

.mdb-lightbox figure {
    float: left;
    margin: 0;
}

    .mdb-lightbox figure .img-fluid, .mdb-lightbox figure .modal-dialog.cascading-modal.modal-avatar .modal-header, .modal-dialog.cascading-modal.modal-avatar .mdb-lightbox figure .modal-header {
        display: inline;
    }

    .mdb-lightbox figure img {
        cursor: -webkit-zoom-in;
        cursor: zoom-in;
        border-radius: 0;
        -webkit-transition: opacity .4s;
        transition: opacity .4s;
    }

.mbr-gallery .modal {
    position: fixed;
    overflow: hidden;
    padding-right: 0 !important;
}

    .mbr-gallery .modal.fade .modal-dialog {
        -webkit-transition: margin-top .3s ease-out;
        -moz-transition: margin-top .3s ease-out;
        -o-transition: margin-top .3s ease-out;
        transition: margin-top .3s ease-out;
    }

    .mbr-gallery .modal.fade .modal-dialog, .mbr-gallery .modal.in .modal-dialog {
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

.mbr-gallery .modal-content {
    border-radius: 0;
    border: none;
    background: transparent;
}

.mbr-gallery .modal-body {
    padding: 0;
}

.mbr-gallery .mbr-slider .carousel-inner > .active {
    display: block;
}

.mbr-slider .carousel-inner > .active, .mbr-slider .carousel-inner > .next, .mbr-slider .carousel-inner > .prev {
    display: table;
}

.mbr-gallery .modal-body img {
    width: 100%;
}

.cid-qv1kA87ite .mbr-slider .carousel-control-prev {
    left: 0;
    margin-left: 2.5rem;
}

.cid-qv1kA87ite .mbr-slider .carousel-control {
    background: #1b1b1b;
}

.cid-qv1kA87ite .mbr-slider .carousel-control-prev {
    left: 0;
    margin-left: 2.5rem;
}

.cid-qv1kA87ite .mbr-slider .carousel-control {
    background: #1b1b1b;
}

.mbr-gallery .mbr-slider .carousel-control {
    position: fixed;
}

.mbr-slider .carousel-control {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    margin-top: -35px;
    line-height: 70px;
    border-radius: 50%;
    font-size: 35px;
    border: 0;
    opacity: .5;
    text-shadow: none;
    z-index: 5;
    color: #fff;
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}

[class^="mbri-"], [class*=" mbri-"] {
    font-family: MobiriseIcons !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mbri-left:before {
    content: "\e943";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

.mbr-slider .modal-dialog {
    max-width: unset !important;
}

.modal-backdrop {
    display: none;
}

.row > .column {
    padding: 0 8px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
    float: left;
    width: 25%;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* The Close Button */
#eventModal .close {
    color: #fff;
    opacity: 1;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    background-position: 0 -44px;
    width: 44px;
    height: 44px;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white !important;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Caption text */
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

img.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*navigation css*/

.inner-section {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.forget-password-nav-tabs {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: 2%;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.forget-password-nav-item {
    padding-right: 0px !important;
    padding-left: 0px !important;
    border-right: 1px solid #d9d9d9;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.forget-password-nav-link.active {
    border-color: #517842 !important;
}

.forget-password-nav-link {
    color: unset !important;
    background-color: unset !important;
    border: unset !important;
    border-top-left-radius: unset !important;
    border-top-right-radius: unset !important;
    border-bottom: 6px solid #ccc !important;
    font-size: 1.75rem;
}

.forget-password-nav-item .nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.forget-password-nav-link:hover {
    color: #000 !important;
    background-color: #f1f1f1 !important;
}

.forget-password-nav-link.active {
    border-color: #517842 !important;
}

/*video gallery css*/

.content-box {
    padding: 20px 40px;
    background-image: linear-gradient(#e7e7e7 0%,white 100px);
}

.video-page h5, .video-page .h5 {
    font-size: 32px;
    font-family: Jotia-Thin;
    color: #517842;
    font-weight: normal;
}

.video-page-box {
    padding: 15px 5px;
}

.videoImgThumbinal {
    padding: 0;
    margin: 15px 0;
}

.image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
}

.videoImgThumbinal img {
    max-width: 100%;
    transition: all 1.0s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

.img-thumbnail {
    padding: 0;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #dadada;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.videoTitle {
    z-index: 0;
    position: relative;
    bottom: 0;
    color: #fff;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 5px;
    height: 40px;
}

    .videoTitle h1 {
        color: #fff !important;
        position: absolute;
        bottom: 0;
        z-index: 10;
        font-size: 1em;
        padding: 0 10px 0 10px;
        line-height: 1.3em;
        max-height: 43px;
        overflow: hidden;
    }

    .videoTitle:after {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 140px;
        background: linear-gradient(0,#517842 20%,rgba(92,9,49,.2) 70%,rgba(92,9,49,0) 100%);
        content: " ";
    }

.videoImgThumbinal .playWrapper {
    display: none;
}

.playWrapper {
    position: absolute;
    background: #ccc;
    cursor: pointer;
    top: 39%;
    left: 40%;
    border-radius: 5px !important;
    padding: 5px 10px;
    border: 2px solid #ccc;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.videoImgThumbinal:hover {
    cursor: pointer;
}

    .videoImgThumbinal:hover img {
        transform: scale(1.1);
    }

.playWrapper:hover span {
    color: #fff;
}

.glyphicon-play:before {
    content: "\e072";
}

.videoImgThumbinal:hover .playWrapper {
    display: block !important;
}

.playWrapper:hover {
    background-color: #f00;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

#videoModalContent .modal-header .close, #imageContentPopup .modal-header .close {
    font-size: 30px !important;
}

.modal-header .close {
    margin-top: -2px;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

#videoModalContent .modal-header, #imageContentPopup .modal-header {
    border-bottom: none !important;
}

/*Contact us css*/
.content-box p {
    margin: 20px 0;
}

.paragraphList {
    margin-left: 15px;
}

    .paragraphList ul li {
        list-style: none;
        background: url(https://www.qrcargo.com/images/xarrowRightBrgndy.png.pagespeed.ic.nmfh_KqR4m.png) no-repeat left 6px;
        padding-left: 15px;
        margin-bottom: 20px;
    }

.view-link {
    color: #517842;
    text-decoration: underline;
    padding-top: 17px;
    font-size: 1.05em;
}

a, a :visited {
    color: #517842;
}

.view-link:hover {
    color: #517842;
}

.img-zoom {
    padding: 0;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #dadada;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

/*worldwide offices css*/
.tsp10 {
    margin-top: 10px;
}

.content-box h4 {
    color: #517842;
}

.tsp5 {
    margin-top: 5px;
}

.bsp5 {
    margin-bottom: 5px;
}

.brdrBtm {
    border-bottom: 1px solid #ccc;
}

.custom-combobox {
    position: relative;
    display: inline-block;
    width: 100%;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.officeAddressDefault .custom-combobox-input {
    height: 35px !important;
}

.custom-combobox-toggle {
    position: absolute;
    top: 8px;
    bottom: 0;
    right: 4px;
    padding: 0;
    width: 22px;
    height: 15px;
}

.showAllTrigger {
    background: #517842;
    color: #fff;
    height: 35px;
    margin-top: -8px;
    padding: 8px;
    width: 30px;
    border-radius: 0 2px 2px 0 !important;
    cursor: pointer;
}


#result {
    line-height: 18px;
}

.brgtxt {
    color: #797979;
}

.qrdash {
    border-bottom: 1px dotted #517842;
}

@media (min-width: 768px) {
    .mobile-only {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .mobile-only {
        display: block !important;
    }
}

.txtClear {
    display: block;
    height: 27px;
    width: 30px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 34px;
    font-size: 18px;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.05,#ffeb8d),color-stop(1,#f5ddac));
    background: -moz-linear-gradient(top,#ffeb8d 5%,#f5ddac 100%);
    background: -webkit-linear-gradient(top,#ffeb8d 5%,#f5ddac 100%);
    background: -o-linear-gradient(top,#ffeb8d 5%,#f5ddac 100%);
    background: -ms-linear-gradient(top,#ffeb8d 5%,#f5ddac 100%);
    background: linear-gradient(to bottom,#ffeb8d 5%,#f5ddac 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEB8D ', endColorstr='#F5DDAC ', GradientType=0);
    background-color: #ffeb8d;
    border-radius: 2px 0px 0px 2px !important;
    border: 1px solid #f0aa9c;
    color: #c92200;
    text-decoration: none;
    text-shadow: 0px 1px 0px #fe6;
}

.tsp20 {
    margin-top: 20px;
}

.ui-autocomplete {
    font-size: 12px;
    border: 1px solid #ccc;
    max-height: 220px;
    overflow-y: auto;
    width: 181px;
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    height: 45px !important;
}

    .ui-menu .ui-menu-item a {
        text-decoration: none;
        display: block;
        padding: 2px .4em;
        line-height: 1.5;
        min-height: 0;
        font-weight: normal;
    }

.ui-widget-content a {
    color: #222;
}

.ui-widget-content {
    border: 1px solid #2E7D32;
    background: #fcfdfd url(https://www.qrcargo.com/images/jqui/xui-bg_inset-hard_100_fcfdfd_1x100.png.pagespeed.ic.1zG2h-Krra.png) 50% bottom repeat-x;
    color: #222;
}

.ui-widget {
    font-family: Tahoma,Geneva,sans-serif !important;
    font-size: 1em !important;
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: none;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-menu .ui-menu-item-wrapper {
    height: 45px;
    padding: 10px;
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: #2e7d32 !important;
    font-weight: bold !important;
    color: #ffffff !important;
}
/*condition of carriage*/

.faq-list .panel-default > .panel-heading {
    padding: 0;
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
}


    .faq-list .panel-default > .panel-heading.active a {
        color: #fff !important;
        background-color: #517842 !important;
        text-decoration: none;
    }

    .faq-list .panel-default > .panel-heading a {
        text-decoration: none;
        padding: 10px;
        display: block;
        border-top-left-radius: 3px !important;
        border-top-right-radius: 3px !important;
    }

.faq-list .panel-title > a {
    color: #000;
}

.faq-list .collapsed {
    text-align: left;
    text-decoration: none;
    color: #000;
    background-color: #ededed !important;
    text-decoration: none !important;
}

.faq-list .panel-title {
    font-family: Jotia-Regular;
}

.faq-list .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.faq-list .panel-group .panel + .panel {
    margin-top: 5px;
}

.faq-list .panel-group .panel {
    border-radius: 3px !important;
}

.faq-list .panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.faq-list .panel-group .panel-heading {
    border-bottom: 0;
}

.faq-list .panel-group .panel {
    margin-bottom: 0;
}

.faq-list .collapsed:hover {
    text-decoration: none !important;
    color: #000 !important;
    background-color: #f7f7f7 !important;
}

.faq-list > a:hover, a:focus {
    color: #5c0931;
    text-decoration: underline;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.faq-list .panel-default {
    border-color: #ddd !important;
}

.faq-list .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.faq-list .panel-body {
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 30px;
    background: #fff;
    background: linear-gradient(to bottom,rgba(255,255,255,1) 37%,rgba(238,238,238,1) 100%);
}

.faq-list .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd;
}

.faq-list .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}

/*route map css*/
#site-wrapper, #site-main {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#site-header {
    position: relative;
    z-index: 1010;
    width: 100%;
}

    #site-header > .inner {
        position: relative;
    }

    #site-header > .inner {
        /*max-width: 960px;*/
        margin: 0 auto;
    }

    #site-header h1 {
        display: inline-block;
        margin: 0;
        padding: 0 0.5em;
        font-size: 1em;
        line-height: 2.4;
    }

        #site-header h1 img {
            margin: 0 0 0.2em;
        }

    #site-header nav {
        float: right;
    }

        #site-header nav, #site-header nav ul, #site-header nav li {
            display: inline-block;
            margin: 0;
        }

            #site-header nav h2 {
                display: none;
                margin: 0;
                font-size: 1em;
            }

            html.no-touch #site-header nav a:hover, #site-header nav a.is-active {
                text-shadow: 0 1px 0 #000;
                background: #777;
                color: #fff;
                filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr="#FF000000", endColorstr="#00000000");
                background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #000), color-stop(100%, rgba(0,0,0,0)));
                background-image: -webkit-linear-gradient(top, #000 1%, rgba(0,0,0,0) 100%);
                background-image: -moz-linear-gradient(top, #000 1%, rgba(0,0,0,0) 100%);
                background-image: -ms-linear-gradient(top, #000 1%, rgba(0,0,0,0) 100%);
                background-image: -o-linear-gradient(top, #000 1%, rgba(0,0,0,0) 100%);
                background-image: linear-gradient(top, #000 1%, rgba(0,0,0,0) 100%);
            }

            /*#site-header a {
        display: inline-block;
        padding: 0.5em;
        text-decoration: none;
        font-weight: bold;
        color: #000;
        background-color: grey;
    }*/
            #site-header nav, #site-header nav ul, #site-header nav li {
                display: inline-block;
                margin: 0;
            }

#site-header, #site-footer {
    background: #e5e5e5;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
}

.masthead {
    height: 100vh;
    min-height: 500px;
    /*background-image: url("/images/default-source/logos-and-shared-images/cargo-route-map_2-1.jpg");*/
    background-image: url('../../Image/rout map.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.pnlwrapper .pnl {
    border-radius: 0 0 0.2em 0.2em;
}

.pnl-anchor-top {
    top: 5.4em;
}

.pnl {
    display: none;
    z-index: 1001;
    left: 0;
    right: 0;
    width: 100%;
    /*max-width: 1000px;*/
    margin: 0 auto;
    border-radius: 0.2em;
    background: #f3f3f3;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.pnlwrapper .pnl-content {
    font-size: 100%;
    max-width: 100%;
}

.pnl-content {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 1em;
    background: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.search {
    font-size: 0.8em;
}

    .search:before, .search:after {
        content: " ";
        display: table;
    }

    .search fieldset:first-child {
        margin-top: -1em;
    }

    .search fieldset {
        float: left;
        width: 90%;
        letter-spacing: -4px;
    }

        .search fieldset > * {
            letter-spacing: normal;
        }

.ui-helper-hidden-accessible, .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.search .field {
    position: relative;
    display: inline-block;
    width: 15em;
    margin: 1em 1em 0 0;
}

.search fieldset > * {
    letter-spacing: normal;
}

.search-details .field label {
    display: block;
    margin: 0 0 0.2em;
}

.search select, .search input[type="text"], .search input[type="email"], .search input[type="date"] {
    width: 100%;
}

.pnl select, .pnl input[type="text"], .pnl input[type="email"], .pnl input[type="date"] {
    padding: 0.5em;
    border: 1px solid #ccc;
    border-radius: 0.3em;
    font-size: 0.9em;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pnl input, .pnl select, .pnl textarea, .gm-style div, .gm-style span, .gm-style label, .gm-style a {
    font-family: Arial,sans-serif;
}

.pnl input, .pnl select, .pnl textarea {
    color: #222;
}

.field-validation-valid {
    display: none;
}

.search fieldset > * {
    letter-spacing: normal;
}

.btn.th-d-bg {
    color: #fff;
}

.search .location-switch {
    position: relative;
    z-index: 1;
    margin: 0 -0.3em 0 -1.3em;
    padding: 0.1em 0.3em;
}


    .search .location-switch .ico {
        margin: 0;
    }

.btn.th-d-bg {
    color: #fff;
}

.ico[data-icon], .ico > [data-icon] {
    display: inline-block;
    overflow: hidden;
    width: 1em;
    vertical-align: bottom;
    white-space: nowrap;
}

    .ico[data-icon]:before, .ico > [data-icon]:before {
        margin-right: 0.5em;
    }

[data-icon]:before {
    font-family: "icomoon" !important;
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.search-action {
    padding: 1.6em 0 0;
    text-align: right;
}

[data-icon]:before {
    font-family: "icomoon" !important;
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}


.btn:hover, .btn:focus, .btn.s-focus {
    background-image: none;
    filter: none;
}

.pnl .btn.is-active, .pnl .btn:active {
    box-shadow: 0 0 0 1px rgba(0,0,0,.15) inset, 0 0 6px rgba(0,0,0,.2) inset;
}

.th-d-bg, .th-d-activebg:hover, .th-d-activebg.is-active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-content .ui-state-active.ui-state-focus, .ui-widget-header .ui-state-active, .ui-widget-header .ui-state-active.ui-state-focus, .th-d-bg.ui-state-hover, .ui-widget-content .th-d-bg.ui-state-hover, .ui-widget-header .th-d-bg.ui-state-hover, .th-d-bg.ui-state-focus, .ui-widget-content .th-d-bg.ui-state-focus, .ui-widget-header .th-d-bg.ui-state-focus, .results-filter .field div.sliderRange {
    background-color: #222 !important;
}

.pnl .btn {
    display: inline-block;
    padding: 0.5em 0.7em;
    border: 0;
    border-radius: 0.5em;
    line-height: normal;
    white-space: nowrap;
    vertical-align: baseline;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #222;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-font-smoothing: antialiased;
    background: #e5e5e5;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr="#4CFFFFFF", endColorstr="#00FFFFFF");
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, rgba(255,255,255,0.6)), color-stop(100%, rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.4) 1%, rgba(255,255,255,0) 50%);
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.4) 1%, rgba(255,255,255,0) 50%);
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0.4) 1%, rgba(255,255,255,0) 50%);
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.4) 1%, rgba(255,255,255,0) 50%);
    background-image: linear-gradient(top, rgba(255,255,255,0.4) 1%, rgba(255,255,255,0) 50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-clip: padding-box;
}

.btn.th-d-bg {
    color: #fff;
}

.search-details .field-date {
    width: 9em;
}

.search-details .field label {
    display: block;
    margin: 0 0 0.2em;
}

.search-details .field-date input {
    width: 7.8em;
}

.ui-datepicker-trigger {
    background-color: transparent !important;
    border: none !important;
    margin: auto !important;
    margin: 2px;
    padding: 0;
    vertical-align: bottom;
}

.ui-autocomplete {
    position: absolute !important;
    z-index: 2000;
    overflow: auto;
    width: 21em !important;
    max-height: 70%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 0.3em;
    font-size: 0.8em;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ui-widget-content {
    background: #fff;
}

.ui-autocomplete {
    cursor: default;
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: none;
}

    .ui-menu .ui-menu-item {
        margin: 0;
        padding: 0;
        width: 100%;
    }

        .ui-menu .ui-menu-item a, .ui-menu .ui-menu-item label {
            text-decoration: none;
            display: block;
            padding: 2px .4em;
            line-height: 1.5;
            min-height: 0;
            font-weight: normal;
        }

.loc-label {
    display: block;
    font-weight: bold;
}



.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        /*when hovering an item:*/
        .autocomplete-items div:hover {
            background-color: #e9e9e9;
        }

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.flight-card {
    box-shadow: 0 1px 1px 0 rgba(60,75,100,.14), 0 2px 1px -1px rgba(60,75,100,.12), 0 1px 3px 0 rgba(60,75,100,.2);
    height: auto !important;
    margin-top: 10px;
    padding: 1em .7em;
    margin-bottom: 1em !important;
    border: 1px solid #f7f7f7 !important;
    border-radius: 2px !important;
}

    .flight-card .col-md-3 {
        min-height: 40px;
        font-size: 1.1em;
        vertical-align: middle;
    }

    .flight-card strong {
        font-size: 1.1em !important;
    }

.pnl-anchor-top-top {
    top: 14.4em;
}

nav > .nav.nav-tabs {
    border: none;
    color: #fff;
    background: #272e38;
    border-radius: 0;
}

nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active {
    border: none;
    padding: 18px 25px;
    color: #fff;
    background: #272e38;
    border-radius: 0;
}

    nav > div a.nav-item.nav-link.active {
        border: none;
        padding: 18px 25px;
        color: #fff;
        background: #517842;
        border-radius: 0;
    }

        nav > div a.nav-item.nav-link.active:after {
            content: "";
            position: relative;
            bottom: -60px;
            left: -10%;
            border: 15px solid transparent;
            border-top-color: #517842;
        }

    nav > div a.nav-item.nav-link:hover,
    nav > div a.nav-item.nav-link:focus {
        border: none;
        background: #517842;
        color: #fff;
        border-radius: 0;
        transition: background 0.20s linear;
    }


/*home page date selector*/
.btn-ethiopian {
    display: inline-block;
    padding: 0.5em 0.7em !important;
    border: 0 !important;
    border-radius: 0.5em;
    line-height: normal;
    white-space: nowrap;
    vertical-align: baseline;
    cursor: pointer !important;
    text-align: center;
    text-decoration: none;
    color: #222;
    -webkit-user-drag: none;
    user-select: none;
    -webkit-font-smoothing: antialiased;
    background: #e5e5e5 !important;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr="#4CFFFFFF", endColorstr="#00FFFFFF");
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.4) 1%, rgba(255,255,255,0) 50%) !important;
    box-sizing: border-box;
    background-clip: padding-box !important;
}

@media only screen and (max-width: 1024px) {
    .main-container .position-absolute {
        top: 49% !important;
    }
}

@media only screen and (max-width: 375px) {
    .widget-tab-label {
        font-size: 12px;
    }
}

#myTable {
    display: inline-table;
}

@media only screen and (max-width: 425px) {
    #myTable {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .EtCargoCarousel .container-carousel-text {
        top: 0% !important;
        left: 0% !important;
    }
}

@media only screen and (max-width: 767px) {
    .EtCargoCarousel .container-carousel-text {
        position: unset !important;
    }
}

@media only screen and (max-width: 1439px) {
    .navigation-in-laptops .col-12 {
        padding-right: 5px !important;
        padding-left: 9px !important;
    }
}
