﻿body {
    line-height: 23px;
}

em {
    font-style:italic;
}

.hljs {
    background-color: transparent !important;
}

ol{
    list-style:outside;
    list-style-type:decimal;
}

h1 {
    display: inline;
    margin: 0;
    font-weight: normal;
    color: #333;
}

h2 {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

h3 {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

h4 {
    font-size: 15px;
    color: #333;
}

h5 {
    color: #333;
}


a {
    color: #ff9128;
    text-decoration:underline;
}

p {
    margin-top: 20px;
    margin-bottom: 20px;
}

li {
    line-height: 25px;
}

.contentPage li {
    margin-left: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.nav li 
{
    margin:0px;
}

#headerLogoAndSubHeader {
    display: flex;
    width: 300px;
}

#headerLogoAndSubHeader img {
    height: 100%;
    margin:0;
}

#subHeader {
    text-align: left;
    color: #ff9128;
    padding: 2px 15px;
    text-decoration: none;
    font-size: 30px;
}

#page {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
}

#documentation-wrapper {
    position: relative;
    min-height: 100%;
}
.commonButton {
    border: 0px solid transparent;
    background-color: #ff9128;
    color: white;
    z-index: 1;
    border-radius: 4px;
    font-size: 18px;
    padding: 8px 15px!important;
    vertical-align: middle;
    text-align: center;
    margin: 0 0 5px 0;
    cursor: pointer;
}
    .commonButton a {
        padding: 0px;
        margin:0px;
        vertical-align:middle   ;
    }

    .commonButton a:hover {
        color: white;
    }

#header-contents {
    margin-right: auto;
    margin-left: auto;
    padding-left: 25px;
    padding-right: 25px;
    max-width: 1250px;
}

#menulogo {
    padding: 16px 0 0 0;
    float: left;
    vertical-align:middle;
}

    #menulogo #rambaseLogo {
        height: 18px;
        width: 203.406px;
        padding: 0;
    }

    #menulogo #header-text-api-resources {
        font-size: 22px;
        text-decoration: none;
 
        margin-left: 20px;
    }

#header-menu .header-menu-getting-started {
    font-size: 18px;
}

    #header-contents #header-menu ul {
        margin: 5px;
        padding:0;
        vertical-align:middle;
        text-align: right;
    }

        #header-contents #header-menu ul li {
            display: inline-block;
            margin: 15px 0px 0px 30px;
            list-style: none;
            vertical-align: middle;
        }

            #header-contents #header-menu ul li a, #header-contents #header-menu ul li form {
                text-decoration: none;
            }

#logoutButton {
    background-color: transparent;
    font-size: 18px;
    border: none;
    vertical-align: middle;
    cursor: pointer;
    font-weight: normal;
    font-style: normal;
    color: #2e384d;
    font-family: CircularStd,Helvetica Neue,Arial,Helvetica,Geneva,sans-serif;
}

#search-header {
    padding-top: 65px;
    width: 100%;
    height: 70px;
    background-color: #2e384d;
    background: url('/Images/searchBackground2.png');
    background-position-y:62px;
    background-repeat:repeat-x;
}

    #search-header #search-area {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    #search-header #search-box {
        display: inline-block;
        padding: 15px;
        margin: 0px;
    }

        #search-header #search-box .search-button {
            border: 0;
            font-size: 15px;
            width: 80px;
            height: 100%;
            background-color: #D3D3D3;
            border-style: none;
            color: #fff;
            border-top-right-radius: 6px;
            border-bottom-right-radius: 6px;
            padding-top: 8px;
            padding-bottom: 8px;
            float: left;
        }

            #search-header #search-box .search-button::-moz-focus-inner {
                border: 0;
                padding: 0;
            }

        #search-header #search-box .search-text-box {
            font-size: 15px;
            border-top-left-radius: 6px;
            border-bottom-left-radius: 6px;
            border-style: none;
            border-color: red;
            min-width: 625px;
            height: 100%;
            padding-left: 10px;
            padding-top: 8px;
            padding-bottom: 8px;
            float: left;
        }

#contactEmail {
    display: block;
    margin-top: 40px;
    font-size: 30px;
    text-decoration: none;
    color: #ff9128;
}

#api-results {
    margin-left: 50px;
}

