
@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	padding: 0px;
	font-size: 0.85em;
}

.headerPane {
	width: 100%;
	min-width: 768px;  
	height: 65px;
	border-bottom: 1px solid #c8c8c8;
	color: #222;
	position: fixed;
	background-color: #f5f5f5;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
	z-index: 50;
}

.oracle_logo {
	width: 160px;
	height: 65px;
	float: left;
	background: url(../graphics/logo/oracle-doc-logo.png) no-repeat;
	background-position: 20px center;
	margin: 0px;
	position: relative;
}



.doc_title {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-color: #454545;
	font-size: 16px;
	font-weight: regular;
	padding-left: 10px;
	vertical-align: middle;
	position: fixed;
	left:154px;
	top:23px;
	right:160px;
}
.doc_title_h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-color: #454545;
	font-size: 16px;
	font-weight: normal;
	margin-top: 0;
    margin-bottom: 0;
}
.doc_subtitle {
	width: 800px;
	float: left;
	display: list-item;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;	
	margin: 0px 0px 0px 18px;
	line-height: 14px;
}

.accessibility-top:focus {
	display: block;
    height: auto;
    width: auto;
    left:0;
    top:0;
    position: absolute;
    z-index:500;

}
.accessibility-top {
    height: 1px;
    width: 1px;
    left:0;
    top:0;
    overflow: hidden;
    position: absolute;    
}

.searchPane {
	width: 400px;
	position: fixed; 
	top: 32px;
	right: 0px;
}

.searchPane p {
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.search_box {
	float: right;
	height: 20px;
	width: 160px;
	margin: 0px 12px 0px 12px;
	position: relative;
	top: -10px;
	border-radius: 3px;
	z-index: 99;
	background-color: #fcfdfe;
	border-width: 1px;
	border-style: solid;
	border-color: #dfe4e7;
	border-radius: 2px;
}

#btn_openLayer {
	float: left;
	height: 10px;
	width: 10px;
	margin: 3px;
	border: 1px solid #a6a6a6;
	background: url(../graphics/arrow_down.png) no-repeat;
	background-size: 13px;
	background-position: 1px -1px;
	cursor: pointer;
}

.osearchPane #btn_openLayer {
    display: none;
}

.btn_search {
	float: right;
	height: 15px;
	width: 15px;
	margin: 1px 3px 2px 2px;
	border: 1px solid #fcfcfc;
	background: url(../graphics/search-icon.gif) no-repeat;
	cursor: pointer;
}

.input_search {
	width: 110px;
	height: 18px;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #222222;
	border: none;
}

#SearchTerm:focus {
        background: #ffffff;
}

.input_placeholder {
	color: #9a9a9a;
	padding-left:5px;
}

.searchLayer {
	display: none;
	border: 1px solid #b3b3b3;
	background: #ffffff;
	width: 184px;
	height: 100px;
	position: fixed;
	top: 22px;
	right: 6px;
	box-shadow: 0px 5px 8px #b3b3b3;
}

.hidden { display: none; }
.showed { display: block; }

.layer_container {
	border: none;
	margin: 32px 5px 5px 5px;
	width: 175px;
	height: 63px;
	color: #000;
}

.layer_title {
	float: left;
	font-size: 11px;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}

.layer_optgrp {
	font-size: 11px;
}

.layer_opt {
	float: left;
	width: 175px;
}

.linkPane {
	float: right;
	width: 100%;
	font-size: 11px;
	background-color: #FAFAFA;
	border-bottom: 1px solid #D6DFE6;
	height:45px;
	position: fixed;
	top: 65px;
	z-index: 1;
}

.breadcrumbs {
	float: left;
	width: 80%;
	line-height: 35px;
	padding-left: 5px;
	color: #848282;
	margin-left: 4px;
}

.info_updatedate {
	display: block;
	float: right;
	width: 15%;
	line-height: 35px;
	padding-right: 12px;
	color: #555555;	
	text-align: right;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
}

.breadcrumbs a:link { 
	font-size: 12px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	text-decoration: none;
	color: #045FAB;
}

