/*
 * ==============================================
 * Skin for oXygen generated WebHelp.
 * ==============================================
 */


/*
 * ------------------------------------------------------------------
 *  
 * Fonts.
 *  
 */

 
 /* @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700'); */
 /* removed importing for offline, embedded help */

body{
    font-family: 'Arial', sans-serif;
    font-size: 1.5em;
}

/*
 * ------------------------------------------------------------------
 *  
 * Fight with bootstrap
 *  
 */
.navbar-brand{
    height:auto;
}
.navbar {
    border:none;
    border-radius:0;
    margin:0;
	

}
a {
    color: #007565;
}
a:visited{
    color: #007565;
}
a:hover{
    color: #00AF9A;
    text-decoration: none;
}

/* Customization */


html
{
	overflow-y: scroll; /* fix for jumping content when scroll bar shown */
	background-color: #1d252c; /* footer overflow */
}

body
{
	background: #F5F6F6;
}

body > nav.navbar.navbar-default.wh_header
{
	    background: #FFF; /* Old browsers */
    /*  background: -moz-linear-gradient(top,  #4d4d4d 0%, #252525 100%); FF3.6-15 */
    /* background: -webkit-linear-gradient(top,  #4d4d4d 0%,#252525 100%);  */ /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(to bottom,  #fff 0%,#f2f2f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#252525',GradientType=0 ); IE6-9 */
    border: 0em;
    border-bottom: 1px solid #cfd2d3;
	padding: 0em !important;
} 

.navbar-default {
    -webkit-box-shadow: none;
    box-shadow: none;
}


/*
 * ------------------------------------------------------------------
 *  
 * Publication titles
 *  
 */
 
 
 
.wh_logo_and_publication_title {
    display: flex;
	flex-direction: column;
	justify-content: space-between;
    align-items: flex-start;
	width: 100%;
	margin-top: 33px;
}
 
 
.wh_publication_title > a {
    font-size: 2em;
    color: #333;
	font-weight: bolder;
}

.wh_logo {
    width: 181px;
    height: 34px;
    
    background-image: url('resources/images/forcepoint_logo.svg');

    /* background-size: 256px; */
    background-repeat: no-repeat;
    /* background-position: 8px 50%; */
}

.wh_header_flex_container { /* Fixed height for the main header */ 
    height: 120px; 

    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
    flex-wrap: wrap;
    padding-top: 15px;
}


span.ph {
    color: inherit !important;
}

.keyword, span.title {
    color: inherit !important;
}

p.shortdesc > span.ph.uicontrol {
    color: inherit;
}

span.ph.uicontrol {
    color: #333 !important;
}


/* fix for some borders being missing */
.cell-norowborder
{ border:solid 1px !important;}

.nocellnorowborder
{ border:solid 1px !important;}


/*
 * ------------------------------------------------------------------
 *  
 * Menu
 *  
 */
.wh_top_menu {
    font-size: 1.1em;
    margin: .4em 0;
}

/* The submenus */
.wh_top_menu ul ul {
    background-color: #f2f2f2;
}
.wh_top_menu ul li:hover {
    background-color: #f2f2f2;
}
.wh_top_menu ul ul li a:hover {
    background: #e6e6e6;
}
.wh_top_menu ul ul li {
    border-top-color: #e6e6e6;
}

/*
 * ------------------------------------------------------------------
 *  
 * Link to the index.
 * 
 */
 .wh_indexterms_link a span{
    display:none;
}

@media only screen and (max-width: 767px) {
    .wh_indexterms_link a:before{
        bottom: 0;
    }
}


/*
 * ------------------------------------------------------------------
 *  
 * Breadcrumb
 *  
 */
.wh_breadcrumb ol {
   /* background-color: #f2f2f2; 2020rebrand */
}
.wh_breadcrumb ol{
    color: #808080;
}
.wh_breadcrumb ol a {
    /* color:inherit; 2020rebrand */
}
.wh_breadcrumb ol .active {
    color: #2093cf;
}

.wh_breadcrumb li:not(:last-of-type)::after {
    content: ":";
    padding: 0 5px;
}

/* active page link is styled differently */
ol.hidden-print > li.active > span.topicref > span.title > a {
    color: #333;
}

.wh_breadcrumb .topicref .wh-tooltip,
.wh_side_toc .topicref .wh-tooltip {
    display: flex;
    align-items: baseline;
    visibility: hidden;
    background-color: #007565;
    color: #fff;
    font-weight: normal;
    text-align: left;
    line-height: 1em;
    padding: 10px;
    margin: 4px;
    border-radius: .4em;
    min-width: 15em;
    min-height: 2em;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: .5s opacity 1s;
}

.wh_breadcrumb .topicref .wh-tooltip::before,
.wh_side_toc .topicref .wh-tooltip::before {
    content: " ";
    position: absolute;
    border: .4em solid transparent;
}

[data-tooltip-position="left"] .topicref .wh-tooltip::before {
    top: .8em;
    left: 100%;
    border-left-color: #007565;
}

[data-tooltip-position="right"] .topicref .wh-tooltip::before {
    top: .8em;
    right: 100%;
    border-right-color: #007565;
}

[data-tooltip-position="bottom"] .topicref .wh-tooltip::before {
    left: .8em;
    bottom: 100%;
    border-bottom-color: #007565;
}

[data-tooltip-position="top"] .topicref .wh-tooltip::before {
    left: .8em;
    top: 100%;
    border-top-color: #007565;
}


/*
 * ------------------------------------------------------------------
 *  
 * Tools and navigation
 * 
 */
.wh_tools{
    /* background-color: #f2f2f2; 2020rebrand */
    margin: 0em 0em 2em 0em;
	border: #cfd2d3 solid 1px;
	border-radius: 5px;
}

.wh_print_link,
.wh_navigation_links,
.wh_navigation_links .navnext,
.wh_navigation_links .navprev{
}

.wh_print_link a,
.wh_navigation_links a,
.wh_navigation_links a:hover,
.wh_navigation_links a:active,
.wh_navigation_links a:visited,
.wh_print_link a:before,
.wh_navigation_links a:before,
.wh_navigation_links a:hover:before,
.wh_navigation_links a:active:before,
.wh_navigation_links a:visited:before{
      color: #333;
	/* color: #347bb7; */
    text-decoration: none;
}

/* Hide/Show Search Highlights Toggle */
.wh_hide_highlight {
    color: #007565;
}
.wh_hide_highlight.hl-close:after {
    color: #333;
    opacity: 1;
}

/* line up content with Width of bread crumb row */

#wh_side_toc {

padding-left: 0px;

}

