body
{
  font-family: Roboto, Arial, sans-serif;
  font-size: 12pt;
  letter-spacing: .02em;
}

table.code > tbody > tr {
    vertical-align: top !important;
}

ol div.Body_1, ol caption.Body_1
{
  line-height: 1.5em;
  margin-bottom: 0.5em;
  margin-left: 30pt;
  margin-top: 0.5em;
}

li.Numbered_2, div.Numbered_2, caption.Numbered_2
{
  line-height: 1.5em;
  margin-bottom: 0.5em;
  margin-left: 42pt;
  margin-top: 22px;
  text-indent: -21pt;
}

div.nowrap, caption.nowrap
{
  font-family: "Courier New";
  font-size: 8pt;
  line-height: 1.4em;
  margin-bottom: 0.5em;
  margin-left: 45pt;
  margin-top: 0.5em;
  white-space: pre;
  overflow-x: scroll;
  max-width: 790px;
  width: fit-content;
  line-height: 1.5em;
  display:inline-block;

}

table div.nowrap, table caption.nowrap{
	display:inline-block;
	width: -webkit-fill-available;
}


div.Body_in_Table, caption.Body_in_Table
{
  line-height: 1.5em;
  margin-bottom: 0.1em;
  margin-top: 0.1em;
}

li.List_1_in_Table, div.List_1_in_Table, caption.List_1_in_Table
{
  line-height: 1.5em;
  margin-bottom: 0.1em;
  margin-left: 2px;
  margin-top: 0.1em;
  padding-left: 15px;
  text-indent: -10pt;
}

div.List_1_Continued, caption.List_1_Continued
{
  margin-left: 18pt;
}

div.Preformatted_1, caption.Preformatted_1
{
  font-family: "Courier New";
  font-size: 8pt;
  line-height: 1.4em;
  margin-bottom: 0.5em;
  margin-left: 18pt;
  margin-top: 0.5em;
  white-space: pre;
}

div.Preformatted_2, caption.Preformatted_2 {
  font-family: Courier New, Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
  font-size: 8pt;
  line-height: 1.4em;
  margin-bottom: 0.5em;
  margin-left: 51pt;
  margin-top: 0.5em;
  white-space: pre-wrap;
}

