﻿/*<meta />*/

/*Stylesheet for ITRS Resources Online Help and PDFs*/

@import url('constant.css');

@import url('home.css');

@import url('table-of-contents.css');

@import url('bootstrap.min.css');



@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

html
{
	background:transparent;
}

hr {
  height: 1px;
  width: 100%;
  background-color: black;
  background-color: #C5C5C5;
}

p.print_image
{
	padding-top: 5px;
	margin-bottom: 0.5px;
	margin-top: 0.5px;
	margin-right: 0.5px;
	margin-left: 0.5px;
	margin: 0 auto;
}

.panel
{
	border: none;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	transition: margin-bottom 0.1s linear;
	transition: margin-top 0.1s linear;
}

.panel.open-block
{
	margin-bottom: 25px !important;
	margin-top: 30px;
	transition: margin-bottom 0.1s linear;
	transition: margin-top 0.1s linear;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.24);
}

.separator
{
	background: #efefef;
	margin: 0px -39px 0 -41px;
	margin: 30px 0;
	width: 100%;
}

.separator-up
{
	margin-bottom: 0px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	border-left: 1px solid rgba(0,0,0,0.1);
	border-right: 1px solid rgba(0,0,0,0.1);
	border-top: 0;
	height: 5px;
	border-radius: 0 0 2px 2px;
	padding: 0;
	margin: 0 -41px 0 -41px;
	background: white;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.24), 0 20px 0 2px #efefef;
	z-index: 1;
	position: relative;
}

.separator-middle
{
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	background: #efefef;
	height: 20px;
	margin: 0 -48px;
	z-index: 0;
	position: relative;
}

.separator-down
{
	margin-top: 0;
	margin-bottom: 0px;
	border: none;
	background: white;
	height: 5px;
	border-radius: 2px 2px 0 0;
	padding: 0;
	margin: 0 -41px;
	border-top: 1px solid gainsboro;
	border-left: 1px solid gainsboro;
	border-right: 1px solid gainsboro;
	box-shadow: 0 -2px 0 0 #efefef;
	position: relative;
	z-index: 1;
}

.breadcrumbContainer
{
	z-index: 2;
	padding: 0;
	width: 100%;
	height: auto;
	background-color: #247ECE;
}

.breadcrumbContainer > .container
{
	width: 90%;
	max-width: 1180px;
	padding: 7px 0;
}

div.MCBreadcrumbsBox_0
{
	margin-bottom: 0;
	padding: 0;
	font-size: .86em;
	line-height: 1em;
	vertical-align: middle;
}

h6
{
	color: #5d5c5b;
	line-height: 24px;
	letter-spacing: 0.1px;
	font-weight: bold;
	font-size: 14px;
	font-family: 'Open Sans', Arial, Verdana, sans-serif;
}

kbd
{
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0.1em 0.5em;
	background-color: #f7f7f7;
	color: black;
	margin: 0 0.2em;
	box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset;
	font-family: inherit;
}

code
{
	font-family: 'Ubuntu Mono', Courier New;
	font-size: 12px;
	letter-spacing: 0.4px;
	line-height: 16px;
}

pre
{
	background-color: #282B36;
}

pre code
{
	white-space: pre;
}

table pre code /* Use to prevent a table scrolling due to overflowed pre content. Pre content wraps instead with no spaces added.  */ 
{
	 white-space: pre-wrap; /* Since CSS 2.1 */
}

ol
{
	padding-left: 30px;
}

ul
{
	padding-left: 30px;
}

img
{
	max-width: 100%;
	padding: 0;
}

