/*

Oxygen WebHelp Plugin
Copyright (c) 1998-2016 Syncro Soft SRL, Romania.  All rights reserved.

*/

/* Start RTL */
html[dir="rtl"] .topic, html[dir="rtl"] .hasSubMenuOpened, html[dir="rtl"] .hasSubMenuClosed{
    background-position: right;
}
html[dir="rtl"] .textToSearch{
    margin-right: 0;
    margin-left: 4px;
}
html[dir="rtl"] #searchForm{
    float:left;
    padding: 2px 0 5px 0;
    margin: 0;
}
html[dir="rtl"] #customLogo {
    float: right;
}
html[dir="rtl"] #contentBlock, html[dir="rtl"] #contentBlock ul{
    padding-right: 10px;
    padding-left: 0px;
}
html[dir="rtl"] #expnd {
    float: left;
}
html[dir="rtl"] #contentBlock li span {
    padding: 2px 21px 2px 5px;
}

html[dir="rtl"] #header #tocMenu{
    padding-left: 0;
    padding-right: 13px;
}
/* End RTL */

html,body {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: 'Segoe UI', Verdana, Tahoma, "Lucida Grande", Verdana, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
    font-size: 10pt;
}

#oldFrames:hover, #printlink a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
}

.tab {
    display: inline-block;
}
.tab span{
    float: left;
    display: inline-block;
}

#productTitle {
	padding-left: 0!important;
}

#customLogo{
    display:block;
    height: 35px;
    width: 126px;
    margin-top: 11px;
	margin-left:0px;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	background-image: url('../img/FlexeraLogo.png');
	margin-right: 12px;
}

#productTitle h1 {
    font-size: 14px;
	padding: 17px 0 0 12px!important;
    line-height: 18px;
	font-weight: normal;
	text-align: left!important;
	color: #ebebeb!important;
	
}




/* Expand / Collapse Buttons */
#expnd{
    float: right;
    text-align: right;
    display: none;
    padding: 3px;
}
#expnd a{
    display: none;
}

#expnd #collapseAllLink, #expnd #expandAllLink{
    display: inline-block;
    width:16px;
    height:16px;
}
#collapseAllLink{
    background-image: url("../img/CollapseAll16.png");
}
#expandAllLink{
    background-image: url("../img/ExpandAll16.png");
}

#tab_nav_tree {
	margin-left: -15px;
}

/*Left pane TABs*/
#tocMenu{
    clear: both;
    width: 100%;
    margin: 0 auto;
    padding-left: 13px;
    white-space: nowrap;
}
#tocMenu div{
    background-color : #eee;
    text-decoration:none;
    color:#333;
    padding:6px 11px 3px 5px;
    cursor:pointer;
    margin-top: 1px;
    margin-bottom: 0;
    margin-right: 0px;
    border:1px solid #ccc;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    border-bottom:0;
    min-height: 1px;
    text-shadow:0 1px 0 #fff;
	font-size: 12px;
	font-family: 'Segoe UI', Verdana, Tahoma, Sans-Serif;
	width: 95px;
}
#tocMenu div:hover{
    
}
#tocMenu div.selectedTab{
    text-decoration: none;
    color:#333;
    background-color:#fefefe;
    border-top:0px solid #ccc;
	border-right:1px solid #474747;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    border-bottom:0;
    text-shadow:0 1px 0 #fff;
	margin-right: 0;
	padding:6px 11px 6px 5px;
	width: 95px;
	vertical-align: bottom;
	
}



div#tocMenu div#content:before {
   content: url("../img/tocActive.png");
   padding-right: 3px;
   padding-top: 3px;
   }
   
div#tocMenu{
   white-space: nowrap;
   }
   
div#tocMenu div#index:before {
   content: url("../img/indexActive.png");
   padding-right: 3px;
   padding-top: 3px;
   }
   

div#tocMenu div#search:before {
   content: url("../img/search.png");
   padding-right: 3px;
   padding-top: 3px;
   }
   
div a#oldFrames {
	   display: none;
   }


#bck_toc #searchBlock,#bck_toc #indexBlock, #bck_toc #contentBlock{
    background-color:transparent;
    /*padding-top:10px;*/
	padding-top: 0;
    vertical-align:top;
}

/* Overrides top padding of TOC in toc_custom.css */
#bck_toc {
	padding-top: 4px!important;
}
#bck_toc #contentBlock{
    padding-bottom: 50px;
}
#bck_toc,#bck_toc #searchBlock,#bck_toc #indexBlock {
    position: relative;
    padding:0;
}
/*Content block with navigation tree*/
#contentBlock>ul>li{
    padding: 1px 0 1px 0;
}

#contentBlock #tree ul ul {
	margin-left: 11px;
}


#contentBlock ul>li ul{
    display:none;
}
#contentBlock ul{
    margin: 0;
}
#contentBlock li>span{
    display: inline-block;
    padding: 2px 5px 2px 21px;
	
}
#contentBlock,#contentBlock ul{
    padding-left: 10px;
}
#contentBlock {
    text-decoration: none;
    font-size: 12px;
    color: #363636;
    font-family: 'Segoe UI', Verdana, Tahoma, "Lucida Grande", Verdana, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
    white-space: nowrap;
}
#contentBlock a, #contentBlock a:hover, #contentBlock a:after, #contentBlock a:active, a.link, a.navheader_parent_path{
    text-decoration: none;
    font-size: inherit;
    color: #00a1de;
    font-family: inherit;
    white-space: inherit;
}
.hasSubMenuClosed{
    background: url('../img/book_closed16.png') no-repeat;
    padding-left: 16px;
    cursor: pointer;
	

}
.hasSubMenuOpened{
    background: url('../img/book_opened16.png') no-repeat;
    padding-left: 16px;
    cursor: pointer;

}