#first-page-information-homepage {
    padding-bottom: 20px;
}

#resource-not-found {
    padding-bottom: 50px;
}

#resource-not-found p {
    font-size: 20px;
}

#gettingStartedMenu {
    margin-left: 20px;
}

#resource-tag-menu {
    margin-top: 30px;
    margin-left: 20px;
}

    #resource-tag-menu .right-arrow {
        float: right;
        color: #AAAAAA;
    }

    #resource-tag-menu .menu-icon {
        width: 25px;
    }

   .bigMenuIcon {
        font-size: 60px;
    }

    #resource-tag-menu ul {
        padding: 0;
        float: left;
        margin: 0;
    }

        #resource-tag-menu ul li {
            position: relative;
            list-style-type: none;

            width: 225px;
        }

            #resource-tag-menu ul li a {
                padding: 5px 10px;
                display: block;
                text-decoration: none;
                margin: 0;
            }

                #resource-tag-menu ul li a.tree-active {
                    background-color: transparent;
                    color: #ff9128; 
                }

                #resource-tag-menu ul li a.tree-inactive {
                    background-color: transparent;
                }

                    #resource-tag-menu ul li a.tree-inactive:hover ul {
                        display: block;
                        background-color: transparent;
                    }

                #resource-tag-menu ul li a:hover {
                    color: #ff9128;
                    background-color: transparent;
                }

#resource-header {
    margin-bottom: 0;
    font-weight: normal;
    color: #2e384d;
    font-size: 24px;
}

span.highlight {
    background-color: yellow;
}

#tag-view-contents #list-tag {
    margin-top: 20px;
}

#frontPageIcons .Benefit {
    margin-bottom: 30px;
}

#tag-view-contents {
}

    #tag-view-contents #tag-view-description {
        font-style: italic;
        margin-top: 20px;
    }

        #tag-view-contents #tag-view-description h2 {
            font-style: normal;
            padding-bottom: 10px;
        }

    #tag-view-contents h1 {
        font-size: 25px;
        font-weight: 600;
    }

    #tag-view-contents h2 {
        margin-bottom: 0;
        font-size: 15px;
        font-weight: 600;
    }

    #tag-view-contents h4 {
        font-size: 15px;
        font-weight: 600;
        display: inline;
    }

    #tag-view-contents p {
        margin: 0;
        font-size: 14px;
    }

.resources-verb-filter {
    float: right;
    display: inline-block;
    position: relative;
}

    .resources-verb-filter select {
        padding: 5px 20px 5px 8px;
        background-color: #F2F2F2;
        border-style: none;
    }

/*target Internet Explorer 9 and Internet Explorer 10:*/
@media screen and (min-width:0\0) {
    .notIE:after {
        display: none;
    }
}

#gettingStartedMenu{
    display: inherit;
}

.resources-verb-filter:after {
    pointer-events: none;

    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0px;
    
    height: 100%;
    z-index: 10;
    background-color: #F2F2F2;
}

#tag-path-link {
    margin-top: 14px;
    font-size: 14px;
}

    #tag-path-link a {
        display: inline;
        text-decoration: none;
        color: #000000;
    }

    #tag-path-link p {
        display: inline;
        text-decoration: none;
        font-style: italic;
        color: #AAAAAA;
    }

    #tag-path-link .tag-path-separator {
        display: inline;
        padding: 0 8px 0 8px;
    }

#list-resource-header {
    margin-top: 20px;
}

.no-access {
    color: #999 !important;
}

#list-tag {
    margin-top: 60px;
}

    #list-tag .list-tag-icon {
        background-color: #CCC;
        color: #FFF;
        vertical-align: middle;
        text-align: center;
        font-size: 20px;
        display: table-cell;
        width: 75px;
    }

#list-resource {}

.list-resource-get {
    background: #F9FBF6 !important;
    color: #85C080;
}

    .list-resource-get .list-resource-icon {
        background: #CAE2C8;
    }

.list-resource-delete {
    background: #FDF3F2 !important;
    color: #C56860;
}

    .list-resource-delete .list-resource-icon {
        background: #E7A09A;
    }

.list-resource-post {
    background: #fff6ed !important;
    color: #E7A93A;
}

    .list-resource-post .list-resource-icon {
        background: #ff9128;
        opacity: 0.4;
    }

