/*<meta />*/

@import url('../Scripts/prism.css');

:root
{
	--Brand1: #076685;
	--Brand2: #CDE0E7;
	--Dark: #45494c;
	--Medium: #b9bec1;
	--Light: #d0d3d5;
	--White: #ffffff;
}

body
{
	color: var(--Dark);
	font-family: Sahel, Segoe UI, Tahoma, Arial, Avenir, Myriad;
}

.home-tiles a
{
	padding-left: 2px;
	padding-right: 2px;
	font-weight: 600;
}

a:link
{
	color: var(--Brand1);
	text-decoration: none;
}

a:visited
{
	color: var(--Brand1);
}

.home-tiles a:hover
{
	text-decoration: none;
	border: 0;
	background: #72ed68;
}

a:hover
{
	border-bottom: 2px solid black;
}

.hero-version a:hover
{
	border-bottom: 4px solid white;
	cursor: pointer;
}

p.view
{
	color: white;
	text-align: center;
	font-size: 20px;
}

p.note
{
	background-color: #ffffff;
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 20px;
	mc-auto-number-format: '{b}{color #0000ff}نکته: {/color}{/b}';
	mc-auto-number-class: Admonition;
	color: #242729;
	border: solid 2px #076685;
	border-radius: 8px;
	margin: 20px 10px 20px 0;
	line-height: 20pt;
	letter-spacing: .25;
	/* background-image: url(../Images/Shared/Icon-Note.png); */
	padding-bottom: 20px;
	padding-top: 20px;
	background-position: left 25px;
}

#resultList h3.title a
{
	border: 0;
}

p.codecaption
{
	text-align: center;
	background: #f8f8f8;
	padding: 0;
	margin: 0;
}

kbd
{
	background-color: #eee;
	border-radius: 3px;
	border: 1px solid #b4b4b4;
	box-shadow: 0 1px 1px rgba(0,0,0,.2), 0 2px 0 0 rgba(255,255,255,.7) inset;
	color: #333;
	display: inline-block;
	font-family: consolas, "Liberation Mono", courier, monospace;
	font-size: .85em;
	font-weight: 700;
	line-height: 1;
	padding: 2px 4px;
	white-space: nowrap;
}

span.myImgSize,
span.myImg
{
	text-align: center;
	display: block;
}

span.myImgSize > img
{
	width: 768px;
}

.body-container
{
	padding-right: 2%;
	padding-top: 2%;
}

/* Content */

img
{
	border: none;
	max-width: 100%;
}

p
{
	font-size: 12.0pt;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 20pt;
	letter-spacing: 0.25;
	text-align: justify;
}

p.table-text
{
	font-size: 12pt;
}

/* Headings */

h1
{
	font-weight: bold;
	font-size: 24.0pt;
	color: var(--Brand1);
}

h2
{
	font-weight: bold;
	font-size: 18.0pt;
}

h3
{
	font-weight: bold;
	font-size: 14.0pt;
}

h4
{
	font-weight: bold;
	font-size: 12.0pt;
}

h5
{
	font-weight: bold;
	font-size: 10.0pt;
}

h6
{
	font-weight: bold;
	font-size: 8.0pt;
}

/* Home page topic */

div.home-layout
{
	padding: 2% 5%;
}

div.home-section
{
	padding: 5% 0;
	border-bottom: solid 1px var(--Light);
}

div.home-tiles	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-right: auto;
	margin-left: auto;
}

div.home-tiles::before
{
	content: ' ';
	display: table;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles > div
{
	float: right;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--Brand2);
	padding: 2%;
	min-height: 220px;
}

div.home-tiles > div:nth-child(1)
{
	width: 48%;
	margin-right: 0%;
}

div.home-tiles > div:nth-child(2)
{
	width: 48%;
	margin-right: 4%;
}

div.home-tiles-layout	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-right: auto;
	margin-left: auto;
}

div.home-tiles-layout::before
{
	content: ' ';
	display: table;
}

div.home-tiles-layout::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles-layout > div
{
	float: right;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.home-tiles-layout > div:nth-child(1)
{
	width: 33.33333%;
	margin-right: 0%;
}

div.home-tiles-layout > div:nth-child(2)
{
	width: 66.66667%;
	margin-right: 0%;
}

div.home-tiles-layout p
{
	line-height: 1.2;
}

div.quick-links	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-right: auto;
	margin-left: auto;
}

span.tarix
{
	border: 1px solid;
	padding: 0 4px;
}

div.quick-links::before
{
	content: ' ';
	display: table;
}

