@CHARSET "UTF-8";

/* Navigation */
.apiNavigationProtocolDestination {
  margin-left: 1em;
  float: left;
  width: 20em;
}

.apiNavigationReference {
  margin-left: 1em;
}

/* Overall */
.apiIntroduction {

}

#apiOperatonPage .apiSubcontent {
    border-color: #888;
    border-top: 2px solid;
}

.apiSubcontentBody, .apiIntroductionContent {
  margin-bottom: -10px;
}

#apiOperatonPage .apiSubcontent.inst_detail {
    border-color: #CCC;
    border-top: 15px solid;
}

/* Parameter - overview */
.inst_bodySummary ul {
    padding:0;
    margin-left: 0;
}

.apiParameterOverview ul {
    margin-left: 1em;
    padding-left: 1em;
}

.inst_bodySummary li {
    list-style-type:none;
}

/*
Use a class of "bulleted" on unordered lists (<li>) to display bullet pointed items as per the original display styles in browsers.
Otherwise the default style rules in place will display no bullets.
*/
ul.bulleted li {
    list-style-type: disc;
    margin-bottom: 4px;
}

.apiParameterOverview {
}

.apiParameterOverview li {
  border-left: thin;
}

.apiTreeRoot .apiTreeNode {
    padding-left: 1em;
    padding-top: 0.7em;
}

.apiTreeNode .x_collapse {
    border: none;
    padding: 10px;
}

.apiParameterBody {
    border: none;
    padding-left: 20px;
    margin-top: 10px;
    padding-bottom: 5px;
    border-left: thin dashed #999
}

.apiBodyScope{
    margin-top: 15px;
}

#removePaddingInit {
    padding-bottom: 0;
}
#removePaddingUpdate {
    padding-bottom: 0;
}

h3.leaf + .apiParameterBody {
    border-left: none;
}

.apiParameterBody .x_collapse {
    padding: 0px;
    border: none;
}

.apiTreeNode h3 {
    border: none;
    padding: 10px;
    font-weight: normal;
    display: block;
    background-color: transparent;
    margin: 0;
    padding: 10px;
    padding-bottom: 2px;
    padding-top: 8px;
}

.apiTree .apiTreeNode {
  margin-left: 5px;
  padding-left: 0;
  padding-top: 0.8em;
}

.apiTreeNode {
   padding:0.1em 0 0.3em 0;
}

.apiTree .apiTreeNode {
    background-position: 15px 5px;
}

.apiParameterOverview h3 {
  padding:5px 0 5px 0;
 }

.apiParameterOverview .apiType {
    text-decoration: none;
    font-size: .8em;
    margin-left: 25px;
    font-weight: normal;
    color: #696868;
 }

.apiExistence {
    display: none;
    text-decoration: none;
    border: 1px solid #FAD287;
    border-radius: 4px;
    background: #FAD287;
    padding: 3px 5px 3px 5px;
    font-size: 11px;
    color: #444;
    margin-left: 30px;
}

.apiParameterOverview .apiValue {
  display: none;
  text-decoration: none;
  font-size: .8em;
  color: black;
}

.apiParameterOverview .apiSubParameter {
 }

.apiParameterOverview.apiExistenceCOMPULSORY .apiExistence {
    display: inline;
}

.apiParameterOverview.apiExistenceOPTIONAL .apiExistence {
  display: none;
}

.apiParameterOverview.apiExistenceRECOMMENDED .apiExistence {
    display: inline;
}


.apiParameterOverview.apiExistenceFIXED .apiValue {
  display: inline;
}

/* Parameter -details  */
.apiParameterDetails {
    border-top: 1px;
    padding-bottom:1px;
}

.apiParameterDetails:first-child {
  border-top-style: none;
  margin-top: 0.8em;
}

.apiParameterDetails h3 {
  margin: 0.5em;
  font-size: 1.2em;
  padding-top: 0.3em;
}
.apiParameterDetails .inst_name{
  font-weight:bold;
}
.apiParameterDetails .inst_value {
  display: none;
}
.apiParameterDetails.api_existenceFIXED .inst_value {
  display: inline;
}