/*
 * ------------------------------------------------------------------
 *  
 * Tiles
 * 
 */
.wh_tile {
    border-radius: .5em;
    background-color: #f2f2f2;
}
.wh_tile_shortdesc{
    margin-top:0.5em;
    text-align: center;
}
.wh_tile_title{
    font-family:'Arial';
    text-align: center;
    font-size:1.1em;
    text-decoration: none;
}
.wh_tile_title  a{
}
.wh_tile_shortdesc{
    text-align: center;
}
.wh_tile_text:after{
    background: linear-gradient(to bottom, rgba(238, 238, 238, 0), rgba(238, 238, 238, 1) 50%);
}
@media only screen and (max-width: 767px) {
    .wh_tile > div{
        height: auto;
    }
}

/* 
You can style some of the tiles in a special way. 
Example:
.wh_tiles *[data-id='getting_started']{
    background-color:gray;
}
*/






/*
 * ------------------------------------------------------------------
 *  
 * Search area
 * 
 */
#searchForm > div {
    position: relative;
    margin:auto;
    width: 84%;
    max-width: 1170px;
}

.wh_search_input{
    margin:2em 0;
}
.wh_welcome:not(:empty){
    font-size: 2.5em;
    margin: 0 auto;
    padding: 0 0 .5em 0;
    text-shadow: none;
    color:#040480;
}
.wh_search_textfield{
    border: solid 1px #CCC;
    border-radius: 5px;
    background-color: #f9f9f9;
    padding: 0 .5em;
    font-size: 1.2em;
    line-height: 2em;
    height: 1.8em;
}
.wh_search_textfield:focus {
    border-color: #007565;
    background-color: #fff;
}

