@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);
/*<meta conditions="GPL_MainHelp.Include" />*/

/* Welcome Grid Start */

section.welcome-box
{
	width: 100%;
	float: left;
	margin-bottom: 2px;
}

section.welcome-box .triangle-expand
{
	width: 10px;
	height: 9px;
	position: relative;
	top: -2px;
	left: 0;
	opacity: 0.65;
	transition: all 0.6s ease;
}

section.welcome-box .triangle-expand.collapse
{
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

section.welcome-box .triangle-expand.expand
{
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

section.welcome-box .MCDropDownBody
{
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

section.welcome-box .MCDropDown_Open a.MCDropDownHotSpot,
section.welcome-box .MCDropDown_Closed a.MCDropDownHotSpot
{
	display: block;
	padding: 0;
	background-image: none;
}

section.welcome-box .MCDropDown_Image_Icon
{
	display: none;
}

section.welcome-box .dropDown
{
	margin: 0;
}

div.welcome-box-header
{
	width: 100%;
	font-size: 1.36em;
	font-weight: 200;
	padding: 0.28em 0.5em 0.4em 0.5em;
	background-color: #f4f4f4;
	box-sizing: border-box;
	margin-bottom: 0;
	color: #101010;
	border: 0;
	border-style: none;
}

div.welcome-box-header.getting-started
{
	border-left: 6px solid rgba(105, 90, 170, 0.85);
}

div.welcome-box-header.setup
{
	border-left: 6px solid #4eb28c;
}

div.welcome-box-header.applications
{
	border-left: 6px solid #19a2dc;
}

.footer-margin,
section.welcome-box.footer-margin
{
	margin-bottom: 40px;
}

.no-bottom-border,
section.welcome-box.no-bottom-border
{
	border-bottom: 0;
}

.welcome-box-grid
{
	display: block;
	position: relative;
	float: left;
	width: 100%;
	border: 1px solid #f1f2f2;
	border-left: 6px solid #19a2dc;
	border-top: 0;
	box-sizing: border-box;
	padding-bottom: 12px;
}

.pad-overview-txt
{
	padding-left: 10px;
	padding-top: 16px;
}

.pad-overview-txt-top
{
	padding-left: 10px;
	padding-top: 5px;
}

.pad-overview-img
{
	padding-left: 5px;
	padding-top: 5px;
}

.welcome-box-grid.getting-started
{
	border-left: 6px solid rgba(105, 90, 170, 0.85);
}

.welcome-box-grid.setup
{
	border-left: 6px solid #4eb28c;
}

.welcome-box-grid .cell
{
	display: block;
	width: calc(33% - 4px);
	float: left;
	margin-top: 4px;
	box-sizing: border-box;
	margin-right: 4px;
	padding-top: 10px;
	padding-bottom: 6px;
	opacity: 0;
	transition: all 0.4s ease;
	height: auto;
}

.welcome-box-grid .cell .app-icon
{
	width: 33%;
	float: left;
	text-align: center;
}

.welcome-box-grid .cell .app-desc
{
	width: 66%;
	float: left;
}

.welcome-box-grid .cell .cell-title
{
	font-size: 1.3em;
	display: block;
	font-weight: 600;
	padding-top: 2px;
}

.welcome-box-grid.getting-started .cell .cell-title
{
	color: rgba(105, 90, 170, 0.85);
}

.welcome-box-grid.setup .cell .cell-title
{
	color: #4eb28c;
}

.welcome-box-grid.applications .cell .cell-title
{
	color: #19a2dc;
}

.welcome-box-grid .cell .cell-content
{
	display: block;
	font-weight: 400;
	font-size: 1.14em;
	color: #686868;
}

.welcome-box-grid .cell a
{
	font-weight: 600;
	display: block;
	text-decoration: none;
}

.welcome-box-grid .cell a.info
{
	font-weight: 600;
	color: #067fcc;
	font-size: 1.05em;
	display: block;
	text-decoration: none;
}

.welcome-box-grid .cell.show
{
	opacity: 1;
}

.welcome-box-grid .cell.moveL
{
	-webkit-animation-name: moveL;
	animation-name: moveL;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	animation-duration: 0.4s;
	position: relative;
}

@-webkit-keyframes moveL /* Used by function.js in BC overview, move to welcome-bc.css */
{
	from {
		top: -10px;
	}
	to {
		top: 0;
	}
} 

@keyframes moveL /* Used by function.js in BC overview, move to welcome-bc.css */
{
	from {
		top: -10px;
	}
	to {
		top: 0;
	}
} 

div.WelcomeBox	/* Not use anywhere, get rid */
{
	margin: 0.5em;
}

div.Icon	/* Not used anywhere, get rid */
{
	border: solid 1px #c0c0c0;
	float: left;
	margin-right: 0px;
	border-radius: 5px;
	height: auto;
	width: 170px;
	padding-bottom: 20px;
}

h3.Welcome	/* Not used, get rid */
{
	font-size: 1.313em;
	height: 64px;
	text-align: center;
}

WelcomeBox MadCap|dropDownHotSpot	/* Incorrect selector, but not used anywhere. Get rid. */
{
	margin-top: 0;
}

MadCap|dropDownHotspot.WelcomeDropDown
{
	font-size: 1.313em;
	font-weight: bold;
	color: #0d54a3;
}

img.Welcome
{
	margin-left: 10px;
	margin-right: 10px;
}

div.FloatingButton
{
	clear: both;
	margin-bottom: 1.563em;
	margin-top: 0.625em;
	margin-left: 0.5em;
}

div.WelcomeText
{
	height: 130px;
	float: left;
	margin: 0.5em;
}

div.WelcomeLink
{
	clear: both;
	margin: 0.5em;
}

a.Welcome:link
{
	color: #FFFFFF;
}

a.Welcome:visited
{
	color: #FFFFFF;
}

a.Welcome:hover
{
	color: #FF00FF;
}

a.Welcome:active
{
	color: #FFFFFF;
}

div.WelcomeBoxLinks
{
	float: left;
	background-color: #f0f1f2;
	border: solid 1px #cccccc;
	border-radius: 5px;
	margin-top: 1.5em;
}

div.WelcomeBoxLinksRight
{
	float: left;
	clear: both;
	margin-top: 30px;
	background-color: #f0f1f2;
	border: solid 1px #cccccc;
	border-radius: 5px;
}

/* Welcome Grid End */
/* Breadcrumbs Start*/

div.MCBreadcrumbsBox_welcomeBreadcrumb_0
{
	padding-top: 13px;
}

/* Breadcrumbs End */

@media screen and (min-width: 0px) and (max-width: 599px)
{

	.welcome-box-grid .cell
	{
		width: calc(100% - 4px);
		height: auto;
		padding-bottom: 6px;
	}

	.welcome-box-grid .cell:last-child
	{
		padding-bottom: 20px;
	}

	.welcome-box-grid .cell .app-icon
	{
		width: 25%;
	}

	.tutorial-grid .link .tutorial-duration
	{
		margin-left: 4px;
	}

	.tutorial-grid .link .tutorial-duration img
	{
		display: none;
	}
}

@media screen and (min-width: 600px) and (max-width: 799px)
{
	object.xtra
	{
		width: 600px;
		height: 480px;
	}

	.welcome-box-grid .cell
	{
		width: calc(50% - 4px);
	}
}

@media screen and (min-width: 800px) and (max-width: 1023px)
{
	.welcome-box-grid .cell
	{
		width: calc(33% - 4px);
	}
}

@media screen and (min-width: 1024px) and (max-width: 1279px)
{
	.welcome-box-grid .cell
	{
		width: calc(25% - 4px);
	}
}

@media screen and (min-width: 1280px)
{
	.welcome-box-grid .cell
	{
		width: calc(25% - 4px);
		max-width: 360px;
	}
}

@media webhelp
{
	.welcome-box-grid
	{
		display: flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.welcome-box-grid .cell
	{
		display: -ms-flexbox;
		display: flex;
	}
}