a:link { 
	
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	cursor: pointer;
	text-decoration: none;
	color: #045FAB;
}

a:hover, .breadcrumb_item:hover {
	text-decoration: underline;
	color: #045FAB;
}

 a:visited {
	color: #72007C;
  	text-decoration: none;
}

.breadcrumb_item, .breadcrumb_item_current {
	float: left;
	margin: 0px;
	height: 35px;
}

/*.breadcrumb_item::after {
	content:url(../graphics/breadcrumb.gif) no-repeat;
	height: 35px;
	width: 4px;
	margin: 0px 6px 0px 8px;
}*/

.breadcrumb_arrow {
	float: left;
	height: 35px;
	width: 4px;
	background: url(../graphics/breadcrumb.gif) no-repeat;
	background-position: center;
	margin: 0px 6px 0px 6px;
}

.topicPane {
	float: left;
	width: 300px;
	background: none repeat scroll 0% 0% #FAFAFA;
	border-right: 1px solid #D6DFE6;
	top: 110px;
	position: fixed;
	z-index: 99;	
	overflow: auto;
	height: 100%;
	height: -webkit-calc(100% - 105px);
	height: -moz-calc(100% - 105px);
	height: calc(100% - 105px);
}

.topicPane a:visited {
    color: #045FAB;
    text-decoration: none;
}

.topTocPane a:visited {
    color: #045FAB;
    text-decoration: none;
}

.topicPaneBlank {
	float: left;
	width: 300px;
	height: 100%;
	position: fixed;
	top: 145px;
	z-index: 99;	
	overflow: auto;
}

div.contentPane {
	width: 100%;
	float: right;
	position: fixed;
	top: 185px;
/*	left: 0px;*/
}

.btnPaneToc {
  margin-right: -10px;
  position: fixed;
  top: 130px;
	width: 100%;
	height: 40px;	
}

.btnPane {
  margin-left: -320px;
  margin-right: 10px;
  position: fixed;
  top: 130px;
	width: 100%;
	height: 40px;	
}

.langPane { 
  margin-left: -300px;
  margin-right: 10px;
  float: right;
  top: 120px;
  width: 30%;
  height: 40px;
}

.langArea { 
    float: right;
    height: 40px;
    padding: 0px 10px 0px 0px;
    font-size: 12px;
    margin-right: 20px;
}

.lang_filed {
    font-size: 12px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    color: #333;
    background-color: #FCFDFE;
    border-width: 1px;
    border-style: solid;
    border-color: #DFE4E7;
    border-radius: 2px;
    padding: 5px;
}


.viewCtrlArea {
	height: 40px;	
	float: left;
	margin: 0px 0px 5px 12px;
}

.feedbackCtrlArea {
	height: 40px;	
	float: left;
	margin-left: 320px; 
}

.feedbackCtrlAreaToc {
	margin-right: 4px;
}

.feedbackCtrlArea  a {  
        /*text-decoration: underline;*/
	  color: #045FAB;
}

.feedbackCtrlArea  a:hover {  
        text-decoration: underline;
		color: #045FAB;
}


.feedbackCtrlArea ul { 
  width: 80px;
  height: 19px;
}

.feedbackCtrlArea ul li a { 
  width: 16px;
  height: 19px;
  display: inline-block;
  cursor: pointer;
  margin-left: 0;
  border-bottom: none;
}

.feedbackCtrlArea ul li {
  list-style: none outside none;
}

.feedbackCtrlArea p {
	float: left;
	line-height: 40px;
	margin-right: 12px;
  margin-top: -1px;
  margin-bottom: 0px;
	padding-top: 2px;
	color: #222222;
	font-size: 12px;
}

.task_btn {
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  text-decoration:none;
  color: #045FAB;
  background-color:transparent;
  border:none;
}

#pdf_button {
	border-right: 1px solid #d9dfe3;
	}
	
#feedback_button {
	border-right: 1px solid #d9dfe3;
	}

ul.topicList {
	color: #404040;
	border-bottom: 1px solid #b9b9b9;
  list-style: none outside none;
  margin-left: 0;
  margin-top: 0;
  border: 0;
}

