/* ==================== Styles-API ==================== */

/* ====== BODY ======*/

.ThisTab {border-bottom: 2px solid rgb(63,159,255); opacity:1 ; }
.TabLink {border-bottom: 0 none; opacity: 0.7 }
.TabLink:hover {cursor: pointer; color: rgb(34,84,139); opacity: 1; }
#textBtn {margin-left: 20px; padding: 2px 6px; border-radius: 4px; border: 1px solid rgb(182,199,223); color: rgb(34,84,139); background: rgb(244,251,255); cursor: pointer;}
.Rule {max-width: 1153px; margin-top: 0px; border-bottom: 1px solid rgb(207,223,239); }
#usageSpacer {margin-top: 24px;}
.PlaceText {display: block; font-family: "Roboto Condensed"; font-weight: normal; color: rgb(203,217,222) !important;}

/* ====== USAGE topic (overview imported from json) ======*/
#usageHolder {padding-bottom: 6px;}
.info__contact {display: none}
.info__extdocs {display: none}
/* inserted via postMark */
.UsageRule {width: 676px; height: 30px; margin-bottom: 12px; padding: 0px; color: rgb(97,100,110); border-bottom: 1px solid rgb(212,224,239); border-spacing: 0px; }
.Usage_Mid, h3 {font-family: system-ui,"Roboto Condensed","Calibri", sans-serif; font-size: 15pt; width: 100%; }
.Usage_Small {font-family: system-ui,"Roboto Condensed","Calibri", sans-serif; font-size: 15pt; width: 100%; }
.GoCell_Small {font-family: "Roboto Condensed","Calibri", sans-serif; color: rgb(78,96,122);}
.GoCell_Small span:hover {color: rgb(34,84,139); cursor: pointer}
.Table_Head th {padding: .5em; border: 1px ridge rgb(186,203,227); }

/* ====== RPC topic ======*/
#methodHolder { margin-top: 16px; padding-bottom: 6px; }
/* TABLES */
.MethodWrapper {margin: 0 0 20px 0; }
.APIField {display: inline-block; float: right; font-size: 0.8125em; padding-top: 4px;}
.Table_Body td {overflow-wrap: break-word;} 
.ParamTable {font-size: 0.9375em;}
.getTable {color: rgb(24,22,64);}
.getHead{color: rgb(255,255,255); background: rgb(97,175,254);}
.getRow {background: rgb(236,246,255);}
.getParam {background: rgb(202,228,255);}
.postTable {color: rgb(9,51,18);}
.postHead {color: rgb(255,255,255); background: rgb(73,204,144);}
.postRow {background: rgb(233,249,244);}
.postParam{background: rgb(193,238,219);}
.deleteTable {color: rgb(31,8,8);}
.deleteHead {color: rgb(255,255,255); background: rgb(249,62,62);}
.deleteRow {background: rgb(252,234,235);}
.deleteParam {background: rgb(251,191,192);}
.putTable {color: rgb(32,20,12);}
.putHead {color: rgb(255,255,255); background: rgb(252,161,48);}
.putRow {background: rgb(252,244,234);}
.putParam {background: rgb(252,223,189); font-weight: bold}
.patchTable {color: rgb(10,57,24);}
.patchHead {color: rgb(255,255,255); background: rgb(80,227,194); }
.patchRow {background: rgb(234,251,249);}
.patchParam {background: rgb(196,245,235);}
.muteRow {background: rgb(241,245,247); color: rgb(141,145,147); }
.muteCell {background: rgb(141,145,147); color: rgb(241,245,247); }
.mutePoint {text-decoration: line-through;}
.endpoint {font-family: Inconsolata, monospace; }
.endpoint:hover {background-color: rgba(255,255,255,.8)}
.paramHead {display: inline-block; padding-top: 7px; vertical-align: middle; font-weight: bold;}

/* ====== SCHEMAS topic ====== */
#swagHolder {margin-top: 15px; margin-left: -20px;}
.SchemaWrapper {background: rgb(248,253,255); border-radius: 4px; border: 1px solid rgb(187,203,228); box-shadow: 0 0 2px rgba(0,0,0,.19); margin: 0 0 15px 0; padding: 0.5em; max-width: 676px}
.PropName {border: 0px none !important; padding: 0 12px 0 0 !important; font-style: italic; min-width: 124px;}
.PropVal {border: 0px none !important; padding: 0 !important; }
.Required {color: #500000; font-weight: bold;}
