.page-content {
	padding-left: 10%;
	margin-left: 0px;
}

.smart-api-docs {
 position; relative;
 font-family: inherit;
}

.smart-api-docs a{
	transition: color 0.2s;
}
.smart-api-docs .interfaces {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: column;
}

.smart-api-docs .components {
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 700px) {
	.smart-api-docs .interfaces {
		display: grid;
		grid-template-columns: none;
		grid-template-rows:none !important;
		grid-auto-flow: row !important;
	}
  }


.smart-api-docs .field {
	display: inline-block;
}

.smart-api-docs h1,
.smart-api-docs h2,
.smart-api-docs h3,
.smart-api-docs h4,
.smart-api-docs h5,
.smart-api-docs h6 {
	margin-top: 5px;
	margin-bottom: 5px;
}


.smart-api-docs h1 {
	margin-top: 48px;
    margin-bottom: 32px;
    font-weight: bold;
	background-color:rgba(0, 0, 0, 0);
	box-sizing:border-box;
	color:#1B3666;
	cursor:pointer;
	font-size:48px;
	font-weight:700;
	height:auto;
	line-height:52px;
	text-align:left;
	text-decoration-color:rgb(51, 102, 204);
	text-decoration-line:none;
	text-decoration-style:solid;
	text-rendering:optimizelegibility;
	text-size-adjust:100%;
}

.smart-api-docs h2.smart-interface {
	font-size:48px;
}

.smart-api-docs p {
	margin: 0;
}

.smart-api-docs h2 {
	color:#1B3666;
	margin-top: 40px;
    margin-bottom: 16px;
	font-size: 40px;
}

.smart-api-docs h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    margin-top: 32px;
    margin-bottom: 8px;
	display: flex;
	align-items: center;
}
.smart-api-docs h1>a,
.smart-api-docs h2>a
{
	background-color:rgba(0, 0, 0, 0);
	box-sizing:border-box;
	color: inherit;
	cursor:pointer;
	display:inline;
	font-size: inherit;
	font-weight:700;
	height:auto;
	line-height:40px;
	text-align:left;
	text-decoration-color:rgb(0, 0, 0);
	text-decoration-line:none;
	text-decoration-style:solid;
	text-rendering:optimizelegibility;
	text-size-adjust:100%;
	width:auto;
	-webkit-font-smoothing:antialiased;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}

.smart-api-docs h3>a {
	background-color:rgba(0, 0, 0, 0);
	box-sizing:border-box;
	color:rgb(144, 152, 165);
	cursor:pointer;
	display:inline;
	font-size:28px;
	font-weight:400;
	height:auto;
	line-height:28px;
	text-align:left;
	text-decoration-color:rgb(144, 152, 165);
	text-decoration-line:none;
	text-decoration-style:solid;
	text-rendering:optimizelegibility;
	text-size-adjust:100%;
	width:auto;
	-webkit-font-smoothing:antialiased;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}

.smart-api-docs [level="1"] h2>a,
.smart-api-docs [level="2"] h2>a,
.smart-api-docs [level="3"] h2>a,
.smart-api-docs [level="4"] h2>a,
.smart-api-docs [level="5"] h2>a {
	font-size:24px;
}

.smart-api-docs [level="1"] h3>a,
.smart-api-docs [level="2"] h3>a,
.smart-api-docs [level="3"] h3>a,
.smart-api-docs [level="4"] h3>a,
.smart-api-docs [level="5"] h3>a {
	font-size:16px;
}

.smart-api-docs .code a{
	color:inherit;
	text-decoration: none;
}

.smart-api-docs .code {
	display: inline-block;
	margin-bottom: 3px;
}

.smart-api-docs .code,
.smart-api-docs .value,
.smart-api-docs .smart-parameter-type {
	background-color: #3F51B5;
    color: #fff;
    margin-top: 3px;
    margin-left: 3px;
    padding: 5px;
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
	border-radius: 4px;
}