/* Background color of selected menu item -- goes down too low */

span.menuItemSelected  {
    font-weight: normal;
	color: #000000;
    background-color: #cce0f0;
}

span.menuItemSelected + ul {
    background-color: #FFFFFF!important;
    margin-left: 0px!important;
	padding-left: 20px!important;
}

/* TOC LINKS */

div#tree a:link,
div#tree a:visited {
    color: #363636;
    text-decoration: none;  
	background-color: transparent!important;     
}

div#tree a:hover {
  text-decoration: none;
  color: #363636;
  background-color: #e5eff7!important;
  display: block;
}

div#tree a:active,
div#tree a:focus {
  text-decoration: none;
  color: #363636;
  background-color: #cce0f0!important;
  display: block;
}

/*Index block from left pane*/
#indexBlock {
    line-height:1.8em;
}

#indexBlock a:link,
#indexBlock a:visited{
    text-decoration:none;
	color: #00a1de;
}

#indexBlock a:hover,
#indexBlock a:active{
    text-decoration:underline;
	color: #00a1de;
}


#indexBlock fieldset{
    margin:15px 0 0 0;
    padding:0;
    border:0;
}
#indexBlock ul{
    color:#444;
    list-style:none;
    margin:0;
    padding-left:16px;
}

li{
    list-style: none;
}

#searchBlock #searchForm.frameset, #indexBlock #indexForm {
    position: relative;
    margin: 0;
    padding-top: 10px;
    top: 0;
    z-index: 99;
    width: 100%;
    background-color: #0000FF;
    box-shadow: #bbbbbb 0 0 10px;
}
#searchForm{
    float:right;
    padding: 2px 0 5px 0;
    margin: 0.2em 0 0 0;
}

#searchForm.frameset,#indexForm{
    margin:15px 10px;
    padding:0 10px 15px 10px;
    border:0;
}
#id_search, .textToSearch.frameset{
    border: 1px #999 solid;
    line-height: 1.4em;
    padding: 0 3px;
    margin: 0;
}
.textToSearch.frameset{
    margin:15px 0 0 20px;
    width: 170px;
    border-radius: 4px;
}
.textToSearch.frameset:focus{
    border: 1px #999 solid;
    line-height: 1.4em;
    padding: 0 3px;
    margin: 15px 0 0 20px;
    width: 170px;
    border-radius: 0;
    box-shadow: none;
}
.textToSearch, .textToSearch:focus{
    width: 150px;
    border: 1px #999 solid;
    padding: 2px 8px;
    margin: 5px 4px 0 0;
    line-height: 16px;
    border-radius: 5px;
}
.textToSearch:focus{
    outline: none;
    box-shadow: 0 0 7px #999999;
    border: 1px #bbb solid;
}

input#textToSearch {
font-family: 'Segoe UI',Verdana,Tahoma;
font-size: 12px;
border-radius-top-left: 10px;
border-radius-bottom-left: 10px;
border-radius-top-right: 10px;
border-radius-bottom-right: 10px;
background: -webkit-linear-gradient(top, #fefefe 0%, #e2e2e2 100%);
color: #636363;
height: 20px;
line-height: 20px;
border: solid 1px #cccccc;
width: 182px;
}

form#SearchForm:before {
	content: url("../img/search.png");
	position: relative;
	top:10px;
	left: 40px;
}

.topic{
    background-image: url('../img/topic16.png');
    background-repeat:  no-repeat;
    padding-left: 16px;
}

#rightDiv{
    clear: both;
    position: relative;
    margin-top: 5px;
    width: 98%;
    text-align: right;
}

a.foundResult{
    color:#00a1de;
	text-decoration: none;
}
a.foundResult:visited{
    color:#00a1de;
	text-decoration: none;
}
a.foundResult:hover{
    color:00a1de;
	text-decoration: underline;
}

/*Rating of searched terms*/
#star .star {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 85px;
    height: 20px;
    left: 1px;
    top: -5px;
    position: relative;
    float: right;
    background: url('../img/starsSmall.png') repeat-x 0 -25px;
}
#star div {
    padding: 0;
    margin: 0;
    float: right;
    display: block;
    width: 85px;
    height: 20px;
    text-decoration: none;
    text-indent: -9000px;
    z-index: 20;
}
#star .curr {
    background: url('../img/starsSmall.png') 0 25px;
    float: left;
    width: 85px;
    font-size: 1px;
}
#star div.user {
    left: 5px;
    position: relative;
    float: right;
    font-size: 13px;
    font-family: 'Segoe UI', Verdana, Tahoma, "Lucida Grande", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
    color: #888;
}

.searchExpression {
    color: #0050A0;
    font-size: 10pt;
    font-weight:bold;
}

#searchResults,#iList{
    overflow: auto;
    padding: 0 0.6em;
    height: 100%;
}
.searchresult{
    margin:0;
    padding:0
}
.searchresult li{
    margin-top:0.2em;
    padding: 0.6em;
}

.highlight{
    background: lightyellow;
}

/*The copyright.*/
.legal {
    margin: 1em;
}

#leftPane .footer {
	float: right;
}
.legalCopyright{
    font-size: 12px;
    text-align: right;
    font-weight:normal;
}
.legalNotice{
    margin-top: 1em;
    border-top: 1px solid gray;
    padding-top: 1em;
    color: #999;
}