.list-resource-put {
    background: #F2F7FB !important;
    color: #628599;
}

    .list-resource-put .list-resource-icon {
        background: #B9D4E5;
    }

.list-resource-icon {
    color: white;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
    width: 75px;
}

.undecorated {
    text-decoration: none;
}

#list-operation .list-general-item {
    background: #F5F4FB !important;
}

.list-operation-icon {
    display: table-cell;
    text-align: center;
    color: #FFF;
    font-weight: 600;
    width: 75px;
    vertical-align: middle;
    background: #BD6CBD;
}

.list-general-item {
    display: table;
    width: 100%;
    margin-bottom: 10px;
    min-height: 60px;
    overflow: auto;
    background: #EEE;
}

.list-general-text {
    padding: 15px 10px 15px 15px;
    display: inline-block;
    color: #000000;
    height: 100%;
    font-size: 12px;
    font-weight: 500;
}

.list-general-uri {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.list-general-description {
    margin-top: 5px;
    font-style: italic;
    opacity: 0.8;
}

.list-general-right {
    font-weight: bold;
    float: right;
    padding: 15px;
    margin: 0;
    font-size: 14px;
    display: inline;
}

.deprecated {
    color: red;
}

.latest {
    color: green;
}

#tag-link {
    font-size: 12px;
}

#resource-errors .errorTechnical {
    width: 10px;
}

table {
    width: 100%;
    border-spacing: 0;
}

.table-header {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    background-color: #ECECEC;
}

td {
    padding: 10px;
    border-bottom: 1px solid #F4F8FA;
}

.row-even {
    margin: 0;
    padding: 0;
    background-color: #F2F2F2;
}

.row-odd {
    margin: 0;
    padding: 0;
    background-color: #F7F7F7;
}

.nav {
    display: block;
    position: fixed;
    top: 190px;
    border-radius: 3px;
    z-index: 1;
    box-shadow: inset 0 1px 0 #fff;
}

/* General content page */

.contentPage {}

    .contentPage #batchRequestReponse {
        color: #5B9CC2;
        font-weight: 600;
    }

    .contentPage #metadataList li {
        padding-bottom: 15px;
    }

    .contentPage #metaDataRequestReponse {
        color: #ff9128;
        font-weight: 600;
    }

    .contentPage .sdkh4 {
        margin-bottom: 0;
        font-size: 15px;
        font-weight: 600;
        color: #000000;
    }

    .contentPage .contentList {
        display: inline-block;
        border: 1px solid #ffeddc;
        padding: 15px 50px 30px 30px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .contentPage .mainLevelContentListItem {
        margin-top: 10px;
    }

    .contentPage .subLevelContentListItem {
        margin-left: 30px;
    }

    .contentPage a.anchor {
        display: block;
        position: relative;
        top: -60px;
        visibility: hidden;
    }

    .contentPage h1 {
        font-size: 40px;
        margin: 0 0 20px 0;
        display: block;
    }

    .contentPage h2 {
        font-size: 22px;
        margin: 40px 0 20px 0;
        padding: 0;
    }

    .contentPage h3 {
        margin-top: 30px;
        font-size: 20px;
        margin-bottom: 0;
        padding: 0;
    }

    .contentPage h4 {
        margin: 0;
        margin-top: 30px;
        padding: 0;
        font-weight: 600;
    }

    .contentPage strong {
        font-weight: 600;
    }

    .contentPage .sampleBox {
        background-color: #fff6ed;
        padding: 25px 25px 25px 20px;
        font-family: monospace;
        margin-top: 20px;
        font-size: 14px !important;
        border-radius: 7px;
        margin-bottom: 20px;
        display: block;
    }

    .contentPage .sampleBoxLessPadding {
        background-color: #fff6ed;
        margin-top: 20px;
        padding: 2px 7px 7px 7px;
        font-family: monospace;
        font-size: 14px !important;
        border-radius: 7px;
        margin-bottom: 20px;
        display: block;
    }

    .contentPage ul {
        list-style-type: square;
    }

/* New design table */

.new-design-table {
    margin-top:25px;
}

.new-design-table-header {
    border-bottom: 1px solid #ffeddc;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: -15px;
}

.new-design-table td {
    vertical-align: top;
    padding: 10px 20px 10px 0;    
    border-bottom: 1px solid #fff6ed;
}

.new-design-table .rowtitle {
    font-weight: 600;
    opacity: 1;
    display: inline-block;
    margin:0;
    min-width: 100px;
}

.new-design-table .rowsubtitle {
    margin-top: 5px;
    margin-bottom: 10px;
    color: #ff9128;
    display: block;
}

#profileContactImage {
    position: fixed;
    margin-left: 50px;
    top: 160px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    font-size: 15px;
    height: 140px;
}

    #profileContactImage #profileIcon {
        font-size: 100px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        color: #2e384d;
    }

