/***********************************************/
/* libraryui.css                               */
/* Use for all PeopleSoft Online Library Pages */
/***********************************************/
@keyframes o-fadein {
0% {
opacity:0
}
100% {
opacity:1
}
}
html {
    width: 100%;
    height: 100%;
}
body {
    font: 11pt Arial, Helvetica, sans-serif;
    color: #000000;
    background-color: #FFFFFF;
}

#wrapper1 {
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
}
#wrapper2 {
    animation: o-fadein ease .3s forwards;
}
.psc_hidden {
    display: none !important;
}
/* Skip to Main Content link*/
a.SkipNav {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: rgb(0, 0, 0);
    left: 6px;
    padding: 6px;
    position: absolute;
    top: -100px;
    transition: background 1s linear 0s;
    z-index: 9999;
    font-weight: bold;
    width: 210px;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
}
a.SkipNav:focus {
    background: none repeat scroll 0 0 #ffffff;
    left: 6px;
    /*	outline: 1px solid rgb(51,102,204); */
    /* outline: solid 2px #1D2733; */
    outline: solid 2px #3A3632;
    position: absolute;
    top: 6px;
    transition: background 0.5s linear 0s;
}
#i_focusborder {
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
}
/*Contents Bar styles*/
.scroll-wrapper {
    display: inline-block;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    /*	background-color: rgb(240,240,240);*/
    background-color: #fcfcfc;
    height: 800px;
    position: fixed;
    z-index: 9000;
    width: 20px;
    top: 0;
    left: 0;
    bottom: 0;
    border-right: 1px solid #a3a3a3;
}
.scroll-wrapper iframe {
    /* nada! */
    width: 100%;
    height: 100%;
}
::-webkit-scrollbar {
    width: 12px;
}
.SBPathText {
    width: 92%;
    padding: 4px 0 2px 2px;
    display: inline-block;
}
.sidebarbody {
    background-color: #fcfcfc;
}
.navheading, .navback { /*Contents heading*/
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    border-bottom: 1px solid #a3a3a3;
    min-height: 45px;
}
.ptclose { /*Contents bar close button*/
    position: absolute;
    right: 8px;
/*    padding: 1px 3px;*/
/*    border: 1px solid transparent;
    border-radius: 100%;*/
    background-color: transparent;
    border-radius: 3px;
    padding: 2px 4px;
    border: 1px solid #868e96;
    transition: background 0.15s 0s ease-in-out;
}

.ptclose:hover, .ptclose:focus {
    border-color: #5c6570;
    text-decoration: none;
    /* color: #1d2733; */
    color: #3A3632;
    background-color: #f4f7fc;
    /*	border-radius: 100%;
    border: 1px solid #a3a3a3;*/
    /*	padding: 1px 3px;*/
}
/*.ptclose:focus {
	outline: solid 2px #5b8cb2;
	}*/
#ContentsNavBarList *[aria-expanded="true"] > ul {
    animation: o-fadein ease .3s forwards;
}
.ListBullet { /*Products level in tree*/
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
}
.ListBullet .ListBullet { /*lower levels of tree*/
    margin: 8px -4px 0 -14px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
}
.ListBulletHome { /*Home item in contents bar*/
    list-style: none;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    border-bottom: 1px solid #a3a3a3;
    min-height: 45px;
    padding: 10px 14px;
}
.ListBulletHome, .treeDivTop2nd {
    transition: background 0.15s 0s ease-in-out;
}