div.note_1, caption.note_1
{
  line-height: 1.4em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

*:not(td) > * > div.note_1, *:not(td) > * > caption.note_1
{

 margin-left: 18pt;
}

div.stepresult, caption.stepresult, .Result
{
  line-height: 1.5em;
    margin-bottom: 0.5em;
    margin-left: 41px;
    margin-top: 0.5em;
}

td {border:none !important;}
th {border:none !important;border-bottom:1px solid #e2e2e2 !important;vertical-align: middle !important;}
th > div {text-align:left !important;}
tr {border:none !important;border-bottom:1px solid #e2e2e2 !important;}

body.scaleDown  .CollapsibleSection table {width: calc(98%);table-layout: fixed;}
body.scaleDown  table {width: calc(95% - 10px);table-layout: fixed;}
body.scaleDown > ww_skin_page_overflow > table {width: calc(98%);table-layout: fixed;}
body.scaleDown  th:nth-child(1),body.scaleDown td:nth-child(1) {width: 25%;}
body.scaleDown  .fieldLevelHighlight:before {
	height: var(--heightVariable);
	content: "";
    position: absolute;
    float: left;
    top: inherit;
    left: 1px;
    width: 6px;
    background-color: #2473e4;
}


.ww_skin_page_body.scaleDown {
    padding: 8px 12px 8px 14px;
}

body.scaleDown .rightNav {
	display:none;
}
body.scaleDown h1 {
	font-size:92% !important;
}

*:focus-visible {
    outline: none !important;
    border:2px solid #2121fb;
	box-shadow: 0 0 8px #719ECE;
  }
*:not(.CollapsibleSection ):focus-visible {
	border-radius: 4px;
  }

.rightNav {
    position: fixed;
    right: 16px;
    top: 90px;
    margin-right: -8px;
    border-radius: 8px;
    padding: 8px;
    display: none;
    background: white !important;
    max-width: 300px;
    box-shadow: 0 0 8px #bfbfbf;
    line-height: .95;
	min-width: 124px !important;
	max-height: 680px;
    overflow-y: scroll;
}

.rightNavChild {
	padding: 8px 11px;
    border-left: 2px solid lightgrey  !important;
    display: block;
	line-height: 1.2;
    margin-left: 4px;
    text-decoration: none;
    color: grey ;
	cursor: pointer;
	transition-property:  border;
	transition-duration: .35s; 
	transition-timing-function: ease-in-out;
}

/* .rightNavChild:hover:not(.activeHeading){ */
.rightNavChild:hover{
	color:#0a4fc7 ;
	background: #ecf3ff !important;
}

.activeHeading {
    border-left: 2px solid #0a4fc7 !important;
    color: #0a4fc7  !important;
	transition-property: color, border;
	transition-duration: .40s; 
	transition-timing-function: ease-in-out;
}

.rightNavHeader {
    font-size: 14pt;
    font-weight: 500;
    padding: 6px 0px 12px 5px;
}

body.darkModeEnabled .rightNav {
	background: #0f0f0f !important;
    box-shadow: none !important;
	border: 1px solid #999999 !important;
}  

body.darkModeEnabled .rightNavChild {
	border-left: 2px solid #b3b3b3 !important;
	color: #b3b3b3 !important;
}

body.darkModeEnabled .rightNavChild:hover{
	color:#4891d9 !important;
	background:none !important;
}

body.darkModeEnabled .activeHeading,
body.darkModeEnabled .activeHeading:hover {
    border-left: 2px solid #4891d9 !important;
    color: #4891d9 !important;
}


html {
  /* scroll-behavior: smooth; */
}

body.scaleDown .backToTopTextBackground {
	display:none !important;
}
body.darkModeEnabled #backtoTopContainer:hover .backToTopTextBackground {
    background-color:#0f0f0f !important;
    color: #4891d9 !important;
}
#backtoTopContainer:hover .backToTopTextBackground {
    background-color: #ecf3ff !important;
    color: #0a4fc7 !important;
}

.backToTopTextBackground {
   --Example: 200px;
    display: none;
}
.backToTopContent {
   --Example: 200px;
    display: none;
    color: black;
    position: fixed;
	right: unset;
    left: 919px;
    bottom: 26px;
    width: 40px;
    height: 40px;
    z-index: 10000;
    background: #4589ff;
    border-radius: 50%;
    background-image: unset !important;
    transition: left .25s linear;
    filter: drop-shadow(0px 0px 2px #818181);
	cursor:pointer;
}

div#toc_content {
    margin-left: 4px;
}

body.darkModeEnabled .backToTopContent {
    background: #4891d9 !important;
}

body.darkModeEnabled .backToTopContent:before {
	filter: brightness(100) invert(1);
}

.backToTopContent:before {
    background-image: url('../dropdown.png');
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
    content: "";
    rotate: 180deg;
    display: inline;
    padding: 11px 14.5px 12px;
    margin: 0px 0px 0px 0px;
    position: fixed;
}

.scaleDown .backToTopContent {
	right: 1px !important;
    left: unset;
    bottom: 1px !important;
    border-radius: 150px 150px 0 0;
    height: 22px;

}
.scaleDown .backToTopContent:before {
	padding: 6px 14.5px 12px;
}

body.scaleDown .rightNav {
	display:none !important;
}

/* Charlie Craig - Adding list styles */

ol
{
  list-style-type: none;
  margin:0px;
}

ul
{
  list-style-type: none;
    margin:0px;
}


/* Default style for links */
/*                         */
a:link:active  { color: #0000CC;}
a:link         { color: #0000FF;}
a:visited      { color: #800080;}
body.darkModeEnabled a:link:active  { color: #4891d9;}
body.darkModeEnabled a:link         { color: #4891d9;}
body.darkModeEnabled a:visited      { color: #b964b9;}
a:link:hover, a:visited:hover   { }


span.WebWorks_Number
{
  display: inline-block;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

ol > .Step_1 > .WebWorks_Number, ol > .Numbered_1 > .WebWorks_Number, ol > .Numbered_2 > .WebWorks_Number
{
    display: inline-block;
    width: 20px !important;
    font-size: 11pt;
    text-align: center;
    padding: 3px;
	margin-top: 16px;
    margin-right: 5px;
    line-height: 1.5;
    font-weight: 500;
    margin-left: 1px;
    border-radius: 50%;

}

body.darkModeEnabled ol span.WebWorks_Number > span {
	color:#4891d9 !important;
	filter: brightness(110%);
}

body.darkModeEnabled td, body.darkModeEnabled th {
	border-color:#797979 !important;
}
 

ol > *:not(ul,.callout_1, .Single_Step_1) > span.WebWorks_Number > span {
    background: #ecf3ff;
    border: 1px solid #0a4fc7;
    /* filter: drop-shadow(1px 1px 1px #818181); */
    color: #0a4fc7;
    display: inline-block;
    width: 16px !important;
    height: 16px !important;
    line-height: 18.5px;
    font-size: 10pt;
    padding: 4px;
    margin-left: -10px;
    margin-top: -3px;
    border-radius: 50%;
    text-align: center;
}

div.WebWorks_Table
{
  border: 1px solid #000000;
}

div.WebWorks_Table_Row
{
  clear: left;
}

div.WebWorks_Table_Cell
{
  float: left;
}

div.WebWorks_Table_End
{
  clear: both;
  font-size: 1px;
}

/* MiniTOC */
/*         */

div.WebWorks_MiniTOC
{
  margin: 20px;
  padding: 0;
  background: #DCDCDC;
  border-color: #CCCCCC;
  border-width: 1px;
  border-style: solid;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

div.WebWorks_MiniTOC_Heading
{
  display: none;
}

dl.WebWorks_MiniTOC_List
{
  margin: 0;
  padding: 0 0 0 16px;
}

div.WebWorks_MiniTOC > dl.WebWorks_MiniTOC_List
{
  padding-left: 0;
}

dl.WebWorks_MiniTOC_List > dd
{
    margin: 0;
    padding: 0;
}

div.WebWorks_MiniTOC_Entry
{
  cursor: pointer;
  margin: 0 8px 0 8px;
  padding: 4px;
  border-color: #CCCCCC;
  border-style: solid;
  border-width: 1px 0 0 0;
}

div.WebWorks_MiniTOC > dl.WebWorks_MiniTOC_List > dd:first-child > div.WebWorks_MiniTOC_Entry
{
  border-width: 0;
}

div.WebWorks_MiniTOC_Entry:hover
{
  background: #4F86CF;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#96B6DD', endColorstr='#6A9DDF');
  background: -webkit-gradient(linear, left top, left bottom, from(#96B6DD), to(#6A9DDF));
  background: -moz-linear-gradient(top,  #96B6DD,  #6A9DDF);
}

a.WebWorks_MiniTOC_Link:link
{
  color: black;
  text-decoration: none;
}

a.WebWorks_MiniTOC_Link:visited
{
  color: #606060;
  text-decoration: none;
}

div.WebWorks_MiniTOC_Entry:hover > a.WebWorks_MiniTOC_Link:link
{
  color: white;
}

div.WebWorks_MiniTOC_Entry:hover > a.WebWorks_MiniTOC_Link:visited
{
  color: #EFEFEF;
}

/* Related Topics */
/*                */
dl.Related_Topics_List
{
  margin: 0;
  padding: 0;
}

dt.Related_Topics_Title
{
  font-weight: bold;
  font-size: 12pt;
}

dd.Related_Topics_Entry
{
  cursor: pointer;
  margin: 0 0 0 12pt;
  padding: 0;
}

dl.Related_Topics_List > dd.Related_Topics_Entry:last-child
{
}

dd.Related_Topics_Entry:hover
{
}

dd.Related_Topics_Entry a:link
{
}

dd.Related_Topics_Entry a:visited
{
}

dd.Related_Topics_Entry:hover a:link
{
}

dd.Related_Topics_Entry:hover a:visited
{
}

/* LinkedIn Share */
/*                */
span#social_linkedin {
  margin-right: 12pt;
  vertical-align: -7px;
}

/* Google +1 */
/*           */
span#social_google_plus1 {
  vertical-align: -7px;
  margin-right: -20px;
}