img.screenshot
{
	box-shadow: 0px 1px 6px 0 rgba(0,0,0,0.2);
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.diagram
{
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


ol
{
	padding: 0 48px;
}

body
{
	background-color: #efefef;
	font-family: 'Open Sans', Arial, Verdana, sans-serif;
	line-height: 20px;
	color: #3E3E3E;
	-webkit-font-smoothing: antialiased;
}

table.TableStyle-netprobe_2_col_table
{
	width: 95% !important;
	border: 0 1px 2px 0 rgba(0,0,0,0.12);
	margin-top: 12px !important;
	margin-bottom: 22px !important;
}

table.TableStyle-netprobe_2_col_table
{
	border-collapse: collapse;
}

.TableStyle-netprobe_2_col_table tr
{
	border-top: 1px solid #fff;
}

.TableStyle-netprobe_2_col_table tr:hover
{
	background-color: #ccc;
}

.TableStyle-netprobe_2_col_table th,
#example td
{
	padding: 3px 5px;
}

.TableStyle-netprobe_2_col_table td:hover
{
	cursor: pointer;
}

.TableStyle-netprobe_2_col_table a
{
	height: 24px;
	width: 115px;
	color: #5D5C5B !important;
	font-family: 'Open Sans', Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold !important;
	letter-spacing: 0.1px;
	line-height: 24px;
	text-decoration: none !important;
}

/* Table wrapper to prevent overflow issues */

.table-container
{
	position: relative;
}

.table-container:before,
.table-container:after
{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 10px;
}

.table-container:before
{
	left: 0;
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(239,239,239,0) 100%);
}

.table-container:after
{
	right: 0;
	background: linear-gradient(to right, rgba(239,239,239,0) 0%, rgba(255,255,255,1) 100%);
}

.table-container.is-init:before,
.table-container.is-finish:after
{
	display: none;
}

.table-content
{
	overflow: auto;
}

.table-content > table
{
	margin-left: 0;
	margin-right: auto;
}

/* Search box */

.sub-header
{
	width: 100%;
}

/*HLJS*/

.code-wrapper {
	position: relative;
}

.code-wrapper a.copy-button {
	position: absolute;
	right: 10px;
	color: #fff;
}

.code-wrapper a.copy-button:hover {
	color: #fff;
}

pre.hljs {
  padding: 20px 30px;
	color: #fff;
}

docutils literal
{
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	border-radius: 4px;
	word-break: break-all;
}

pre code .hljs
{
	display: block;
	overflow-x: auto;
	padding: 0.5em;
}

pre code .hljs,
pre code .hljs-punctuation
{
	color: white;
}

pre code .hljs-subst
{
	color: #444;
}

pre code .hljs-comment
{
	color: #888888;
}

pre code .hljs-keyword
{
	color: #66d9ef;
}

pre code .hljs-attr
{
	color: #f92672;
}

pre code .hljs-selector-tag
{
	color: white;
}

pre code .hljs-meta-keyword,
pre code .hljs-doctag,
pre code .hljs-nf
{
	color: #a6e22e;
}

pre code .hljs-name
{
	color: #a6e22e;
}

pre code .hljs-type,
pre code .hljs-string
{
	color: #e6db74;
}

pre code .hljs-number,
pre code .hljs-selector-id,
pre code .hljs-selector-class,
pre code .hljs-quote,
pre code .hljs-template-tag,
pre code .hljs-deletion
{
	color: orchid;
}

pre code .hljs-title,
pre code .hljs-section
{
	color: #880000;
	font-weight: bold;
}

pre code .hljs-regexp,
pre code .hljs-symbol,
pre code .hljs-variable,
pre code .hljs-template-variable,
pre code .hljs-link,
pre code .hljs-selector-attr,
pre code .hljs-selector-pseudo
{
	color: #BC6060;
}

pre code .hljs-literal
{
	color: #78A960;
}

pre code .hljs-built_in
{
	color: #f8f8f2;
}

pre code .hljs-bullet,
pre code .hljs-code,
pre code .hljs-addition
{
	color: #397300;
}

pre code .hljs-meta
{
	color: #1f7199;
}

pre code .hljs-meta-string
{
	color: #4d99bf;
}

pre code .hljs-emphasis
{
	font-style: italic;
}

pre code .hljs-strong
{
	font-weight: bold;
}

pre.code .ln
{
	color: grey;
}

line numbers pre.code,
pre
{
	overflow: auto;
	padding: 20px 30px;
	border: 0px;
	border-radius: 0px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background: #303336;
	font-family: monospace;
	color: #fff;
}

pre.external-file {
	height: 200px;
	background-color: #ccc;
	background-image: url("../../../Skins/Default/Stylesheets/Images/loading.gif");
	background-repeat: no-repeat;
	background-position: center;
	transition: background-color 0.2s;
}

pre.external-file-loaded {
	height: auto;
	background: #303336;
}

pre span.indentifier
{
	color: #fff;
}

div
{
	display: block;
	box-sizing: border-box;
}

.note
{
	margin-left: 15px;
	margin-right: 15px;
	padding: 15px;
	background-color: rgba(2,134,195, 0.05);
	border-left: solid 5px #0286C3;
	border-left-width: 6px;
}

.warning
{
	color: #5d5c5b;
	border-left: solid 5px #de0055;
	background-color: rgba(222, 0, 85, 0.05);
	margin-left: 15px;
	margin-right: 15px;
	padding: 15px;
}

.caution
{
	color: #5d5c5b;
	border-left: solid 5px #FFA500;
	background-color: rgba(255, 165, 0, 0.05);
	margin-left: 15px;
	margin-right: 15px;
	padding: 15px;
}

.note_success
{
	color: #5d5c5b;
	border-left: solid 5px #4DB8A4;
	background-color: rgba(77, 184, 164, 0.05);
	margin-left: 15px;
	margin-right: 15px;
	padding: 15px;
}

h1
{
	text-align: left;
	line-height: 1;
	color: #001C6D;
	font-size: 48px;
	margin-bottom: 15px;
	margin-top: 30px;
	font-family: 'Rogan', Verdana, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 0;
}

h2
{
	padding-top: 1px;
	font-size: 34px;
	font-weight: 600;
	color: #001C6D;
	line-height: 34px;
	letter-spacing: 0.25px;
	border-bottom: 2px solid #001C6D;
	padding-bottom: 0;
	margin-bottom: 15px;
	font-family: 'Rogan', Verdana, Arial, sans-serif;
}

h3
{
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	color: #001C6D;
	font-family: 'Rogan', Verdana, Arial, sans-serif;
}

h4
{
	font-weight: 600;
	color: #001C6D;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.15px;
	font-family: 'Rogan', Verdana, Arial, sans-serif;
}

h5
{
	font-weight: 600;
	font-size: 16px;
	color: #5D5C5B;
	letter-spacing: 0.15px;
	line-height: 24px;
}

.expand-container,
.title-inline
{
	display: inline-block;
}

.expand-container
{
	float: right;
}

img.icon
{
	mc-thumbnail-max-height: 20px;
	padding: 0px;
	border: 0px;
	mc-thumbnail: normal;
}

MadCap|breadcrumbsProxy
{
	border-bottom: none;
	padding-top: 10px;
	mc-breadcrumbs-count: 3;
	mc-breadcrumbs-divider: ' ▸ ';
	color: #ffffff;
	mc-breadcrumbs-prefix: 'Docs ▸ ';
}

.MCBreadcrumbsSelf,
a.MCBreadcrumbsLink:link,
a.MCBreadcrumbsLink:visited
{
	color: #ffffff;
	letter-spacing: .4px;
	opacity: .75;
	font-weight: 600;
}

.MCBreadcrumbsDivider
{
	opacity: .75;
}


.MCBreadcrumbsSelf:nth-last-child(1)
{
	font-weight: 700;
}

.MCBreadcrumbsSelf:nth-last-child(1),
.MCBreadcrumbsDivider:nth-last-child(2)
{
	opacity: 1;
}


MadCap|dropDownHead
{
	color: #2db2ce;
}

MadCap|glossaryTerm
{
	color: #2db2ce;
}

MadCap|popupHead
{
	color: #2db2ce;
}

.version-picker
{
	color: #FFFFFF;
	font-size: 12px;
	line-height: 1em;
	margin: -4px 0;
}

.version-picker select
{
	width: auto;
}

select
{
	background-color: transparent;
	color: #ffffff;
	border: none;
	font-size: 12px;
}

option
{
	background-color: #4DC0D9;
	color: #ffffff;
}

option:hover
{
	background-color: #0286C3;
}

a
{
	color: #02C6E5;
	font-weight: 200;
}

a:link,
hyperlinkExample
{
	color: #02C6E5;
	font-weight: 400;
}

a:visited
{
	color: #011C6E;
	font-weight: bold;
}

a:hover
{
	color: #02C6E5;
}

MadCap|xref:hover
{
	font-weight: 400;
	color: #b3b3b3;
}

ul.toc li a.selected
{
	font-weight: bold;
}

.toc .toc-menu li
{
	padding-left: 20px !important;
}

.toc a
{
	color: inherit !important;
}

MadCap|xref
{
	color: #2db2ce;
	font-weight: bold;
	text-decoration: underline;
	mc-format: '{paratext}';
}

MadCap|xref.external
{
	mc-format: '{paratext} in {title}';
}

@media only screen and (max-width: 1279px)
{
	div.IndexPgRow1 > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.IndexPgRow1 > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.IndexPgRow3 > div:nth-child(1)
	{
		width: 66.66667%;
		margin-left: 0%;
	}

	div.IndexPgRow3 > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.IndexPgRow4 > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.IndexPgRow4 > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.IndexPgRow5 > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.IndexPgRow5 > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}
}

