@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

 body {
	font-family: roboto;
}
a {
	font-size: smaller;
	color: #3366ff;
	text-decoration: none;
}

code {
  font-family: Consolas,"courier new"; 
  background-color: #f1f1f1;
  padding: 2px;
  font-size: 105%;
}
			
.breadcrumb {

}
.declaration {

}

.declaration .staticIndicator {

}

.declaration .returntype {

}

.declaration .name {
	font-weight: bold;
}

.declaration .parameterType {

}

.declaration .parameterName {

}

.staticIndicator {

}

.readonlyIndicator {

}

.inheritedCaption{
	
}

.tagNew, .tagBeta, .tagPreview {
			vertical-align: super;
			font-size: x-small;
			background-color: #ef0000;
			text-transform: uppercase;
			color:#ffffff;
			text-decoration: none;
			font-weight: bold;
		}
		
code {
              
  border: 1px solid #999;
  display: block;
  padding: 20px;
}

code>pre>h1 {
	font-weight: bold;
	font-size: medium;
	
}
			
			
			
.tagnew, .tagbeta, .tagpreview {
	vertical-align: super;
	font-size: x-small;
	background-color: #ef0000;
	text-transform: uppercase;
	color:#ffffff;
	text-decoration: none;
	font-weight: bold;
}


.content .section table {
	margin: 0 0 20px 0;
}

table.list {
	width: 100%;
	margin: 0px 0 30px 0;
	font-size: 0.875em;
}


table
{
	border-collapse: collapse;
    border-spacing: 0;
	
    display: table;
    box-sizing: border-box;
    text-indent: initial;
    unicode-bidi: isolate;
    border-color: gray;
	
}


table.list tbody {
    border-top: #e6e6e6 0px solid;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
}

table.list tr:nth-child(odd) {
    background: #f8f8f8;
}

table.list tr {
    -webkit-transition: background .15s;
    -moz-transition: background .15s;
    -ms-transition: background .15s;
    -o-transition: background .15s;
    transition: background .15s;
}

tr {
    display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
}

.content .section table tbody td {
    padding: 5px 10px;
    border: #e6e6e6 1px solid;
    vertical-align: top;
}

table.list td.lnk {
    width: 18%;
}

td {
    display: table-cell;
    unicode-bidi: isolate;
}

table.list td.desc {
    width: 82%;
}




/* --- Nav Tree ------------------------*/

ul.tree, .tree ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.tree ul {
	display: none;
}

.tree > ul {
	display: block;
}

  
.tree .toggle::before {
    background-image: url('./images/tree_expand.png');
	display: inline-block;
	margin-right: 6px;
	cursor: pointer;
	
	content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.tree .toggle.open::before {
	content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-image: url('./images/tree_collapse.png'); 
}

.tree .bullet::before {
	/*content: "\2022"; */
	content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url('./images/tree_bullet.png');
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.tree li {
	padding-left: 20px;  
}
