/*<meta />*/

@import url('delinea-styles.css');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/* Start page styles. Attach locally only to the start page. */
/*div.search-bar,*/

div.breadcrumbs,
div.NavigationToolbar,
nav.sidenav-wrapper,
div.search-filter,
div.search-bar
{
	display: none;
	mc-hidden: hidden;
}

body
{
	mc-disable-glossary-terms: true;
}

div.row.outer-row.sidenav-layout
{
	width: 100%;
	max-width: 100%;
	padding: 0;
	mc-hidden: hidden;
}

*:focus
{
	outline-width: 3px;
	outline-color: var(--Brand2);
	margin: 1px;
	mc-hidden: hidden;
	/* invert; */
}

div.content-container
{
	padding-top: 24px;
	padding-left: 1%;
	padding-right: 0;
	max-width: 1600px;
	margin: 0 auto;
	mc-hidden: hidden;
}

/* Adjust column sizes on library page. */

div#Column1-Library
{
	float: left;
	width: calc(99% - 260px);
	mc-hidden: hidden;
}

div#Column2-Library
{
	float: right;
	width: 260px;
	margin-left: 1%;
	margin-top: 15px;
	position: sticky;
	top: 15px;
	mc-hidden: hidden;
}

ul.menu._Skins_Side_Menu > li:first-child a:link,
ul.menu._Skins_Side_Menu > li:first-child a:visited,
ul.menu._Skins_Side_Menu > li:first-child a:active,
ul.menu._Skins_Side_Menu > li:first-child a:hover,
ul.menu._Skins_Side_Menu > li:first-child a.selected:link,
ul.menu._Skins_Side_Menu > li:first-child a.selected:visited,
ul.menu._Skins_Side_Menu > li:first-child a.selected:active,
ul.menu._Skins_Side_Menu > li:first-child a.selected:hover
{
	font-weight: normal;
	mc-hidden: hidden;
}

/* Tight up spacing between function buttons */

div.button-tiles > div
{
	margin: 0 4% 10px 4%;
	mc-hidden: hidden;
}

h1
{
	font-family: var(--FontHeading);
	font-weight: bold;
	font-size: 2rem;
	line-height: var(--LineHeightSmaller);
	text-align: center;
	padding: 0;
	margin: 40px auto 15px auto;
	color: var(--Brand1);
}

h2
{
	font-family: var(--FontHeading);
	font-weight: bold;
	font-size: 1.5rem;
	line-height: var(--LineHeightNormal);
	text-align: left;
	padding: 0;
	margin: 15px auto 5px auto;
	color: var(--Brand1);
}

h3
{
	text-align: left;
}

h1:hover,
h2:hover,
h3:hover
{
	cursor: default;
}

h1:hover::after,
h2:hover::after,
h3:hover::after
{
	display: none;
}

/*
p.Invisible
{
	font-size: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
	visibility: hidden;
	mc-hidden: hidden;
}
*/

/* Responsive tiles */

div.library-tiles
{
	width: auto;
	margin: 20px auto 20px auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: stretch;
	padding: 0 0 0 0;
	overflow-y: auto;
	background-color: transparent;
	max-width: 1600px;
	mc-hidden: hidden;
}

/* Library tiles flexbox layout */

div.library-tiles > div
{
	flex: 0 1 23%;
	min-width: 275px;
	max-width: 90%;
	margin: 0 16px 28px 0px;
	border-radius: 4px;
	background-color: var(--White);
	padding: 16px 24px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	border: 1px solid var(--GrayLight);
	transition: all .5s ease;
	cursor: pointer;
	box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.1);
	mc-hidden: hidden;
}

/* library tile hover effects */

div.library-tiles > div:hover
{
	border-color: var(--Brand1);
	background-color: #ffffff;
	/* box-shadow: 4px 4px 6px rgb(0 0 0 / 20%), 4px 4px 6px rgb(0 0 0 / 30%); */
	box-shadow: 1px 2px 8px 4px rgb(0 0 0 / 20%);
	mc-hidden: hidden;
}

/* First div: product icon and product name*/

div.library-tiles > div > div:nth-child(1)
{
	width: 100%;
	height: 40px;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	mc-hidden: hidden;
}

div.library-tiles > div > div:nth-child(1) > p
{
	flex: 0 0 auto;
	width: auto;
	mc-hidden: hidden;
}

/* paragraph holding image */

div.library-tiles > div > div:nth-child(1) > p:nth-child(1)
{
	margin: 0;
	padding: 0;
	text-align: center;
	mc-hidden: hidden;
}

div.library-tiles > div > div:nth-child(1) > p:nth-child(1) img
{
	height: auto;
	width: auto;
	max-height: 40px;
	max-width: 44px;
	mc-hidden: hidden;
}

div.library-tiles > div.WideProductIcon > div:nth-child(1) > p:nth-child(1) img
{
	height: auto;
	width: auto;
	max-width: 74px;
	max-height: 40px;
	mc-hidden: hidden;
}

/* paragraph with document title */