@media only screen and (max-width: 992px)
{
	div.MCBreadcrumbsBox_0
	{
		clear: both;
	}

	.version-picker
	{
		margin-bottom: 6px;
	}
}

@media only screen and (max-width: 767px)
{
	div.IndexPgRow1 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.IndexPgRow1 > div:nth-child(2)
	{
		width: 100%;
	}

	div.IndexPgRow3 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.IndexPgRow3 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.IndexPgRow4 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.IndexPgRow4 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.IndexPgRow5 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.IndexPgRow5 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}
}

/* Responsive Header Styles*/

#contentBody > .responsive-header
{
	background-color: transparent;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
} 

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
} 

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
} 

MadCap|xref.external-title
{
	mc-format: '{title}';
}

.btn	/*	!important are to override bootstrap css and specific for previous and next buttons*/
{
	box-sizing: border-box !important;
	height: 37px !important;
	border: 2px solid #001C6D !important;
	border-radius: 2px !important;
	text-align: center !important;
	vertical-align: middle !important;
	line-height: 23px !important;
	float: right !important;
	margin-top: 33px !important;
	margin-bottom: 20px !important;
	color: #001C6E !important;
	background-color: transparent !important;
	font-family: 'Rogan', Verdana, Arial, sans-serif !important;
	letter-spacing: 0.75px;
	padding: 0 25px;
	font-weight: bold;
}