.wh_search_button{
    border: solid 1px #CCC;
    border-radius: 0 5px 5px 0;
    padding: 0 .5em;
    background-color: #f9f9f9;
}

/* Search autocomplete */
.ui-menu-item {
    font-size: 1.4em;
}

.ui-menu-item .ui-state-active {
    background-color: #346ec5;
}

/* Search relative path */
.searchresult li .relativePath a {
    color: #006621;
}

/* hide the URLs in the search results */

div.relativePath {
    display: none;
}


.searchresult li {
    padding: 0.5em;
    margin-bottom: 1em;
    border: #007565 solid 0.5px;
    border-left: #007565 solid 4px;
}



/* Search autocomplete icons */
.search-autocomplete-proposal-type-history a,
.search-autocomplete-proposal-type-history a:hover,
.search-autocomplete-proposal-type-history a:visited,
.search-autocomplete-proposal-type-history a:active{
    text-decoration: none;
    color:inherit;
    font-size: 0.8em;
}
.ui-state-active .search-autocomplete-proposal-type-history a,
.ui-state-active .search-autocomplete-proposal-type-history a:hover,
.ui-state-active .search-autocomplete-proposal-type-history a:visited,
.ui-state-active .search-autocomplete-proposal-type-history a:active{
    color: #f2f2f2;
}

/* Active search page */
#wh-search-pagination > ul > li.active > a {
    background-color: #007565;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    border-color: #007565 !important;
}

/*
 * ------------------------------------------------------------------
 *  
 * Side TOC
 * 
 */
.wh_side_toc{
    border-radius: 3px;
    /* background-color: #f2f2f2; 2020rebrand */
    padding: 0em 0.5em;
    line-height: 1.7;
}
.wh_side_toc .active > .topicref a {
    color: #FFF;
    background-color: #007565;
    padding-left: 1px;
    padding-right: 1px;
}
.wh_side_toc span, .wh_side_toc a, .wh_side_toc a:visited {
    color: #808080;
	padding-left: 1px;
	padding-right: 1px;
}

.wh_side_toc a:hover {
    background-color: #00AF9A;
    color: #FFF;
    text-decoration: none !important;
	padding-left: 1px;
    padding-right: 1px;
}


/* Change the expand/collapse icon to ▶ */
.wh_side_toc span[data-state=not-ready] > .wh-expand-btn:before, .wh_side_toc span[data-state=collapsed] > .wh-expand-btn:before {
    content: "\e250";
    color: #007565;
}
.wh_side_toc .wh-expand-btn:before {
    content: "\e250";
    color: #007565;
    opacity: 1;
}
.wh_side_toc span[data-state=expanded] > .wh-expand-btn:before {
    content: "\e252";
    color: #007565;
}

#go2top {
background-color: #007565;
border: 1px solid #007565;
}

abbr[title] {
    cursor: inherit;
    border-bottom: none;
    text-decoration: none;
}

nav.navbar.navbar-default.wh_footer {
    box-shadow: none;
    /* background-color: transparent !important; */
    background-image: none !important;
    border-top: #f2f2f2 solid 2px;
    font-size: 0.8em;
	
	background-color: #1d252c; 
	color: #FFF;
	
	/* stick to bottom */
	bottom: 0;
	/* position: absolute; */
	width: 100%;
	min-height:115px;
	
	
}

span.uicontrol > img {
    padding-right: 0px;
    min-width: 18px;
    }



/* Make image full width when outputclass img_width is set */	
 .image.img_fullwidth {
    width: 100%;
}
	
.topictitle1{
    font-weight: 600;
	color: #007565;
	font-size: 2.5em;
}
.topictitle2{
    font-style: normal;
}
.topictitle3{
    font-weight: 400;
}


.sectiontitle {
    margin-top: 1em;
    margin-bottom: 0.5em;
    color: #333;
    font-size: 1.5em;
    font-weight: bold;
}

.draft-comment {
    background-color: yellow !important;
    border: 1pt black solid;
    padding: 4px;
    font-family: monospace;
}

.draft-comment > strong {
    font-weight: 800;
    color: white;
    background-color: red;
    padding-left: 11px;
    margin-right: 4px;
}

/* hide the help statement */
p.mgmt_client_task {
    display: none;
}