.treeDivTop2nd .ps-img-sidebar { /*Top-level list icon*/
    height: 12px;
}
.ps-img-sidebar { /*Top-level list icon and social media icons*/
    height: 16px;
    width: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    padding: 0 8px 0 0;
    vertical-align: middle;
}
.ListBulletHome .ps-img-sidebar {
    margin-top: -4px;
}
.ps-img-sidebarS { /*lower level list icon*/
    height: 12px;
    width: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    padding: 0 8px 0 0;
    vertical-align: middle;
}
.treeParent.treeTop2nd { /*Products level of nav tree*/
    color: #000000;
    background-color: #fcfcfc;
    border-bottom: 1px solid #a3a3a3;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
}
.ListBullet .treeParent { /*Products level of nav tree*/
    padding: 10px 4px 0px 14px;
}
.ListBullet .ListBullet .treeParent { /*prodline topichead levels of nav tree*/
    padding: 10px 4px 10px 52px;
    text-indent: -24px
}
.ListBullet .ListBullet .ListBullet .treeParent { /*subject level of nav tree and lower levels*/
    padding: 10px 4px 10px 35px;
}
.ListBulletPage { /*topic links in tree*/
    padding: 10px 4px 10px 15px;
    text-indent: 0;
}
.treeParent, .ListBulletPage { /*list items for expandable nodes in tree view and topic links*/
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #ffffff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    list-style: none;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;/* Firefox */
    min-height: 45px;
}
/*Hovers and links*/
.ListBulletHome:hover, .treeDivTop2nd:hover, .treeParent.treeTop2nd:hover, .ListBulletHome:focus, .treeDivTop2nd:focus, .treeParent.treeTop2nd:focus {
    background-color: #f4f7fc;
    text-decoration: none;
    cursor: pointer;
}
.ListBulletHome:focus, .treeDivTop2nd:focus, .treeParent.treeTop2nd:focus, .treeParent:focus, .externallink:focus {
    /*	outline:solid 2px #5b8cb2;*/
    outline-offset: -1px;
}
.treeParent:focus ul {
    text-decoration: none;
}
.treeParent span:hover, .treeParent:focus > span {
    text-decoration: underline;
}
.ListBulletPage:focus {
    /*	outline:solid 2px #5b8cb2;*/
    outline-offset: -1px;
    ;
}
.ListBulletPage.tree-focus:focus {
    text-decoration: underline;
    color: #246FC7;
}
.selectedlink {
    font-weight: bold;
}
a.sbchild:hover, a.treelink:hover, .ListBulletPage a.ui-link:hover, a.sbchild:focus, a.treelink:focus, .ListBulletPage a.ui-link:focus { /*topic and external links in tree*/
    text-decoration: underline;
    color: #1c579c;
}
.righticon { /*padding for styles with externallink icon*/
    padding-right: 16px;
}
.externallink {
    padding: 10px 4px 0px 38px;
}
a.NavBack:link, a.NavBack:visited, a.NavBack:active {
    text-decoration: none;
    color: rgb(57, 83, 112);
}
/* Social Media Styles */
.social {
    padding-left: 86px;
}
.socialIcon {
    float: left;
}
.facebook {
    background-image: url(../images/social-fb-29.png);
    background-repeat: no-repeat;
    background-position: 39px 50%;
}
.youtube {
    background-image: url(../images/social-yt-29-blue.png);
    background-repeat: no-repeat;
    background-position: 39px 50%;
}
.twitter {
    background-image: url(../images/social-tw-29.png);
    background-repeat: no-repeat;
    background-position: 39px 50%;
}
.psblogs {
    background-image: url(../images/social-bl-29-blue.png);
    background-repeat: no-repeat;
    background-position: 39px 50%;
}
.linkedin {
    background-image: url(../images/social-li-29.png);
    background-repeat: no-repeat;
    background-position: 39px 50%;
}
/*Banner*/
#pthdr2container {
    margin: 0;
    background: #3A3632;
    color: #fff;
    height: 48px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    position: fixed;
    top: 0px;
    z-index: 1000;
}
#pthdr2container::before {
    padding-top: 0.5em;
    background: url(../images/PT_REDWOOD_STRIP1.PNG);
    content: " ";
    display: block;
}
#pthdr2logoswan {
   float: left;
    margin: 1px;
    /* padding: 10px 12px 6px 0px; */
    padding: 4px 6px 4px 0px;
}
.oraclelogo {
/*     height: 18px; */
    height: 34px;
    width: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
}
#pthdr2contentslink {
    float: left;
    margin: 4px 0 0 0;
}
#pthdr2links {
    list-style-type: none;
    margin-top: 4px;
    position: fixed;
    right: 0;
    top: 8px;
}
#pthdr2container .ps-img {
    height: 1.72em;
    padding: 0.345em;
    width: 1.72em;
    vertical-align: middle;
    /*margin-top: -1px;*/
    /*border: none;*/
}
#pthdr2container .ps-button {
    font-size: 1em;
    border-radius: 100%;
    display: inline-block;
    color: #fff;
    margin: 0 .4em;
    transition: background 0.15s 0s ease-in-out;
}
#pthdr2links .ps-button:hover, #pthdr2contentslink .ps-button:hover {
    background-color: rgba(255, 255, 255, 0.35);
}
.ps-button:focus {
    outline-offset: -1px;
}
/*#pthdr2links .ps-button:focus, #pthdr2contentslink .ps-button:focus {
	outline: solid 2px #5b8cb2;
	outline-offset: -2px;
}*/
/*.activebutton {
	border: 2px solid rgb(255, 255, 255);
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2px;
    border-radius: 100%;
}*/
/*You are here*/
.cover #yahbox {
    color: #FFFFFF;
}
#yahbox {
    color: #000000;
    margin: 60px 90px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    animation: o-fadein ease .3s forwards;
}
.HomePage #yahbox {
    margin: 52px 12px 0;
}
/**
 Changed element for breadcrumb from span to ol/li.
**/
/*
.pthnav {
	display: inline;
}
.pthnav .pthnavbarfldr {
}

span.pthnavbarfldr::after {
	content: url(../images/PT_HNAV_CSS_HIEARCHY_SEP2.gif);
	height: 14px;
	padding: 0.2em 0.4em;
}
span.pthnavbarfldr:last-child::after {
	content: none;
}
*/
.pthnav {
    list-style-type: none;
/*    line-height:1.75em;*/
}
li.pthnavbarfldr, li.pthnavbarfldr0 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: URL(../images/PT_HNAV_CSS_HIEARCHY_SEP2.gif);
    background-origin: padding-box;
    background-position: 0 4px;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: inline;
    padding-left: 18px;
    padding-right: 10px;
}
li.pthnavbarfldr0 {
    background-image: none;
}
.yahtext {
    font-weight: bold;
    padding: 0 10px 0 0;
}
.HomePage #yahbox .ptclose {
    left: 20px;
    position: relative;
}
.HomePage #yahbox .ptclose, .HomePage #searchbox .ptclose {
    border-color: #ffffff;
}
.HomePage #yahbox .ptclose:hover, .HomePage #yahbox .ptclose:focus, .HomePage #searchbox .ptclose:hover, .HomePage #searchbox .ptclose:focus {
    border-color: #fcfcfc;
    background-color: rgba(0,0,0,.3);
}
#yahbox .ptclose {
    right: -30px;
    top: 0px;
    position: relative;
}
#yahbox .ptclose, #searchbox .ptclose {
    padding: 0px 4px;
    margin-top: 2px;
    display: inline-block;
}