.btn-expand-collapse /*	expand and collapsed button only*/
{
	margin-right: 7px;
	box-sizing: border-box !important;
	height: 34px !important;
	width: 131px;
	border: 1px solid #001C6E !important;
	border-radius: 4px !important;
	text-align: center !important;
	color: #001C6E;
	background-color: transparent !important;
  	font-weight: bold;
}

.btn-expand-collapse:hover
{
	border: 2px solid #001C6E;
	background-color: rgba(2,134,195,0.1) !important;
	
}

.btn-expand-collapse:focus,
.btn-expand-collapse:active
{
	border: 1px solid #001C6E;
	background-color: rgba(65,132,243,0.25) !important;
	box-shadow: none;
}

.btn-pdf	/*	!important are to override bootstrap css*/
{
	box-sizing: border-box !important;
	height: 37px !important;
	width: 173px !important;
	border: 1px solid #001C6E !important;
	border-radius: 2px !important;
	text-align: center !important;
	vertical-align: middle !important;
	line-height: 23px !important;
	float: right !important;
	margin-top: 42px !important;
	margin-bottom: 20px !important;
	background-color: transparent !important;
	color: #001C6E !important;
	font-family: 'Rogan', Verdana, Arial, sans-serif !important;
	font-weight: bold;
}

.btn-pdf-rn	/*	!important are to override bootstrap css*/
{
	box-sizing: border-box !important;
	height: 37px !important;
	width: 173px !important;
	border: 1px solid #001C6E !important;
	border-radius: 2px !important;
	text-align: center !important;
	vertical-align: middle !important;
	line-height: 23px !important;
	float: right !important;
	margin-top: 50px !important;
	margin-bottom: 20px !important;
	background-color: transparent !important;
	color: #001C6E !important;
	font-family: 'Rogan', Verdana, Arial, sans-serif !important;
	font-weight: bold;
	padding-top: -4px;
}

