﻿@charset "utf-8";

/*
 * ==============================================
 * Custom CSS for FrameMaker Online Help
 * Author: Stefan Gentz
 * Date Created: 2018-10-17
 * Date Last Update: 2018-11-29
 *
 * 2018-11-28:
 * Added style for sub topic navigation tiles:
 * ul.nav-subtopics
 * ul.nav-subtopics > li
 * ul.nav-subtopics > li > p
 * ul.nav-subtopics > li > p > a
 * ==============================================
 */
 
/*
 * ==============================================
 * From RoboHelp light theme
 * --color: #4b4b4b; ← a dark gray
 * --bg-color: #f5f5f5; ← very bright gray (nearly white)
 * --border-color: rgb(234, 234, 234); ← very bright gray (minimal darker than #f5f5f5)
 * --editor-bg-color: #ffffff; ← just white
 * --color-disabled: #b3b3b3; ← some medium-bright gray; RG(179, 179, 179)
 * --bg-color-hover: rgb(245, 245, 245); 
 * --indicator-color: #8e8e8e; ← rgb(142, 142, 142);
 * --button-color: rgb(75, 75, 75);
 * --button-bg-color: rgb(250, 250, 250);
 * --button-border-color: rgb(225, 225, 225);
 * --button-bg-color-selected: rgb(234, 234, 234);
 * --selected-color: rgb(13, 102, 208);
 * --starter-label-color: #8e8e8e;
 * --starter-recent-color: #4b4b4b;
 
 #ffffff / rgb(255, 255, 255); ← white
 #f5f5f5 / rgb(245, 245, 245); ← very bright gray (nearly white)
 
 */
 

@import "https://use.fontawesome.com/releases/v5.5.0/css/all.css";

@import "http://static-fonts.adobe.com/k/c/yoe7ink-d.css";

body {
	font-family: "adobe-clean", "Segoe UI", "Helvetica", "Arial", sans-serif;
	background-color: rgb(255, 255, 255);
	color: rgb(75, 75, 75);
	padding-left: 30px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 30px;
}
footer {
  padding: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  text-align: center;
  width: 100%;
  position: relative;
}

.topictitle1 {
  font-size: 2em;
}

p.shortdesc {
	display: block;
	background-color: rgb(245, 245, 245);
	border-color: rgb(225, 225, 225);
	border-radius: 7px;
	border-style: solid;
	border-width: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 45px;
	padding-top: 13px;
	padding-right: 15px;
	padding-bottom: 15px;
	background-image: url("shortdesc.svg");
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 25px 25px;
}

div.miniTOC {
	display: block;
	background-color: rgb(245, 245, 245);
	border-color: rgb(225, 225, 225);
	border-radius: 7px;
	border-style: solid;
	border-width: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
}

div.note {
	background-color: #fff3d4;
	border-left-color: #f6b73c;
	border-left-width: 5px;
	border-left-style: solid;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 15px;
	display: block;
}

p > code {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	padding: 2px 4px;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;
	font-weight: normal;
}

object {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	max-width: 100%;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}

