::-webkit-scrollbar
{
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track
{
  background-color: #F8F8F8;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb
{
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #C0C0C0;
}

::-webkit-scrollbar-thumb:hover
{
  background-color: #A0A0A0;
}

html
{
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}

body#MF
{
  overflow: hidden;
}

body, tbody
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
}

body
{
  margin-top: 0
}

.listTable
{
  color: black;
  text-align: left;
  width: 90%
}

.listTableHead
{
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  color: black;
  text-align: center;
  font-weight: bold;
  background-color: #F0F0F0;
}

.listTableItem2
{
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
  color: black;
  text-align: center;
  font-weight: normal;
  background-color: #F0F0F0;
}

.PageHeading
{
	font-size: 110%;
	font-weight: bold;
  border-bottom: 1px solid #c5c5c5;
  border-top: 1px solid #c5c5c5;
  padding: 6px;
  border-radius: 4px;
  background-color: #e5e5e5;
}

.PageHeading p
{
  margin: 0;
}

.PageHeading img
{
  background: white;
  padding: 2px;
  border: 2px solid #c5c5c5;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
  border-radius: 6px;
}

.PageHeading, .Description, .Remarks, .Tip
{
	margin-left: 8px;
}

.Description, .IContent
{
	margin-top: 16px;
}

.Description p img, .Remarks p img
{
  filter: drop-shadow(0 0 4px rgba(0,0,0,.1));
  border-radius: 4px;
}

.InfoTable
{
	border-bottom: medium none;
	border-left: medium none;
	border-right: medium none;
	border-top: medium none;
	margin-top: 16px;
	margin-left: 10px;
  width: 98.5%;
	width: calc(100% - 4px);
	border-spacing: 0;
	table-layout: fixed;
}

.TableDarkLabel
{
	font-weight: bold;
	margin-left: 9px;
	background: #336666;
}

.TableLightLabel
{
	font-weight: bold;
	margin-left: 19px;
}

.TableLightLabel, .TableLightLabelRound
{
	background: #F0F0F0;
  border: 1px solid #e5e5e5;
}

.TableLightLabelRound
{
	border-top-left-radius: 9px;
	width: 16px;
  border-right: none;
}

.TableLightLabel
{
  border-left: none;
}

.TableLightLabel-Empty
{
	width: 20px;
}

.TableLightLabel-Type
{
	width: 256px;
}

.TableLightLabel-Value
{
	width: 50px;
}

.TableDarkDesc
{
	margin-left: 9px;
	color: #003366;
}

.TableLightDesc
{
	color: black;
	margin-left: 19px;
	background: #ffffff;
}

.TableLightDescAlt
{
	color: black;
	margin-left: 19px;
	background: #F8F8F8;
}

.TableLightDescAlt, .TableLightDesc
{
	border-bottom: 1px solid #E8E8E8;
}

.TableLightLabel, .TableLightDescAlt, .TableLightDesc
{
	padding: 4px;
}

.RemarkHdr
{
	font-weight: bold;
	margin-left: 30px;
	margin-top: 18px;
}

.Remarks
{
	margin-top: 12px;
	margin-right: 12px;
}

.RemarkHdrX
{
	font-weight: bold;
}

.Namespace
{
	color: #003366;
	font-weight: bold;
	margin-left: 8px;
	margin-top: 13px;
}

.NamespaceChild
{
	color: #003366;
	margin-left: 8px;
	margin-top: 11px;
	font-weight: normal;
}

.Tip
{
	font-size: 11px;
	margin-top: 16px
}

.linkbuttons
{
	color: #003366;
	margin-top: 3 px;
	position:relative; top:0;
	background-color: #99cccc;
	border-bottom: 1px solid #808080;
	
	padding-bottom: 4px; 
	padding-top: 2px; 
	width: 210px;
}

a
{
	color: #6600ff;
	TEXT-DECORATION: underline;
}

h1
{
  color: #404040;
}

pre
{
  border-right: #e5e5e5 1px solid;
  padding-right: 8px;
  border-top: #e5e5e5 1px solid;;
  padding-left: 8px;
  border-left: #0000ff 3px solid;;
  padding-top: 0;
  padding-bottom: 2px;
  border-bottom: #e5e5e5 1px solid;
  white-space: pre-wrap;
  overflow-x: hidden;
  overflow-y: auto;
  tab-size: 4;
  border-radius: 3px;
  font-family: segoe ui, verdana, tahoma, arial, sans-serif;
  font-weight: lighter;
  text-align: left;
  max-height: 16em;   
}

.tabbed
{
  float: left;
  width: 100%;
  color: black;
}

.tabbed > input
{
  display: none;
}

.tabbed > section > h1
{
  float       : left;
  box-sizing  : border-box;
  margin      : 0;
  padding     : .85em 0.2em 0;
  overflow    : hidden;
  font-weight : normal;
}

.tabbed > input:first-child + section > h1
{
  padding-left : 1em;
}

.tabbed > section > h1 > label
{
  display                 : block;
  padding                 : 0.25em 0.75em;
  border                  : 1px solid #ddd;
  border-bottom           : none;
  border-top-left-radius  : 4px;
  border-top-right-radius : 4px;
  background              : #fff;
  cursor                  : pointer;
  user-select             : none;
     -moz-user-select     : none;
      -ms-user-select     : none;
  -webkit-user-select     : none;
}

.tabbed > section > div
{
  position      : relative;
  z-index       : 1;
  float         : right;
  box-sizing    : border-box;
  width         : 100%;
  margin        : 2.95em 0 0 -100%;
  padding       : 0.0em 0.75em;
  border        : 1px solid #ddd;
  background    : #fff;
  height		    : 76px;		
}

.tabbed > input:checked + section > h1
{
  position : relative;
  z-index  : 2;
}

.tabbed > input:not(:checked) + section > div
{
  display : none;
}

.tabbed > input:not(:checked) + section > h1 > label
{
	color: #404040;
	font-weight: normal;
	FONT-SIZE: 13px;
}

.tabbed > input:checked + section > h1 > label
{
	color: #000000;
	font-weight: bold;
	font-size: 13px;
}

.tabbed pre
{
  border: initial;
  padding: initial;
  margin: initial;
  padding-top: 2px;
}

.gradtop
{
	width: 352px;
	height: 7px;
	position: absolute;
	left: 8px;
	top: 2px;
	z-index:1;
  display: none;
}

.gradleft
{
	width: 7px;
	height: 378px;
	position:absolute;
	left: 8px;
	top: 2px;
	z-Index: 2;
  display: none;
}

#L
{
  width: 196px;
  border-right: 1px solid #c5c5c5;
  padding-right: 3px;
  position: relative;
  z-index: 1;
}

input#filter
{
  width: 100%;
  margin-left: 0;
  margin-bottom: 4px;
}

iframe
{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

#TOC
{
  overflow: auto;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}

#R
{
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  height: 100%;
  left: 196px;
  top: 0;
  z-index: 0;
}

#L, #R
{
  margin-top: 4px;
  margin-left: 4px;
  height: calc(100% - 12px);
}

#F span
{
  position: absolute;
  cursor: pointer;
  right: 8px;
  margin-top: 6px;
  width: 1em;
  height: 1em;
  line-height: 1em;
  text-align: center; 
  opacity: 0;
}

#F.close span
{
  opacity: 1;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transition: transform 0.25s;
}

#TOC UL
{
  padding-inline-start: 24px;
}

#TOC UL, #TOC UL UL
{
  list-style-type: none;
  margin-block-start: 0.25em;
  margin-block-end: 0.25em; 
  padding-inline-start: 8px;
}

#TOC UL UL
{
  list-style-type: none;
  padding-inline-start: 8px;
}

#TOC UL UL LI
{
  padding-left: 16px;
}

#TOC .library::before, #TOC .object::before, #TOC .property::before, #TOC .method::before, #TOC .event::before, #TOC .constant::before
{
  position: relative;
  top: 4px; 
  margin-right: 6px;
}

#TOC .library::before
{
  content: url(/images/help/library.png);
}

#TOC .object::before
{
  content: url(/images/help/object.png);
}

#TOC .property::before
{
  content: url(/images/help/property.png);
}

#TOC .method::before
{
  content: url(/images/help/method.png);
}

#TOC .event::before
{
  content: url(/images/help/event.png);
}

#TOC .constant::before
{
  content: url(/images/help/constant.png);
}

#TOC .readonly::after
{
  content: url(/images/help/readonly.png);
  position: relative;
  top: 2px;
  right: 4px;
  opacity: 0.25;
  float: right;
  clear: both;
}

#TOC .topic, #TOC ul
{
  white-space: nowrap;
}

#TOC .topic-info
{
  display: inline-block;
  width: calc(100% - 4px);
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  background: white;
  text-overflow: clip;
  overflow: hidden;
  line-height: 1.6em;
}

#TOC .glyph
{
  float: right;
  clear: both;
  position: relative;
  left: -10px;
  top: 8px; 
  border: solid #D0D0D0;
  border-width: 0 2px 2px 0;
  width: 0.25em;
  height: 0.25em;
  cursor: pointer;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: transform 0.25s;
}

#TOC .expanded .glyph
{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

#TOC .object ul
{
  display: none;
}

#TOC .object.expanded ul
{
  display: initial;
}

.hidden
{
  display: none;
}

#TOC LI.active > a, #TOC LI.active > b > a
{
  background-color: black;
  color: white;
  position: relative;
  padding: 4px;
  margin-left: -4px;
  border-radius: 4px;
  text-decoration: none;
}

#TOC .topic-info, .PageHeading
{
  position: sticky;
  top: 0;
  z-index: 99999;
}

@media only screen and (max-width: 580px)
{
  body
  {
    margin: 0;
  }

  #L
  {
    height: 15%;
    overflow-y: scroll;
    border-right: none;
    padding-right: 0;
  }

  #TOC
  {
    overflow: initial;
    height: auto!important;
  }

  #R
  {
    position: initial;
    height: calc(85% - 10px);
  }

  #L, #R
  {
    width: calc(100% - 6px);
  }

  #CNT
  {
    width: 100%!important;
    height: 100%!important;
  }

  #F
  {
    margin-right: 6px;
    position: sticky;
    top: 0px;
    z-index: 100000;
  }

  #TOC .topic-info
  {
    position: sticky;
    top: 28px;
    background: initial;
    text-align: right;
    border: none;
    float: right;
    width: auto;
    margin: 0;
    padding: 0;
    margin-right: 24px;
    padding-right: 4px;
 }

 .InfoTable
 {
    table-layout: auto;
    margin: 0
 }

 .TableLightLabel-Type, .TableLightLabel-Value
 {
    width: initial;
 }

  .TableLightLabel-Empty 
  {
    display: none;
  }

  .PageHeading, .Description, .Remarks, .Tip
  {
    margin-left: initial;
  } 
}
