.breadcrumbs:not(rhs-cont ul), 
.rhs-cont ol {
    padding: 10px 0 10px 10px !important;
}
.rhs-cont ul.breadcrumbs {
    padding: 10px 0 10px 0px !important;
}
.breadcrumbs    {
    margin: 15px 0 0 0px !important;
}
.breadcrumbs{
    display: flex;
}
.breadcrumbs li {
    list-style-type: none!important;
}
.heading-menu{
    display: none;
}
.breadcrumbs{
        font-size: 12px !important;
}
.breadcrumbs {
    padding: 10px 0 10px 0px !important;
}
.rhs-cont {
    padding: 23px 0 42px 2% !important;
}
.rhs-cont ul li {
    padding-left: 5px !important;
}
.container {
    max-width: 1200px !important;
}
.breadcrumbs li span {
    padding-left: 2px;
    padding-right: 5px;
}
.breadcrumbs {
    display: -webkit-inline-box !important;
}
.lhs-tree {
    width: 254px !important;
}
#lhsTree>li>span {
    display: block;
    padding: 0px 0 0px 24px !important;
    cursor: pointer;
}

#lhsTree>li>ul li a {
    border-top: 0px ;
    padding: 9px 12px 7px 0px;
}

/* #lhsTree > li {
    display: block !important;
    align-items: center;
}
.icon_plus.heading{
    position: relative;
    list-style-type: none;
}
#lhsTree li.icon_plus.heading>span {
    display: block;
    padding: 0px 0 0px 24px !important;
    cursor: pointer;
    color: #777;
    text-decoration: none;
}
#lhsTree li[menutype="mainmenu"].icon_plus.heading>span:after{
    left: 5px !important;
    top: 16px !important;
}

#lhsTree li.icon_plus.heading>span:after {
    border-bottom: 4px solid transparent;
    border-left: 4px solid #ff8134;
    border-top: 4px solid transparent;
    content: "";
    display: inline-block;
    left: 13px;
    position: absolute;
    top: 24px;
}
#lhsTree li.icon_plus.heading span.dropact:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #ff8134;
    content: "";
    display: inline-block;
    left: 13px;
    position: absolute;
    top: 24px;
}
#lhsTree li.icon_plus.heading span.dropact:after {
     border-bottom: 4px solid transparent;
    border-left: 4px solid #ff8134;
    border-top: 4px solid transparent;
    content: "";
    display: inline-block;
    left: 5px;
    position: absolute;
    top: 16px;
}
#lhsTree li.icon_plus.heading.active > span:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #ff8134;
    border-bottom: none;
} */

/* lhs icon */
/* ============================================
   ServiceDesk Plus Cloud - Help Tree Navigation
   ============================================ */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  background: #ffffff;
  color: #333333;
}

/* ── Tree Container ── */
ul.helpTree {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #ffffff;
  width: 280px;
}

/* ── All UL levels reset ── */
ul.helpTree ul,
ul.helpTree ul.submenu,
ul.helpTree ul.innersubmenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* ── Hide all spans ── */
ul.helpTree li span {
  display: none;
}

/* ── Every LI gets a bottom border ── */
ul.helpTree li {
  border-bottom: 1px solid #eeeeee;
}

/* ── All anchor base style ── */
ul.helpTree li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #888888;
  font-size: 14px;
  line-height: 1.4;
  transition: color 0.15s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

ul.helpTree li a:hover {
  color: #333333;
}

/* ============================================
   ARROW — only on submenu/innersubmenu dropdowns
   NOT on mainmenu items
   ============================================ */
ul.helpTree li[menutype="submenu"] > a.submenu-trigger::before,
ul.helpTree li[menutype="innersubmenu"] > a.submenu-trigger::before {
  content: '▶';
  font-size: 9px;
  color: #f47c3c;
  flex-shrink: 0;
  display: inline-block;
  margin-right: 10px;
  line-height: 1;
  transition: transform 0.2s ease;
}