/*
ul.sectionList {
	margin-top: 8px;
}
*/

ul.topicList a, ul.topicList a:hover{ 
 /* color: #404040;*/
}
ul.topicList li.topic_selected a, ul.topicList li.topic_selected a:hover { 
  /*color: #ffffff;*/
}

ul.topicList li.toc_top:hover {
	/*color: #ffffff;
	cursor: default;*/
}

ul.topicList li.toc_top { 
	padding: 10px 20px 8px 20px;
	background-color: #e4f0fa;
	border-left: 3px solid #0572ce !important;
	/*border-bottom: 1px solid #ececec;*/
	line-height: 14px;
	font-size: .85em;
	/*background-color: #626262;
	color: #ffffff;*/
	margin-left: 0;
	margin-bottom: 0;
	list-style: none outside none;
}


ul.topicList li.toc_level1, 
ul.topicList li.toc_level1_withChild {
/*	width: 262px;*/
	padding: 10px 20px 8px 20px;
	/*border-top: 1px solid #b9b9b9;
	border-bottom: 1px solid #ececec;*/
	line-height: 14px;
	font-size: .85em;
/*	color: #404040;*/
  margin-left: 0;
  list-style: none outside none;
  border-left: 3px solid transparent;
}

ul.topicList li.toc_level2,
ul.topicList li.toc_level2_withChild {
/*	width: 250px;*/
	padding: 4px 20px 4px 38px;
	line-height: 14px;
	font-size: .85em;
	border-bottom: 1px solid #f6f6f6;
	/*background: #f6f6f6;*/
  margin-left: 0;
  list-style: none outside none;
  border-left: 3px solid transparent;
}

ul.topicList li.toc_level3,
ul.topicList li.toc_level3_withChild {
/*	width: 238px;*/
	padding: 2px 20px 2px 46px;
	line-height: 14px;
	font-size: .85em;
	border-bottom: 1px solid #f6f6f6;
	/*background: #f6f6f6;*/
  margin-left: 0;
  list-style: none outside none;
  border-left: 3px solid transparent;
}

ul.topicList li.toc_level4,
ul.topicList li.toc_level4_withChild {
/*	width: 222px;*/
	padding: 0px 20px 2px 50px;
	line-height: 14px;
	font-size: .85em;
	border-bottom: 1px solid #f6f6f6;
	/*background: #f6f6f6;*/
  margin-left: 0;
  list-style: none outside none;
  border-left: 3px solid transparent;
}

ul.topicList li.toc_level3:hover {
	background-color: #EBECED;
	border-left: 3px solid #85bbe7;
}

/*ul.topicList li.toc_level1 {
	background: url(../graphics/fdbfjjae.png) no-repeat #ececec;
	background-position: 12px 12px;
}

ul.topicList li.toc_level2 {
	background: url(../graphics/fdbfjjae.png) no-repeat #f6f6f6;
	background-position: 24px 6px;
}*/

ul.topicList li.toc_level1_withChild {
	background: url(../graphics/disclosure_icons/disclosecollapsed_ena_12.png) no-repeat;
	background-position: 265px 12px;
}

ul.topicList li.toc_level1_withChild.expanded {
	background: url(../graphics/disclosure_icons/discloseexpanded_ena_12_down.png) no-repeat #e4f0fa;
	border-left: 3px solid #0572ce;
	background-position: 265px 12px;
}

ul.topicList li.toc_level2_withChild {
	background: url(../graphics/disclosure_icons/disclosecollapsed_ena_12.png) no-repeat;
	background-position: 260px 6px;
}

ul.topicList li.toc_level2_withChild.expanded {
	background: url(../graphics/disclosure_icons/discloseexpanded_ena_12_down.png) no-repeat #e4f0fa;
	border-left: 3px solid #0572ce;
	background-position: 260px 6px;
}

ul.topicList li.toc_level3_withChild {
	background: url(../graphics/disclosure_icons/disclosecollapsed_ena_12.png) no-repeat;
	background-position: 255px 6px;
}

