/*
  CSS common to both screen and print media types.
*/

li {
	padding: 2px;
}

a:visited {
	color: blue;
}

a:hover {
	color: orange;
}

h1, h2, h3 {
	text-align: center;
	color: #006;
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 16pt;
}

h4 {
	color: #006;
	display: inline;
	font-size: 14pt;
	font-weight: bold;
	margin-left: 10px;
}

div.sub1, div.sub2 {
	color: #006;
	text-align: center;
	font-weight: bold;
	font-size: large;
}

.norm {
	border-collapse: collapse;
	border: 1px;
	color: white;
	font-weight: bold;
	font-size: 1em;
}

.tablenorm
{
  border: 1px;
  padding: 5px;
}

p
{
  margin-left: 10px;
  margin-right: 10px;
}

body, body.pdf
{
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: medium;
}

/*body.pdf*/
/*{*/
	/*font-size: 16pt;*/
/*}*/

/*body.pdf h1, h2, h3 {*/
	/*font-size: 24pt;*/
/*}*/

/*body.pdf h4 {*/
	/*font-size: 18pt;*/
/*}*/

/*body.pdf table tr td {*/
	/*font-size: 16pt;*/
/*}*/

.showTopicNavbar {
	height: 2.5em;
	font-weight: bold;
	color: white;
	background-color: #00083C;
	padding-top: .5em;
	padding-left: .3em;
	padding-right: .6em;
	top: 0;
	width: 100%;
	box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.5);
	position: sticky;
	z-index: 1000;
}

.btnClose {
	margin-right: .6em;
}

#content
{
	overflow: auto;
}

#content td
{
  padding-left: 5px;
}


.imageLink
{
    border: 2px solid blue;
    text-decoration: none;
}

/* this class is for hyperlinks that are the destination of help topics (used for PDF generation) */
a.helpLink, a.helpLink:visited, a.helpLink:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #006;
	cursor: default;
}

.helpTopicTitle	{
	font-weight: bold;
	font-size: 1.6rem;
	margin-top: 2em;
	margin-bottom: 2em;
	display: flex;
	justify-content: center;
}

.subtopicSectionHeader {
	scroll-margin-top: 4em;
	font-weight: bold;
	font-size: 1.3rem;
	margin-top: 2em;
	margin-bottom: 2em;
	cursor: default;
	transition: all 0.3s ease-in-out;
}

.subtopicSectionHeader:hover {
	font-size: 1.5rem;
	color: black;
}

div.helpSubTopicIndex {
	margin-left: 20px;
}

/*table of contents chapter*/
div.toc_node {
	margin-left: 2em;
}

div.toc_node a {
	color: #006;
	font-weight: bold;
}

/*for the PDF manual*/
div.helpTopic, div.helpPageBreak, div.helpChapter
{
	page-break-after: always;
}

/*must break differently because div.helpSection has nested topics instead of just an overview.*/
div.helpSection h2 {
	page-break-after: always;
	display: block;
}

/*
  Note: this applies when printing help from the web browser.
  It does not seem to effect the PDF manual because wkhtmltopdf seems
  to ignore it.
*/
@media print
{
  div#content
  {
    overflow:visible;
  }

  div#top
  {
    display: none;
  }
}

@font-face {
	font-family: 'Lato';
	src: url('/CyberAuditWeb/fonts/Lato-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Merriweather';
	src: url('/CyberAuditWeb/fonts/Merriweather-Regular.ttf') format('truetype');
}

.helpTopicContainer {
	font-family: Lato, Helvetica, sans-serif;
	line-height: 1.5;
}

div.helpTopicHeader {
	margin-top: 1em;
	margin-bottom: 0.5em;
}

div.helpTopicHeaderContent {
	display: flex;
	justify-content: center;
	margin-left: 2em;
	margin-right: 2em;
	color: #006;
	font-weight: bold;
	font-size: 2.5rem;
	text-align: center;
}

@media (max-width: 576px) {
	div.helpTopicHeaderContent {
		margin-left: 1em;
		margin-right: 1em;
	}

	div.helpTopicHeaderContent span {
		font-size: 2rem;
	}

	div.helpTopicHeaderContent img {
		height: 1em;
	}
}

div.helpTopicSeparator {
	margin-left: 6em;
	margin-right: 6em;
}

.helpTopicContent {
	padding: 1em 4em;
}

.show-topic-link {
	font-weight: bold;
	text-decoration: underline;
	color: #006;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.xl-list-vector-icon {
	height: 6em;
}

.large-list-vector-icon {
	height: 3em;
}

.med-list-vector-icon {
	height: 1.5em;
}

.small-list-vector-icon {
	height: 1em;
}

.vector-change-icon {
	height: 1em;
}

.subtopicSectionHeader .med-list-vector-icon, .helpTopicTitle .med-list-vector-icon,
.helpTopicHeader .med-list-vector-icon {
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 0.25em;
}

.hide-icon {
	display: none;
}

.vector-icon {
	height: 3.25em;
	width: 3.25em;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}

.vector-icon:hover {
	opacity: 0.7;
	background-color: lightgrey;
}