/* Make Before you begin section stand out */
.section.prereq.p {

    /*border: #007565 dashed 1px; */

    border: 1px solid #007565;
	border-width: 1px 1px 1px 4px;
    padding: 0px 15px 10px 15px;

}

.note {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #DDD;
    padding: 6px 12px 10px 12px;
	line-height: 1.7em; /*override line height in tables*/
}

.notetitle, div[class="note"]>h3 {
    background-image: url(resources/images/note.svg) !important;
    background-repeat: no-repeat;
	background-position: 3px;
	background-size: 15px;
    padding: 0px 0px 0px 24px;
	display:block;
	border-bottom: 1px solid #333;
	color: #DDD;
	margin-bottom: 2px;
}

/* replace standard note text with custom */
.notetitle::before, div[class="note"]>h3 {
    content: "Note";
	color: #333;
}


.caution {
    font-weight: normal;
	margin-top:0px;
	padding-top:0px;
}

.note.caution::before {
    display: block;
    border-top: 1px solid #333;
    content: "";
}

.cautiontitle, div[class="caution"]>h3 {
    font-weight: bold;
    background-image: url(resources/images/important_caution.svg) !important;
    background-repeat: no-repeat;
    background-position: 10px 10px;
	background-size: 15px;
    padding: 6px 6px 0px 31px;
	background-color: #DDD;
	display:block;
	/* border-bottom: 1px solid #333; */
	color: #DDD;
}

/* replace standard note text with custom */
.cautiontitle::before, div[class="caution"]>h3 {
    content: "CAUTION";
	color: #333;
}


.important {
    font-weight: normal;
}

.importanttitle, div[class="important"]>h3 {
    font-weight: bold;
    background-image: url(resources/images/important_caution.svg) !important;
    background-repeat: no-repeat;
    background-position: 3px;
	background-size: 15px;
    padding: 0px 0px 0px 24px;
    background-color: #DDD;
	display:block;
	border-bottom: 1px solid #333;
	color: #DDD;
	margin-bottom: 2px;
}

/* replace standard note text with custom */
.importanttitle::before, div[class="important"]>h3 {
    content: "Important";
	color: #333;

}


.warningtitle, div[class="warning"]>h3 {
    font-weight: bold;
    background-image: url(resources/images/warning.svg) !important;
    background-repeat: no-repeat;
    background-position: 3px;
	background-size: 15px;
    padding: 0px 0px 0px 24px;
    background-color: #DDD;
	display:block;
	border-bottom: 1px solid #333;
	color: #DDD;
	margin-bottom: 2px;
}


/* replace standard note text with custom */
.warningtitle::before, div[class="warning"]>h3 {
    content: "Warning";
	color: #333;

}


.tiptitle, div[class="tip"]>h3 {
    
    background-image: url(resources/images/tip.svg) !important;
    background-repeat: no-repeat;
	background-position: 3px;
	background-size: 13px;
    padding: 0px 0px 0px 24px;
	display:block;
	border-bottom: 1px solid #333;
	color: #DDD;
	margin-bottom: 2px;
}

/* replace standard note text with custom */
.tiptitle::before, div[class="tip"]>h3 {
    content: "Tip";
	color: #333;

}


@media only screen and (max-width: 767px) {
    .wh_side_toc {
        border-radius: 0;
        padding: 1em 0.5em;
        margin-top: 10px;
    }
}

/* Added filepath + reduced horizontal padding + word break */

kbd,
.filepath,
.userinput {
padding:2px 1px;
font-size:90%;
color:#333;
background-color:#e5e8e9;
/* border-radius:3px;
-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);
 */
 box-shadow: none;

	/* Chrome word break fix */
	word-break: break-word;
font-family:Menlo, Monaco, Consolas, "Courier New", monospace !important;

}

code {
    padding: 2px 4px;
    font-size: 90%;
	border-radius:3px;
	color:#333;
	background-color:#e5e8e9;
	
	/* -webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);
	box-shadow:inset 0 -1px 0 rgba(0,0,0,.25); */
}

/* codeblock*/
pre {
	background-color:#e5e8e9;
	font-size:90%;
	color:#333;
}

/*
 * ------------------------------------------------------------------
 *  
 * Footer
 * 
 */