#contactPage {
    max-width: 500px;
}

/* FRONTPAGE */

#bigFrontPageTextContainer {
    
    background-color: #2e384d;
    text-align: center;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

#bigFrontPageText {
    margin-bottom: 1em;

    font-size: 3rem;
    color: #FFF;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    max-width: 1022px;
    margin-left: auto;
    margin-right: auto;
}

.bigFrontPageButton {
    display: block;
    width: 250px;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
}

/* Cells under big text*/

#middleFrontPageTextOuterContainer {
    flex: 0 0 auto;
    font-size: 16px;
    font-weight: 400;

    margin-bottom: 80px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1022px;
    padding-left: 30px;
    padding-right: 30px;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#middleFrontPageTextContainer {
    display: flex;
    flex-flow: row wrap;
    box-sizing: border-box;
    color: rgb(46, 56, 77);
}

    #middleFrontPageTextContainer .middleFrontPageCell {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
        display: flex;
        flex-flow: column nowrap;
        width: 451px;
    }

    #middleFrontPageTextContainer .card {
        background-color: rgb(255, 255, 255);
        border-bottom-color: rgb(255, 145, 40);
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
        border-bottom-style: solid;
        border-bottom-width: 10px;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        box-shadow: rgba(46, 56, 77, 0.15) 0px 6px 20px 0px;
        box-sizing: border-box;
        color: rgb(46, 56, 77);
        cursor: pointer;
        font-size: 16px;
        font-weight: 400;
        min-height: 830px;
        padding: 20px 70px 42px 70px;
        text-decoration:none;
        text-decoration-color: rgb(46, 56, 77);
        text-decoration-line: none;
        text-decoration-style: solid;
        text-size-adjust: 100%;
        -webkit-font-smoothing: antialiased;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

        #middleFrontPageTextContainer .card:hover {
            transition: all 0.3s cubic-bezier(.25,.8,.25,1);
            box-shadow: 0 10px 20px rgba(0,0,0,0.1), 0 6px 6px rgba(0,0,0,0.1);
        }

        #middleFrontPageTextContainer .card-image {
            box-sizing: border-box;
            color: rgb(46, 56, 77);
            cursor: pointer;
            display: block;
            margin: -20px -70px 20px -70px;
            -webkit-font-smoothing: antialiased;
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        }

        #middleFrontPageTextContainer .card-image img{
            border: none;
            box-sizing: border-box;
            color: rgb(46, 56, 77);
            cursor: pointer;
            display: inline-block;
            height: 253.547px;
            width: 451px;
            -webkit-font-smoothing: antialiased;
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        }

        #middleFrontPageTextContainer  .card-headline {
            box-sizing: border-box;
            color: rgb(46, 56, 77);
            cursor: pointer;
            display: block;
            font-size: 34px;
            font-weight: 400;
            margin-bottom: 30px;
            margin-top: 42px;
            text-size-adjust: 100%;
            -webkit-font-smoothing: antialiased;
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        }

        #middleFrontPageTextContainer .card-content {
            box-sizing: border-box;
            color: rgb(46, 56, 77);
            cursor: pointer;
            display: block;
            font-size: 16px;
            font-weight: 400;
            margin: 0px 0px 24px 0px;
            text-size-adjust: 100%;
            -webkit-font-smoothing: antialiased;
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        }

        #middleFrontPageTextContainer  .middleFrontPageButton {
            display: block;
            margin-top: 30px;
            max-width: 250px;
            text-decoration: none;
        }

#clientCompatibility #list-resources p {
    font-size: 14px;
}