/*<meta conditions="" />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*Style sheet for ScriptCheckSA* - SL/November 2020*/

:root
{
	--SAScriptCheckFonts: Arial, sans-serif;
	--SAScriptCheckGrey: #333333;
	--SAScriptCheckGreen: #006579;
	--SAScriptCheckRed: #8C0404;
	--SAScriptCheckAmber: #FF9933;
	--SAScriptCheckBlue: #0092CF;
	--SAScriptCheckLightGreen: #00A599;
}

body
{
	line-height: 1.7em;
	color: var(--SAScriptCheckGrey);
	font-family: var(--SAScriptCheckFonts);
	background-color: #ffffff;
}

h1
{
	font-size: 1.7em;
	line-height: 1.5em;
	color: var(--SAScriptCheckGreen);
}

h2
{
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.3em;
}

h3
{
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.3em;
}

p
{
	font-size: 1em;
}

.search-submit
{
	background: var(--SAScriptCheckBlue);
}

img	/*Setting max-width: 100%; property makes images always fit the width of the container*/
{
	max-width: 100%;
}

img.thumbnail
{
	mc-thumbnail: popup;
}

.blue_button
{
	background-color: var(--SAScriptCheckLightGreen);
	color: #ffffff;
	padding: 0px 15px;
	display: inline-block;
}

.green_button
{
	background-color: var(--SAScriptCheckBlue);
	color: #ffffff;
	padding: 0px 15px;
	display: inline-block;
}

.red_alert
{
	background-color: var(--SAScriptCheckRed);
	color: #ffffff;
	padding: 0 15px;
	display: inline-block;
}

.amber_alert
{
	background-color: var(--SAScriptCheckAmber);
	color: #ffffff;
	padding: 0 15px;
	display: inline-block;
}

.grey_underline
{
	border-bottom: solid 2px #dedede;
}

.note:before,
.important:before,
.red_message:before,
.green_message:before
{
	font-family: FontAwesome;
	padding-right: 10px;
}

.note:before
{
	content: "\f06a";
}

.important:before
{
	content: "\f071";
}

.note,
.important
{
	margin-top: 1ex;
	margin-bottom: 1ex;
	padding: 0.5em;
	border-radius: 5px;
}

.note
{
	color: var(--SAScriptCheckGreen);
	background-color: #CFDEEC;
}

.important
{
	color: var(--SAScriptCheckRed);
	background-color: #E8CDCD;
}

/* system messages */

.red_message:before
{
	content: "\f071";
	padding-right: 15px;
	font-family: FontAwesome;
}

.amber_message:before
{
	content: "\f06a";
	padding-right: 15px;
	font-family: FontAwesome;
}

.green_message:before
{
	content: "\f00c";
	padding-right: 15px;
	font-family: FontAwesome;
}

.exclam_message:before
{
	content: "\f06a";
	padding-right: 15px;
	font-family: FontAwesome;
}

.red_message
{
	color: var(--SAScriptCheckRed);
	background-color: #E8CDCD;
	font-size: 0.8em;
	padding: 0 0.5em;
}

.amber_message
{
	color: var(--SAScriptCheckAmber);
	background-color: #FFF2C6;
	font-size: 0.8em;
	padding: 0 0.5em;
}

.green_message
{
	color: #155724;
	background-color: #D4EDDA;
	font-size: 0.8em;
	padding: 0 0.5em;
}

.exclam_message
{
	color: var(--SAScriptCheckRed);
	background-color: #E8CDCD;
	font-size: 0.8em;
	padding: 0 0.5em;
}

/****** color swatches ************/

#red
{
	color: var(--SAScriptCheckRed);
}

#amber
{
	color: var(--SAScriptCheckAmber);
}

/*-------------Default Table Style------------*/

table
{
	border-collapse: collapse;
	margin-top: 1em;
}

td,
th
{
	border: 1px solid #dddddd;
	text-align: left;
	padding: 5px;
	vertical-align: top;
}

tr:nth-child(even)
{
	background-color: #CCE0E4;
}

th
{
	background-color: var(--SAScriptCheckGreen);
	color: #ffffff;
}

/******************* PROXIES ****************/

MadCap|breadcrumbsProxy
{
	border-bottom-style: none;
}

#page-top
{
	background-color: #000000;
	color: #ffffff;
	font-size: 0.9em;
	padding-left: 10px;
}

.breadcrumbs a,
.breadcrumbs a:active,
.breadcrumbs a:focus,
.breadcrumbs a:hover,
.breadcrumbs a:link,
.breadcrumbs a:visited
{
	color: #ffffff;
}

#sa-sitemap
{
	font-size: 0.5em;
}

/******************* Landing pages with Mini ToC ****************/

.topic-toc
{
	border: solid 2px #f5f5f5;
	display: inline-block;
	padding: 0.5em 1em 0.5em 0;
}

MadCap|miniTocProxy
{
	border: none;
	padding: 0.5em 0 0.5em 0;
	margin: 0;
}

.topic-toc > h2
{
	font-size: 1.2em;
	font-weight: bold;
	color: var(--SAScriptCheckGreen);
	padding-left: 0.5em;
}

.topic-toc p
{
	margin: 0;
	color: var(--SAScriptCheckGrey);
	font-weight: normal;
}

.topic-toc p:hover
{
	color: var(--SAScriptCheckGrey);
	font-weight: bold;
}

.topic-toc a,
.topic-toc a:link,
.topic-toc a:active,
.topic-toc a:visited
{
	color: var(--SAScriptCheckGrey);
}

p.MiniTOC1
{
	padding: 0.5em 1em 0.5em 1.5em;
	margin: 0;
	font-weight: normal;
}

p.MiniTOC2
{
	padding: 0.5em 1em 0.5em 2em;
	margin: 0;
}