.apiProtocolNVP .apiParameterDetails.api_existenceFIXED .inst_type {
  display: none;
}

.apiTypeDetails {
  margin-left: 3em;;
}

.apiParameterDetails .apiTypeDetails .inst_description{
    margin: 0.2em 0 0;
    padding: 0;
    border-left: none;
    background-color: inherit;
}

.apiParameterDetails .inst_description{
  margin-bottom: 0.5em;
}

/* Itemized list */
.apiItem div {
  display:inline;
}

.apiItem .inst_title {
  font-weight: bold;
  margin-bottom:    5px;
  margin-right:     10px;
}

.apiItem.inst_type .inst_title {
    font-weight: normal;
    text-decoration: underline;
}

.apiItem .inst_body {
  margin-bottom:5px;
}


/* HTTP suppression for NVP api */
.apiProtocolNVP .apiHttp {
  display: none;
}

.apiProtocolNVP .inst_urlDetail {
  display: none;
}

#apiOperatonPage.apiProtocolNVP .apiSubcontent.inst_bodySummary {
  border-top: none;
}

/* URL resource formatting */
.resourceChain {
  padding: 0;
  margin: 0;
}

.resourceChain.inst_separator {
    display: inline-block;
}

/* Header Link fix */
.apiParameterOverview .x_expand a {
  text-decoration: none;
}
.apiParameterOverview .x_expand a:hover {
  text-decoration: underline;
}
.apiParameterOverview .x_expand a:focus {
  text-decoration: none;
}

.apiParameterOverview h3 {
     display: inline;
}

.checkout h2,
.checkout h3 {
    font-weight: normal;
}
.checkout .apiOverviewHeader {
    font-size: 14px;
    text-decoration: underline;
    margin-bottom: 10px;
    margin-top: 25px;
}
.checkout .apiOverviewHeader + p {
    margin-top: 5px;
}

.checkout .apiContentMember {
    margin-top: 5px;
}

.apiName,
.checkout .apiContentMember a {
    font-family: monospace;
    font-size: 13px;
    color: #2194CE;
    font-weight: normal;
}

.checkout .apiContentMember span {
    margin-left: 50px;
}

.checkout .apiTreeNode .apiTreeNode .apiTreeNode:last-of-type {
    border-bottom: none;
}

.checkout .apiParameterDetails .inst_description {
    padding-top: 5px;
    padding-right: 15px;
}

.checkout .apiIntroductionContent .apiFeatures {
    margin-left: 50px
}

.checkout pre.prettyprint {
    line-height: 18px;
}

.checkout .demoButton {
    margin-left: 80px;
}


.apiLiteCheckoutGrid
{
    display: table;
}
.apiLiteCheckoutGridRow
{
    display: table-row;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 20px;
}
.apiLiteCheckoutGridCell {
    display: table-cell;
    border: none;
    padding-left: 5px;
    padding-right: 5px;
}
.apiLiteCheckoutGridCellFirst {
    min-width: 150px;
    font-family: monospace;
    font-size: 13px;
    color: #2194CE;
}

#tabsSub li a span {
    text-decoration: none;
}

#tabsSub li a:active {
    color: #0058A9;
    text-decoration: none;
}


#tabsSub li a {
    color: #2D3A53;
    text-decoration: none;
}

.spanWrap {
    text-decoration: none;
}

.api_description {
    font-size: 14px;
    line-height: 16px;
}

table.api_description , .api_description td {
    border: none;
}

.api_description td {
    padding: 0;
}

.api_description td + td{
    padding-left: 20px;
    vertical-align: top;
}

.api_description td {
    padding-top: 11px;
}

#divResponseCommonParams .apiExistence {
    display: none;
}

.apiType.hide {
    display: none;
}

.api_heading {
    vertical-align: top;
}
