﻿#sectionforb2c, #header, .feedbackbtn, #socialside {
    display: none;
}

.api-navigation {
    position: sticky;
    top: 0;
    background-color: #ffffff;
    z-index: 1;
    margin-bottom: 30px;
    box-shadow: 0 5px 6px rgb(0 0 0 / 8%);
}

    .api-navigation .navbar-nav > li a {
        width: 150px;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .api-navigation .navbar-nav > li.active a {
        background-color: var(--bg3);
        color: var(--color1);
    }

    .api-navigation ul li a i {
        display: inline-block;
        height: 20px;
        width: 20px;
        margin-right: 10px;
    }

#header .topnav {
    height: 40px;
    padding-top: 5px;
}

.apitophead {
    width: 100%;
    height: 40px;
    margin-top: -40px;
    z-index: 1111;
    position: absolute;
}

.navbar-inverse .navbar-collapse {
    background-color: #ff0000;
    background-image: -moz-linear-gradient(top, #222222, #111111);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
    background-image: -webkit-linear-gradient(top, #222222, #111111);
    background-image: -o-linear-gradient(top, #222222, #111111);
    background-image: linear-gradient(to bottom, #01B7F2, #069ACB);
    background-repeat: repeat-x;
    border-bottom: 2px solid #4b4848;
}

.navbar-inverse .navbar-brand {
    color: #fff;
    font-size: 20px;
    line-height: 10px;
    text-shadow: 2px -1px 0 rgba(0, 0, 0, 0.25);
}

.widget-queries {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    padding: 10px 0;
    margin: 0 0px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border-radius: 8px;
}

    .widget-queries .nav > li {
        padding: 0;
        font-size: 11px;
        font-weight: bold;
        line-height: 27px;
        color: #999999;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
        text-transform: uppercase;
        width: 100%;
    }

        .widget-queries .nav > li:last-child a {
            border: none;
        }

        .widget-queries .nav > li > a, .widget-queries .nav > li > a:hover {
            color: #333;
            padding: 10px !important;
            text-transform: capitalize;
            font-size: 16px;
            font-weight: normal;
            line-height: 20px;
            border: none;
            border-bottom: 1px solid #f1f1f1;
            border-radius: 4px;
        }

            .widget-queries .nav > li > a:hover {
                background-color: var(--bg3);
                color: var(--color1);
            }

.nav-header {
    margin-top: 25px;
}

.logoapi {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

    .logoapi .xs-logo {
        width: 192px;
        height: auto;
        margin: 0 auto;
        display: block;
    }

.navbar-inverse .navbar-nav > li > a {
    font-size: 18px;
    padding: 10px 44px;
    color: #25667c;
    font-weight: 400;
}


.navbar-inverse .navbar-nav > li.active:before {
    position: absolute;
    bottom: -12px;
    left: 50%;
    border-top: 15px solid #25667c;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    content: "";
    transform: translateX(-50%);
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #31b3de;
    color: #fff;
}

.hero-unit {
    font-size: 15px !important;
    font-weight: 100 !important;
    line-height: 18px;
    color: #333;
}

.jumbotron {
    border-radius: 5px;
    padding: 0 !important;
    background-color: unset;
}

    .jumbotron h2 {
        margin: 0;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 24px;
    }

.datadiv p {
    font-size: 14px !important;
    font-weight: 100 !important;
    line-height: 20px;
    color: #1b1a1a;
    margin-bottom: 20px;
}

.datadiv a {
    color: #005580;
}

.navbar-inverse {
    min-height: 40px;
    background: none;
    border: none;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
}

.datadiv {
    padding-right: 15px;
    color: #1b1a1a;
    font-weight: 300 !important;
}

    .datadiv ul, .jumbotron ul {
        list-style: outside;
        padding-left: 15px;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 25px;
    }

    .datadiv ol {
        list-style: url;
        list-style-type: decimal;
        padding-left: 30px;
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 20px;
    }

    .datadiv h4 {
        color: #111;
    }

.jumbotron h4 {
    font-size: 20px;
    font-weight: 400;
}

.inputapi {
    max-width: 470px;
    width: 100%;
    margin-bottom: 10px;
}

textarea {
    display: inline-block;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 220px;
    width: 100%;
    background-color: #fff;
    resize: none;
}


.btnapi {
    height: 30px !important;
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 12px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.btnapi:hover {
    background-color: #f6f6f6;
}

#App_Div {
    display: none;
}

@media only screen and (Max-width:416px) {

    .navbar-inverse .navbar-brand {
        color: #fff;
        font-size: 17px;
        padding-top: 6px !important;
        line-height: 18px !important;
        width: 60% !important;
    }
}

@media only screen and (Max-width:766px) {

    .navbar-inverse .navbar-brand {
        color: #fff;
        line-height: 10px;
        text-shadow: 2px -1px 0 rgba(0, 0, 0, 0.25);
        padding: 0;
        width: 82%;
        height: 50px;
        line-height: 28px;
        padding-top: 12px;
        padding-left: 15px;
    }

    .navbar-header {
        background-color: #ff0000;
        background-image: -moz-linear-gradient(top, #222222, #111111);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
        background-image: -webkit-linear-gradient(top, #222222, #111111);
        background-image: -o-linear-gradient(top, #222222, #111111);
        background-image: linear-gradient(to bottom, #01B7F2, #069ACB);
        background-repeat: repeat-x;
        border-bottom: 1px solid #4b4848;
    }

    .widget-queries {
        margin: 0 0px;
        margin-bottom: 20px;
    }

    .jumbotron {
        border: 1px solid #e3e3e3;
    }

    .logoapi {
        overflow: hidden;
        text-align: center;
        background-color: #F3F3F3;
        margin-bottom: 20px;
        padding: 13px 0 23px 0;
        border-bottom: 1px solid #eeeeee;
    }
}

.mytable td, .mytable th {
    font-size: 13px;
    vertical-align: middle !important;
}

.wd_100 {
    width: 150px;
}

.wd250 {
    width: 200px;
}

.font-14 {
    font-size: 14px !important;
}

ul.listnone {
    list-style-type: none;
    padding: 0;
}

.ht200 {
    height: 200px;
}

.font-b {
    font-weight: bold;
}

.row.mt20 {
    display: block !important;
}

.my_mbl_div .row, .my_mbl_div .fooetrbt {
    display: none;
}

.hero-unit h6 {
    font-weight: bold;
}

.widtype {
    width: 80%;
}

.CodeMirror {
    height: auto;
    border: 1px solid #ddd;
}

.CodeMirror-scroll {
    max-height: 200px;
}

.CodeMirror pre {
    padding-left: 7px;
    line-height: 1.25;
}

.wd_300px {
    width: 346px;
}

.org {
    color: #DF9207 !important;
}

.api-navbar ul li ul li a {
    cursor: pointer;
    padding: 10px 0 10px 32px;
}

    .api-navbar ul li ul li a:hover {
        color: #DF9207;
    }

.api-navbar ul li a {
    cursor: pointer;
}

.load_api {
    background-color: #000;
    height: 100%;
    opacity: 0.1;
    position: absolute;
    width: 100%;
    z-index: 6;
    display: none;
}

#api-pollSlider-button {
    height: 100px;
    position: fixed;
    right: -5px;
    top: 250px;
    z-index: 10000 !important;
}

.travelo-box {
    padding: 0px 15px;
}

.bg-white {
    background-color: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border: 1px solid #e3e3e3;
    padding: 20px;
    border-radius: 8px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: none;
    border-bottom-color: transparent;
    cursor: pointer;
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background: var(--bg1);
}

.nav-tabs > li {
    margin-bottom: 1px;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 1px;
}

.table > thead > tr > th {
    padding: 6px;
}

.table > tbody > tr > th, .table > thead > tr > th {
    background-color: #eee;
}

.wd_auto {
    width: auto;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .travel-cartpg table > thead > tr > th {
    padding: 8px !important;
}

.Mandatorydiv {
    background-color: #424242;
    border-radius: 30px;
    padding: 0px 7px;
    margin-right: 7px;
}

.Optional {
    border: #424242 solid thin;
    border-radius: 30px;
    padding: 0px 7px;
    margin-right: 7px;
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa_icon {
    background-image: none;
    padding-right: 10px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover /*, .navbar-inverse .navbar-nav > li > a:hover*/ {
    border-radius: 35px;
    box-shadow: 0 3px 7px rgba(117,117,117,.5);
    background-image: linear-gradient(to bottom, #3599bc, #25667c);
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #25667c;
}

.nav-tabs {
    border-bottom: none;
}
