/*text*/
h1{
	font-weight:normal;
	text-align:center;
	font-size:35px;
	margin-top:25px;
	margin-bottom: 20px;
}

h2, .h2{
	border-bottom: 2px solid  #3EA9D9;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1em;
	margin: 25px 0 5px;
	padding: 10px 20px 8px;
}
.h2{
	color:#0F8192;
}
h3{
	font-size:16.5px;
	margin-bottom:0.5em;
	margin-top:1.5em;
	margin-left:0px;
	font-weight:normal;
	color:#4D4D4D;
	
}
h3.search{
	border-bottom:none;
	padding-bottom: 2px;
}
h4{
	font-size: 14px;
	margin-bottom: 0px;
	
}

p, td{
	line-height:1.8em;
	margin:1em 0 0.5em 0;
}
td{
	min-width:150px;
	padding:2px 10px;
}
tr:nth-child(even){
	background-color:rgb(247, 245, 255);
}
.body li{
	line-height:2em;
}

a{
	color:#0F8192;
	text-decoration:none;
}

/*layout*/
body{
	margin:0px; padding:0px;
	font-size:13px;
	color:	#222;
	/*background: #F2F4F5;*/
	overflow-y:scroll;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}

.header, .body, .footer, .content{
	width:100%; clear:both;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
}
.header .content, .footer .content{
	text-align:left;
	padding:0px 15px;
}
.header, .footer{
	background: #4a96c4;
	color:#fff;
	overflow: hidden;
	padding: 15px 0px;
}
.header span{
	float:left;
}
html, body{
	background: #4a96c4; height:100%;
}
.body{
	background: #fff;
}
.header{
	line-height: 40px;
	font-size: 25px;
	text-align: center; 
	padding-bottom:10px;
}
.headerBox{
	border-bottom:1px solid #4287b0;
}
.footer{
	font-size: 14px;
	border-top: 1px solid #4287b0;
	padding-bottom: 20px;
}
.footer .group{
	color:#58ecff; padding-bottom: 10px;
}
.footer li{
	padding-bottom:5px;
}
.footer a{
	color:#fff;
	text-decoration: none;
}
.footer a:hover{
	color:#58ecff;
}
.body .content{
	padding:0px 15px 20px 15px;
	display: -webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
}
.footer .column{
	float:left;
	width:16.65%;
	min-width: 160px;
	padding:10px 0px 0px 25px; margin:0px;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	list-style-type: none;
}
.doc{
	-ms-flex: 1;
	-webkit-flex: 1;
    flex: 1;
    overflow: hidden;
}

/*logos*/
.top_logo{
	background: url(/s/com/dhtmlx/docs/G.https/assets/common/dhx-logo.png) no-repeat;
	width:74px; height:47px;
	display: block;
	float:left;
	padding-right:50px;
}
.top_link{
	float:right;
	margin-top:20px;
}
.top_menu{
	font-size:16px;
	float:right;
	padding-right: 20px;
}
.top_menu a{
	float:left;display: block;
	padding:0px 15px;
	cursor:pointer; color:#fff;
	text-decoration: none;
}
.top_menu a:hover{
	background: rgba(255,255,255,0.2);
	border-radius: 6px;
}

/*navigation*/
.navigation{
	-ms-flex:1;
	-webkit-flex: 1;
	flex: 1;

	vertical-align:top;
	padding: 16px 20px 0px 0px;
	overflow: hidden;
	position: relative;
}
.navigation, #doc_navigation{
	width: 260px;
	max-width: 260px;
}
.navigation li a{
	padding:5px 10px 5px 0px;
	color:#666;
 	text-decoration:none;
}

.navigation li {
	line-height:16px;
	padding:4px 0px;
	margin:0px;
}
.navigation ul li{
	margin-left:-36px;
	padding-right:5px;
	
	list-style:none;
	background:url("/s/com/dhtmlx/docs/G.https/assets/common/list.png") no-repeat 3px center; 
	padding-left: 20px;
}

.navigation ul ul li{
	list-style: circle;
	background:none;
	padding-left: 0px; 
}

