﻿/*<meta />*/

@namespace MadCap "localhost";

/* This header may be removed before distributing to customers. 

FILE:         _rsc_SingleHTML.css
DESCRIPTION:  Cascading Style Sheet for ADM products
LEVEL         CSS Level 3 (plus support for Madcap Flare Webhelp)
VERSION:      For ADM SFFS 8.3
*/



/* Paragraphs */

body
{
	font-family: Inter, Arial, sans-serif;
		font-weight: 500;
	font-style: normal;
	line-height: 20px;
	margin-bottom: 1.0em;
	mc-hyphenate: never;
	color: #000000;
	font-size: 100%;
	margin-top: 20px;
	margin-left:5%;
	margin-right:5%;
	min-width: 180px;
	
}

p
{
	margin-top: 0em;
	margin-bottom: 0.95em;
	font-family: Inter, Arial;
}

p[style^="font-weight: bold"]
{
	font-size: 1.0em !important;
}

b
{
	font-size: 1.0em;
}

span[style^="font-weight: bold"]
{
	font-size: 1.0em !important;
}

p.intro_phrase
{
	font-size: 1.15em;
    font-weight: bold;
	padding-top: 1.0em;
	font-family: Arial;
	padding-top: 1.0em;
		mc-next-class: none;

}

span.logo{
padding-top: 14px; 
margin-top: 0em; 
float:right;
}
p.XSmall	
{
	margin-top: 0em;
	margin-bottom: 1.1em;
	font-size: 80%;
	mc-next-class: none;

}

/* Links */

a
{
	color: #0073E7;
	text-decoration: none;
}

a:link
{
	color: #0073E7;
}

a.footerlink{
text-decoration: none}

span.MCPopup > a:link
{
	color: #0073E7;
	text-decoration: none;
	content: "\0000a0";
	padding-right: 18px;
	display: inline;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url('_rsc_DropDownClosed.gif');
}

a:visited
{
	color: #9b1e83;	/*purple*/
}

a:hover
{
	text-decoration: underline;
}

span.MCPopup > a:hover
{
	text-decoration: underline;
}

a.avoidPrint
{
	
}



/* Headings */

h5
{
	mc-disabled: true;
}

h6
{
	mc-disabled: true;
}

/* Rules */

hr
{
	color: #999999;
	height: 0.05em;
	width: 100%;
}



/* Lists */

ol
{
	margin-left: 20px;
	margin-top: 0.95em;
	/*rbrd has: margin-bottom: 0.95em;*/
	padding: 0px;
	padding-left: 0.2em;
}

ul
{
	margin-left: 8px;
	margin-top: 0.95em;
	/*rbrd has: margin-bottom: 0.95em;*/
	padding: 0px;
	padding-left: 0.2em;
}

ol li
{
	list-style-type: decimal;
	margin-left: 8px;
	margin-bottom: 0.95em;
}

ul li
{
	list-style-type: disc;
	margin-left: 8px;
	margin-bottom: 0.95em;
}

ol li p,
ul li p
{
	margin-left: 0pt;
	margin-bottom: 0.95em;
}

ul ul li p,
ul ol li p,
ol ul li p,
ol ol li p
{
	margin-left: 0pt;
	margin-bottom: 0.95em;
}

ol ol ul ol li,
ul ul ul li p,
ul ol ol li p,
ul ul ol li p,
ul ol ul li p,
ol ul ul li p,
ol ol ol li p,
ol ul ol li p,
ol ol ul li p
{
	margin-left: 0pt;
	margin-bottom: 0.95em;
}

ol ul li,
ul ul li
{
	list-style-type: disc;
	margin-left: 6px;
	margin-bottom: 0.95em;
}

ol ol li,
ul ol li
{
	list-style-type: lower-alpha;
	margin-left: 4px;
	margin-bottom: 0.95em;
}

ol ol ol li,
ol ul ol li,
ul ol ol li,
ul ul ol li
{
	list-style-type: lower-roman;
	margin-left: 8px;
}

ol ol ol ol li,
ol ol ul ol li,
ol ul ol ol li,
ul ol ol ol li,
ol ul ul ol li,
ul ul ol ol li,
ul ol ul ol li,
ul ul ul ol li
{
	list-style-type: upper-alpha;
	margin-left: 8px;
}

ul ul ul ul li,
ul ul ol ul li,
ul ol ul ul li,
ol ul ul ul li,
ul ol ol ul li,
ol ol ul ul li,
ol ul ol ul li,
ol ol ol ul li
{
	list-style-type: disc;
	margin-left: 8px;
}

ol ul ul li,
ol ol ul li,
ul ul ul li,
ul ol ul li
{
	list-style-type: disc;
	margin-left: 8px;
}





/* Table styles */

table
{
	color: #000000;
	background-color: transparent;
	border: solid 1pt #cccccc;
	border-collapse: collapse;
	caption-side: top;
	font-size: 100%;
	line-height: normal;
	margin-bottom: 1.1em;
	mc-caption-continuation: ', continued';
	/* Localizable */
	mc-caption-repeat: true;
	text-align: left;
	mc-hide-bottom-ruling: false;
}