div.quick-links::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.quick-links > div
{
	float: right;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.quick-links > div:nth-child(1)
{
	width: 16.66666%;
	margin-right: 2%;
}

div.quick-links > div:nth-child(2)
{
	width: 16.66666%;
	margin-right: 3%;
}

div.quick-links > div:nth-child(3)
{
	width: 16.66666%;
	margin-right: 3%;
}

div.quick-links > div:nth-child(4)
{
	width: 16.66666%;
	margin-right: 3%;
}

div.quick-links > div:nth-child(5)
{
	width: 16.66666%;
	margin-right: 3%;
}

div.quick-links *	/*Text-align center set to all elements within div.quick-links*/
{
	text-align: center;
}

div.topic-hero
{
	padding: 5%;
	/* background-image: url('../Images/Hero-Image.png'); */
	background-size: cover;
	background-attachment: scroll;
	background: -webkit-gradient(linear, left top, left bottom, from(#076685), to(#45494c));
	background: linear-gradient(to bottom, #076685, #45494c);
}

div.topic-hero h1
{
	color: var(--White);
	font-size: 40pt;
	text-align: center;
}

html.home-topic	/*Used on home topic to override padding set in the skin*/
{
	
}

html.home-topic .body-container	/*Overrides padding set in the skin*/
{
	padding: 0;
}

html.home-topic .main-section > .outer-row	/*Overrides padding set in the skin when in tablet/mobile*/
{
	max-width: 100%;
	padding: 0;
}

/* Links */

a
{
	color: var(--Brand1);
}

a.codeSnippetCopyButton:hover
{
	border: 0;
}

div#mc-main-content
{
	text-align: justify;
}

/* Lists */

li
{
	margin-bottom: 8px;
	margin-top: 8px;
}

li p
{
	margin-bottom: 8px;
	margin-top: 8px;
}

ol,
ul
{
	letter-spacing: .25;
	line-height: 20pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Master page */

div.home-footer
{
	background-color: var(--Brand1);
	padding: 2% 5%;
}

p.footer
{
	padding-left: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 13pt;
	font-size: 12pt;
	color: var(--White);
}

p.footer-sub
{
	padding-left: 40px;
	color: var(--White);
	font-size: 14pt;
	margin-top: 14px;
}

span.tversion
{
	background-color: #076685;
	color: white;
	border: 1px solid #076685;
	padding-left: 6px;
	padding-right: 6px;
}

span.tversion span
{
	font-size: smaller;
}

.vupdate
{
	padding-top: 15px;
}

.hero-version
{
	padding-bottom: 0;
	margin-bottom: 5px;
	text-align: center;
	color: white;
	font-weight: normal;
}

.hero-version a
{
	font-size: x-large;
	color: white;
}

.topic-hero p
{
	text-align: center;
	color: white;
	padding-bottom: 0;
	margin-bottom: 5px;
	margin-top: 0;
	font-size: small;
}

.hero-version .tarix
{
	border: 0;
}

.hero-version .tversion
{
	border: 0;
}

.last-vupdate
{
	padding-top: 0;
}

span.caption-code
{
	font-family: Consolas, Monaco, 'Courier New', monospace;
	font-style: normal;
	padding: .2em;
	border-radius: 0.3em;
	color: #c92c2c;
	border: 1px solid rgba(0, 0, 0, 0.1);
	display: inline;
	white-space: normal;
}

ul
{
	font-family: inherit;
}

@media only screen and (max-width: 1279px)
{
	/* Home page topic */

	div.home-tiles > div:nth-child(1)
	{
		width: 49%;
		margin-right: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 49%;
		margin-right: 2%;
	}

	div.home-tiles-layout > div:nth-child(1)
	{
		width: 40%;
		margin-right: 30%;
	}

	div.home-tiles-layout > div:nth-child(2)
	{
		width: 90%;
		margin-right: 5%;
	}

	div.quick-links > div:nth-child(1)
	{
		width: 24%;
		margin-right: 0%;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 24%;
		margin-right: 14%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 24%;
		margin-right: 14%;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 24%;
		margin-right: 19%;
	}

	div.quick-links > div:nth-child(5)
	{
		width: 24%;
		margin-right: 14%;
	}

	html.home-topic .body-container
	{
		margin-right: 0;
	}
}

@media only screen and (max-width: 767px)
{
	/* Home page topic */

	div.home-tiles > div:nth-child(1)
	{
		width: 100%;
		margin-right: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 100%;
		margin-right: 0%;
		margin-top: 5%;
	}

	div.home-tiles-layout p
	{
		line-height: 1.2;
	}

	div.quick-links > div:nth-child(1)
	{
		width: 49%;
		margin-right: 0;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 49%;
		margin-right: 2%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 49%;
		margin-right: 0;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 49%;
		margin-right: 2%;
	}

	div.quick-links > div:nth-child(5)
	{
		width: 49%;
		margin-right: 25.5%;
	}
}

@media print
{
	/* Links */
}

img.LargeImages
{
	mc-thumbnail: popup;
	mc-thumbnail-max-height: 250px;
}