#yahbox .ptclose img, #searchbox .ptclose img { 
    height:10px;
    width:10px;
}

/*search box*/
div#yahbox + div#searchbox {
    margin-top: 26px;
}
.HomePage #searchbox {
    margin: 52px 12px 0 12px;
    width: 45vw;
}
#searchbox {
    margin: 60px 90px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    text-align: left;
    animation: o-fadein ease .3s forwards;
}
#searchbox .ptclose {
    position: relative;
    left: 30px;
    top: 2px;
}
/* Main content section */
.sidebar #wrapper2 {
    position: absolute;
    left: 300px;
    top: 0;
    right: 0;
}
.nosidebar {
    position: static;
}
#content {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    clear: both;
}
div#yahbox ~ div[class=""] ~ div.homecontent {
    margin-top: -5em; /*-130px*/
}
div#yahbox ~ div[class="psc_hidden"] ~ div.homecontent {
    margin-top: -4.8em; /*-71px*/
}
div[class=""] ~ div.homecontent {
    margin-top: -5.8em; /*-85px;*/
}
.homecontent {
    margin: 0px;
    height: 94vh;
    padding: 0px 90px;
}
.topiccontent {
    margin-top: 60px;
    padding: 0 90px;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-top: 40px;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 90%;
    box-sizing: border-box;
    z-index: 900;
}
.pstopic2::before, .pstopic2:focus::before, .topic.nested1::before, .topic.nested1:focus::before { /*adds space before same-page link target*/
    display: block;
    content: "";
    height: 45px;
}
.pstopic2, .topic.nested1 {
    width: 100%;
    white-space: normal;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    background-color: #FFFFFF;
}
.body {
    width: 100%;
    margin: 2.6em 0;
    padding: 0;
    white-space: normal;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    background-color: #FFFFFF;
}
.body .body {
    margin: 1em 0;
    padding: 0;
}
#ptifrmtgtframe {
    overflow: auto;
    border: none;
}
/* Home Page styles */
.cover {
    /* background: #1D2733 url("../images/bg_home.jpg") no-repeat scroll center top;*/
    background: #3A3632;
    background-size: cover;
}
.centercontent {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);/*	-moz-transform: translateY(-50%);*/
}
.centertitle {
    width: 100%;
    z-index: 1000;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    padding: 0 20%;
    text-align: center;
}
.homenavitems {
    text-align: center;
}
.homenavigatorlink {
    padding: 3em 0 0;
}
.homenavigatorlink a.gsexit {}
.homenavigatorlink a {
    color: #FFFFFF;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
}
/*
 * Previous and Next buttons
 */