table.NinetyPercent
{
	font-size: 90%;
}

table.no_lines,
table.no_lines td,
table.no_lines th
{
	border: none;
	border-collapse: collapse;
	background-color: transparent;
	color: #000000;
	font-size: 100%;
}

caption
{
	color: #000000;
	text-align: left;
	font-family: Arial, Tahoma, 'Lucida Sans Unicode', sans-serif;
	font-weight: normal;
	font-size: 1.05em;
	padding-bottom: 0.1em;
}

th
{
	/*border: solid 1pt #cccccc;*/
	/*grey*/
	/*border-right-style: solid;*/
	border-right-color: #cccccc;
	/*grey*/
	border-right-width: 0.5px;
	border-top: 0.5px solid #cccccc;
	/*grey*/
	font-weight: bold;
	font-size: 1.0em;
	padding: 0.5em;
	vertical-align: bottom;
	text-align: left;
	background-color: #f1f1f1;
	/*background color=  light grey*/
	border-bottom-width: 0.5px;
	color: #000000;
	/* text color = black */
}

th.center
{
	text-align: center;
}

/* sf: 2/July/15 Consider moving this and tr.allowBreak to the print media section when cleaning up */

tr
{
	page-break-inside: avoid;

}

tr.allowBreak
{
	page-break-inside: auto;
}

td
{
	background-color: transparent;
	border-top-style: solid;
	border-top-color: #cccccc;
	border-top-width: 0.5px;
		border-right-color: #cccccc;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-bottom-width: 0.5px;
	border-spacing: 0px 0px;
	color: #000000;
	padding: 0.5em;
	vertical-align: top;
	text-align: left;
}

td.center
{
	text-align: center;
}

td.narrow

/* 	When you create an image map in a table, 
	use the following "td" style to create less padding around the image, and a small left margin*/
{
	padding: 0em;
	margin-left: 1px;
}

th.null
{
	border: none;
	color: #000000;
}

td.null
{
	border: none;
	border-collapse: collapse;
}



td[style^="font-weight: bold"]
{
	font-size: 1.0em !important;
}

td span[style^="font-weight: bold"]
{
	font-size: 1.0em !important;
}


/* Paragraph Tag for Code */

pre
{
	color: #333333;
	/*deep charcoal*/
	font-family: 'Consolas', 'Courier New';
	font-size: 0.9em;

	line-height: 1.25em;
}

/* Character Tags */



code	/* for code */
{
	color: #333333;
	/*deep charcoal*/
	font-family: 'Consolas', 'Courier New';
	font-size: 0.9em;
}

small.XSmall
{
	font-size: 80%;
}

a.LongUrl,
 span.path {
  display: inline-block;
  word-break: break-all;
  word-break: break-word;
  word-wrap: break-word;
}




MadCap|xref
{
	color: #0073E7;
	text-decoration: none;
	mc-format: '{para}';
}

MadCap|xref:link
{
	color: #0073E7;
	text-decoration: none;
}

MadCap|xref:visited
{
	color: #9b1e83;

}

MadCap|xref:hover
{
	text-decoration: underline;
}


.hyphenate	/*QCCR1K4316*/
{
	mc-hyphenate: always;
}



/* hides character styles in the XML editor */

abbr,
acronym,
big,
cite,
em,
ins,
samp,
strong,
tt,
u,
var
{
	mc-disabled: true;
}


/* STYLES EXCLUSIVELY FOR SINGELFILE TEMPLATE - DO NOT REMOVE THESE */
/* sets images to have thick red frame to show that images are not allowed in this template */

span.MCExpanding
{
	font-size: 2.0em;
	color: #B81324;
}

div.MCDropDown
{
	font-size: 2.0em;
	color: #B81324;
}

img
{
	padding: 10px;
	border: 1px solid #021a40;
	background-color: #B81324;
}

/* class for logo, only image allowed in this template */

img.usable
{
	border: none;
	padding: 0px;
	background-color: #ffffff;
}


h1
{
	font-family: Arial;
	color: #000000;
	font-size: 1.5em;
	font-weight: 500;
	font-style: normal;
	line-height: normal;
	margin: 0.2em 0em 0.2em;
}



h2
{
	font-family: Arial;
	color: #000000;
	font-size: 1.3em;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	border: 0;
	border-bottom: solid 1px;
	border-bottom-color: #CCCCCC;
}



h3
{
	font-weight: bold;
	font-size: 1.15em;
}

h4
{
	font-style: italic;
	font-size: 1.1em;
}

@media only screen and (max-width: 360px){

p.logo{
padding-top: 30px; 
margin-top: 0em; 
float:left;
}
}
  
/* END STYLES EXCLUSIVELY FOR SINGELFILE TEMPLATE */
/* Copyright Open Text */