p.MiniTOC3
{
	padding: 0.5em 1em 0.5em 2.5em;
	margin: 0;
}

a.MiniTOC1:hover,
a.MiniTOC2:hover,
a.MiniTOC3:hover
{
	color: var(--SAScriptCheckGrey);
	font-weight: bold;
}

/*------------------Skin Menu Overrides-----------*/

ul.navigation > li.has-children:after	/*remove the triangle on top of submenu*/
{
	border-color: transparent;
}

nav.title-bar ul.sub-menu
{
	padding: 0;
	margin-top: 7px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px 0px;
}

ul.navigation ul	/* remove white space at the bottom of menu item*/
{
	padding: 0;
}

/****************dropdown/expandable *************/

MadCap|dropDown
{
	mc-open-image: url('../images/arrow-open.png');
	mc-closed-image: url('../images/arrow-closed.png');
	mc-image-spacing: 15px;
}

MadCap|dropDownHead
{
	font-family: var(--SAScriptCheckFonts);
	font-weight: bold;
	color: var(--SAScriptCheckGrey);
	font-size: 1.2em;
	border-bottom: solid 2px #DDDDDD;
	padding: 15px;
}

MadCap|dropDownBody
{
	border: solid 1px #f5f5f5;
	margin-left: 0;
	padding: 15px;
}

MadCap|dropDownHotspot
{
	color: var(--SAScriptCheckGrey);
}

MadCap|dropDownHotspot:hover
{
	color: var(--SAScriptCheckGreen);
}

a:link
{
	color: var(--SAScriptCheckGreen);
}

a:visited
{
	color: #995ca5;
}

a:hover
{
	color: var(--SAScriptCheckGreen);
}

a:active
{
	text-decoration: underline;
}

a
{
	color: var(--SAScriptCheckGreen);
}

/********Layout for SA ScriptCheckt master page ********/

#topic-sidebar
{
	width: 25%;
	float: right;
	margin-right: 1%;
}

#topic-body-wrapper
{
	max-width: 90%;
	margin-right: auto;
	margin-left: auto;
	min-height: calc(100vh - 200px);
	padding-bottom: 200px;
	margin-bottom: 3%;
}

#topic-content
{
	width: 72%;
	margin-left: 2%;
	margin-right: 1%;
	padding-right: 1%;
}

/***************FOOTER*************************/

.sa-footer-main
{
	background-color: var(--SAScriptCheckGreen);
	color: #ffffff;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 200px;
}

/**
#sa-updated
{
	font-size: 0.7em;
	text-align: left;
}

#sa-published
{
	font-size: 0.7em;
	text-align: right;
}

**/

.ScriptCheckSA-footer a,
.ScriptCheckSA-footer a:active,
.ScriptCheckSA-footer a:focus,
.ScriptCheckSA-footer a:hover,
.ScriptCheckSA-footer a:link,
.ScriptCheckSA-footer a:visited
{
	color: #ffffff;
	text-decoration: none;
}

div.ScriptCheckSA-footer
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.ScriptCheckSA-footer::before
{
	content: ' ';
	display: table;
}

div.ScriptCheckSA-footer::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.ScriptCheckSA-footer > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.ScriptCheckSA-footer p
{
	font-size: 0.8em;
	margin-top: 0.5em;
	margin-bottom: 0.2em;
}

div.ScriptCheckSA-footer > div:nth-child(1)
{
	width: 33.333%;
}

div.ScriptCheckSA-footer > div:nth-child(2)
{
	width: 33.333%;
}

div.ScriptCheckSA-footer > div:nth-child(3)
{
	width: 33.333%;
}

div.ScriptCheckSA-footer > div:nth-child(4)
{
	width: 100%;
}

div.ScriptCheckSA-footer > div:nth-child(5)
{
	width: 100%;
	margin-bottom: 0;
}

div.ScriptCheckSA-footer > div:nth-child(6)
{
	width: 100%;
	/*  text-align: left;
	margin-left: 10px;  */
	font-size: 0.75em;
	margin-top: 0;
}

div.ScriptCheckSA-footer > div:nth-child(7)
{
	width: 100%;
	/*
	text-align: right;
	margin-left: 10px;  
	*/
	font-size: 0.75em;
	margin-top: 0;
}

span.SearchHighlight
{
	background-color: #ffff00;
}

@media only screen and (max-width: 1400px)
{
	/*MadCap|dropDownHead
	{
		max-width: 100%;
	}

	MadCap|dropDownBody
	{
		max-width: 100%;
	}
	*/
}

@media only screen and (max-width: 767px)
{
	div.ScriptCheckSA-footer p
	{
		font-size: 0.75em;
		margin-top: 0.2em;
		margin-bottom: 0.2em;
	}

	div.ScriptCheckSA-footer > div:nth-child(1)
	{
		width: 33.333%;
	}

	div.ScriptCheckSA-footer > div:nth-child(2)
	{
		width: 33.333%;
	}

	div.ScriptCheckSA-footer > div:nth-child(3)
	{
		width: 33.333%;
	}

	div.ScriptCheckSA-footer > div:nth-child(4)
	{
		width: 100%;
		/*	font-size: 0.75em;  */
	}

	div.ScriptCheckSA-footer > div:nth-child(5)
	{
		width: 100%;
	}

	div.ScriptCheckSA-footer > div:nth-child(6)
	{
		width: 100%;
		margin-left: 10px;
		/*	font-size: 0.75em;  */
		margin-top: 0;
	}

	div.ScriptCheckSA-footer > div:nth-child(7)
	{
		width: 100%;
		margin-left: 10px;
		/*	font-size: 0.75em;  */
		margin-top: 0;
	}
}