/* Rotate arrow down when expanded */
ul.helpTree li[menutype="submenu"]:has(> ul:not([style*="display: none"])) > a.submenu-trigger::before,
ul.helpTree li[menutype="innersubmenu"]:has(> ul:not([style*="display: none"])) > a.submenu-trigger::before {
  transform: rotate(90deg);
}

/* ============================================
   LEVEL 1 — submenu
   ============================================ */
ul.helpTree > li > ul.submenu > li > a.submenu-trigger,
ul.helpTree > li > ul.submenu > li > a {
  padding: 12px 16px 12px 16px;
  font-weight: 400;
  color: #888888;
}

ul.helpTree > li > ul.submenu > li[menutype="submenu"] > a.submenu-trigger {
  color: #555555;
}

/* ============================================
   LEVEL 2 — first innersubmenu
   ============================================ */
ul.helpTree li[menutype="submenu"] > ul.innersubmenu > li > a.submenu-trigger,
ul.helpTree li[menutype="submenu"] > ul.innersubmenu > li > a {
  padding: 10px 16px 10px 30px;
  color: #888888;
}

ul.helpTree li[menutype="submenu"] > ul.innersubmenu > li[menutype="innersubmenu"] > a.submenu-trigger {
  color: #555555;
}

/* ============================================
   LEVEL 3 — nested innersubmenu
   ============================================ */
ul.helpTree li[menutype="submenu"] > ul.innersubmenu > li[menutype="innersubmenu"] > ul.innersubmenu > li > a.submenu-trigger,
ul.helpTree li[menutype="submenu"] > ul.innersubmenu > li[menutype="innersubmenu"] > ul.innersubmenu > li > a {
  padding: 9px 16px 9px 44px;
  color: #888888;
  font-size: 13px;
}

/* ============================================
   LEVEL 4 — deepest
   ============================================ */
ul.helpTree li[menutype="submenu"] > ul.innersubmenu > li[menutype="innersubmenu"] > ul.innersubmenu > li[menutype="innersubmenu"] > ul.innersubmenu > li > a.submenu-trigger,
ul.helpTree li[menutype="submenu"] > ul.innersubmenu > li[menutype="innersubmenu"] > ul.innersubmenu > li[menutype="innersubmenu"] > ul.innersubmenu > li > a {
  padding: 8px 16px 8px 58px;
  color: #aaaaaa;
  font-size: 13px;
}

/* ============================================
   SUBMENU visibility
   ============================================ */
ul.helpTree ul.submenu[style*="display: none"],
ul.helpTree ul.innersubmenu[style*="display: none"] {
  display: none !important;
}

ul.helpTree ul.submenu:not([style*="display: none"]),
ul.helpTree ul.innersubmenu:not([style*="display: none"]) {
  display: block;
}

/* ============================================
   ACTIVE item
   ============================================ */
ul.helpTree li.active > a,
ul.helpTree li.active > a.submenu-trigger {
  color: #111111;
  font-weight: 600;
}

#lhsTree li.icon_plus.heading span.dropact:after {
     border-bottom: 4px solid transparent;
    border-left: 4px solid #ff8134;
    border-top: 4px solid transparent;
    content: "";
    display: inline-block;
    left: 5px;
    position: absolute;
    top: 16px;
}
#lhsTree li.icon_plus.heading.active > span:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #ff8134;
    border-bottom: none;
}

#lhsTree>li>span:after {
    border-bottom: 0px;
    border-left: 0px;
}

/*disabling the hover*/
#lhsTree>li>span:hover, #lhsTree>li>a:hover{
    cursor: pointer;
    display: block;
    padding: 12px 0 12px 24px;
    color: none !important;
    text-decoration: none;
}


