body, html {
    font-size: 14px;
    height: 100%;

}

.intro-box {
    border-top: 15px solid #f7f7f7;
    background: #f7f7f7;
}

.intro-box section {
    min-height: 250px;
}

.ref-box {
    background: #FFF;
    min-height: 150px;
    padding: 15px 15px 40px 15px;
    position: relative;
}

.ref-box .ref-title {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.ref-title i {
    color: #85A9DD;
    margin-right: 8px;
}

.ref-box .ref-description {
    color: #666;
    font-size: 14px;
}

.ref-box .ref-examples {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 12px;
}

.ref-box .ref-examples i {
    color: #C3182B;
}

#header {
    position: relative;
}

.docs-container {
    background: #f7f7f7;
    padding-left: 300px;
}

.docs-body {
    background: #FFF;
}

.sticky-panel {
    width: 300px;
    position: absolute;
    top: 40px;
    left: 0;
    padding: 15px
}

.sticky-panel-body {
    background: #FFF;
    padding-bottom: 15px;
}

.sticky-panel > h4 {
    margin: 0 0 10px 0;
    padding: 10px;
    background: #FFF;
    font-weight: 600;
    font-size: 13px;
}

.sticky-panel.fixed {
    position: fixed;
    top: 0;
    max-height: 100vh;
    overflow: auto;
}

.intro-link {
    padding: 10px;
    display: block;
    font-size: 13px;
}

.docs-menu {
    padding-left: 10px;
    font-size: 13px;
}

.docs-menu a {
    color: #333;
}

.docs-menu a:hover,
.docs-menu-title:hover,
.docs-menu a.active {
    color: #C3182B;
}

.docs-menu li > .docs-submenu {
    display: none;
}

.docs-submenu {
    padding-left: 10px;
}

.docs-menu li {
    padding: 3px;
}

.docs-submenu-links {
    padding-left: 25px;
}

.docs-menu-title {
    cursor: pointer;
}

.docs-menu-title > i {
    width: 13px;
}

.toggle-node > i {
    width: 8px;
}

.docs-menu-title-text {
    display: inline-block;
}

.toggle-node {
    margin-right: 5px;
}

.docs-submenu a:hover {
    text-decoration: none !important;
}

section {
    border-top: 15px solid #f7f7f7;
    padding: 15px;
    background: #FFF;
}

section#intro{
    border-top: 0;
}

section:last-child {
    border-bottom: 15px solid #f7f7f7;
    padding-bottom: 50px;
}

h4.main-title {
    font-size: 20px;
    font-weight: 600;
    color: #525252;
    margin: 0;
    padding: 0.6em;
    border-bottom: 2px solid #d6d6d6;
    border-top: 15px solid #f7f7f7;
}

body {
    padding: 0 !important;
}

p {
    margin-bottom: 5px;
}

.top-section {
    width: 100%;
    height: 100vh;
    background-image: url("../../images/slide_images/D.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
}

.top-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.top-section-body {
    position: absolute;
    z-index: 1;
    color: #FFF;
    top: 50%;
    text-align: center;
    margin-top: -86px;
    width: 100%;
}

.combitrip-api-doc-link-wrapper {
    position: absolute;
    bottom: 40px;
    text-align: center;
    width: 100%;
    z-index: 2;
}

.combitrip-api-doc-link {
    color: #FFF;
    display: inline-block;
    font-size: 18px;
    text-decoration: none !important;
}

.combitrip-api-doc-link:hover {
    color: #FFF;
    opacity: 0.5;
}

.top-section-body .title1,
.top-section-body .title2 {
    color: #FFF;
    margin: 15px 0;
}

.top-section-body .title1 {
    font-size: 3em;
}

.top-section-body .title2 {
    font-size: 1.8em;
}

#get-api-key-link {
    font-size: 16px;
    padding: 8px 30px;
    background: #2ecc71;
    color: #fff;
    border: 1px solid #FFF;
    font-weight: 500;
    margin-top: 30px;
    display: inline-block;
    text-decoration: none;
    border-radius: 50px;
}

#get-api-key-link:hover {
    background: #169f50;
}

.modal-open {
    overflow: initial !important;
}

.container pre code {
    font-size: 14px;
    padding: .75em 1em;
    border-radius: 5px;
    white-space: pre;
    overflow: auto;
}

ul.page-nav > li {
    width: 25%;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
}

ul.page-nav > li > h4 {
    color: #666666;
    font-weight: 600;
}

ul.page-nav > li > a {
    display: block;
    width: 100%;
    margin: 5px 0;
}

h3 {
    font-weight: 600;
    color: #666666;
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 15px;
}

h2 {
    font-size: 18px;
}

button.run, a.download, a.show-code,
.example-button {
    background: #85a9dd;
    color: #FFF;
    border: 1px solid #85a9dd;
    padding: 6px 18px;
    cursor: pointer;
    text-decoration: none;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    vertical-align: top;
}

button.run:hover,
a.download:hover,
a.show-code:hover,
.example-button:hover {
    opacity: 0.75;
}

iframe {
    display: none;
    width: 100%;
    margin: 15px 0;
}

iframe.show {
    display: block;
    min-height: 400px;
    height: 400px;
}

