/*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:10px;
	margin-top:1.5em;
	margin-left:15px;
	font-weight:normal;
	color:#4D4D4D;
	
}
h3.search{
	border-bottom:none;
	padding-bottom: 2px;
}
h4{
	font-size: 13px;
	margin-bottom: 0px;
	
}

p, td{
	line-height:1.8em;
	margin: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;
}
html, body{
	background: #4a96c4; height:100%;
}
.body{
	background: #fff;
}
.header{
	line-height: 40px;
	font-size: 28px;
	text-align: center; 
	border-bottom:1px solid #4287b0;
	padding-bottom:10px;
}
.footer{
	font-size: 14px;
	border-top: 1px solid #4287b0;
	padding-bottom: 90px;
}
.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:-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(/web/20140628012216im_/http://docs.dhtmlx.com/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;
}

/*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 : 640px) {
	.navigation, .top_menu{
		display: none;
	}
}

/*navigation*/
.navigation{
	-ms-flex:1;
	-webkit-flex: 1;
	flex: 1;
	vertical-align:top;
	padding: 16px 20px 0px 0px;
	overflow: hidden;
}
.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:-38px;
	padding-right:5px;
	
	list-style:none;
	background:url("/web/20140628012216im_/http://docs.dhtmlx.com/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 ul li.sub{
	list-style:disc;
	background:none;
}


.navigation ul li.current{
	background: url('/web/20140628012216im_/http://docs.dhtmlx.com/assets/common/list2.png') no-repeat 3px center;
	background-color:#3ea9d9;
	border-radius:2px;
}
.navigation ul li.current{
	background: url('/web/20140628012216im_/http://docs.dhtmlx.com/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;
}

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

	position: relative; 
	display: block;
	float: left;
}

.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:#E1D4E6; }
.breadcrumb a.n5:after { border-left-color:#E1D4E6;}

.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;
}
pre pre{
	border:none;
}

.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("/web/20140628012216im_/http://docs.dhtmlx.com/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;
}


.note {
	background-color: #F7F4E8;
	
	background-image: url("/web/20140628012216im_/http://docs.dhtmlx.com/assets/common/note.gif");
	background-repeat: no-repeat;
	background-position: 7px center;
	
	border: 1px solid #DFCA89;
	padding-left: 60px;
	margin:10px;
}
.note p {
	margin:15px 0;
}
.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-radius:4px 4px 0px 0px;
}

.deprecated{
	border: 2px solid #F66;
	padding: 10px 10px 5px 10px;
	margin-top: 20px;
}
.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:after{
	content:"PRO";
	font-size:10px;
	margin-left:5px;
	color:red;
}

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

.params, .apitable{
	margin-left:20px;	
	font-size:13px;
	clear:both;
	margin-bottom: 10px;
}

.params > li:nth-child(even){
	background-color:#FDFAEC;
}
.params 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;
}
.pname{
	float:left;
	width:180px;
}
.alsogroup{
	float:left;
	width:90px;
}
.ptype{
	display:none;
}



/*navigation*/
.nav_folder_img{
	background: url("/web/20140628012216im_/http://docs.dhtmlx.com/assets/navigation/folder.png");
	width:32px;
	height:29px;
}
.nav_page_img{
	background: url("/web/20140628012216im_/http://docs.dhtmlx.com/assets/navigation/page.png");
	width:32px;
	height:29px;
}
.nav_back_img{
	background: url("/web/20140628012216im_/http://docs.dhtmlx.com/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;
}

/*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;
}

.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 p {
	margin-top: 0px;
	margin-bottom: 30px;
}

.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("/web/20140628012216im_/http://docs.dhtmlx.com/assets/common/search_icons.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-right: 6px;
	position: relative;
	top: 5px;
}

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

.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 #B6D0DE;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	box-shadow:5px 5px 10px #888;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

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

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

.autocomplete li div.label {
	padding: 0px 4px;
	width: 320px;
	height: 20px;
	white-space: nowrap;
}

.autocomplete li div.short {
	clear: both;
	font-size: 12px;
	font-weight: normal;
	width: 320px;
	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.prop {
	background-position: 0px -40px;
}

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

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

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

/*
     FILE ARCHIVED ON 01:22:16 Jun 28, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 03:39:42 Jan 22, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.626
  exclusion.robots: 0.046
  exclusion.robots.policy: 0.034
  esindex: 0.01
  cdx.remote: 30.639
  LoadShardBlock: 118.578 (3)
  PetaboxLoader3.datanode: 127.318 (4)
  PetaboxLoader3.resolve: 75.934 (2)
  load_resource: 89.875
*/