/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section
{
	display: block;
}

body
{
	line-height: 1;
}

blockquote,
q
{
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after
{
	content: '';
	content: none;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* custom css styles */

html,
body
{
	color: #333;
	background: #eee;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	line-height: 2em;
	width: 100%;
	min-height: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after
{
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

p
{
	margin-bottom: 16px;
}

i
{
	font-style: italic;
}

sup
{
	vertical-align: super;
	font-size: smaller;
}

sub
{
	vertical-align: sub;
	font-size: smaller;
}

.content a,
.content a:visited,
.footer a,
.footer a:visited,
#home a,
#home a:visited
{
	color: #005C92 !important;
	text-decoration: none !important;
	/*word-break: break-all;
    ms-word-break: break-all;*/
}

h1
{
	font-size: 1.6rem;
	line-height: 1.6em;
	padding-bottom: 6px;
	border-bottom: solid 1px #ddd;
	padding-top: 30px;
	margin-bottom: 24px;
}

#content-container > :first-child
{
	font-size: 1.6rem;
	line-height: 1.6em;
	padding-bottom: 6px;
	border-bottom: solid 1px #ddd;
	padding-top: 20px;
	margin-bottom: 24px;
	margin-top: 0px;
	font-weight: 400;
	font-style: normal;
}

h2,
h3,
h4,
h5,
h6
{
	line-height: 1.8em;
	margin-top: 30px;
	margin-bottom: 18px;
}

h2
{
	font-size: 1.4rem;
}

h3
{
	font-style: italic;
	font-size: 1.3rem;
}

h4
{
	font-size: 1.1rem;
	font-weight: 600;
}

h5
{
	font-size: 1.1rem;
	font-style: italic;
}

h6
{
	font-style: italic;
}

ol,
ul
{
	margin-left: 30px;
}

li
{
	margin-bottom: 12px;
}

.code,
p.CodeLevel1,
p.CodeLevel2,
code
{
	font-family: "Courier New", Courier, monospace;
}

p.level2,
.level2,
p.CodeLevel1
{
	padding-left: 25px;
}

p.level3,
.level3,
p.CodeLevel2
{
	padding-left: 50px;
}

ol > li.level2,
ol.level2 > li
{
	list-style-type: lower-alpha;
}

ol > li.level3,
ol.level3 > li
{
	list-style-type: lower-roman;
}

input:focus
{
	outline: 0;
}

table p
{
	margin: 0px;
}

table ul,
table ol
{
	margin: 0px;
	margin-left: 24px;
}

table li
{
	margin-bottom: 0px;
}

table *
{
	font-size: 0.9rem;
}

table .note,
table .important
{
	background: none;
	margin: 10px 10px 10px 4px;
	padding: 0px 0px 4px 10px;
}

.note,
.important
{
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 90px;
	line-height: 1.9em;
	margin: 30px 10px 30px 10px;
	padding: 14px 50px 14px 10px;
	border-left: solid 2px #eee;
}

.note
{
	background-color: #f0f9ff;
	background-image: url('../images/misc/note.png');
	border-left-color: #447ab6;
}

.important
{
	background-color: #FAFAF2;
	background-image: url('../images/misc/important.png');
	border-left-color: #ffa366;
}

.note p,
.important p
{
	margin-bottom: 0;
}

img
{
	max-width: 100%;
}

p.figures
{
	max-width: 75%;
	margin-top: 20px;
	display: inline-block;
	position: relative;
}

p.figures img
{
	width: 100%;
	margin-bottom: 10px;
}

.icon
{
	margin: 0px;
}

.figures img:hover
{
	opacity: 0.8;
	background-color: #000;
	cursor: pointer;
}

p.figures:hover::before
{
	content: "\1f50d";
	font-size: 80px;
	position: absolute;
	top: 42%;
	left: 44%;
	top: calc(50% - 29px);
	left: calc(50% - 40px);
}

.caption
{
	line-height: 1.7em;
	font-size: 0.9rem;
	font-style: italic;
	color: #555;
	padding-left: 14px;
}

.figures + .caption
{
	margin-top: 24px;
	display: inline-block;
	width: 22%;
	width: calc(25% - 6px);
	vertical-align: top;
}

header
{
	display: block;
	background: #0079c1;
	height: 60px;
	width: 100%;
}

main
{
	display: block;
	height: calc(100% - 60px);
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

.search-box
{
	max-width: 1024px;
	width: 100%;
	height: 130px;
	margin: 0 auto;
	display: block;
	padding-top: 40px;
}

.search-area
{
	color: #bbb;
	background: white;
	border: solid 1px #d7d7d7;
	padding: 10px 40px 10px 40px;
}

.main-container
{
	background: white;
	min-height: calc(100% - 170px);
	height: calc(100% - 170px);
	max-width: 1024px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	/*display: table;*/
	border: solid 1px #d7d7d7;
}

.content
{
	background: #fff;
	width: calc(100% - 300px);
	max-width: 700px;
	height: 100%;
	float: none;
	display: table-cell;
	position: relative;
}

.content .breadcrumbs
{
	margin-bottom: 0px;
	position: relative;
	top: -6px;
}

.content .breadcrumbs ul
{
	line-height: 1em;
	margin: 0px;
}

.content,
.sidebar
{
	padding: 30px 40px 30px 40px;
}

#content-container
{
	background: white;
	vertical-align: top;
}

#content-container > p:last-child
{
	margin-bottom: 0em;
}

#content-container ul
{
	list-style: none;
}

#content-container ul li
{
	position: relative;
}

#content-container ul li::before
{
	content: "\25A0";
	color: #447ab6;
	font-size: 0.7rem;
	position: absolute;
	left: -20px;
	top: -2px;
}

#content-container table ul li::before
{
	content: "\25A0";
	color: #447ab6;
	font-size: 0.5rem;
	position: absolute;
	left: -20px;
	top: 0px;
}

.sidebar
{
	background: white;
	line-height: 1.3em;
	display: block;
	background: #fff;
	min-height: 100%;
	height: 100%;
	width: 300px;
	float: none;
	display: table-cell;
	border-left: solid 1px #d7d7d7;
	position: relative;
	vertical-align: top;
}

.sidebar h1
{
	font-size: 0.8rem;
	line-height: 1.4em;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 4px;
	border-bottom: solid 1px #ddd;
	margin-bottom: 10px;
	padding-top: 0px;
}

.sidebar h6
{
	margin-bottom: 10px;
	font-size: 0.7rem;
	text-align: center;
	color: #888;
	font-style: normal;
}

.sidebar h6:last-of-type
{
	margin-bottom: 0px;
}

.sidebar ul
{
	list-style: none;
	margin: 0px;
}

.sidebar ol
{
	list-style: none;
	margin: 0px;
}

.sidebar .btn-trial
{
	color: #fff;
	background: #81b800;
	padding: 10px 20px 10px 20px;
	border-radius: 4px;
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.sidebar .btn-trial:hover
{
	background: #8fbf04;
}

.btn-trial .label
{
	font-size: 1.0rem;
}

.btn-trial .arrow
{
	font-size: 1.7rem;
	display: block;
	position: absolute;
	top: 7px;
	right: 16px;
}

.sidebar .options ul
{
	height: 40px;
	margin-top: 34px;
	margin-bottom: -10px;
	margin-left: 18px;
}

.sidebar .options li
{
	display: inline-block;
}

.sidebar .options a
{
	display: inline-block;
	width: 42px;
	height: 31px;
	border: solid 1px;
	border-radius: 2px;
}

.sidebar .options li:nth-child(2)
{
	margin: 0px 22px 0px 22px;
}

.sidebar .options a.btn-feedback
{
	background-image: url('../images/options/btn-feedback.png');
	border-color: #81b800;
}

.sidebar .options a.btn-feedback:hover
{
	background-image: url('../images/options/btn-feedback-hover.png');
	border-color: #95c600;
}

.sidebar .options a.btn-share
{
	background-image: url('../images/options/btn-share.png');
	border-color: #447ab6;
}

.sidebar .options a.btn-share:hover
{
	background-image: url('../images/options/btn-share-hover.png');
	border-color: #6397c8;
}

.sidebar .options a.btn-print
{
	background-image: url('../images/options/btn-print.png');
	border-color: #f3a800;
}

.sidebar .options a.btn-print:hover
{
	background-image: url('../images/options/btn-print-hover.png');
	border-color: #f6c433;
}

.sidebar .topics
{
	margin-top: 40px;
	border-bottom: solid 1px #ddd;
}

/*.sidebar .topics ul {
    list-style-type: none;
    margin-bottom: 30px;
}

.sidebar .topics li {
    font-size: 0.9rem;
    line-height: 1.6rem;
    margin-bottom: 10px;
}*/

.sidebar .topics a
{
	word-break: normal;
	ms-word-break: normal;
}

.sidebar .sidebar-content
{
	min-height: 100%;
	height: 100%;
	width: 100%;
	margin-bottom: -225px;
	/* margin-bottom changes via js for dynamic ajdustment*/
	/* just in case localization changes the height*/
	/* however, a fixed margin-bottom is set in css as a fallback solution*/
}

.sidebar .push
{
	height: 225px;
	/* height changes via js for dynamic ajdustment*/
	/* just in case localization changes the height*/
	/* however, a fixed height is set in css as a fallback solution*/
	clear: both;
}

.sidebar .email-box
{
	position: relative;
	overflow: hidden;
	margin-top: 14px;
}

.sidebar input.email
{
	display: block;
	float: left;
	width: 184px;
	padding: 8px;
	border: none;
	border: solid 1px;
	border-color: #ccc;
}

.sidebar input.button
{
	background-image: url('../images/misc/arrow-2.png');
	background-size: 100%, 100%;
	display: block;
	float: right;
	border: solid 1px #ccc;
	border-left: none;
	width: 35px;
	height: 33px;
	cursor: pointer;
}

.sidebar .footer
{
	font-size: 0.7em;
}

.sidebar .bottom-info
{
	margin-left: -20px;
	margin-right: -20px;
}

.sidebar .footer span
{
	color: #c0baa5;
}

.sidebar .footer h6 span
{
	color: #888;
}

.sidebar .footer ul
{
	text-align: center;
}

.sidebar .footer li
{
	display: inline;
	list-style-type: none;
}

/* fix for IE not calculating bottom spacing of main-container correctly */
/* if removed, the main-container will stretch to the edge of the window on IE only */

.bottom-spacing
{
	height: 40px;
	width: 100%;
}

.options-device
{
	display: none;
}

/* the overlay used for modals */

.overlay
{
	display: none;
	background: rgba( 0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.modal
{
	color: #666;
	background: white;
	height: auto;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	/*TEST*/
	position: fixed;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%,-50%);
}

.modal a
{
	color: #666;
}

.modal h1
{
	display: block;
	text-align: center;
	font-size: 1.7rem;
	color: #fff;
	margin: 0px;
	padding: 16px;
	border: none;
}

.modal ul
{
	display: block;
	margin: 0px;
	padding: 0px;
}

.modal-feedback
{
	width: 400px;
}

.modal-feedback h1
{
	background: #f15a24;
}

.modal-feedback .content
{
	padding: 0px;
	height: 300px;
	width: 400px;
}

.modal-share
{
	width: 300px;
}

.modal-share h1
{
	background: #0f79c1;
}

.modal-share li
{
	display: block;
	margin: 0px;
}

.modal-share a
{
	display: block;
	width: 100%;
	height: auto;
	padding: 20px 30px 20px 30px;
	border-bottom: solid 1px #ddd;
	position: relative;
	overflow: hidden;
}

.modal-share a:hover
{
	background: #F0F0F0;
}

.modal-share .social-icon
{
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	background-size: 100% 100%;
}

.modal-share .social-label
{
	display: block;
	float: left;
	font-size: 1rem;
	margin-top: 2px;
	margin-left: 20px;
}

.modal-share .social-arrow
{
	display: block;
	float: right;
	font-size: 2rem;
	font-weight: 100;
	margin-top: -2px;
}

.modal-share .icon-facebook
{
	background-image: url('../images/social/facebook.png');
}

.modal-share .icon-twitter
{
	background-image: url('../images/social/twitter.png');
}

.modal-share .icon-google
{
	background-image: url('../images/social/google.png');
}

.modal-share .icon-linkedin
{
	background-image: url('../images/social/linkedin.png');
}

.modal-close
{
	font-size: 1.3em;
	line-height: 1.3em;
	color: #999;
	text-align: center;
	background: #ddd;
	padding: 10px 30px 14px 30px;
	cursor: pointer;
}

.modal-close:hover
{
	background: #ccc;
	color: #888;
}

@media (max-width: 1024px)
{
	html,
	body
	{
		font-size: 15px;
	}

	p.figures
	{
		margin-top: 20px;
		display: inline-block;
		max-width: 100%;
		position: relative;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	p.figures img
	{
		margin-bottom: 0;
		padding-bottom: 0;
	}

	p.caption,
	.figures + .caption
	{
		padding-left: 0;
		line-height: 1.7em;
		font-size: 0.9rem;
		color: #555;
		margin-top: 0px;
		display: inline-block;
		width: 100%;
	}

	main
	{
		background: white;
		width: 100%;
	}

	.search-box
	{
		background: #fff;
		height: 120px;
		padding-bottom: 40px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.search-area
	{
		padding: 10px;
	}

	.main-container
	{
		display: block;
		width: 100%;
		height: auto;
		border: none;
	}

	.content
	{
		display: block;
		width: 100%;
		max-width: 100%;
		height: auto;
		min-height: auto;
		padding: 0px 15px 0px 15px;
		border: none;
	}

	.content .breadcrumbs
	{
		display: none;
	}

	.sidebar
	{
		display: block;
		width: 100%;
		height: auto;
		min-height: auto;
		border: none;
		padding-bottom: 10px;
	}

	.sidebar .sidebar-content
	{
		margin-bottom: 0;
	}

	.sidebar .wrapper
	{
		min-height: auto;
		height: auto;
		width: 100%;
	}

	.sidebar .push
	{
		display: none;
	}

	.sidebar .btn-trial
	{
		display: none;
	}

	.sidebar .options
	{
		display: none;
	}

	.sidebar .footer .subscribe
	{
		display: none;
	}

	.bottom-spacing
	{
		display: none;
	}

	.options-device
	{
		display: block;
		width: 230px;
		height: 40px;
		position: relative;
		margin: 0 auto;
	}

	.options-device .button
	{
		display: block;
		float: left;
		width: 54px;
		height: 40px;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		cursor: pointer;
		margin: 0;
		border: none;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
	}

	.options-device a
	{
		display: inline;
		position: relative;
		width: 100%;
		height: 100%;
	}

	.options-device a.btn-feedback
	{
		background-image: url('../images/options/device/btn-feedback.png');
	}

	.options-device a.btn-share
	{
		background-image: url('../images/options/device/btn-share.png');
	}

	.options-device a.btn-subscribe
	{
		background-image: url('../images/options/device/btn-subscribe.png');
	}

	.options-device a.btn-download
	{
		background: #6dac13;
		width: 121px;
		margin: 0px;
		padding: 0px;
	}

	.options-device span.btn-label
	{
		color: #fff;
		font-size: 1rem;
		line-height: 2.4em;
		display: block;
		float: left;
		margin: 0px;
		padding: 0px;
		margin-left: 14px;
	}

	.options-device .btn-arrow
	{
		color: #fff;
		font-size: 2rem;
		line-height: 1em;
		display: block;
		float: right;
		margin-right: 12px;
	}

	/*Flare bug: Logo fix on mobile & tablet*/

	a.logo
	{
		margin-top: 12px !important;
	}
}

@media (min-width: 2048px)
{
	.main-container
	{
		max-width: 1440px;
	}

	.search-box
	{
		max-width: 1440px;
	}

	.content
	{
		width: 70%;
		width: calc(100% - 420px);
		padding: 30px 100px 30px 100px;
	}

	.sidebar
	{
		width: 420px;
		padding: 30px 100px 30px 100px;
	}

	.search-area
	{
		padding: 10px 100px 10px 100px;
	}
}

@media only screen and (max-device-width: 768px)
{
	.main-container
	{
		padding: 0px;
	}

	.content
	{
		padding: 0px 30px 0px 30px;
	}

	.sidebar
	{
		padding: 30px 30px 0px 30px;
	}

	.search-box
	{
		padding: 30px 30px 30px 30px;
	}

	.search-area
	{
		padding: 4px 14px 4px 14px;
	}

	.options-device
	{
		width: 100%;
	}

	.modal-feedback
	{
		width: 300px;
	}

	.modal-feedback .content
	{
		padding: 0px;
		height: 300px;
		width: 300px;
	}
}

@media (max-width: 768px)
{
	main
	{
		overflow-x: auto;
	}
}

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.3.2 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, NoÃ«l Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/

@media all
{
	.featherlight
	{
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 2147483647;
		text-align: center;
		white-space: nowrap;
		cursor: pointer;
		background: #333;
		background: rgba(0,0,0,0);
	}

	.featherlight:last-of-type
	{
		background: rgba(0,0,0,.8);
	}

	.featherlight:before
	{
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -.25em;
	}

	.featherlight .featherlight-content
	{
		position: relative;
		text-align: left;
		vertical-align: middle;
		display: inline-block;
		overflow: auto;
		padding: 25px 25px 0;
		border-bottom: 25px solid transparent;
		min-width: 30%;
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;
		background: #fff;
		cursor: auto;
		white-space: normal;
	}

	.featherlight .featherlight-inner
	{
		display: block;
	}

	.featherlight .featherlight-close-icon
	{
		position: absolute;
		z-index: 9999;
		top: 0;
		right: 0;
		line-height: 25px;
		width: 25px;
		cursor: pointer;
		text-align: center;
		font: Arial, sans-serif;
		background: #fff;
		background: rgba(255,255,255,.3);
		color: #000;
	}

	.featherlight .featherlight-image
	{
		width: 100%;
	}

	.featherlight-iframe .featherlight-content
	{
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe
	{
		border: 0;
	}
}

/**
 * HINT- A CSS tooltip library
 */

.hint
{
	position: relative;
	display: inline-block;
}

.hint:before,
.hint:after
{
	position: absolute;
	opacity: 0;
	z-index: 1000000;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	pointer-events: none;
}

.hint:hover:before,
.hint:hover:after
{
	opacity: 1;
}

.hint:before
{
	content: '';
	position: absolute;
	background: transparent;
	border: 6px solid transparent;
	position: absolute;
}

.hint:after
{
	content: attr(data-hint);
	background: rgba(0, 0, 0, 0.8);
	color: white;
	padding: 8px 10px;
	font-size: 12px;
	/*white-space: nowrap;*/
	white-space: pre;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

/* top */

.hint--top:before
{
	bottom: 100%;
	left: 50%;
	margin: 0 0 -18px 0;
	border-top-color: rgba(0, 0, 0, 0.8);
}

.hint--top:after
{
	bottom: 100%;
	left: 50%;
	margin: 0 0 -6px -10px;
}

.hint--top:hover:before
{
	margin-bottom: -10px;
}

.hint--top:hover:after
{
	margin-bottom: 2px;
}

/* default: bottom */

.hint--bottom:before
{
	top: 100%;
	left: 50%;
	margin: -14px 0 0 0;
	border-bottom-color: rgba(0, 0, 0, 0.8);
}

.hint--bottom:after
{
	top: 100%;
	left: 50%;
	margin: -2px 0 0 -10px;
}

.hint--bottom:hover:before
{
	margin-top: -6px;
}

.hint--bottom:hover:after
{
	margin-top: 6px;
}

/* right */

.hint--right:before
{
	left: 100%;
	bottom: 50%;
	margin: 0 0 -4px -8px;
	border-right-color: rgba(0,0,0,0.8);
}

.hint--right:after
{
	left: 100%;
	bottom: 50%;
	margin: 0 0 -13px 4px;
}

.hint--right:hover:before
{
	margin: 0 0 -4px -0;
}

.hint--right:hover:after
{
	margin: 0 0 -13px 12px;
}

/* left */

.hint--left:before
{
	right: 100%;
	bottom: 50%;
	margin: 0 -8px -4px 0;
	border-left-color: rgba(0,0,0,0.8);
}

.hint--left:after
{
	right: 100%;
	bottom: 50%;
	margin: 0 4px -13px 0;
}

.hint--left:hover:before
{
	margin: 0 0 -4px 0;
}

.hint--left:hover:after
{
	margin: 0 12px -13px 0;
}

@media only screen and (max-device-width: 768px)
{
	.hint::after,
	.hint::before
	{
		display: none;
	}
}

/*BREADCRUMBS*/

MadCap|breadcrumbsProxy
{
	margin: 0;
	padding: 0;
	border: none;
	mc-breadcrumbs-divider: '\00a0\00a0>\00a0\00a0';
	mc-breadcrumbs-prefix: '';
	font-size: 0.7rem;
	line-height: 1.8;
}

/*PRINT*/

@media print
{
	*
	{
		background-color: #ffffff !important;
	}

	header
	{
		display: none;
	}

	/*table {
		border: solid 1px #bbb;
	}

	table td {
		border: solid 1px #bbb;
	}

	table th {
		color: #333;
		font-weight: bold;
		border: solid 1px #bbb;
	}*/

	main
	{
		display: block;
		height: auto;
		width: auto;
		overflow-y: visible;
		overflow-x: visible;
	}

	.search-box
	{
		display: none;
	}

	.sidebar
	{
		display: none;
	}

	.options-device
	{
		display: none;
	}

	.breadcrumbs
	{
		display: none;
	}

	#content-container
	{
		margin: 0px;
		padding: 0px;
	}

	h1
	{
		mc-auto-number-format: 'GJ:{Gn+} ';
	}

	h2
	{
		mc-auto-number-format: 'GJ:{Gn}.{n+} ';
	}

	h3
	{
		mc-auto-number-format: 'GJ:{Gn}.{n}.{n+} ';
	}
}

/*FLARE STYLEZ*/

MadCap|xref
{
	color: inherit;
	text-decoration: none;
	mc-format: 'Для получения подробной информации см. раздел {paratext}.';
}

MadCap|miniTocProxy
{
	border-top: 1px solid #0079C1;
	border-bottom: 1px solid #0079C1;
	margin: 20px 0;
}

p.MiniTOC1,
p.MiniTOC2,
p.MiniTOC3
{
	font-weight: normal;
}

.dropDownHead h1,
.dropDownHead h2,
.dropDownHead h3,
.dropDownHead h4,
.dropDownHead h5
{
	display: inline;
}

MadCap|dropDown
{
	mc-closed-image: url('../images/dropclose.png');
	mc-open-image: url('../images/dropopen.png');
	margin-bottom: 5px;
}

MadCap|dropDownBody
{
	padding-left: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
}

MadCap|dropDownHead
{
	margin-bottom: 8px;
}

MadCap|dropDownHotspot
{
	line-height: 1em;
	margin: 0px;
	font-weight: 400;
	font-size: 1rem;
	font-style: normal;
	border: none;
}

.SearchHighlight
{
	background-color: LightGreen;
}

.SearchHighlight2
{
	background-color: LemonChiffon;
}

.SearchHighlight3
{
	background-color: aqua;
}

.SearchHighlight4
{
	background-color: plum;
}

.SearchHighlight5
{
	background-color: thistle;
}

/*GLOSSARY DEFINITIONS*/

MadCap|glossaryTerm
{
	font-weight: normal;
	border-bottom: dashed 1px #bbb;
	color: inherit;
	mc-closed-image: none;
	mc-closed-image-alt-text: "";
	mc-open-image-alt-text: "";
	mc-open-image: none;
}

MadCap|glossaryTerm.Popup
{
	mc-image-position: none;
}

MadCap|popupBody
{
	font-size: 90%;
}

a.MCTextPopup,
a.MCTextPopup:hover
{
	cursor: help !important;
	color: inherit !important;
	font-weight: inherit !important;
}

/*SEARCH RESULTS*/

#searchPane li::before
{
	content: none;
}

#searchPane .description
{
	line-height: 1.5;
}

/*Flare containers*/

.main-section > .row.outer-row
{
	padding-bottom: 0;
}

/*PDF DOWNLOAD*/

.pdfcontainer
{
	border: 1px solid #ddd;
	position: relative;
	margin: 30px 10px;
}

.doctitle p
{
	margin: 0;
	padding: 5px 10px 10px 10px;
}

.doctitle p:first-child
{
	font-weight: bold;
	background-image: url('../images/pdf.png');
	background-repeat: no-repeat;
	background-position-y: 4px;
	background-size: 25px;
	padding-left: 45px;
	margin-left: 20px;
	margin-top: 15px;
	padding-top: 0;
}

.docdownload
{
	position: relative;
	height: 40px;
	width: 100%;
	background-color: #f5f5f5;
	overflow: hidden;
}

.docdownload a
{
	margin: 0;
	padding: 4px 20px;
	vertical-align: middle;
	background-color: #e7e7e7;
	border: none !important;
	font-size: 0.9rem;
	position: absolute;
	right: 0;
	height: 100%;
}

.docdownload select
{
	padding: 10px 1px 11px 10px;
	margin: 0;
	background: #f5f5f5;
	color: #666;
	border: none;
	outline: none;
	display: inline-block;
	-moz-appearance: none;
	cursor: pointer;
	font-size: 0.9rem;
	width: 110px;
}

@-moz-document url-prefix() {
	.docdownload select::-ms-expand {
		display: none;
	}

	.docdownload label {position:relative}
	.docdownload label:after {
		content:'<>';
		font:11px "Consolas", monospace;
		color:#666;
		-webkit-transform:rotate(90deg);
		-moz-transform:rotate(90deg);
		-ms-transform:rotate(90deg);
		transform:rotate(90deg);
		right:8px; top:28px;
		padding:0 0 2px;
		position:absolute;
		pointer-events:none;
	}

	.docdownload label:before {
		content:'';
		right:6px; top:0px;
		width:20px; height:20px;
		position:absolute;
		pointer-events:none;
		display:block;
	}
} 

/*End of PDF Download*/
/*DISABLE GLOSSARY DEFINITIONS*/

html.syntaxHighlight,
pre,
#slider
{
	mc-disable-glossary-terms: true;
}

/*DISABLE GLOSSARY DEFINITIONS*/
/* GSG table */

table.gsgflow
{
	table-layout: fixed;
}

table.gsgflow tr td:first-child
{
	color: #B7B8BC;
	font-weight: bold;
	padding-right: 20px;
	padding-top: 50px;
	width: 65px;
}

table.gsgflow tr td:nth-child(2)
{
	position: relative;
	width: 100px;
	overflow: hidden;
}

table.gsgflow tr td img
{
	width: 80px;
	position: absolute;
	top: 35px;
	left: 10px;
	z-index: 1;
}

table.gsgflow tr td div
{
	position: absolute;
	top: 0%;
	left: 0px;
	width: 50%;
	border-right: solid 2px #0071BC;
	height: 2000px;
}

table.gsgflow tr td:last-child
{
	padding-left: 25px;
}

table.gsgflow tr td:last-child p:first-child,
table.gsgflow tr td:last-child p:first-child span
{
	font-size: 1.05rem !important;
}

table.gsgflow tr:last-child td:nth-child(2) div
{
	height: 54px;
}

@media (max-width: 1024px)
{
	table.gsgflow tr td:nth-child(2)
	{
		width: 0px;
	}

	table.gsgflow tr td:last-child
	{
		padding-left: 5px;
	}
}

/* End of GSG table */
/*Description table*/

@media (max-width: 768px)
{
	table#description td,
	table#description th
	{
		display: inline-block;
		width: 100%;
	}

	table#description th:last-child
	{
		display: none;
	}
}

/*End of description table*/
/*Exclude Upgrade Center content*/

.upgradecenterinclude
{
	display: none;
}

/*End of Upgrade Center content*/