ul.topicList li.toc_level3_withChild.expanded {
	background: url(../graphics/disclosure_icons/discloseexpanded_ena_12_down.png) no-repeat #e4f0fa;
	border-left: 3px solid #0572ce;
	background-position: 255px 6px;
}

ul.topicList li.topic_active {
	background: url(../graphics/disclosure_icons/discloseexpanded_ena_12_down.png) no-repeat;
	background-position: 265px 12px;
}

ul.topicList li.topic_active:hover {
	/*background-color: #d7d7d7;
	border-bottom: 1px solid #b9b9b9 !important;	*/
	background-color: #EBECED;
	border-left: 3px solid #85bbe7 !important;
}

ul.topicList li.topic_selected,
ul.topicList li.topic_selected:hover,
ul.topicList li.topic_selected ul.sectionList li.toc_level3,
ul.topicList li.topic_selected ul.sectionList li.toc_level3:hover {
	background-color: #e4f0fa;
	border-left: 3px solid #0572ce !important;
}

ul.topicList li.toc_level1:hover, 
ul.topicList li.toc_level1_withChild:hover,
ul.topicList li.toc_level2:hover,
ul.topicList li.toc_level2_withChild:hover {
	background-color: #EBECED;
	border-left: 3px solid #85bbe7 !important;
}

ul.topicList li:hover {
	cursor: pointer;
	/*color: #222222;*/
	/*text-decoration: underline;*/
}

ul.topicList li:first-of-type {
	border-top: none;
}

button::-moz-focus-inner, 
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner,
button::-moz-active-inner,
input[type="reset"]::-moz-active-inner,
input[type="button"]::-moz-active-inner,
input[type="submit"]::-moz-active-inner,
input[type="file"] > input[type="button"]::-moz-active-inner 
{
    border: none;
}

input[type="radio"] {
	width: 12px;
	height: 12px;
	position: relative;
	top: 1px;
}

input:focus {
	outline: none;
}

/*.task_btn {
	background-color: #fbfbfb;
	border: 1px solid #a6a6a6;
	border-top: 3px solid #ff0000;
	color: #404040;
	font-size: .75em;
	font-weight: normal;
	cursor: pointer;
	width: 64px;
	height: 24px;
	margin: 8px 8px 0px 0px;
}*/

.medium { width: 108px; }


.pagePane {
	float: right;
	width: auto;
	height: auto;
	position: fixed;
	top: 165px;
	right: 12px;
	bottom: 40px;
	left: 330px;
	overflow: auto;		
  font-size: 12px;
}

.topTocPane {
        width: auto;
        height: auto;
        position: float;
        right: 12px;
        bottom: 40px;
        margin-left: 30px;
	margin-top: 20px; 
        overflow: auto;
  font-size: 12px;
}


.bottomCtrlPane {
	float: right;
	height: 40px;
	width: 100%;
	position: fixed;
	left: 0px;
	bottom: 0px;
}

.footer_copyright {
	float: left;
	font-size: .8em;
	width: 50%;
	line-height: 40px;
	color: #222222;
	margin-left: 312px;
}

.bottomCtrlArea {
	float: right;
	height: 40px;
	width: 66px;
	margin-right: 12px;
	padding-top: 8px;
}

.bottomCtrl:hover {
	background: #555555;
}

#current {
	display: none;
}

.invisible { 
  color: #F5F5F5;
}

.pageCtrlArea {
	float: right;
	height: 30px;
	width: 68px;
	position: relative;
	top: 3px;
	right: 12px;
	border: 1px solid #B9B9B9;
	border-left: none;
	border-right: none;
	background: #FFFFFF;
}

.page_pre, .page_next {
	float: left;
	margin: 0px;	
}

.bottomCtrl {
	float: left;
	height: 24px;
	width: 24px;
	margin: 3px 0px 3px 8px;
}

.bottomCtrl:hover {
	background: #FFFFFF;
}

.ctrl_right {
	background: url(../graphics/images/func_caretright_24_ena.png) no-repeat center center;
	text-indent: -9999px;  
}