.hiq-t{margin:0;padding:0}.hiq-t div,.hiq-t dl,.hiq-t dt,.hiq-t dd,.hiq-t ul,.hiq-t ol,.hiq-t li,.hiq-t h1,.hiq-t h2,.hiq-t h3,.hiq-t h4,.hiq-t h5,.hiq-t h6,.hiq-t pre,.hiq-t form,.hiq-t fieldset,.hiq-t input,.hiq-t p,.hiq-t blockquote,.hiq-t th,.hiq-t td{margin:0;padding:0;}.hiq-t ,.hiq-t {border:0}.hiq-t img{border:0}.hiq-t address,.hiq-t caption,.hiq-t cite,.hiq-t code,.hiq-t dfn,.hiq-t em,.hiq-t th,.hiq-t var{font-style:normal;font-weight:normal;}.hiq-t b,.hiq-t strong{font-weight:bold;font-style:inherit}.hiq-t ol,.hiq-t ul{list-style:none;}.hiq-t caption,.hiq-t th{text-align:left;}.hiq-t h1,.hiq-t h2,.hiq-t h3,.hiq-t h4,.hiq-t h5,.hiq-t h6{font-size:100%;}.hiq-t q:before,.hiq-t q:after{content:'';}.hiq-t em{font-weight: inherit;font-style: italic;}.hiq-t{background-color:#FFF;font-family:'Open Sans', sans-serif;font-size:14px;padding:15px;color:#000;margin: 0px;margin-right: 0px;margin-bottom: 20px;font-weight:lighter;}.hiq-t HR{border: 0;color: #E4E4E4;background-color: #E4E4E4;height: 1px;width: 100%;text-align: left;overflow:hidden;margin: 0;margin-top:15px;margin-bottom: 5px; }.hiq-t img{border: 0px;max-width: 100%;width: auto;height: auto;vertical-align: bottom !important;Submitborder: none;margin-top:0px !important;}.hiq-t em{font-style: italic;}.hiq-t .computer_code{background-color:#f9f9f9;font-family:"Consolas", "Courier New", Courier, mono, serif;font-size:12px;line-height: 1.7em;color:#666;padding:5px;border:1px dotted #999 }.hiq-t .tip{background: #FFF5D9;padding: 5px;line-height: 1.6em;width: 85%; }.hiq-t .info{background: #d2eefc url(/images/info.png) 5px 50% no-repeat;padding: 5px 30px;line-height: 1.6em;width: 85%;}.hiq-t .warning{background: #ffedeb url(/images/warning.png) 5px 50% no-repeat;padding: 5px 30px;line-height: 1.6em;width: 85%;}.hiq-t .clearfloat{clear:both;height:0;font-size: 1px;line-height: 0px; }.hiq-t tt,.hiq-t kbd{font-family:"Consolas", "Courier New", Courier, mono, serif;font-size:12px;}.hiq-t a{color:#83b633 !important}.hiq-t a:link{color:#699CD7 !important;text-decoration:none }.hiq-t a:link,.hiq-t a:visited,.hiq-t a:active,.hiq-t a:hover{color:#699CD7 !important; }.hiq-t a:hover{color:#82B5E0 !important;text-decoration:underline }.hiq-t p{line-height: 1.8em; font-weight:lighter;}.hiq-t p{margin-top:15px;padding:0 }.hiq-t H1{font:1.8em 'Open Sans', sans-serif;margin-bottom:15px ;color:#699E16 !important; font-weight:lighter;line-height:35px;}.hiq-t H2{color:#699e16 !important;font:1.2em/1em 'Open Sans', sans-serif;margin-bottom:0em;margin-top:1.5em; font-weight:300;line-height:33px;}.hiq-t H3{font: 1.1em 'Open Sans', sans-serif;color:#222;margin-top:1.5em;margin-bottom:1.5em; font-weight:lighter;line-height:30px;}.hiq-t H4{font: 1.0em 'Open Sans', sans-serif;color:#222;margin-bottom: 15px;line-height:28px;}.hiq-t H5{font:1.2em 'Open Sans', sans-serif;color:#222;margin-top:0}.hiq-t ul{list-style-type:disc;margin: 15px 0 0 9px;padding: 0 0 0 12px;}.hiq-t li{margin-bottom: 7px;line-height:160%;}.hiq-t ol{list-style-type:decimal;margin:10px 0px 10px 30px;line-height:180%;}.hiq-t ol li{margin-bottom: 6px;}.hiq-t table{border-collapse:collapse;border-spacing:0;}.hiq-t table tr td{border-right:1px dotted #CCC;border-left:1px dotted #CCC;border-top:1px solid #CCC;border-bottom:1px solid #CCC;padding:0.5em 0.5em 0.5em;vertical-align:top}.hiq-t table th{background-color: #FEF2E9;color: #EB6C11;margin-bottom: 0;padding: 0.5em;}.hiq-t table td{font-family: inherit;}.hiq-t table .tablerow1{background-color:#BBB}.hiq-t .left{text-align:inherit}.hiq-t .center{text-align:center }.hiq-t .right{text-align:right }.hiq-t .full{text-align:justify }.hiq-t img.left,.hiq-t table.left{float:left;text-align:inherit}.hiq-t img.center,.hiq-t table.center{margin-left:auto;margin-right:auto;text-align:inherit }.hiq-t img.center{display:block}.hiq-t img.right,.hiq-t table.right{float:right;text-align:inherit }.hiq-t .intro{width:800px;padding-bottom:25px}.hiq-t .container{overflow: hidden;width: 850px;}.hiq-t .container .columns{border:#cccccc 1px solid;float: left;margin: 0 15px 0 0;text-align: left;width: 600px;overflow:hidden}.hiq-t .container .contact{background: #ffffff;border: 1px solid #D8DEE3;float: left;margin: 0;padding: 10px;text-align: left;width: 200px;}.hiq-t .container .contact h2{color: #333333;font-family:'Lucida Grande','Lucida Sans Unicode',Helvetica,Arial,Verdana,sans-serif;font-size: 14px;font-weight: bold;margin: 0 0 7px;}.hiq-t .columns .header{background-color: #f2f2f2;color: #999999;font-size: 14px;font-weight: bold;padding: 8px 17px 8px 10px;text-align: left;clear:both}.hiq-t .columns .col-inner{color: #333333;padding: 12px 5px 5px;}.hiq-t .columns .left-col{width:50%;float:left}.hiq-t .columns .right-col{width:50%;float:right}@media only screen and (min-device-width : 320px) and (max-device-width : 1024px){.hiq-t .intro,.hiq-t .container{width:auto}.hiq-t .container .columns{float:none;margin:0 15px 15px 0;background:none;width:auto}.hiq-t .container div.contact{float:none}}@media only screen and (min-device-width : 320px) and (max-device-width : 480px){.hiq-t .columns .left-col,.hiq-t .columns .right-col{float:none;width:auto}} .hiq-t h2.search{font-size:24px;font-weight:normal;margin:0px 0 7px;overflow:hidden;font-family:Arial, Helvetica, sans-serif;color:#333}.hiq-t .searchInput{margin:0px;padding-left:10px;padding-right:15px;padding-top:8px;padding-bottom:7px;border-left:#ccc 1px solid;border-top:#ccc 1px solid;border-right:#ccc 1px solid;border-bottom:#ccc 1px solid;width:520px;background:url("/images/kbsearch_bg.gif") #fff repeat-x center top;color:#333;font-size:15px;vertical-align:text-top}.hiq-t .searchInput:focus{box-shadow: 0 0 5px rgba(82,168,236,.5);-webkit-box-shadow: 0 0 5px rgba(82,168,236,.5);-moz-box-shadow: 0 0 5px rgba(82,168,236,.5);border: 1px solid rgba(82,168,236,.75);}.hiq-t .searchButton{-moz-border-radius:5px 5px 5px 5px;background:url("/images/button-bg.gif") repeat-x scroll left bottom #FEFFFE;border-color:#DDD #CCC #CCC #DDD;border-style:solid;border-width:1px;color:#555;cursor:pointer;font-family:Arial, "Lucida Grande";margin:0;font-size:20px;margin:0 0 0 5px;padding:5px 10px 5px;vertical-align:text-top}.hiq-t .searchButton:active,.hiq-t .searchButton.active{background-position:left top}.hiq-t .searchButton:hover,.hiq-t .searchButton.hover{border-color:#069;color:#069}.hiq-t #startcontainer{width: 850px;}.hiq-t #startcontainer #width{width:850px; }.hiq-t #startcontainer div.table{float: left;width: 600px;background-color: #036;margin: 0px 15px 0px 0px;text-align:left; }.hiq-t #startcontainer div.block{float: left;width: 200px;width:200px;margin: 0px;background:#FFF;text-align:left;padding:10px;border:1px solid #D8DEE3;}.hiq-t #start-topic-table{font-size:12px;text-align:left;border-collapse:collapse;border:1px solid #D8DEE3;background-color:#FAFDFF;}.hiq-t #start-topic-table th{padding:8px 17px 8px 10px;font-weight:bold;font-size:14px;color:#999;background:#F2F2F2;text-align:left}.hiq-t #start-topic-table td{padding:12px 5px 5px 5px;color:#333;border: none;}.hiq-t #searchContainer{font-size:12px;margin-bottom:20px;margin-left:0;margin-top:0;padding:10px 5px 10px 20px;max-width:800px;background: #F2F2F2;clear: left;min-width: 600px;white-space: nowrap;}.hiq-t h2.morehelp{font-size:14px;font-weight:bold;margin:0px 0 7px;font-family:Arial, Helvetica, sans-serif;color:#333}.hiq-t .fb-box td{border:0px;}.hiq-t .fb-box p{margin-top:0px;}.hiq-t .img-thumb-box{width:210px;padding-left:0px;}.hiq-t .ux-lb-flat-bg,.hiq-t #ux-lightbox-overlay{background:#999 !important;opacity:0.4 !important; }.hiq-t .ss-box{border:5px solid #F5F5F5;padding:5px;clear:both;}.hiq-t .note-box{background-color:#F5F5F5;border:1px solid #D1D1D1;font-size:12px;}.hiq-t .indentcss{margin-left:45px;}.hiq-t table.borderless-table tr td{border: 0px;}.hiq-t #content-mobile{display:block; }@media screen and (min-width: 500px){.hiq-t #content-mobile{display:none; }} 

#ux-lightbox-overlay{
background:#333 !important;
opacity:0.4 !important;
}
#ux-lightbox-headerText{
 color:#699e16 !important;