div#yahbox ~ div[class="psc_hidden"] ~ div.topiccontent > h1 > .previouslink, div#yahbox ~ div[class="psc_hidden"] ~ div.topiccontent > h1 > .nextlink {
    top: 60px;
}
div#yahbox ~ div[class="psc_hidden"] ~ div.topiccontent > h1 > .previouslink > img, div#yahbox ~ div[class="psc_hidden"] ~ div.topiccontent > h1 > .nextlink > img {
    top: 67px;
}
div#yahbox ~ div[class=""] ~ div.topiccontent > h1 > .previouslink, div#yahbox ~ div[class=""] ~ div.topiccontent > h1 > .nextlink {
    top: 60px;
}
div#yahbox ~ div[class=""] ~ div.topiccontent > h1 > .previouslink > img, div#yahbox ~ div[class=""] ~ div.topiccontent > h1 > .nextlink > img {
    top: 67px;
}
div[class=""] ~ div.topiccontent > h1 > .previouslink, div[class=""] ~ div.topiccontent > h1 > .nextlink {
    top: 153px;
}
div[class=""] ~ div.topiccontent > h1 > .previouslink > img, div[class=""] ~ div.topiccontent > h1 > .nextlink > img {
    top: 160px;
}
button.previouslink, button.nextlink {
    background-color: #ffffff;
    position: fixed;
    top: 64px;
    border-radius: 3px;
    padding: 1px 0 1px 0;
    border: 1px solid #868e96;
    height: 1.72em;
    width: 1.72em;
    transition: background 0.15s 0s ease-in-out;
}
button.previouslink {
    margin:0 0 0 12px;
}
button.nextlink {
    margin: 0;     
}
button.previouslink:hover, button.nextlink:hover, button.previouslink:focus, button.nextlink:focus {
    /*background: none repeat scroll 0 0 #f4f7fc;*/
    border-color: #5c6570;
    text-decoration: none;
    /* color: #1d2733; */
    color: #3A3632;
    background-color: #f4f7fc;
}
/*button.previouslink:focus, button.nextlink:focus {
	outline:solid 2px #5b8cb2;
}*/
.previouslink img, .nextlink img {
    height: 12px;
    width: 12px;
    /*	opacity: 1;
	position: fixed;
	top: 67px;*/
}
.nosidebar .previouslink img {
    /*	left: 5px;*/
}
.sidebar .previouslink img {
    /*	left: 305px;*/
}
.nextlink img {
    /*	right: 3px;*/
}
.nosidebar .previouslink {
    left: 12px;
}
.sidebar .previouslink {
    left: 312px;
}
.nextlink {
    right: 12px;
}
/*Field and check box styles*/
.topicform {
    margin: 30 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
}
.fieldlabel {
    padding: .5em;
    vertical-align: middle;
    color: #5a5a5a;
    font-weight: bold;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
}
/*input[type="checkbox"]:focus {
	background-color: rgb(255, 255, 235);
	outline:solid 2px #5b8cb2;
}
input:focus {
	background-color: rgb(255, 255, 235);
	border-radius: 3px 3px 3px 3px;
	box-shadow: none;
	}
	
#i_display_options:focus::before {
	display: block;
	content: "";
	height: 45px;
}*/
#i_display_options {
    padding: 10px 0;
}
/*Footer styles*/
#navfooter {
    margin-top: 60px;
}
footer {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 44px;
    padding: 12px 12px;
}
.homefooter {
    background: #3A3632;
    position: fixed;
    bottom: 0;
}
/*Back to Top styles*/
#back-to-top {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#back-to-top.visible {
    position: fixed;
    right: 10px;
    bottom: 2px;
    height: auto;
    width: auto;
    overflow: visible;
    text-align: center;
    -moz-box-sizing: border-box;     
    box-sizing: border-box;
}
/*#back-to-top a {
    display: inline-block;
    position: relative;
    bottom: 0px;
}
#back-to-top a:hover {
    opacity: .75;
}*/

#back-to-top.visible a {
font-size: 1em;
border-radius: 100%;
display: inline-block;
color: #fff;
margin: 0 .4em;
transition: background 0.15s 0s ease-in-out; 
}
#back-to-top.visible a:hover {
    background-color: #ADB1B5;
}

#back-to-top.visible a:focus {
    outline:solid 1px #ADB1B5;
    background-color:#ffffff;
}


#back-to-top img {
height: 1.72em;
padding: 0.345em;
width: 1.72em;
vertical-align: middle;
margin-top: -1px;
}

button.productBttnClosed {
    background: transparent;
    margin-left: 0;
    padding: 0 0 0 0;
    border: none;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    text-align: left;
}
.extrnLinkImg {
    float: right;
    margin-top: 4px;
}
/*Chrome scroll bars*/
::-webkit-scrollbar-track-piece {
    background-color: #EFEFEF;
    -webkit-border-radius: 0;
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #999;
    -webkit-border-radius: 4px;
    outline: 2px solid #EFEFEF;
    outline-offset: -2px;
    border: 2px solid #EFEFEF;
}
::-webkit-scrollbar-thumb:hover {
    height: 50px;
    background-color: #9f9f9f;
    -webkit-border-radius: 4px;
}

#icopyright-page {
    margin-left: 1.5em;
}

#icopyright-page p{
    color: #000000;
    margin:0.75em 0em 0.25em;
}