.ctrl_left {
	background: url(../graphics/images/func_caretleft_24_ena.png) no-repeat center center;
	text-indent: -9999px;  
}

.ctrl_right:hover {
	background: url(../graphics/images/func_caretright_24_hov.png) no-repeat center center #FFFFFF;
}

.ctrl_left:hover {
	background: url(../graphics/images/func_caretleft_24_hov.png) no-repeat center center #FFFFFF;
}

ul.topicList, ul.topicList li, ul.topicList ul {
	margin-left: 5px;
}

input.grayout {
        opacity: 0.4;
        filter: alpha(opacity=40);
}

#dummy_span { 
	font-size: .75em;
	font-weight: normal;
}

@media screen and ( max-width: 981px ) {
/* ,
@media screen and ( min-device-width: 768px ) and ( max-device-width: 1024px ) { */

	.feedbackCtrlAreaOpt4{
		margin-left:10px;
	}
	
	.langPaneOpt4{
		width:100%;
	}

	.pagePaneOpt4 {
		left: 44px;
		top: 200px;
	}

	.btn_openNav4 { 
                display: block;
                float: left;
                z-index: 999;
                height: 44px;
                width: 32px;
                border: 1px solid #C8C8C8;
                border-left: none;
                background: url(../graphics/func_open.png) no-repeat center center #F2F2F2 ;
                opacity: 0.6;
                position: fixed;
                top: 112px;
                left: 0px;
                /*border-top-right-radius: 3px;
                -moz-border-radius-topright: 3px;
                -webkit-border-radius-topright: 3px;*/
	}

	.btn_openNav4:hover { 
                background: url(../graphics/func_open_hov.png) no-repeat center center #FFFFFF ;
                border: 1px solid #dbdbdb;
                border-left: none;
                cursor: pointer;
                opacity: 1;
	}

        .btn_closeNav4 {
                display: none;
                float: left;
                z-index: 999;
                height: 44px;
                width: 32px;
                border: 1px solid #C8C8C8;
                border-left: none;
                background: url(../graphics/func_collapse.png) no-repeat center center #F5F5F5 ;
                position: fixed;
                top: 112px;
                left: 301px;
                /*border-top-right-radius: 3px;
                -moz-border-radius-topright: 3px;
                -webkit-border-radius-topright: 3px;
                border-bottom-right-radius: 3px;
                -moz-border-radius-bottomright: 3px;
                -webkit-border-radius-bottomright: 3px;         */
        }
        .btn_closeNav4:hover {
                background: url(../graphics/func_collapse_hov.png) no-repeat center center #FFFFFF ;
                border: 1px solid #b9b9b9;
                border-left: none;
                cursor: pointer;
        }

        .pageCtrlArea {
                float: right;
                height: 176px;
                width: 32px;
                position: fixed;
                top: 158px;
                left: 0px;
                border: none;
        }
        .bottomCtrl {
                float: left;
                height: 43px;
                width: 32px;
                margin: 0;
                opacity: 0.6;
                border-bottom: 1px solid #b9b9b9;
                border-right: 1px solid #b9b9b9;
        }
        .bottomCtrl:hover {
                opacity: 1.0;
                border-bottom: 1px solid #dbdbdb;
                border-right: 1px solid #dbdbdb;
        }
        .ctrl_right {
                background: url(../graphics/images/func_caretdown_24_ena.png) no-repeat center center #F2F2F2;
        }

        .ctrl_left {
                background: url(../graphics/images/func_caretup_24_ena.png) no-repeat center center#F2F2F2;
        }

        .ctrl_right:hover {
                background: url(../graphics/images/func_caretdown_24_hov.png) no-repeat center center #FFFFFF;
        }

        .ctrl_left:hover {
                background: url(../graphics/images/func_caretup_24_hov.png) no-repeat center center #FFFFFF;
        }


	

	.grayoutLayer {
		display: none;
		float: left;
		width: 100%;
		height: 100%;
		z-index: 50;
		background: #ffffff;
		position: fixed;
		top: 0px;
		left: 0px;
		opacity: 0.6;
		filter: alpha(opacity=60);
	}

}