.smart-api-docs [level="1"], .smart-api-docs .code[level="1"] {
	margin-left: 20px;
}
.smart-api-docs [level="2"], .smart-api-docs .code[level="2"] {
	margin-left: 40px;
}
.smart-api-docs [level="3"], .smart-api-docs .code[level="3"] {
	margin-left: 60px;
}
.smart-api-docs [level="4"], .smart-api-docs .code[level="4"] {
	margin-left: 80px;
}
.smart-api-docs [level="5"], .smart-api-docs .code[level="5"] {
	margin-left: 100px;
}

.smart-api-docs [level] [level] {
	margin-left: 20px;
}

.smart-api-docs .value {
   color: white;
   background: #FC3752;
   position: relative;
   padding-left: 5px;
   padding-right: 5px;
}

.smart-api-docs .smart-property-default-value {
	margin-left: 20px;
	margin-bottom: 20px;
}

.smart-api-docs .smart-property-fields {
}

.smart-api-map .field {
	display: inline-flex;
    align-content: center;
    align-items: center;
    text-overflow: ellipsis;
}

.smart-api-docs .smart-property-fields .code {
   background: #3F51B5;
   padding-left: 5px;
   padding-right: 5px;
}

.smart-api-map {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}



  @media only screen and (max-width: 700px) {
	.smart-api-map {
		display: grid;
		grid-template-columns: none;
		grid-template-rows:none !important;
		grid-auto-flow: row !important;
	}
  }


.smart-api-map .property>a,
.smart-api-map .method>a,
.smart-api-map .event>a{
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;;
	box-sizing: border-box;
    color: #3F51B5;
    cursor: pointer;
    font-weight: 400;
    text-align: left;
    text-rendering: optimizelegibility;
	text-decoration: none;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	margin-top: 10px;
	margin-bottom: 10px;
}

.smart-api-map .property>a {
	color: #3F51B5 !important;
}
.smart-api-map .method.code {
	background: #FC3752;
}
.smart-api-map .method>a {
	color: #FC3752 !important;
}
.smart-api-map .event.code {
	background: #E1E4F5;
	color: #3F51B5;
}
.smart-api-map .event>a {
	color: #3F51B5 !important;
}

.smart-api-docs .smart-property-default-value .code {
   background: #3F51B5;
   padding-left: 5px;
   padding-right: 5px;
}

.smart-api-docs h4 {
	box-sizing:border-box;
	color: rgb(144, 152, 165);
	display:block;
	font-size:16px;
	font-weight:400;
	height:24px;
	line-height:24px;
	margin-block-end:8px;
	margin-block-start:0px;
	margin-bottom:8px;
	margin-inline-end:0px;
	margin-inline-start:0px;
	margin-top:20px;
	text-align:left;
	text-rendering:optimizelegibility;
	text-size-adjust:100%;
}
.smart-api-docs h5, 
.smart-api-docs h6 {
	color: rgb(144, 152, 165);	
}

.smart-api-docs h6 {
	margin-left: 10px;
}

.smart-api-docs .smart-event-args {
    margin-left: 10px;
}
.smart-api-docs .smart-event-parameter span {
	font-weight: 400;
	color: #333;
}

.smart-api-docs .smart-method-parameter-description {
	margin-left: 10px;
	font-size: 12px;
}

.smart-api-docs .smart-event-args h5,
.smart-api-docs .smart-event-args h6
{
	font-weight: normal;
	font-size: 16px;
	margin: 10px;
}

.smart-api-docs .toggle-button {
	color: #3F51B5;
	font-family: FontAwesome;
	font-size: 13px !important;
	margin-right: 5px;
	transition: all 0.2s;
	transform: rotate(0deg);	
}
.smart-api-docs .active > .toggle-button {
	transform: rotate(90deg);
}

.smart-api-docs .toggle-button:hover {
	color: #1B3666;
}

.smart-api-docs [name] {
	transition: all 0.25s;
	transform: scaleY(0);
	transform-origin: top;
	opacity: 0;
	display: none;
}
.smart-api-docs [name].search {
	transition: none;
}

.smart-api-docs [name].visible {
	display: block;
}

.smart-api-docs [name].active {
	transform: scale(1);
	opacity: 1;
}

