/*<meta conditions="" />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*Style sheet for /TASScript* - RC/October 2021*/

:root
{
	--TasScriptFonts: Arial, sans-serif;
	--TasScriptGrey: #495057;
	/* body colour */
	--TasScriptGreen: #007c89;
	/*secondary colour (anything not primary or tertiary) */
	--TasScriptRed: #CE362F;
	/* teriary colour (Cancel, Remove) */
	--TasScriptAmber: #FF9933;
	/* same as other projects */
	--TasScriptBlue: #006991;
	/* primary colour (Search, Select) */
	--TasScriptLightGreen: #cce5e7;
	/* tint of green */
	--TasScriptVeryDarkBlue: #1D384D;
	/* headings, header background, footer background */
}

body
{
	line-height: 1.7em;
	color: var(--TasScriptGrey);
	font-family: var(--TasScriptFonts);
	background-color: #ffffff;
}

h1
{
	font-size: 1.7em;
	line-height: 1.5em;
	color: var(--TasScriptVeryDarkBlue);
}

h2
{
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.3em;
}

h3
{
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.3em;
}

h4
{
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3em;
	color: var(--TasScriptGreen);
}

p
{
	font-size: 1em;
}

.search-submit
{
	background: var(--TasScriptBlue);
}

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(--TasScriptGreen);
	color: #ffffff;
	padding: 0px 15px;
	display: inline-block;
}

.green_button
{
	background-color: var(--TasScriptBlue);
	color: #ffffff;
	padding: 0px 15px;
	display: inline-block;
}

.red_alert
{
	background-color: var(--TasScriptRed);
	color: #ffffff;
	padding: 0 15px;
	display: inline-block;
}

.amber_alert
{
	background-color: var(--TasScriptAmber);
	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(--TasScriptGreen);
	background-color: var(--TasScriptLightGreen);
}

.important
{
	color: var(--TasScriptRed);
	background-color: #f5d7d5;
	/* lighter tint of red */
}

/* 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(--TasScriptRed);
	background-color: #f5d7d5;
	font-size: 0.8em;
	padding: 0 0.5em;
}

.red_message_no_icon
{
	color: var(--TasScriptRed);
	background-color: #f5d7d5;
	font-size: 0.8em;
	padding: 0.2em 0.5em;
	line-height: 90%;
}

.amber_message
{
	color: var(--TasScriptAmber);
	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(--TasScriptRed);
	background-color: #E8CDCD;
	font-size: 0.8em;
	padding: 0 0.5em;
}

/****** color swatches ************/

#red
{
	color: var(--TasScriptRed);
}

#amber
{
	color: var(--TasScriptAmber);
}

/*-------------Default Table Style------------*/

table
{
	border-collapse: collapse;
	margin-top: 1em;
}

td,
th
{
	border: 1px solid var(--TasScriptGrey);
	text-align: left;
	padding: 5px;
	vertical-align: top;
}

tr:nth-child(even)
{
	background-color: var(--TasScriptLightGreen);
}

th
{
	background-color: var(--TasScriptGreen);
	color: #ffffff;
}

/******************* PROXIES ****************/

MadCap|breadcrumbsProxy
{
	border-bottom-style: none;
}

#page-top
{
	background-color: var(--TasScriptGrey);
	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;
}

/******************* 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(--TasScriptGreen);
	padding-left: 0.5em;
}

.topic-toc p
{
	margin: 0;
	color: var(--TasScriptGrey);
	font-weight: normal;
}

.topic-toc p:hover
{
	color: var(--TasScriptGrey);
	font-weight: bold;
}

.topic-toc a,
.topic-toc a:link,
.topic-toc a:active,
.topic-toc a:visited
{
	color: var(--TasScriptGrey);
}

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(--TasScriptGrey);
	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(--TasScriptFonts);
	font-weight: bold;
	color: var(--TasScriptGrey);
	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(--TasScriptGrey);
}

MadCap|dropDownHotspot:hover
{
	color: var(--TasScriptGreen);
}

a:link
{
	color: var(--TasScriptGreen);
}

a:visited
{
	color: #995ca5;
}

a:hover
{
	color: var(--TasScriptGreen);
}

a:active
{
	text-decoration: underline;
}

a
{
	color: var(--TasScriptGreen);
}

/********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 - 120px);
	padding-bottom: 120px;
	margin-bottom: 3%;
}

#topic-content
{
	width: 72%;
	margin-left: 2%;
	margin-right: 1%;
	padding-right: 1%;
}

/***************FOOTER*************************/

.tas-footer-main
{
	background-color: var(--TasScriptVeryDarkBlue);
	color: #ffffff;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 160px;
}

.TasScript-footer a,
.TasScript-footer a:active,
.TasScript-footer a:focus,
.TasScript-footer a:hover,
.TasScript-footer a:link,
.TasScript-footer a:visited
{
	color: #ffffff;
	text-decoration: none;
}

div.TasScript-footer
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.TasScript-footer::before
{
	content: ' ';
	display: table;
}

div.TasScript-footer::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.TasScript-footer > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.TasScript-footer p
{
	font-size: 0.8em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

div.TasScript-footer > div:nth-child(1)
{
	width: 33%;
}

div.TasScript-footer > div:nth-child(2)
{
	width: 33%;
}

div.TasScript-footer > div:nth-child(3)
{
	width: 33%;
}

div.TasScript-footer > div:nth-child(4)
{
	width: 100%;
}

div.TasScript-footer > div:nth-child(5)
{
	width: 100%;
}

span.SearchHighlight
{
	background-color: #ffff00;
}

#TAS-logo
{
	padding: 3px;
}

#TAS-updated
{
	font-size: .8em;
}

@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.TasScript-footer p
	{
		margin: 0.2em auto;
		font-size: 0.6em;
	}

	div.TasScript-footer > div:nth-child(1)
	{
		width: 33%;
	}

	div.TasScript-footer > div:nth-child(2)
	{
		width: 33%;
	}

	div.TasScript-footer > div:nth-child(3)
	{
		width: 33%;
	}

	div.TasScript-footer > div:nth-child(4)
	{
		width: 100%;
	}

	div.TasScript-footer > div:nth-child(5)
	{
		width: 100%;
	}
}