div.fig {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

div.fig > span.figcap {
    font-style: normal;
    font-weight: bold;
    display: block;
}

div.fig > img {
	max-width: 100%;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
	margin-top: 20px;
	margin-bottom: 10px;
}

div.related-links {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

div.familylinks {
	display: block;
	background-color: rgb(245, 245, 245);
	border-color: rgb(225, 225, 225);
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

div.linklist {
	display: block;
	background-color: rgb(245, 245, 245);
	border-color: rgb(225, 225, 225);
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

ul,
ol {
	padding-inline-start: 20px;
}
div.related-links ul.ullinks {
	padding-inline-start: 0px;
}

ul.nav-subtopics {
	margin-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
ul.nav-subtopics > li {
	display: inline-block;
	list-style-type: none;
	vertical-align: top;

	margin-left: 0px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;

	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;

	min-width: 200px;
	max-width: 200px;
	min-height: 100px;

	border-color: rgb(75, 75, 75);
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: rgb(75, 75, 75);
	background-origin: border-box;
	background-image: url("book-icon.svg");
	background-repeat: no-repeat;
	background-position: top 10px center;
	background-size: 25px 25px;
}
ul.nav-subtopics > li > p {
	margin-top:0px;
	margin-bottom:0px;
}
ul.nav-subtopics > li > ul {
	margin-top:0px;
	margin-bottom:0px;
	display: none;
}
ul.nav-subtopics > li > p > a {
	display: block;
	vertical-align: bottom;
	background-color: rgb(255, 255, 255);
	color: rgb(75, 75, 75);
	vertical-align: middle;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	margin-left:0px;
	margin-top:50px;
	margin-right:0px;
	margin-bottom:0px;
	border: 1px solid rgb(75, 75, 75);;
	border-radius: 0px 0px 5px 5px;
	color: rgb(75, 75, 75);
	text-align: center;
	min-height: 50px;
}
ul.nav-subtopics > li > p > a:hover {
	background-color: rgb(245, 245, 245);
}
span.kbd {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	padding: 0.05em 0.3em;
	border: 1px solid #ccc;
	background-color: #f7f7f7;
	color: #333;
	-moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset;
	-webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset;
	box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	margin: 0 0.1em;
	text-shadow: 0 1px 0 #fff;
	line-height: 1.4;
	white-space: nowrap;
}
a {
	color: #2680eb;
	text-decoration: none !important;
	text-decoration-line: none !important;
}
a:visited {
	color: #2680eb;
}
a[target = "_blank"]:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f35d";
	margin-left: 3px;
	margin-right: 3px;
	font-size: 50%;
	vertical-align: text-top;
}

table, tr, th, td {
    color: #333;
    padding: 9px 10px;
    vertical-align: top;
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
    border-collapse: collapse;
    border-left: 1px solid #bdbdbd;
}
th {
    font-weight: bold;
    background: #EDEDED;
}
table caption {
  margin-top: 1.5em;
  margin-bottom: 1em;
  font-weight: bold;
}
table tbody tr:nth-child(odd) {
    background: none repeat scroll 0 0 #F7F8F7;
}


ul.ullinks {
	margin-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
ul.ullinks > li {
    display: inline-block;
    list-style-type: none;
    vertical-align: top;
    margin-left: 0px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    min-width: 200px;
    max-width: 200px;
    min-height: 100px;
    max-height: 132px;
    border-color: rgb(75, 75, 75);
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: rgb(75, 75, 75);
    background-origin: border-box;
    background-image: url(book-icon.svg);
    background-repeat: no-repeat;
    background-position: top 10px center;
    background-size: 25px 25px;
    overflow: hidden;
}
ul.ullinks > li > strong {
	margin-top:0px;
	margin-bottom:0px;
	font-weight: normal;
}
ul.ullinks > li > strong > a {
	display: block;
	vertical-align: bottom;
	background-color: rgb(255, 255, 255);
	color: rgb(75, 75, 75);
	vertical-align: middle;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	margin-left:0px;
	margin-top:50px;
	margin-right:0px;
	margin-bottom:0px;
	border: 1px solid rgb(75, 75, 75);;
	border-radius: 0px 0px 5px 5px;
	color: rgb(75, 75, 75);
	text-align: center;
	min-height: 50px;
	max-height: 50px;
}
ul.ullinks > li > strong > a:hover {
	background-color: rgb(245, 245, 245);
}

ol.ol {
  --prefix-size: 25px;
  --prefix-fixed-size: true;
  --prefix-gap: 4px;
  --list-indent: 40px;
  counter-reset: item1;
  list-style: none;
  padding-left: var(--prefix-size);
  margin-left: calc(var(--list-indent) - var(--prefix-size));
}
ol.ol>li {
  --prefix-size: 25px;
  --prefix-fixed-size: true;
  --prefix-gap: 10px;
  --list-indent: 50px;
  position: relative;
  line-height: var(--prefix-size);
  margin-bottom: 10px;
}
ol.ol>li:before {
  counter-increment: item1;
  content: counter(item1, decimal);
  text-align: center;
  position: absolute;
  left: calc(-1 * var(--prefix-size) - var(--prefix-gap));
  margin-right: var(--prefix-gap);
  width: var(--prefix-size);
  overflow: hidden;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: rgb(75, 75, 75);
  color: #FFFFFF;
  height: var(--prefix-size);
  line-height: var(--prefix-size);
}