@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);

/* Updated by Tiffany January 2020 to change link color to brighter orange #ff7e4a */
/* Updated by Tiffany January 2019 to modify font link to https, to add section-heading-text (for See Also color) and to add dropdown-heading style (orange link) */
/* Updated by Tiffany Castellanos February 2017. This stylesheet contains all Accusoft style customizations */

/* Default Text Style */
body
{
    font-family: 'Segoe UI', Verdana, Arial;
    font-size: 11pt; 
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 0px;
    margin-right: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px
}

#i-footer-content
{
     margin-bottom: 8px;
}

.i-breadcrumbs-container
{
    margin-top: 2em;
    padding-left: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Page Title */
/* Note that the margin bottom is different in topics than in API templates. It is 20px in topics; 10px in API. */
.i-page-title {
    font-family: 'Raleway', sans-serif;
	font-size: 22pt;
    font-weight: 600;
    margin-left: -1.5px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.i-project-title, 
.i-breadcrumbs-container table td, 
#i-before-header-content
{
    font-family: 'Raleway', sans-serif;
	font-size: 9pt;
	font-weight: 500;
}

/* Headings */
h1
{
    font-size: 1.6em;
}

h2, .i-section-heading
{
    font-size: 1.4em;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.0em;
	font-weight: bold;
}

h5
{
    font-size: .9em;
	font-weight: bold;
	font-style: italic;
}

/* Reduced text size in the footer */
#i-footer-content
{
    font-family: 'Raleway', sans-serif;
	font-size: 9pt;
	font-weight: 600;
}

/* Copy Code */
table.i-syntax-table
{
    border-collapse: collapse;
}

.i-syntax-table
{
    border-collapse: collapse;
}

.i-copy-code-wrapper
  {
    text-align: right;
	border-collapse: collapse;
 }

.i-copy-code
{
    cursor: pointer;
    padding-left: 18px;
    background-image: url('../images/i-copy-code.png');
    background-repeat: no-repeat;
	border-left: none;
	border-right: none;
	border-collapse: collapse;
}

.i-body-content table.i-syntax-table {
    border-collapse: collapse;
}

table.i-syntax-table th:first-child,
table.i-syntax-table th.i-first-child {
    border-collapse: collapse;
}

table.i-syntax-table th.i-last-child {
    border-collapse: collapse;
}

table.i-syntax-table th:last-child {
    border-collapse: collapse;
}

/* Default Table Style */
.i-body-content table
{
    border: 0;
	border-collapse: separate;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

.i-body-content table caption
{
    font-style: normal;
    font-weight: bold;
	text-align: left;
}

.i-body-content table th, .i-body-content table td
{
    border-bottom: 1px solid;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: left;
	font-size: 10pt;
}

.i-body-content table th
{
    font-style: normal;
    font-weight: bold;
}

.i-body-content table td
{
	line-height: 140%;
    vertical-align: top;
	margin: 1px;
}

/* List Styles */
ul
{
     padding-left: 17px;
	 margin-left: 17px;
	 margin-bottom: 4px;
	 margin-top: 3px;
	 list-style-type: disc;
	 list-style-image: none;
}

ul ul
{
     padding-left: 17px;
	 margin-left: 17px;
	 margin-bottom: 4px;
	 margin-top: 3px;
	 list-style-type: circle;
	 list-style-image: none;
}

ul ol
{
     padding-left: 21px;
	 margin-left: 18px;
	 margin-bottom: 4px;
	 margin-top: 3px;
	 list-style-type: decimal;
	 list-style-image: none;
}

ol
{
     padding-left: 20px;
	 margin-left: 18px;
	 margin-bottom: 4px;
	 margin-top: 3px;
	 list-style-type: decimal;
}

ol ol
{
     padding-left: 21px;
	 margin-left: 18px;
	 margin-bottom: 4px;
	 margin-top: 3px;
	 list-style-type: lower-alpha;
}

li
{
     margin-bottom: 3px;
}

/*** Common Coloring ***/
.i-page-title 
{
    color: #515554;
}

h1, h2, h3, h4, h5
.i-section-heading, .i-see-also-sub-heading, .i-section-heading-text
{
    color: #515554;
}

.i-project-title
{
    color: #677270;
}

/* Table Header and cell borders */
.i-body-content table th
{
    background-color: #eeeeee;
	border-color: #d0d0d0;
}

.i-body-content table td
{
    background-color: #F7F7F7;
	border-color: #d0d0d0;
}

/* Breadcrumbs */
.i-breadcrumbs-container
{
    border-top: 1px solid #A6A598;
    border-bottom: 1px solid #A6A598;
}

/* Link coloring */
a:visited, a.PopupLink:visited
{
    color: #ff7e4a;
}

a:link, a.PopupLink, a.PopupLink:link
{
    color: #ff7e4a;
}

.i-dropdown-heading
{
    color: #ff7e4a;
}

/* Glossary Link */
a.GlossaryLink, a.GlossaryLink:link, a.GlossaryLink:visited, a.GlossaryLink:hover
{
    color: #64912D;
}

/* Horizontal rule */
hr
{
    background: #807F75;
}

/* Widget Overrides */
.i-box, .i-box-note, .i-box-tip, .i-box-caution
{
    border-left-color: #807F75;
	border-left-style:  solid; 
    border-left-width:  2px;
    background:        #F7F7F7;
	margin-top:         4px;
    margin-bottom:      4px;
	border-right-color: #d0d0d0;
	border-right-style:  solid; 
    border-right-width:  1px;
	border-top-color: #d0d0d0;
	border-top-style:  solid; 
    border-top-width:  1px;
	border-bottom-color: #d0d0d0;
	border-bottom-style:  solid; 
    border-bottom-width:  1px;
    background-repeat:  no-repeat;
	background-position: 5px 6px;
	padding-left: 		25px;
	padding-top:		5px;
	padding-bottom:		5px;
    min-height:         20px;
}

.i-box-note {
    background-image:	url('../images/i-note.png');
}

.i-box-tip {
    background-image:	url('../images/i-tip.png');
}

.i-box-caution {
    background-image:	url('../images/i-caution.png');
}

/* PrizmDoc Markdown Code Formatting */
.markdown-body pre>code {
    background-color: #f7f7f7;
    display: block;
    padding: 1em;
    font-weight: normal;
    color: #333;
}

.markdown-body code {
    color: #333;
    background-color: #f3f3f3;
    padding: 0px;
    padding-bottom: 2.37px;
    border-radius: 3px;
}

.markdown-body blockquote {
    background-color: #eeeeee;
    border-left: 4px solid #67BAAF;
}

.markdown-body blockquote p {
    padding: 1em;
}