a.useful-link {
    display: inline-block;
    padding: 4px 8px;
    margin-bottom: 15px;
}

.goToTop {
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 50px;
    right: 20px;
    background: rgba(133, 169, 221, 0.40);
    border-radius: 50%;
    z-index: 100;
}

.goToTop:hover {
    background: rgba(133, 169, 221, 1);
}

.goToTop > i {
    color: #FFF;
    line-height: 50px;
    font-size: 24px;
    display: inline-block;
    margin-top: -2px;
}

.page-main-nav {
    margin: 30px 0;
}

.page-main-nav > li {
    display: inline-block;
    width: 33.333333333333333%;
    margin-right: -4px;
    text-align: center;
    vertical-align: top;
}

.page-main-nav > li img {
    height: 75px;
    margin: auto;
}

.page-main-nav > li a {
    display: block;
    padding: 0 20px;
    font-size: 18px;
}

.page-main-nav > li .title {
    padding: 10px 0;
}

.page-main-nav-container {
    padding: 20px 0;
    background: rgba(133, 169, 221, 0.2);
}

table.table-properties {
    width: 100%;
}

table.table-properties thead > tr {
    border-bottom: 1px solid #525252;
}

table.table-properties th {
    font-weight: 600;
}

table.table-properties th,
table.table-properties td {
    padding: 6px;
}

table.table-properties td {
    font-size: 13px;
    border-bottom: 1px solid #eeeeee;
}

.modal-body {
    max-height: calc(100vh - 212px);
    overflow-y: auto;
}

.try-container {
    margin: 15px 0;
}

.try-container > ul {

}

.try-container > ul > li {
    display: inline-block;
    padding: 8px 3em;
    cursor: pointer;
    border: 1px solid #eee;
    margin-right: -5px;
    margin-bottom: -1px;
    opacity: 0.5;
    background: #eee;
}

.try-container > ul > li.active {
    opacity: 1;
    background: #FFF;
}

.try-content-tab {
    display: none;
    padding: 15px;
    border: 1px solid #eee;
}

.try-content-tab.active {
    display: block;
}

pre {
    background: #FFF;
}

.show_menu_doc,
.sticky-panel-close-mobile {
    display: none;
}

@media only screen and (max-width: 768px) {
    .docs-container {
        padding-left: 0;
    }

    .sticky-panel {
        position: fixed;
        z-index: 100;
        background: #f7f7f7;
        height: 100vh;
        width: 100%;
        top: 0;
        display: none;
    }

    .sticky-panel.show {
        display: block;
    }

    .show_menu_doc {
        display: block;
        background: #85a9dd;
        left: 0;
        color: #FFF !important;
        line-height: 50px;
        text-align: center;
        font-size: 20px;
        bottom: 0;
        text-decoration: none !important;
    }

    .show_menu_doc:hover {
        opacity: 0.75;
    }

    .show_menu_doc.fixed {
        position: fixed;
        left: 0;
        width: 100%;
        line-height: 40px;
        font-size: 15px;
    }

    .sticky-panel-close-mobile {
        display: block;
        position: fixed;
        top: 20px;
        right: 20px;
        font-size: 40px;
        margin-top: -20px;
        cursor: pointer;
        color: #85A9DD;
    }

}

@media only screen and (max-width: 500px) {
    #content {
        margin-right: 0 !important;
    }

    .page-main-nav > li a {
        padding: 0 5px;
        font-size: 13px;
    }

    .page-main-nav-container {
        height: 140px;
    }

    .page-main-nav > li img {
        height: auto;
        width: 50px;
    }

}

.alert.alert-warning {
    margin-top: 15px;
    border-radius: 0;
}

.btn {
    border-radius: 0;
    min-width: 190px;
}

.listing-api-section{
    position: relative;
    padding: 0;
}

.listing-api-l-box{
    padding: 15px;
}

.listing-api-section .ab-table{
    width: 100%;
}

.listing-api-section .ab-table > .ab-table-cell{
    vertical-align: top;
}
.listing-api-section .ab-table-cell-l{
    width: 50%;
}

.listing-api-section .ab-table-cell-r{
    width: 50%;
}

.listing-api-rbox{
    background: #F0F0F0;
    padding: 15px 15px 150px 15px;
    border-left: 3px solid #ccc;
}

.listing-api-rbox h5{
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
}

.listing-api-rbox p{
    font-size: 13px;
}

.listing-api-rbox h6{
    font-weight: 600;
    color: #C3182B;
    font-size: 10px;
}

.listing-api-l-box{
    padding-right: 15px;
}

.pt-0{
    padding-top: 0 !important;
}

.listing-api-rbox pre{
    background: transparent;
    color: #333;
    font-family: inherit;
}

.section-subtitle{
    padding-top: 15px;
}

prop{
    background: #f1f1f1;
    padding: 2px 3px;
    color: #C3182B;
    border-radius: 4px;
    font-size: 0.9em;
}

.table-properties small{
    color: #ccc;
}

table.table-properties td table.table-properties td{
    font-size: 11px;
    padding: 3px;
}

.section-title-primary{
    font-size: 20px;
    color: #85A9DD;
}