.wh_footer{
    text-align: center;
    padding: 1em;

}


/*
 * ------------------------------------------------------------------
 *  
 * Topic content
 * 
 */

.wh_topic_content,.wh_content_area {
    color: #333;
    line-height: 1.7em
}

.wh_content_area {
    margin-right: 0px;
}

.container.wh_content_area {
	margin-right: auto!important;
}

.wh_related_links,
.wh_child_links,
.wh_topic_content .related-links {
	background-color: transparent;
    padding-left: 0em !important;
	padding: 0.5em;
    margin-top: 0.5em;
	margin-bottom:0.5em;
}


.wh_child_links li {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	padding: 4px;
}

.related-links a,
.related-links a:visited {
    color: #007565;
    padding-bottom: .3em;
    display:inline-block;
}

.related-links a:hover{
    color: #00AF9A !important;
    text-decoration: none;
}

.ulchildlink {
    margin-top: 1em;
    margin-bottom: 1em;
    border: #007565 solid 0.5px;
    padding: 8px !important;
    border-left: #007565 solid 4px;
}

.ullinks {
    padding-left: 0px !important;
}


ul.ul {
    list-style-type: none;
	padding-left: 20px;
}


ul.ul > li.li::before {
    content: "■";
    color: #00af9a;
    font-weight: bold;
    display: table-cell;
    width: 1em;
    margin-left: -1em;
	position: relative;
	top: -2px;
}


ul.ul > li.li {
    display: table;
	width: 100%;
}

/* fix position of codeblock when in choice list*/
li.li > .pre.codeblock {
    /* margin-top: -25px; */
}

ol.ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

ol.ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

ol.ol > li:before {
  /*content: counters(item, ".") ". "; */
  content: counter(item) ") ";
  display: table-cell;
  padding-right: 0.6em;
	color: #00af9a;
    font-weight: bold;  
}

li ol > li {
  margin: 0;
}

li ol.ol > li:before {
  /* content: counters(item, ".") " "; */
	content: counter(item, lower-alpha)") "
}




.relinfo {
    margin-top: 1em;
    margin-bottom: 1em;
    border: #007565 solid 0.5px;
    padding: 8px !important;
    border-left: #007565 solid 4px;
}

div.wh_related_links > nav > div > strong {
    color: #007565;
}

figure {
    margin-left: 0;
	margin-right: 0;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 8px;
	background-color: #FFF;
	border-color: #FFF;
	border-radius: 8px;
}

span.figtitleprefix {
    display: none;
}

.figcap {
	font-style: normal;
	font-weight: 700;
	font-size: 80%;
	color: #FFF;
	background-color: #007565;
	border-radius: 8px 8px 0px 0px;
	padding-left: 8px;
	margin: -11px -9px -9px -9px;
	border-top: 2px solid #007565;
}

/*
 * ------------------------------------------------------------------
 *  
 * Search results.
 * 
 */
.searchresult {
    list-style: none;
}

.searchresult li a,
.searchresult li a:visited,
.foundresult a,
.foundresult a:visited {
    color:#007565;
}

.searchresult li a:hover,
a.foundresult:hover, {
    color: #00AF9A !important;
    text-decoration: none;
}


.searchresult .shortdesclink {
    margin: .3em .5em 0 0;
}
.wh_search_expression{
    font-weight:bold;
}





/*
 * ------------------------------------------------------------------
 *  
 * Index terms.
 * 
 */
.wh_index_terms span.wh_first_letter {
    color: #2093cf;
}
.wh_index_terms #indexList{
    padding:0;
}



/*
 * ------------------------------------------------------------------
 *  
 * Tree TOC for the main page.
 * 
 */

 
.wh_main_page_toc {
	border:none;
	background: #F5F6F6;
	
}
 
.wh_main_page_toc_accordion_header {
	border:none;
	}
 
.wh_main_page_toc > .wh_main_page_toc_entry {

    border: 1px solid #007565;
	border-width: 1px 1px 1px 4px;
    margin-top: 1em;

}

.wh_main_page_toc > .wh_main_page_toc_accordion_header {

    border: 1px solid #007565;
	border-width: 1px 1px 1px 4px;
    margin-top: 1em;
    
}