.smart-api-docs .code-example {
	margin-left: 20px;
}

.smart-api-docs .code-example.main {
	margin-left: 0px;
}

.smart-api-docs .code-example strong {
	color: #1B3666;
}

.smart-api-docs .code-example a {
	background-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    color: #3F51B5;
    cursor: pointer;
    font-weight: 400;
    text-align: left;
    text-rendering: optimizelegibility;
	text-decoration: none;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

#scrollTopButton {
    position: fixed;
    bottom: 90px;
    right: 30px;
	background: #3F51B5;
    width: 50px;
    height: 50px;
    display: flex;
	align-items: center;
	justify-content: center;
    text-decoration: none;
    border-radius: 35px;
    transition: all 0.3s ease;
	font-family: FontAwesome;
	color: white;
	transform: scale(0);
	z-index: 99;
}

#scrollTopButton.active {
	transform: scale(1);
}

#scrollTopButton i {
	margin-top: -1px;
}

#scrollTopButton:hover,
#searchHandler:hover,
#search a:hover {
	background: #1B3666;
}

#search {
	font-family: FontAwesome;
    position: fixed;
    right: 30px;
	z-index: 99;
	padding: 0px;
	display: flex;
	bottom: 30px;
    flex-direction: row;
    align-items: center;	
	border-bottom-left-radius: 4px;
}

#searchHandler {
	transition: all 0.2s ease;	
	width: 50px;
	height: 50px;	
	transform: scale(0);
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border-radius: 100%;
	background: #3F51B5;
	color: white;
}

#searchHandler.active {
	transform: scale(1);		
}

#search .wrap {
    flex-direction: row;
    align-items: center;	
	transition: all 0.3s ease;		
	width: 0px;
	background: #1B3666;
	color: white;
	height: 0px;
	transform: scale(0);
	visibility: hidden;
	opacity: 0;
	border-bottom-left-radius: 5px;
}
#search .wrap.active {
	display: flex;
	opacity: 1;
	transform: scale(1);
	width: 320px;
	height: 35px;	
	visibility: visible;
}

#search #match {
	font-size: 13px;
	padding: 3px;
	border-right: 1px solid #aaa;
	white-space: nowrap;
}

#search input {
	border: none;
	height: 100%;
	background: inherit;
	color: inherit;
	outline: none;
	padding: 5px;
	box-sizing: border-box;
	border-bottom-left-radius: 5px;
}

#search input::placeholder {
	color: #eee;
}
#search input::selection {
	background: white;
	color: black;
}

#search a {
	text-decoration: none;
	color: #aaa;
	font-weight: 400;
	font-style: normal;
	font-size: 10px;
	width: 30px;
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
}

#search a.active {
	color: white;
}

#search .equals {
	text-decoration: underline overline;
}

pre {
	white-space: pre-wrap;
    word-wrap: break-word;
    overflow: auto;
}


.tooltip {
  position: relative;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: #3F51B5;
  color: #fff;
  border-radius: 6px;
  padding: 10px;
  opacity: 0.8;
  font-size: 13px;
  min-width: 300px;
  text-decoration: ellipsis;
  max-width: 350px;
  margin-left: 10px;
  margin-top: -10px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 15px;
  left: -5px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #3F51B5 transparent transparent;
}
.tooltip .tooltiptext {
  opacity: 0;
  transition: opacity 1s;
}

.tooltip:hover .tooltiptext {
  opacity: 1;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.prettyprint{background:#fff;font-family:Menlo,Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Consolas,monospace;border:0!important}.pln{color:#333}ol.linenums{margin-top:0;margin-bottom:0;color:#ccc}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#fff;list-style-type:decimal}@media screen{.str{color:#183691}.kwd{color:#a71d5d}.com{color:#969896}.typ{color:#0086b3}.lit{color:#0086b3}.pun{color:#333}.opn{color:#333}.clo{color:#333}.tag{color:navy}.atn{color:#795da3}.atv{color:#183691}.dec{color:#333}.var{color:teal}.fun{color:#900}}