.navigation ul li.current{
	background: url('/s/com/dhtmlx/docs/G.https/assets/common/list2.png') no-repeat 3px center;
	background-color:#3ea9d9;
	border-radius:2px;
}
.navigation ul li.current{
	background: url('/s/com/dhtmlx/docs/G.https/assets/common/list2.png') no-repeat 3px center;
	background-color:#3ea9d9;
	border-radius:2px;
}
.navigation ul li.current a{
	color:#fff;
}

/*breadcrumb*/
.breadcrumb { 
	overflow: hidden; 
	margin-top:15px;
	white-space: nowrap;
}

.breadcrumb a { 
	text-decoration:none;
	color: #fff;
	text-decoration: none; 
	padding: 7px 0 7px 45px;
	line-height: 16px;
	background: #3ea9d9;

	position: relative; 
	display: inline-block;
	
}

.breadcrumb a:after { 
	content: " "; 
	display: block; 
	width: 0; height: 0;
	border-top: 35px solid transparent;       
	border-bottom: 35px solid transparent;
	border-left: 30px solid #3ea9d9;
	position: absolute;

	top: 50%; left: 100%;
	z-index: 2; 
	margin-top: -35px; 
}	


.breadcrumb a:first-child{
	padding-left: 25px;
}

.breadcrumb a.n2       { background:#6ebfe3; }
.breadcrumb a.n2:after { border-left-color:#6ebfe3; }
.breadcrumb a.n3       { background:#93cfea; }
.breadcrumb a.n3:after { border-left-color:#93cfea; }
.breadcrumb a.n4       { background:#B1D9EB;}
.breadcrumb a.n4:after { border-left-color:#B1D9EB;}
.breadcrumb a.n5       { background:#B6E0F3; }
.breadcrumb a.n5:after { border-left-color:#B6E0F3;}

.breadcrumb a:hover { background:#4D7DBF; }
.breadcrumb a:hover:after { border-left-color:#4D7DBF !important; }






/**
 * GeSHi (C) 2004 - 2007 Nigel McNie, 2007 - 2008 Benny Baumann
 * (http://qbnz.com/highlighter/ and http://geshi.org/)
 */

pre{
	font-family: Consolas, monospace; font-size:14px;
	background: #F2F4F5;
	margin: 0;
	padding: 5px 5px;
	line-height:1.4em;
	margin-left: 20px;
	border-left: 1px dotted #3399cc;
}
pre pre{
	border:none;
	margin-left: 10px;
}

.css .de1, .css .de2 {margin:0; padding:0; background:none; vertical-align:top;}
.css .imp {font-weight: bold; color: red;}
.css li, .css .li1 {font-weight: normal; vertical-align:top;}
.css .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;}
.css .li2 {font-weight: bold; vertical-align:top;}
.css .kw1 {color: #000000; font-weight: bold;}
.css .kw2 {color: #993333;}
.css .co1 {color: #a1a100;}
.css .co2 {color: #ff0000; font-style: italic;}
.css .coMULTI {color: #808080; font-style: italic;}
.css .es0 {color: #000099; font-weight: bold;}
.css .es2 {color: #000099; font-weight: bold;}
.css .br0 {color: #00AA00;}
.css .sy0 {color: #00AA00;}
.css .st0 {color: #ff0000;}
.css .nu0 {color: #cc66cc;}
.css .re0 {color: #cc00cc;}
.css .re1 {color: #6666ff;}
.css .re2 {color: #3333ff;}
.css .re3 {color: #933;}
.css .ln-xtra, .css li.ln-xtra, .css div.ln-xtra {background-color: #FDFDE3;}
.css span.xtra { display:block; }

.html .de1, .html .de2 { margin:0; padding:0; background:none; vertical-align:top;}
.html .imp {font-weight: bold; color: red;}
.html li, .html .li1 {font-weight: normal; vertical-align:top;}
.html .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;}
.html .li2 {font-weight: bold; vertical-align:top;}
.html .kw2 {color: #000000; font-weight: bold;}
.html .kw3 {color: #000066;}
.html .es0 {color: #000099; font-weight: bold;}
.html .br0 {color: #66cc66;}
.html .sy0 {color: #66cc66;}
.html .st0 {color: #ff0000;}
.html .nu0 {color: #cc66cc;}
.html .sc-2 {color: #404040;}
.html .sc-1 {color: #808080; font-style: italic;}
.html .sc0 {color: #00bbdd;}
.html .sc1 {color: #ddbb00;}
.html .sc2 {color: #009900;}
.html .ln-xtra, .html li.ln-xtra, .html div.ln-xtra {background-color: #FDFDE3;}
.html span.xtra { display:block; }

.js .de1, .js .de2 {margin:0; padding:0; background:none; vertical-align:top;}
.js .imp {font-weight: bold; color: red;}
.js li, .js .li1 {font-weight: normal; vertical-align:top;}
.js .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;}
.js .li2 {font-weight: bold; vertical-align:top;}
.js .kw1 {color: #000066; font-weight: bold;}
.js .kw2 {color: #003366; font-weight: bold;}
.js .kw3 {color: #000066;}
.js .co1 {color: #006600; font-style: italic;}
.js .co2 {color: #009966; font-style: italic;}
.js .coMULTI {color: #006600; font-style: italic;}
.js .es0 {color: #000099; font-weight: bold;}
.js .br0 {color: #009900;}
.js .sy0 {color: #339933;}
.js .st0 {color: #3366CC;}
.js .nu0 {color: #CC0000;}
.js .me1 {color: #660066;}
.js .ln-xtra, .js li.ln-xtra, .js div.ln-xtra {background-color: #FDFDE3;}
.js span.xtra { display:block; }

.php .de1, .php .de2 {margin:0; padding:0; background:none; vertical-align:top;}
.php .imp {font-weight: bold; color: red;}
.php li, .php .li1 {font-weight: normal; vertical-align:top;}
.php .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;}
.php .li2 {font-weight: bold; vertical-align:top;}
.php .kw1 {color: #b1b100;}
.php .kw2 {color: #000000; font-weight: bold;}
.php .kw3 {color: #990000;}
.php .kw4 {color: #009900; font-weight: bold;}
.php .co1 {color: #666666; font-style: italic;}
.php .co2 {color: #666666; font-style: italic;}
.php .co3 {color: #0000cc; font-style: italic;}
.php .co4 {color: #009933; font-style: italic;}
.php .coMULTI {color: #666666; font-style: italic;}
.php .es0 {color: #000099; font-weight: bold;}
.php .es1 {color: #000099; font-weight: bold;}
.php .es2 {color: #660099; font-weight: bold;}
.php .es3 {color: #660099; font-weight: bold;}
.php .es4 {color: #006699; font-weight: bold;}
.php .es5 {color: #006699; font-weight: bold; font-style: italic;}
.php .es6 {color: #009933; font-weight: bold;}
.php .es_h {color: #000099; font-weight: bold;}
.php .br0 {color: #009900;}
.php .sy0 {color: #339933;}
.php .sy1 {color: #000000; font-weight: bold;}
.php .st0 {color: #0000ff;}
.php .st_h {color: #0000ff;}
.php .nu0 {color: #cc66cc;}
.php .nu8 {color: #208080;}
.php .nu12 {color: #208080;}
.php .nu19 {color:#800080;}
.php .me1 {color: #004000;}
.php .me2 {color: #004000;}
.php .re0 {color: #000088;}
.php .ln-xtra, .php li.ln-xtra, .php div.ln-xtra {background-color: #FDFDE3;}
.php span.xtra { display:block; }

.sql .de1, .sql .de2 {margin:0; padding:0; background:none; vertical-align:top;}
.sql .imp {font-weight: bold; color: red;}
.sql li, .sql .li1 {font-weight: normal; vertical-align:top;}
.sql .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;}
.sql .li2 {font-weight: bold; vertical-align:top;}
.sql .kw1 {color: #993333; font-weight: bold;}
.sql .co1 {color: #808080; font-style: italic;}
.sql .coMULTI {color: #808080; font-style: italic;}
.sql .es0 {color: #000099; font-weight: bold;}
.sql .br0 {color: #66cc66;}
.sql .sy0 {color: #66cc66;}
.sql .st0 {color: #ff0000;}
.sql .nu0 {color: #cc66cc;}
.sql .ln-xtra, .sql li.ln-xtra, .sql div.ln-xtra {background-color: #FDFDE3;}
.sql span.xtra { display:block; }

.xml .de1, .xml .de2 {margin:0; padding:0; background:none; vertical-align:top;}
.xml .imp {font-weight: bold; color: red;}
.xml li, .xml .li1 {font-weight: normal; vertical-align:top;}
.xml .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;}
.xml .li2 {font-weight: bold; vertical-align:top;}
.xml .es0 {color: #000099; font-weight: bold;}
.xml .br0 {color: #66cc66;}
.xml .sy0 {color: #66cc66;}
.xml .st0 {color: #ff0000;}
.xml .nu0 {color: #cc66cc;}
.xml .sc-1 {color: #808080; font-style: italic;}
.xml .sc0 {color: #00bbdd;}
.xml .sc1 {color: #ddbb00;}
.xml .sc2 {color: #339933;}
.xml .sc3 {color: #009900;}
.xml .re0 {color: #000066;}
.xml .re1 {color: #000000; font-weight: bold;}
.xml .re2 {color: #000000; font-weight: bold;}
.xml .ln-xtra, .xml li.ln-xtra, .xml div.ln-xtra {background-color: #FDFDE3;}
.xml span.xtra { display:block; }


/*search*/
/*search box*/
.search_box{ margin:15px 20px; }
.search{
	width:100%;
	height:29px;
	position:relative;
	
	border:1px solid #cccccc;
	border-radius:2px; border
	
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.search input {
	border:none;
	outline:none;
	
	height:25px; 
	font-size:14px;
	
	margin:0px;
	padding:2px 30px 0px 8px;
	width:100%;

	box-sizing:border-box;
	-moz-box-sizing: border-box;
}
.search button {
	position:absolute; top:-1px; right:-2px;
	border:none;
	cursor:pointer;
	
	width:25px;
	background:#ffffff;
	padding:0;
	margin: 7px 8px 0px 0px;
}

.search .button {
	background-image: url("/s/com/dhtmlx/docs/G.https/assets/common/search_icon.png");
	width: 15px;
	height: 15px;
}

/*non-production styles*/
.error{
	color:red !important; font-weight:bold !important;
}

/*todo blocks*/
.todo{
	border: 2px solid lightgreen;
	margin-top: 10px;
	padding: 10px 10px 5px 10px;
	
}
.todo h3{
	background-color: lightgreen;
	border: medium none;
	color: #44574a;
	font-size: 13px;
	font-weight: bold;
	margin: -10px -10px 10px;
	padding: 2px 0 4px 12px;
}
.todo p {
	margin-left: 3px;
	margin-right: 3px;
}

.todoreport a{
    color:#009d00;
    font-weight: bold;
}

.complex{
	float:right;
}
.pronote, .note {
	background-color: #F7F4E8;
	
	background-image: url("/s/com/dhtmlx/docs/G.https/assets/common/note.gif");
	background-repeat: no-repeat;
	background-position: 12px center;
	
	border: 1px solid #DFCA89;
	
	padding-left: 60px;
	margin:10px;
}
.pronote p, .note p {
	margin:15px 0;
}
.pronote{
	border-color: transparent;
	background-color: #F7E9E8;
	background-image: url("/s/com/dhtmlx/docs/G.https/assets/common/lock.gif");
}
.sample{
	border: 1px solid #D8E4E8;
	padding: 2px 10px;
	margin-top: -2px;
	margin-right: 5px;
	background: #F2F4F5;
	color: #222;
	text-transform: uppercase;
	padding-left: 10px;
	font-size: 10px;
	border-radius: 4px;
}
.snippet {
	font-family:Consolas, monospace;
	padding:0px 10px;
	line-height: 2em;
	margin:0;
	color:#222;
	
	white-space:nowrap; display:inline-block;
	background:#F2F4F5;
	border-top:1px solid #D8E4E8;
	border-right:1px solid #D8E4E8;
	border-left:1px solid #D8E4E8;
	border-radius:4px 4px 0px 0px;
	margin-left: 31px;
}
.required_files{
	font-weight: bold;
	width:150px;
	display: inline-block;
	line-height: 2em;
}
.deprecated{
	border: 2px solid #F66;
	padding: 10px 10px 5px 10px;
	margin-top: 20px;
}
.link-deprecated:before{
    content:"[deprecated]";
    color:#E06D0D;
    display: inline-block;
    padding: 0px 4px;
    text-decoration: none;
} 
.link-deprecated {
	text-decoration: line-through;
}
.deprecated h3{
	margin: -10px -10px 10px -10px;
	padding: 2px 0px 4px 12px;
	background-color: #F66;
	color: #FFF;
	font-size: 15px;
	border: none;
}
.api-deprecated, .toc-deprecated{
	text-decoration: line-through;
}
.api-pro, .toc-pro, .toc-pro a{
	
}
.toc-pro a:before{
	content:"PRO";
	font-size:9px;
	margin-right:7px;
	color:white;
	background: #E74C3C;
	padding:0px 2px 1px 2px;
	border-radius: 3px;
	position: absolute;
}
.toc-pro.current a:before{
	display: none;
}
ul .toc-pro a:before{
	left: 0px;
}
ul ul .toc-pro a:before{
	left: 14px;
}
.promarker{
	background: #E74C3C;
	padding: 2px 10px 5px 10px;
	border-radius: 3px;
	color: #FFF;
	display: inline-block;
	position: fixed;
	top: 185px;
	transform: rotate(-90deg);
	right: 10px;
	transform-origin: center right;
	line-height: 20px;
}

.signature{
	padding:10px 30px;
	background-color:#F8E8B8;
	font-size:15px;
	font-family:Consolas, monospace;
}

.params, .apitable, .values{
	margin-left:18px;	
	margin-right:2px;
	font-size:13px;
	clear:both;
	margin-bottom: 10px;
}

.params > li:nth-child(even){
	background-color:#FDFAEC;
}
.params li, .values li, .apitable > li{
	font-weight:normal;
	text-align:left;
	padding:4px;
	margin:0px;
	line-height:25px;

	list-style:none;
	clear:both;
}
.apitable li li{
	list-style:none;
}
.apitable ul{
	padding:0;
	margin:0 0 0 90px;
}

sup.remarks{
    color: red;
} 

table.apitable{
	border-top: 1px dotted #ccc;
	margin: 14px 2px;
	box-shadow: 0 0 8px rgba(127, 127, 127, 0.2);
}
table.apitable td{
	padding:4px 12px;
	border-bottom: 1px dotted #ccc;
}
table.apitable tr:nth-child(even) {
	background-color: inherit;
}
table.apitable .pname{
	color:#606;
	width:60px;
	min-width: 60px;
}
table.apitable .ptype{
	color:#060;
	width:60px;
	min-width: 60px;
}


@media only screen
	and (min-device-width : 320px)
	and (max-device-width : 480px) {

	/* Force table to not be like tables anymore */
	table.t3col, table.t3col thead, table.t3col tbody, table.t3col th, table.t3col td, table.t3col tr { 
		display: block; 
	}
	
	table.t3col tr { border-bottom: 1px solid #ccc; }
	table.t3col td { 
		/* Behave  like a "row" */
		border: none;
		position: relative;
		padding: 0px 0px 0px 30%; 

	}
	table.t3col td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 0px;
		left: 6px;
		width: 65%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	/*
	Label the data
	*/
	table.t3col td:nth-of-type(1):before { content: "Name"; }
	table.t3col td:nth-of-type(2):before { content: "Type"; }
	table.t3col td:nth-of-type(3):before { content: ""; }
}

li .pname{
	float:left;
	width:180px;
	margin-bottom:1px;
}
.alsogroup{
	float:left;
	width:90px;
}
li .ptype{
	display:none;
}

.values li{
    line-height:20px;
}


/*navigation*/
.nav_folder_img{
	background: url("/s/com/dhtmlx/docs/G.https/assets/navigation/folder.png");
	width:32px;
	height:29px;
}
.nav_page_img{
	background: url("/s/com/dhtmlx/docs/G.https/assets/navigation/page.png");
	width:32px;
	height:29px;
}
.nav_back_img{
	background: url("/s/com/dhtmlx/docs/G.https/assets/navigation/back.png");
	width:32px;
	height:32px;
}

/*Madoka*/
.error{
	font-family: Consolas, monospace;
	color:red;
	font-size: 12px;
	background: white;
	padding:10px;
}
.error .trace{
	color:#666;
}

.delete_orphan, .delete_all_orphans{
    border-radius:3px;
    cursor:pointer;
    color:#FF4E40;
    background-color: #dbdbdb;
}

.delete_orphan{
    margin-left:15px;
    padding:1px 5px;
    width:80px;
    height:30px;
}

.delete_orphan:hover, .delete_all_orphans:hover{
    background-color: #cecece;
}

.orphans li{
    margin:8px;
}

.delete_all_orphans{
    width:75px;
    padding:10px 20px;
    position:absolute;
    top:75px;
    right:40px;
    line-height:7px;
}

/*search*/
.page_search .search{
	margin-top:40px;
}
.page_search .navigation{
	display:none;
}

.page_search h3 {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 1.1em;
}
.nrow{
	padding:15px;
	
}


.page_search .doc{
	max-width: 800px;
}
.page_search h2 {
	line-height: 1em;
	padding-top: 1em;
	padding-bottom: 0;
}

.page_search h2 span,
.page_search span.rendertime {
	font-size: 11px;
	font-weight: normal;
	color: #999;
}

.page_search .search_select{
	font-weight: bold;
	color: #444;
}

.page_search p {
	margin-top: 0px;
}
.page_search small a{
	padding-right:20px;
}

.search_paging {
	margin-bottom: 30px;
}

.search_paging .page_item{
	float: left;
	height: 24px;
	width: 20px;
	text-align: center;
	margin: 1px;

	line-height: 24px;
	color: #222;
	border-radius:2px;
	border: 1px solid #e1e1e1;
}

.search_paging .page_item.active, .search_paging .page_item:hover{
	background-color: #EEF2FA;
    border: 1px solid #BCD1FE;
}

.search_paging .page_item{
	width:40px;
	margin:2px 4px;
}

.search_paging .search_paging_clear {
	clear: both;
}

.page_search .viewall {
	padding-top: 14px;
}

.page_search .viewall .viewall_text {
	display: block;
	float: left;
}

.page_search .viewall .viewall_arrow {
	float: left;
	width: 36px;
	height: 20px;
}

.page_search .api_icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url("/s/com/dhtmlx/docs/G.https/assets/common/search_icons.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-right: 6px;
	position: relative;
	top: 5px;
}

.search_ui{
	display:inline-block;
	padding:10px;
	margin:10px;
	min-width:100px;
	text-align:center;
	border:1px solid #E0E0E0;
}

.search_component{
	padding-left: 32px;
	margin-bottom: 5px
}
.search_component a{
	padding-left:10px;
	text-transform: uppercase;
	font-size:10px;
}

.autocomplete li div.icon.none {
	background-image: none;
}

.page_search .api_icon.method {
	background-position: 0px -20px;
}

.page_search .api_icon.property {
	background-position: 0px -40px;
}

.page_search .api_icon.event {
	background-position: 0px -60px;
}


/*autocomplete*/

/*autocomplete*/
.autocomplete {
	position: absolute;
	z-index:100;

	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	border-top:none;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
	box-shadow: 3px 3px 10px #888;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.autocomplete li {
	padding: 10px 10px;
	margin: 0px;
	height: 32px;
	border-bottom: 1px dotted #cccccc;
	cursor: pointer;
	font-size: 13px;
	color: #444;
	overflow: hidden;
}
.autocomplete li:last-child{
	border-bottom:none;
}
.autocomplete li.hover, .autocomplete li:hover {
	background-color: #C3C3C3;
	color:#000;
}

.autocomplete li div.icon {
	width: 20px;
	height: 20px;
	background-image: url("/s/com/dhtmlx/docs/G.https/assets/common/search_icons.png");
	background-repeat: no-repeat;
	background-position: 0px -80px;
	display: block;
	float: left;
	margin-right: 4px;
}

.autocomplete li a.label {
	display: block;
	color: #000;
	padding: 0px 4px;
	min-width: 320px; max-width: 813px;
	height: 25px;
	white-space: nowrap;
}

.autocomplete li a.short {
	display: block;
	color: #666;
	font-size: 12px;
	font-weight: normal;
	padding-left: 30px;
	line-height: 11px;
}

.autocomplete li .doc_sign {
	padding: 0px;
	background-color: transparent;
	width: 590px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

.autocomplete li span {
	display: inline-block;
	position: relative;
	top: -5px;
}

.autocomplete li span.search_select {
	display: inline;
	top: 0px;
	padding: 0px;
}

.autocomplete li.total{
	padding:0px;
	line-height: 30px;
	padding-left: 30px;
	
}
.autocomplete li.total .icon, .autocomplete li.total .short{
	display:none;
}
.autocomplete li div.method {
	background-position: 0px -20px;
}

.autocomplete li div.config {
	background-position: 0px -40px;
}

.autocomplete li div.event {
	background-position: 0px -60px;
}

.autocomplete li div.article {
	background-position: 0px -80px;
}

.autocomplete .signature{
	background: inherit;
	padding: 0px;
	white-space: nowrap;
}

/* hot news */
.hot-news{
    position: relative;
    background-color: #fff3a1;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
    z-index: 15;
}
.hot-right{
    float:right;
}
.hot-news p{
	padding:0px; margin: 0; line-height: normal;
}
.inside-hot{
    width: 1024px;
    margin: 0px auto;
    padding: 10px 15px;
    box-sizing: border-box;
    font-size: 14px;
    color: #424242;
}

.inside-hot a{
    text-decoration: underline;
    display: inline-block;
    margin-left: 15px;
}

.inside-hot a:hover{
    text-decoration: none;
}

/*chm*/
.chmdoc { padding:10px; }
.chmdoc .breadcrumb, .chmdoc .wrapper-search { display: none; }
.chmdoc img, .chmdoc a { border-width: 0px; }

/*big screen*/
@media only screen and (min-width : 1224px) {
	.content{
		width:1024px; 
		margin:auto;
	}
	.page_start .header{
		width:1024px; 
		margin:auto;
		border-radius: 0 0 5px 5px;
	}	
	.body{
		min-height: 780px;
	}
	td.topics{
		width:300px;
	}
}

/*big screen*/
@media only screen and (max-width : 680px) {
	.top_logo, .navigation, .top_menu{
		display: none;
	}
	.breadcrumb a{
		display: block;
	}
	.hot-left{
        display: none;
    }
    .hot-right{
        float:none;
    }
    .inside-hot{
        text-align: center;
    }
    .promarker{
    	position: static;
    	transform:none;
    }
}

@media only screen and (max-width : 1024px) {
	.inside-hot{
    	width: auto;
    }
}

.bottomnav{
	background: #fff6d3;
	padding:10px 15px;
	clear:both;
}
.collapsed_block_start h4{
	font-weight: 400;
	background-color: #fff4e2;
	padding:4px 20px;
	cursor: pointer;
}
.collapsed_block_start h4:after{
	content:"Click to expand";
	float: right;
	font-size:10px;
	line-height: 16px;
}
.collapsed_block_start:hover h4:after{
	color: blue;
}
.collapsed_block_start .block_content{
	display:none;
	padding-top:10px;
	padding-left:20px;
}