.wh_main_page_toc > .wh_main_page_toc_accordion_header.expanded {

    border-bottom: none;
	background-color: #f2f2f2;
}


.wh_main_page_toc_accordion_entries {
	
    border: 1px solid #007565;
	border-width: 0px 1px 1px 4px;
    background-color: #f2f2f2;
	
}

.wh_main_page_toc a {
    color: #007565 !important;
}

.wh_main_page_toc a:visited{
    color: #007565 !important;
}

.wh_main_page_toc a:hover{
    color: #00AF9A !important;
    text-decoration: none;
}


/* Table title */

.tablecap {
    font-weight: 700;
    color: #333;
}

/* Table headers */
th.entry {
background-color: #007565;
color: #FFF;
}

/* tables without borders */

th.entry.row-nocellborder, td.entry.row-nocellborder {
    border: 1px solid #333;
}


/* force vertical-align to be top */

.table > tbody > tr > td {
    vertical-align: top;
}


/* Hide table numbers */

span.table--title-label {
    display: none;
}

/* Figure callouts */

.dl {
    background-color: transparent;
    margin-right: 0px;
    margin-left: 0px;
    color: rgb(0, 0, 0);
    font-style: normal;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px;
    border: #007565 solid 1px;
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: #007565;
    border-left: #007565 solid 3px;
    padding-left: 15px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
}

.dd {
    background-color: transparent;
    color: #333;
    /* font-weight: 400; */
    font-style: normal;
    padding-top: 2px;
    padding-bottom: 2px;
}

.dt {
    background-color: transparent;
    color: rgb(0, 0, 0);
    font-weight: 700;
    font-style: normal;
    color: #007565;
    clear: left;
    float: left;
    padding-top: 2px;
    padding-bottom: 2px;
}

.wh_main_page_toc .wh_main_page_toc_accordion_header:before {
    content: "\e250";
    color: #007565;
}
.wh_main_page_toc .wh_main_page_toc_accordion_header.expanded:before {
    content: "\e252";
    color: #007565;
}

/* Icon Color Adjustments */

.wh_expand_btn { /* the expand/collapse icon */
    color: #007565;
    opacity: 1;

}
.wh_expand_btn:before {
    content: "\e250";
    opacity: 1;
}
.wh_expand_btn.expanded:before {
    content: "\e252";
}



/*
 * ------------------------------------------------------------------
 *  
 * PDF Links
 * 
 */

 /* Front cover */
div.wh_main_page_toc_entry span.pdflink {
	background-image: url('resources/images/pdf.svg');
	background-repeat: no-repeat;
	background-position-x: initial;
	background-position-y: center;
	background-size: contain;
	padding-left: 30px;
	margin-left: -40px;
}

 /* ToC */
span.topicref.pdflink {
	background-image: url('resources/images/pdf.svg');
	background-repeat: no-repeat;
	background-position-x: initial;
	background-position-y: center;
	background-size: contain;
}

span.topicref.pdflink > span.title {
	padding-left: 15px;
}


div.body.taskbody div.example.example_optiondefinitions div.tasklabel {
	display: none;
}

/* Date creation label */
.ph.ph_creation_date {
	display: block;
	font-size: smaller;
	font-style: italic;
	padding: 0px 0px 5px 10px;
	color: #666465;
	margin-top: -3px; 
}

/* Date creation label - H1 */
article.nested0 > p.shortdesc > span.ph.ph_creation_date {
    margin-top: -25px;
}


/* Remove link icons from elements that have IDs */
.dt[id]::after, .section[id] .sectiontitle::after, .title.topictitle2[id]::after, table[id] .tablecap::after{
    content: "";
    padding: 0 0.4em;
    margin:0 0 0 0.5em;
    opacity: 0.35;
    transition: opacity .3s;
    background: url(../images/link-icon.png) no-repeat;
    background-size: contain;
    background-position-y: 60%;
    cursor:pointer;
    display: none;
}


/* Copyright text in the footer */
#online_help_footer_copyright_text {
	/* color: #636569; 2020rebrand */
	
	color: #FFF;
}


/* Published date in the footer */
#online_help_footer_published_date {
	font-size: 80%;
}