.btn-pdf-rn i.material-icons:before
{
	content: "picture_as_pdf";
	vertical-align: middle;
	padding: 5px;
}

.btn-pdf i.material-icons:before
{
	content: "picture_as_pdf";
	vertical-align: middle;
	padding: 5px;
}

.btn-expand	/*	!important are to override bootstrap css*/
{
	box-sizing: border-box !important;
	height: 29px !important;
	width: 69px !important;
	border: 1px solid #FFFFFF !important;
	border-radius: 2px !important;
	text-align: center !important;
	vertical-align: middle !important;
	float: right !important;
	margin-top: 14px !important;
	margin-right: 20px !important;
	background-color: transparent !important;
	color: #FFFFFF !important;
	font-family: 'Rogan', Verdana, Arial, sans-serif !important;
	font-weight: bold;
	font-size: 12px !important;
	letter-spacing: 0.64px !important;
	line-height: 12px !important;
}

.prev-btn
{
	float: left !important;
	height: unset !important;
}

.next-btn
{
	float: right !important;
	height: unset !important;
}

div.button-bar
{
	padding: 20px 5px;
}

.rr-heading
{
	background: linear-gradient(90deg, #05BBE3 0%, #0286C3 100%);
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 500;
	font-family: 'Open Sans', Arial, Verdana, sans-serif;
	line-height: 24px;
	display: block;
	height: 60px;
	padding: 21px 20px 19px;
	border-radius: 0 0 4px 4px;
}

.rr-panel
{
	background: #ffffff;
	overflow-x: hidden;
	overflow-y: hidden;
	width: 255px;
}

.rr-heading .panel-title
{
	font-family: 'Rogan', Verdana, Arial, sans-serif;
	font-size: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.rr-heading .panel-title .mdi-chevron-down,
.rr-heading .panel-title .mdi-chevron-up
{
	color: white;
	float: right;
	margin: 0;
}

.rr-panel a
{
	padding: 0px !important;
}

/* Scrollbar */

::-webkit-scrollbar
{
	width: 6px;
}

::-webkit-scrollbar:horizontal
{
	height: 6px;
}

/* Track */

::-webkit-scrollbar-track
{
	background: transparent;
	border-radius: 10px;
}

/* Handle */

::-webkit-scrollbar-thumb
{
	background: #C1C1C1;
	border-radius: 10px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover
{
	background: #555;
}

div.main-content
{
	margin-bottom: 46px;
}

button,
input,
select,
textarea
{
	line-height: normal;
}

#logo,
#logo a
{
	width: 110px;
}

#logo a
{
	padding: 5px 0;
	line-height: unset;
	margin: 0;
}

#logo a img
{
	width: 100%;
}

@media screen
{
	.subpage-main-content
	{
		background: white;
		width: 75%;
		margin: 0 auto;
		padding: 1px 40px;
		border: 1px solid gainsboro;
		box-shadow: 0 0 1px 0 gainsboro;
	}
}

a.icon-bookmark
{
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 3px 10px;
	background-image: url('../../Images/Icons/baseline_bookmark_border_black_18dp.png');
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
	opacity: 0;
	padding: 10px;
}

a.icon-bookmark:hover
{
	opacity: 1;
}

.xref
{
	text-decoration: none;
}

@media (min-width: 768px)
{
	col-sm-3
	{
		width: initial !important;
	}
}

#footer-placeholder
{
	position: relative;
	z-index: 10;
}

td > a[name]
{
	position: relative;
	top: -100px;
}

.MCExpandingHotSpot:focus
{
	background-repeat: no-repeat;
}

.MCExpanding_Open .MCExpandingHotSpot_.MCHotSpotImage
{
	background-image: url(../../Images/Icons/baseline-keyboard_arrow_down-24px.svg);
}

.MCExpanding_Closed .MCExpandingHotSpot_.MCHotSpotImage
{
	background-image: url(../../Images/Icons/baseline-keyboard_arrow_right-24px.svg);
}

.panel-title
{
	position: relative;
	padding-right: 20px;
}

.panel-title > .pull-right
{
	position: absolute;
	right: 0;
	top: 0;
}

@media (max-width: 992px)
{
	/* To not adding col-xs-12 to all pages */

	.col-sm-9.subpage-main-content
	{
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	.separator-up,
	.separator-middle,
	.separator-down
	{
		margin: 0 -20px;
		border-radius: 0;
		border-left: 0;
		border-right: 0;
	}

	.h2-separator
	{
		margin-left: -20px;
		margin-right: -20px;
	}

	.row h1
	{
		padding-left: 20px;
		padding-right: 20px;
		/* Clear float of download pdf */
		clear: both;
	}

	.container > h1
	{
		padding-left: 0;
		padding-right: 0;
	}

	ol
	{
		padding: 0 38px;
	}

	/* Override JS */

	.btn-pdf
	{
		display: inline-block !important;
		margin-top: 0 !important;
	}
}

@media (max-width: 768px)
{
	ol
	{
		padding: 0 28px;
	}

	ul
	{
		padding-left: 20px;
	}

	.subpage-main-content
	{
		word-wrap: break-word;
	}

	/* i.e: Deprecated plugins */

	.subpage-main-content.col-sm-12
	{
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}

	h1
	{
		font-size: 38px;
	}

	.expand-container
	{
		display: block;
		float: none;
	}

	.expand-container .btn,
	.visible-xs .btn
	{
		float: left !important;
	}

	.btn-pdf
	{
		margin-right: 15px;
	}
}

/* New header for Release Notes and other docs in the index page */

.header
{
  display: flex;
  flex-wrap: wrap;
  margin-right: 35px;
  margin-left: 70px;
  margin-top: 15px;
  margin-bottom: 10px;
 
}

.logo
{
  flex: 0 1 auto;
  display: flex;
  justify-content: center;
  
}

.details
{ 
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  margin-top: 13px;
}

.links ul
{
  float: right;
}

.links ul li
{
  display: inline-block;
  margin: 0 16px;
}

.links a:hover{
  color: #2786DB; 
}

.info
{
  padding: 8px;
  color: #3E3E3E;
}

.info div
{
  float: right;
}

.info p
{
  display: inline-block;
}

.info a
{
  text-decoration: underline;
}

.info a:hover{
	color: #00A3C8;
}

.info span
{
  margin: 0 8px;
}


/* Start of shared CSS for What's New in Geneos OP5 and Capacity Planner */

.wn-white-bg /* sets the background color of a section */
{
background-color: #FFFFFF;
height: auto;
padding: 30px 0 30px 0;
}

.wn-grey-bg /* sets the background color of a section */
{
background-color: #F1F1F1;
height: auto;
padding: 30px 0 30px 0;
}

.wn-header-name-align /* sets the CSS of the section title */
{
  height: auto;
  width: 530px;
  color: #001C6D;
  font-family: Rogan;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.07px;
  line-height: 41px;
}

.wn-text-align /* sets the text alignment: left or right */
{
  height: auto;
  max-width: 480px;
  color: #3E3E3E;
  font-family: "Open Sans";
  font-size: 14px;
  letter-spacing: 0.03px;
  line-height: 19px;
}

.wn-header-name-center
{
  height: auto;
  color: #001C6D;
  font-family: Rogan;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.07px;
  line-height: 40px;
  text-align: center;
}

.wn-text-center
{
  height: auto;
  max-width: 1180px;
  color: #3E3E3E;
  font-family: "Open Sans";
  font-size: 14px;
  letter-spacing: 0.03px;
  line-height: 19px;
  margin-left:auto;
  margin-right: auto;
  padding-bottom: 30px;
  text-align: center;
}

.blue-check-list ul
{
list-style-image: url(../../Images/whats-new/check-blue-icon.png);
text-align: left;
}

.wn-flex-container
{
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   flex-direction: row;
}

.container-btn-read-two /*  Container for two buttons in one row */
{
  box-sizing: border-box;
  margin-left: auto;
  position: relative;
  display: inline-block;
  padding: 10px 0 30px 50px;
}

.container-btn-read-more /*  Container for a single button in one row */
{
  box-sizing: border-box;
  margin-left: auto;
  position: relative;
  padding-top: 10px;
}

.button-read-more
{
  box-sizing: border-box;
  height: 34px;
  width: 137px;
  font-family: "Open Sans";
  border: 1px solid #001C6E;
  border-radius: 4px;
  color: #001C6E;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 18px;
  cursor: pointer;
}

.button-read-more-long /* button class with modified and longer name */
{
  box-sizing: border-box;
  height: 34px;
  width: 205px;
  font-family: "Open Sans";
  border: 1px solid #001C6E;
  border-radius: 4px;
  color: #001C6E;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 18px;
  cursor: pointer;
}

.button-read-more:hover
{
  background-color: rgba(2,134,195,0.1);
}

.button-read-more-long:hover
{
  background-color: rgba(2,134,195,0.1);
}

.wn-banner
{
  background-image: url('../../Images/whats-new/geneos-whats-new/header-whats-new-geneos.jpg');
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 363px;
  text-align: center;
}

.logo-whatsnew
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 0 150px 0;
  height: 112px;
  width: 230px;
  text-align: center;
}

.banner-text
{
  text-align: center;
  height: 31px;
  max-width: 540px;
  color: #FFFFFF;
  font-family: Rogan;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.1px;
  line-height: 31px;
  margin-left: auto;
  margin-right: auto;
}

.wn-intro
{
  text-align: center;
  background-color: #F1F1F1;
  height: auto;
  padding: 30px 0 30px 0;
}

.wn-intro-text
{
  height: auto;
  color: #333333;
  font-family: "Open Sans";
  font-size: 14px;
  letter-spacing: 0.03px;
  line-height: 19px;
  text-align: center;
}

.wn-icons
{
  height: auto;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
}

.wn-icons p
{
  height: 24px; 
  color: #001C6D;
  font-family: Rogan;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05px;
  line-height: 69px;
  text-align: center;
}

.wn-icons-column
{
padding: 50px 0 20px 0;
}

.wn-icons-column:hover
{
  background-color: rgba(255,255,255,0.6);
}

/*  Specific to What's New in Geneos for Netprobe to Elasticsearch Kibana*/
.container-np-es-column img
{ 
  padding: 10px 150px 10px 0;
}

.container-np-es-column p
{
  color: #2786DB;
  height: 19px;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 30px;
  width: 300px;
  text-align: left;
  white-space: nowrap;
}

.container-np-es a:hover
{
text-decoration: none;
}

.container-kibana-header
{
  height: 24px;
  width: 330px;
  color: #001C6D;
  font-family: Rogan;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 25px;
 }
/*  Specific to What's New in Geneos for Netprobe to Elasticsearch Kibana*/

/*  What's New bottom banner */
.wn-bottom-banner
{
  min-height: 306px;
  width: auto;  
  background-image: url(../../Images/whats-new/geneos-whats-new/geneos_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.wn-cp-bottom-banner
{
  min-height: 306px;
  width: auto;  
  background-image: url(../../Images/capacity-planner/bottom-cp-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.wn-op5-bottom-banner
{
  min-height: 306px;
  width: auto;  
  background-image: url(../../Images/whats-new/op5-monitor/bottom-op5-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#banner-btm
{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#banner-btm-col 
{
	display: table-cell;
	color: #FFFFFF;
	padding: 60px 70px 50px 90px;
}

#upgrade-text
{
  height: auto;
  max-width: 480px;
  color: #FFFFFF;
  font-family: Rogan;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 40px;
}

#upgrade-btn 
{
  box-sizing: border-box;
  height: 34px;
  width: 152px;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  vertical-align: middle;
  margin-top: 10px;
  background-color: transparent;
  font-family: 'Open Sans', Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 22px;
	text-align: center;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-weight: 600;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	text-decoration: none;
}

#upgrade-btn:hover
{
  background-color: rgba(255,255,255,0.2);
}

/* Response design */
.whats-new-context {
  text-align: left;
}
/* ------------- Responsive ------------ */
@media only screen and (max-width: 768px) {
  /* From tablet context */
  .whats-new-context {
    padding: 0.5em;
    text-align: center;
  }
  /* let's center the images and not to break the width of the container */
  .whats-new-context img {
    display: block;
    margin: 1em auto;
    max-width: 100%;
  }
  /* Align the buttons to center when resizing the window */
  	.container-btn-info {
  display: block;
  text-align: center;
	}
	.container-btn-learn {
  display: block;
  text-align: center;
	}
	.container-btn-read-more {
  display: block;
  text-align: center;
	} 		
}
@media only screen and (max-width: 480px) {
  /* From mobile context */
  .whats-new-context {
    /* Imagine we need to reduce a little bit the font sizes and the padding, to fit a bit more content. */
    font-size: .9em;
    padding: 0.5em;
  }
} 
/* End of shared CSS for What's New in Geneos OP5 and Capacity Planner */

/* CSS for the new Geneos plugins index page */

.headerName
{
  height: 48px;
  width: 511px;
  color: #001C6D;
  font-family: Rogan;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 48px;
  padding-bottom: 70px;
}

.container-filter
{
	margin-top: 40px;
	overflow: hidden;
}

.filterDiv
{
	background-color: #F1F1F1;
	border-radius: 4px;
	float: left;
	color: #2769CD;
	height: 150px;
	width: 240px;
	line-height: 25px;
	text-align: center;
	margin: 10px;
	display: block;
	font-family: "Open Sans";
	font-size: 16px;
	cursor: pointer;
	transition: all 0.2s;
	font-weight: bold;
}

.filterDiv img
{
	width: auto;
	height: 80px;
	display: block;
	max-width: 100%;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.filterDiv a:link
{
	color: #2769CD;
}

.filterDiv a:visited
{
	color: #2769CD;
}

.filterDiv a:hover
{
	color: #ffffff;
}

.filterDiv span
{
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.3s;
}

.filterDiv span:after
{
	content: attr(data-title);
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
}

.filterDiv:hover span
{
	text-decoration: underline;
}

.filterDiv:hover span:after
{
	opacity: 1;
	right: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	background: #F1F1F1;
	border-radius: 8px;
	color: #3E3E3E;
	margin: -62px auto 0;
	font-size: 14px;
	padding: 5px;
	line-height: 20px;
	height: 110px;
	align-items: center;
}

.filterDiv:hover
{
	background-color: #F1F1F1;
	color: #ffffff;
}

/*Style for search */

.plugin-search-filter
{
	background-image: url('../../Images/integrations/search-icon.svg');
	background-position: right;
	background-repeat: no-repeat;
	width: 100%;
	font-size: 16px;
	padding: 12px 10px 12px 10px;
	border: 1.4px solid rgba(158,158,158,0.5);
	border-radius: 4px;
	background-color: #FFFFFF;
	margin-bottom: 12px;
}

/* Style the buttons on top: Show all and other categories*/

.btn-filter
{
	box-sizing: border-box;
	border: 1px solid #001D6D;
	border-radius: 4px;
	background-color: #FFFFFF;
	height: 44px;
	width: auto;
	color: #001C6E;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.5px;
	line-height: 18px;
	cursor: pointer;
	padding: 10px 18px;
	margin-right: 13px;
	margin-top: 20px;
}

.btn-filter:hover
{
	background-color: rgb(229,232,240);
	color: #001C6D;
}

.btn-filter.active
{
	background-color: #001C6D;
	color: white;
}

.filter-clear-all {
	display: block;
	width: 100%;
	text-align: right;
	color: #001C6D;
}

.filter-clear-all:hover {
	color: #001C6D;
	text-decoration: none;
}
.plugin-tooltip
{
	display: inline;
	position: relative;
	width: 200px;
}

.no-results {
	font-family: 'Open Sans',Arial,Verdana,sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.5px;
	line-height: 48px;
	text-align: center;
	color: #001C6D;
}

.element-invisible {
	display: none;
}

/* Mobile plugins*/
@media (max-width: 480px) {
	.btn-filter {
		margin-right: 0px;
    margin-top: 5px;
		height: auto;
		width: auto;
		padding: 0px 10px;
	}

	.headerName {
		font-size: 30px;
	}
}

MadCap|codeSnippetCopyButton
{
display: none;
}