body{
	margin-bottom:100px;
}
.content-doc{
	overflow:hidden;
}
#doc{
	width:100%;
	margin:auto;
	font-size:1rem;
	line-height:35px;
	line-height:30px;
	padding:10px;
	font-family:Segoe UI,Roboto,Arial,Tahoma,Trebuchet MS,Verdana,sans-serif;
}

.doc-table{
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	margin-bottom: 1.65em;
}
.doc-table td{
	border:1px solid #8CACBB;
	padding:0.3em 0.7em;
	vertical-align: top;
}
.doc-table th{
	border:1px solid #8CACBB;
	padding:0.3em 0.7em;
}
.doc-table th{
	background:#eee;
	text-align:center;
	font-weight:bold;
}
.doc-table pre{
	font-family:Verdana;
	font-size:12px;
	color:#006600;
	background:#fafafa;
	padding:5px;
	margin: 12px 0;
	line-height: 120%;
}
.doc-table p{
	margin: 14px 0;
	line-height: 100%;
}
.doc-table .caption{
	/*text-align:center;*/
	/*white-space:nowrap;*/
	min-width:120px;
	max-width:400px;
	font-weight:400;
	vertical-align:unset;
}

.doc-table .c2{
	text-align:left;
}
.doc-table .caption img{
	margin-bottom:0px !important;
	vertical-align:middle;
}

#doc p{
	line-height:25px;
	margin-bottom: 10px;
}
.icon-gears{
	background:url('../images/gears.png') no-repeat;
	background-position:1px 3px;
}

.gotop {
	text-align: right;
	padding-right:30px;
}
.ps{
	padding:0;
	margin:0;
}
.ps .icon{
	padding-left:20px;
	width:30px;
	height:20px;
}
.ps li{
	display:inline;
	padding:0;
	margin:0;
	font-weight:bold;
	fon-size:14px;
	padding-left:3px;
}
.ps .warn{
	background:url(../images/warn.png) no-repeat;
	color:red;
}
.ps .info{
	background:url(../images/info.png) no-repeat;
}
.ps .stop{
	background:url(../images/stop.png) no-repeat;
}
.img_label{
	font-size:13pt;
	text-align:center;
	padding-bottom: 30px;
	margin: auto;
}
.pstext p{
	padding-left:23px;
}
.warn{
	color:red;
}

.catalog1,.title1{
	font-weight:400;
	color:#0000A0;
}
.catalog2{
	text-indent: 15px;
  display: block;
}


.p_img{
	text-align:center;
	margin-bottom:0px !important;
}
.p_img img{
	margin:auto;
	max-width:80%;
	margin-bottom: 0px !important;	
}
.icon{
	width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: 0px 10px;
  position: absolute;
}
.icon-warn{
	background-image: url(../images/warn.png);
}
.icon-info{
	background-image: url(../images/info.png);
}
.tip-text{
	display: table-cell;
	text-indent: 20px;
}
#doc p {
    line-height: 35px;
}
.style2 {
	text-align: left;
	line-height:35px;
}
.caption{
	font-style: italic;
	font-weight:400;
}
.page_title{
	font-size:20px;
	font-weight:600;
}
.top2{
	display:block;
}

.title-p{
	padding-top:30px;
}

.doc-table2 .caption{
	width:300px;
	text-align:left;
}

.code{
	font-family:"Courier New" !important;
	font-size: 16px !important;
  line-height: 24px !important;
}
.caption-icon{
	text-align:center;
	vertical-align:middle !important;
	width:1%;
}
.rd::before, .rd a{
	content:"Related Document: ";
	font-style: italic;
}

.note-list-item{
	display:list-item;
	margin-left:20px;
}
.doc-table .td-nowrap{
	white-space:nowrap;
	vertical-align: top;
}

.code .highlight{
	color:red;font-weight:bold;text-decoration: underline;text-underline-offset: 5px;
}

.img1{
    width:auto;
}
.img-title{
	line-height:30px;
	text-align:center;	
}

a:hover{
	color:blue !important;
}

.doc-table2 .caption-icon2{
	text-align:center;
	vertical-align:middle;
	width:1%;
}

.non-link, .non-link:hover{
	color:unset !important;
}

.xx-text{
	text-decoration: underline;
	font-style: italic;
}

.img_label-20{
	padding-bottom:10px;
	text-align:left;
	margin:unset;
	font-weight:600;
	max-width:unset;
}
.img_label-20 a{
	font-weight:unset;
}

.p_img-20{
	padding-bottom:20px;
}

.node-h3{
	display:list-item;
	font-weight:600 !important;
}

.normail-label, .normail-label:hover{
	color:black !important;
	cursor:default;
}
.title2{
	font-weight:bold;
	display: list-item;
  list-style: disc;
}

.doc-table .title{
	text-align:center !important;
}
@media (max-width: 800px) {
	.p_img img{
		max-width:100%;
		transform: scale(1);
	}
}