font:lighter 1.4em "Open Sans",sans-serif !important;
}
#ux-lightbox-Container{
 box-shadow:rgba(0,0,0,0.5) 0 0 10px;
}

.clist_folder, .clist_icon-topic, .clist_icon-video-topic {
    background-image: url(https://www.manageengine.cn/sites/meweb/images/cn/service-desk/help/kb_icons.png) !important;
    background-repeat: no-repeat;
}
.clist_folder, .clist_icon-topic, .clist_icon-video-topic {
    background-image: url(https://www.manageengine.cn/sites/meweb/images/cn/service-desk/help/kb_icons.png) !important;
    background-repeat: no-repeat;
    
}
.root_node.clist_folder{
    padding-left:25px!important;
}
.node_link{
    padding-left:25px!important;
}
.root_node{
    padding-left:25px!important;
}
.hiq-t b, .hiq-t strong {
    font-weight: 500 !important;
    font-style: inherit;
}
.hiq-t p {
    line-height: 1.8em !important;
    font-weight: 300;
}
.hiq-t .info {
    background: #d2eefc url(https://www.manageengine.cn/sites/meweb/images/cn/service-desk/help/info.png) 5px 50% no-repeat!important;
    padding: 5px 30px!important;
    line-height: 1.6em!important;
    width: 85%!important;
}
.hiq-t .warning {
    background: #ffedeb url(/sites/meweb/images/cn/service-desk/help/warning.png) 5px 50% no-repeat!important;
    padding: 5px 30px!important;
    line-height: 1.6em!important;
    width: 85%!important;
}
.clist_icon-topic {
    padding-left: 25px;
    background-position: 0 -22px!important;
}

/*table css starts*/

.hiq-t{margin:0;padding:0}.hiq-t div,.hiq-t dl,.hiq-t dt,.hiq-t dd,.hiq-t ul,.hiq-t ol,.hiq-t li,.hiq-t h1,.hiq-t h2,.hiq-t h3,.hiq-t h4,.hiq-t h5,.hiq-t h6,.hiq-t pre,.hiq-t form,.hiq-t fieldset,.hiq-t input,.hiq-t p,.hiq-t blockquote,.hiq-t th,.hiq-t td{margin:0;padding:0;}.hiq-t ,.hiq-t {border:0}.hiq-t img{border:0}.hiq-t address,.hiq-t caption,.hiq-t cite,.hiq-t code,.hiq-t dfn,.hiq-t em,.hiq-t th,.hiq-t var{font-style:normal;font-weight:normal;}.hiq-t b,.hiq-t strong{font-weight:bold;font-style:inherit}.hiq-t ol,.hiq-t ul{list-style:none;}.hiq-t caption,.hiq-t th{text-align:left;}.hiq-t h1,.hiq-t h2,.hiq-t h3,.hiq-t h4,.hiq-t h5,.hiq-t h6{font-size:100%;}.hiq-t q:before,.hiq-t q:after{content:'';}.hiq-t em{font-weight: inherit;font-style: italic;}.hiq-t{background-color:#FFF;font-family:'Open Sans', sans-serif;font-size:14px;padding:15px;color:#000;margin: 0px;margin-right: 0px;margin-bottom: 20px;font-weight:lighter;}.hiq-t HR{border: 0;color: #E4E4E4;background-color: #E4E4E4;height: 1px;width: 100%;text-align: left;overflow:hidden;margin: 0;margin-top:15px;margin-bottom: 5px; }.hiq-t img{border: 0px;max-width: 100%;width: auto;height: auto;vertical-align: bottom !important;Submitborder: none;margin-top:0px !important;}.hiq-t em{font-style: italic;}.hiq-t .computer_code{background-color:#f9f9f9;font-family:"Consolas", "Courier New", Courier, mono, serif;font-size:12px;line-height: 1.7em;color:#666;padding:5px;border:1px dotted #999 }.hiq-t .tip{background: #FFF5D9;padding: 5px;line-height: 1.6em;width: 85%; }.hiq-t .info{background: #d2eefc url(/images/info.png) 5px 50% no-repeat;padding: 5px 30px;line-height: 1.6em;width: 85%;}.hiq-t .warning{background: #ffedeb url(/images/warning.png) 5px 50% no-repeat;padding: 5px 30px;line-height: 1.6em;width: 85%;}.hiq-t .clearfloat{clear:both;height:0;font-size: 1px;line-height: 0px; }.hiq-t tt,.hiq-t kbd{font-family:"Consolas", "Courier New", Courier, mono, serif;font-size:12px;}.hiq-t a{color:#83b633 !important}.hiq-t a:link{color:#699CD7 !important;text-decoration:none }.hiq-t a:link,.hiq-t a:visited,.hiq-t a:active,.hiq-t a:hover{color:#699CD7 !important; }.hiq-t a:hover{color:#82B5E0 !important;text-decoration:underline }.hiq-t p{line-height: 1.8em; font-weight:lighter;}.hiq-t p{margin-top:15px;padding:0 }.hiq-t H1{font:1.8em 'Open Sans', sans-serif;margin-bottom:15px ;color:#699E16 !important; font-weight:lighter;line-height:35px;}.hiq-t H2{color:#699e16 !important;font:1.2em/1em 'Open Sans', sans-serif;margin-bottom:0em;margin-top:1.5em; font-weight:lighter;line-height:33px;}.hiq-t H3{font: 1.1em 'Open Sans', sans-serif;color:#222;margin-top:1.5em;margin-bottom:1.5em; font-weight:lighter;line-height:30px;}.hiq-t H4{font: 1.0em 'Open Sans', sans-serif;color:#222;margin-bottom: 15px;line-height:28px;}.hiq-t H5{font:1.2em 'Open Sans', sans-serif;color:#222;margin-top:0}.hiq-t ul{list-style-type:disc;margin: 15px 0 0 9px;padding: 0 0 0 12px;}.hiq-t li{margin-bottom: 7px;line-height:160%;}.hiq-t ol{list-style-type:decimal;margin:10px 0px 10px 30px;line-height:180%;}.hiq-t ol li{margin-bottom: 6px;}.hiq-t table{border-collapse:collapse;border-spacing:0;}.hiq-t table tr td{border-right:1px dotted #CCC;border-left:1px dotted #CCC;border-top:1px solid #CCC;border-bottom:1px solid #CCC;padding:0.5em 0.5em 0.5em;vertical-align:top}.hiq-t table th{background-color: #FEF2E9;color: #EB6C11;margin-bottom: 0;padding: 0.5em;}.hiq-t table td{font-family: inherit;}.hiq-t table .tablerow1{background-color:#BBB}.hiq-t .left{text-align:inherit}.hiq-t .center{text-align:center }.hiq-t .right{text-align:right }.hiq-t .full{text-align:justify }.hiq-t img.left,.hiq-t table.left{float:left;text-align:inherit}.hiq-t img.center,.hiq-t table.center{margin-left:auto;margin-right:auto;text-align:inherit }.hiq-t img.center{display:block}.hiq-t img.right,.hiq-t table.right{float:right;text-align:inherit }.hiq-t .intro{width:800px;padding-bottom:25px}.hiq-t .container{overflow: hidden;width: 850px;}.hiq-t .container .columns{border:#cccccc 1px solid;float: left;margin: 0 15px 0 0;text-align: left;width: 600px;overflow:hidden}.hiq-t .container .contact{background: #ffffff;border: 1px solid #D8DEE3;float: left;margin: 0;padding: 10px;text-align: left;width: 200px;}.hiq-t .container .contact h2{color: #333333;font-family:'Lucida Grande','Lucida Sans Unicode',Helvetica,Arial,Verdana,sans-serif;font-size: 14px;font-weight: bold;margin: 0 0 7px;}.hiq-t .columns .header{background-color: #f2f2f2;color: #999999;font-size: 14px;font-weight: bold;padding: 8px 17px 8px 10px;text-align: left;clear:both}.hiq-t .columns .col-inner{color: #333333;padding: 12px 5px 5px;}.hiq-t .columns .left-col{width:50%;float:left}.hiq-t .columns .right-col{width:50%;float:right}@media only screen and (min-device-width : 320px) and (max-device-width : 1024px){.hiq-t .intro,.hiq-t .container{width:auto}.hiq-t .container .columns{float:none;margin:0 15px 15px 0;background:none;width:auto}.hiq-t .container div.contact{float:none}}@media only screen and (min-device-width : 320px) and (max-device-width : 480px){.hiq-t .columns .left-col,.hiq-t .columns .right-col{float:none;width:auto}} .hiq-t h2.search{font-size:24px;font-weight:normal;margin:0px 0 7px;overflow:hidden;font-family:Arial, Helvetica, sans-serif;color:#333}.hiq-t .searchInput{margin:0px;padding-left:10px;padding-right:15px;padding-top:8px;padding-bottom:7px;border-left:#ccc 1px solid;border-top:#ccc 1px solid;border-right:#ccc 1px solid;border-bottom:#ccc 1px solid;width:520px;background:url("/images/kbsearch_bg.gif") #fff repeat-x center top;color:#333;font-size:15px;vertical-align:text-top}.hiq-t .searchInput:focus{box-shadow: 0 0 5px rgba(82,168,236,.5);-webkit-box-shadow: 0 0 5px rgba(82,168,236,.5);-moz-box-shadow: 0 0 5px rgba(82,168,236,.5);border: 1px solid rgba(82,168,236,.75);}.hiq-t .searchButton{-moz-border-radius:5px 5px 5px 5px;background:url("/images/button-bg.gif") repeat-x scroll left bottom #FEFFFE;border-color:#DDD #CCC #CCC #DDD;border-style:solid;border-width:1px;color:#555;cursor:pointer;font-family:Arial, "Lucida Grande";margin:0;font-size:20px;margin:0 0 0 5px;padding:5px 10px 5px;vertical-align:text-top}.hiq-t .searchButton:active,.hiq-t .searchButton.active{background-position:left top}.hiq-t .searchButton:hover,.hiq-t .searchButton.hover{border-color:#069;color:#069}.hiq-t #startcontainer{width: 850px;}.hiq-t #startcontainer #width{width:850px; }.hiq-t #startcontainer div.table{float: left;width: 600px;background-color: #036;margin: 0px 15px 0px 0px;text-align:left; }.hiq-t #startcontainer div.block{float: left;width: 200px;width:200px;margin: 0px;background:#FFF;text-align:left;padding:10px;border:1px solid #D8DEE3;}.hiq-t #start-topic-table{font-size:12px;text-align:left;border-collapse:collapse;border:1px solid #D8DEE3;background-color:#FAFDFF;}.hiq-t #start-topic-table th{padding:8px 17px 8px 10px;font-weight:bold;font-size:14px;color:#999;background:#F2F2F2;text-align:left}.hiq-t #start-topic-table td{padding:12px 5px 5px 5px;color:#333;border: none;}.hiq-t #searchContainer{font-size:12px;margin-bottom:20px;margin-left:0;margin-top:0;padding:10px 5px 10px 20px;max-width:800px;background: #F2F2F2;clear: left;min-width: 600px;white-space: nowrap;}.hiq-t h2.morehelp{font-size:14px;font-weight:bold;margin:0px 0 7px;font-family:Arial, Helvetica, sans-serif;color:#333}.hiq-t .fb-box td{border:0px;}.hiq-t .fb-box p{margin-top:0px;}.hiq-t .img-thumb-box{width:210px;padding-left:0px;}.hiq-t .ux-lb-flat-bg,.hiq-t #ux-lightbox-overlay{background:#999 !important;opacity:0.4 !important; }.hiq-t .ss-box{border:5px solid #F5F5F5;padding:5px;clear:both;}.hiq-t .note-box{background-color:#F5F5F5;border:1px solid #D1D1D1;font-size:12px;}.hiq-t .indentcss{margin-left:45px;}.hiq-t table.borderless-table tr td{border: 0px;}.hiq-t #content-mobile{display:block; }@media screen and (min-width: 500px){.hiq-t #content-mobile{display:none; }} 
/*table line code ends*/
#lhsTree>li>ul li a {
    border-top: 0px;
    padding: 9px 12px 7px 0px;
    overflow: visible;
    white-space: normal;

text-overflow: ellipsis;
}
ul.helpTree li {
    border-bottom: 0px solid #eeeeee;
}

.hiq-t .syntax {
    display: block;
    padding: .5em;
    background: #000;
    color: #f8f8f8 !important;
}
@media screen and (max-width: 1025px) {
    .container {
        display: flex;
    }
}