div.library-tiles > div > div:nth-child(1) > p:nth-child(2)
{
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 8px 0 8px;
	width: auto;
	max-width: calc(100% - 44px);
	font-family: var(--FontSemiBold);
	letter-spacing: 0.5px;
	font-size: 1.1rem;
	line-height: var(--LineHeightSmaller);
	color: var(--PurpleDelinea);
	mc-hidden: hidden;
}

div.library-tiles > div.WideProductIcon > div:nth-child(1) > p:nth-child(2)
{
	max-width: calc(100% - 74px);
	mc-hidden: hidden;
}

/* Second div: product description */

div.library-tiles > div > div:nth-child(2)
{
	width: 100%;
	height: auto;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	mc-hidden: hidden;
}

div.library-tiles > div > div:nth-child(2) p
{
	text-align: left;
	margin: 20px 0 0 0;
	padding: 0;
	font-family: var(--FontHeading);
	letter-spacing: 0.5px;
	font-size: .8rem;
	line-height: 135%;
	font-weight: normal;
	color: var(--TextColor);
	animation: fadeIn .5s;
	mc-hidden: hidden;
}

div.library-tiles > div > div:nth-child(1) p a:link,
div.library-tiles > div > div:nth-child(1) p a:visited,
div.library-tiles > div > div:nth-child(1) p a:active,
div.library-tiles > div > div:nth-child(1) p a:hover
{
	text-decoration: none;
	color: inherit;
	background-color: inherit;
	mc-hidden: hidden;
}

@keyframes fadeIn 
{
  0% { opacity: 0; }
  100% { opacity: 1; }
} 

div#RemoveHighlight
{
	border: none;
	mc-hidden: hidden;
}

div#RemoveHighlight div.button-icon:active,
div#RemoveHighlight div.button-icon:hover
{
	background-image: url('../icons/functionbuttons/delinea/button-highlight-active.svg');
	background-color: transparent;
	mc-hidden: hidden;
}

#resultList h3.title
{
	text-align: left;
	mc-hidden: hidden;
}

#resultList h3.title a:link
{
	border-bottom: none;
	color: var(--Brand1);
	text-decoration: none;
	mc-hidden: hidden;
}

#resultList h3.title a:visited
{
	border-bottom: none;
	color: var(--GrayDark);
	text-decoration: none;
	mc-hidden: hidden;
}

#resultList h3.title a:active,
#resultList h3.title a:hover
{
	border-bottom: none;
	text-decoration: underline;
	color: var(--GrayDark);
	mc-hidden: hidden;
}

div#Library
{
	display: none;
}

div#PDFs
{
	display: block;
}

div.side-content-container
{
	max-height: calc(100vh - 120px);
	mc-hidden: hidden;
}

div.side-content-container::before
{
	content: 'Product Groups';
	color: var(--Brand1);
	margin-top: 10pt;
	margin-bottom: 10pt;
	font-family: var(--FontHeading);
	font-size: 0.9rem;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	display: block;
	mc-hidden: hidden;
}

@media only screen and (max-width: 1279px)
{
	div.library-tiles > div
	{
		flex: 0 1 45%;
		mc-hidden: hidden;
	}

	.title-bar .menu-icon span
	{
		display: none;
		mc-hidden: hidden;
	}

	div.footer
	{
		margin-bottom: 0px;
		mc-hidden: hidden;
	}

	div#ReturnTop
	{
		display: none;
		mc-hidden: hidden;
	}

	div#SideContentContainer
	{
		display: block;
		mc-hidden: hidden;
	}

	h1
	{
		font-size: 2.2rem;
		line-height: 2.8rem;
		padding-top: 0px;
		margin-top: 25px;
		mc-hidden: hidden;
	}

	h2
	{
		font-size: 1.8rem;
		line-height: 2.2rem;
		mc-hidden: hidden;
	}

	div#DarkMode
	{
		order: 1;
		mc-hidden: hidden;
	}

	div#GitHub
	{
		order: 2;
		mc-hidden: hidden;
	}

	div#PDFs
	{
		order: 3;
		mc-hidden: hidden;
	}

	div#Library
	{
		order: 4;
		mc-hidden: hidden;
	}
}

@media only screen and (max-width: 767px)
{
	div#Column1-Library
	{
		width: calc(99% - 80px);
		padding-left: 25px;
		mc-hidden: hidden;
	}

	div#Column2-Library
	{
		width: 75px;
		padding-right: 25px;
		mc-hidden: hidden;
	}

	div#SideContentContainer
	{
		display: none;
		mc-hidden: hidden;
	}

	div.library-tiles > div
	{
		flex: 0 1 85%;
		mc-hidden: hidden;
	}

	h1
	{
		font-size: 2.0rem;
		line-height: 2.6rem;
		padding-top: 0px;
		margin-top: 15px;
		mc-hidden: hidden;
	}

	h2
	{
		font-size: 1.6rem;
		line-height: 2rem;
		mc-hidden: hidden;
	}
}

@media edit
{
	div.library-tiles
	{
		display: block;
		mc-hidden: hidden;
	}

	div.library-tiles > div
	{
		display: block;
		mc-hidden: hidden;
	}
}

