
body {
	margin: 0;
	font-family: Arial;
}

img {
	border: 0;
}

body.justified {
}

p.forcpp {
	background-image: url(layout/cpp.png);
	background-color: blanchedalmond;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 30px 6px 6px 6px;
}

.container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#header-container {
	width: 100%;
	height: 120px;
	background-color: #262626;
	background-image: url(layout/bg_headerPage.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

.header-content {
	position: absolute;
	bottom: 50px;
	width: 460px;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	margin: 0 20px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.header-content h1 {
	margin: 0 0 14px;
}

.header-content p {
	font-size: 15px;
}

#header-top {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	background: rgba(0, 0, 0, 0.75);
	padding: 12px 0 8px;
	z-index: 100;
}

#header-logo {
	display: inline-block;
	padding-left: 20px;
	vertical-align: middle;
}

#header-logo h1.logo-placer {
	display: none;
}

#menu-container {
	display: inline-block;
	vertical-align: middle;
}

#main-navigation, #main-navigation li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	background: none;
}

#main-navigation li:first-child {
	display: none;
}

#main-navigation li #main-page-link-fis {
	background: #ccc;
}

#main-navigation li:hover #main-page-link-fis {
	background: #fff;
}

#main-navigation li a {
	display: block;
	padding: 7px 9px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 15px;
	color: #e5e5e5;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-weight: 500;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

#main-navigation li a.active {
	color: #9ba723;
}

#main-navigation li:hover a {
	background: #e5e5e5;
	color: #9ba723;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
	text-decoration: none;
	text-shadow: 0 0 0;
}

#main-navigation li:hover .sub-navigation {
	display: block;
}

#main-navigation li .sub-navigation {
	display: none;
	position: absolute;
	background: #e5e5e5;
	margin: 0;
	padding: 3px 0;
	top: 30px;
	border-radius: 0 3px 3px 3px;
	-webkit-border-radius: 0 3px 3px 3px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}

#main-navigation li .sub-navigation li, #main-navigation li .sub-navigation li:first-child {
	display: block;
}

#main-navigation li .sub-navigation li a {
	box-shadow: 0 0 0;
	color: #666;
	text-decoration: none;
	text-shadow: 0 0 0;
	padding: 0 9px;
	line-height: 24px;
	font-size: 13px;
}

#main-navigation li .sub-navigation li a:hover {
	color: #181818;
}

#main-navigation img {
	width: 44px;
}

.contentBox {
	width: 100%;
	padding: 25px 0;
}

.grey-box {
	background-image: url(layout/bg_noise.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #e5e5e5;
	color: #484848;
}

.white-box {
	background-color: #fff;
	color: #484848;
}

.orange-box {
	background: #9ba723;
	color: #fff;
}

.grey-box h2 b, .white-box h2 b {
	font-weight: 500;
	color: #9ba723;
}

#home-content {
	background: #181818;
	color: #e5e5e5;
}

.contentBox .container {
	font-size: 0;
}

.box {
	width: 280px;
	padding: 0 20px;
	display: inline-block;
	vertical-align: top;
	margin: 0 auto;
}

.double-box {
	width: 600px;
	padding: 0 20px;
	display: inline-block;
	vertical-align: top;
	margin: 0 auto;
}

.tripple-box {
	width: 920px;
	padding: 0 20px;
	display: inline-block;
	vertical-align: top;
	margin: 0 auto;
}

.half-box {
	width: 440px;
	padding: 0 20px;
	display: inline-block;
	vertical-align: top;
	margin: 0 auto;
}

.box h2.section-title, .double-box h2.section-title, .tripple-box h2.section-title {
	margin: 15px 0 15px;
}

.box h2.section-title a, .double-box h2.section-title a, .tripple-box h2.section-title a,
.box h2.section-title a:hover, .double-box h2.section-title a:hover, .tripple-box h2.section-title a:hover {
	color: #9ba723;
}

.box h2, .box h2 a, .box h2 a:hover {
	text-decoration: none;
}

.box p, .double-box p, .tripple-box p {
	text-align: left;
}

.box img, .double-box img, .tripple-box img {
	max-width: 100%;
	height: auto;
}

#home-content .box p a {
	color: #fff;
}

#content {
	width: 960px;
	margin: auto;
}

#content-menu {
	height: 36px;
	text-align: right;
	text-decoration: none;
	font-family: Arial;
	font-weight: normal;
	font-size: 13px;
	color: #d0d0d0;
	padding-top: 12px;
}

#footer-container {
	width: 100%;
	background: #000000;
}

#footer-container-white {
	width: 100%;
	background: #fff;
}

#footer-container .container {
	font-size: 0;
}

#footer-bar {
	height: 5px;
	width: 100%;
	background: #e5e5e5;
}

#page-title h1 {
	margin: 20px 20px 20px 20px;
}

.contentBox .container .contentBox {
	padding: 0;
}

.contentBox .container .contentBox .tripple-box {
	padding: 0;
}

.contentBox .container .contentBox .box:first-child {
	padding: 0 20px 0 0;
}

.contentBox .container .contentBox .box:last-child {
	padding:0 0 0 20px;
}


h2.section-title {
	font-weight: 500;
	color: #000;
	margin: 0 20px 20px;
}

h3.section-title {
	color: #222;
	margin: 0 0 10px;
}

p.two-columns {
	column-count: 2;
	-webkit-column-count: 2;
	column-gap: 40px;
	-webkit-column-gap: 40px;
	column-width: 280px;
	-webkit-column-width: 280px;
	margin: 0;
	width: 600px;
	text-align: justify;
	display: inline-block;
	vertical-align: top;
}

p.three-columns {
	column-count: 3;
	-webkit-column-count: 3;
	column-gap: 40px;
	-webkit-column-gap: 40px;
	column-width: 280px;
	-webkit-column-width: 280px;
	margin: 0;
	width: 920px;
	text-align: justify;
	display: inline-block;
	vertical-align: top;
}

ul.capabilities-thumbs {
	list-style: none;
	margin: 0 16px;
	padding: 0;
}

.orange-button {
	display: block;
	color: #fff;
	line-height: 40px;
	height: 40px;
	padding: 0 15px;
	background: #9ba723;
	display: inline-block;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 500;
	white-space: nowrap;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.orange-button:hover {
	color: #fff;
	background: #181818;
	text-decoration: none;
}

#screen-button {
	position: absolute;
	bottom: 40px;
	left: -50px;
}

ul.capabilities-thumbs li {
	margin: 0 10px;
	padding: 0;
	font-size: 0;
	display: inline-block;
	width: auto;
}

ul.capabilities-thumbs li img {
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

#download {
	background-image: url(layout/bg_download.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}

#download a.download-button {
	display: inline-block;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #9ba723;
	line-height: 50px;
	height: 50px;
	padding: 0 18px;
	margin: 0 auto 24px;
	background: #fff;
	white-space: nowrap;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow: 0 0 0;
	text-decoration: none;
}

#download a.download-button:hover {
	background: #181818;
}

#download p {
	font-size: 14px;
	max-width: 500px;
	padding: 0 20px;
	margin: 0 auto 15px;
	text-align: center;
}

#download p:last-child {
	margin: 0 auto;
}

#download a {
	color: #fff;
	text-decoration: underline;
}

#download a:hover {
	text-decoration: none;
}

#partners p {
	text-align: center;
	padding: 40px 0 0 0;
}

#partners p img {
	margin: 0 auto 40px;
	width: 244px;
	height: 60px;
}

/* Margins and padding */

p, .container ul, .container ol
{
	font-size: 13px;
	line-height: 18px;
}

p.noTopMargin {
	margin-top: 0px;
}

p.noBottomMargin {
	margin-bottom: 0px;
}

p.noMargin {
	margin: 0px;
}

ol.no-space li {
	padding: 0;
}

ul.no-space {
	margin: 0 0 10px;
}

ul.no-space li {
	margin: 0 0 2px;
}

/* Headers */

hr {
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	margin: 40px 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-weight: 600;
	padding: 0;
	/* margin: 0; */
	text-align: left;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
	font-weight: 600;
}

h4 {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
}

h5 {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #505050;
	margin: 10px 0px 8px 0px;
}

/* links */

a {
	text-decoration: none;
	color: #9ba723;
}

a:hover {
	text-decoration: underline;
	color: #9ba723;
}

a.menu {
	text-decoration: none;
	font-family: Arial;
	font-weight: normal;
	font-size: 13px;
	color: #000000;
}

a.menu-active {
	text-decoration: none;
	font-family: Arial;
	font-weight: normal;
	font-size: 13px;
	color: #000000;
	background-position: center;
}

a.submenu {
	text-decoration: none;
	font-family: Arial;
	font-weight: normal;
	font-size: 13px;
	color: #707070;
}

a.submenu-active {
	text-decoration: none;
	font-family: Arial;
	font-weight: normal;
	font-size: 13px;
	color: #707070;
	background-position: center;
}

td.cell-run-project {
	display: none;
	width: 130px;
}

a.run-project {
	display: none;
	border: 1px solid black;
	font-size: medium;
	color: black;
	background-color: #ccc;
	text-wrap: nowrap;
}

a.run-project-single {
	width: 130px;
}

a.run-project span {
	background-image: url('../img/manual/toolbar/program_run.png');
	background-size: 22px;
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: bottom;
}

a.run-project::after {
	content: "Run in Studio";
	vertical-align: middle;
}


/* utils */

.clear {
	clear: both;
}

#cleanser {
	clear: both;
}

/* General aligners */

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3px;
	padding-bottom: 3px;
}

.right {
	float: right;
	padding: 3px 0px 3px 10px;
}

.left {
	float: left;
	padding: 3px 10px 3px 0px;
}

.inline {
	display: inline;
	vertical-align: middle;
}

img.inline {
	margin: 0px 3px 0px 3px;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	margin-bottom: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* colorings */

td.positive {
	background: #c0e8c0;
}

td.neutral {
	background: #ededaa;
}

td.negative {
	background: #e8bbbb;
}

a.positive {
	color: #c0e8c0;
}

a.neutral {
	color: #ededaa;
}

a.negative {
	color: #e8bbbb;
}


/* pre, code (adapted from GigE sheet) */

pre {
	font-size: 13px;
	background-color: #F0F0F0;
	margin: 0; /* 5px 10px 10px 20px; */
	padding: 10px 2px 10px 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #D0D0D0;
	line-height: 1.35em;
	/* tab-size for code to look nice. Various hacks for various browsers...*/
	tab-size: 4;
	-moz-tab-size: 4;
	-o-tab-size:  4;
	white-space: pre-wrap;
}

div.langSwitch {
	font-size: smaller;
	background-color: #F0F0F0;
	float: left;
	border: 1px solid #D0D0D0;
	padding: 4px 10px;

}

div.langSwitch  a {
	text-decoration: none;
}

code.example {
	font-size: 13px;
	background-color: #F0F0F0;
	display: block;
	margin: 5px 10px 10px 20px;
	padding: 10px 2px 10px 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #D0D0D0;
	white-space: nowrap;
	line-height: 1.35em;
}

code.terminal {
	border-width: 1px;
	border-style: dashed;
}

span.path {
	font-style: italic;
}

p.parameter-name {
	text-align: left;
	font-style: italic;
	padding-top: 12px;
	padding-left: 15px;
	padding-bottom: 5px;
}

p.parameter-desc {
	text-align: justify;
	padding-left: 60px;
}

/* help */

#help-content h1 {
	padding-top: 10px;
}

#help-content h2 {
	margin: 20px 0 14px;
}

#help-content, #help-content p, #help-content td, #help-content th, #help-content ul, #help-content ol {
	font-size: 15px;
}

#help-content p.forcpp {
	font-size: 13px;
}

#help-content ul li, #help-content ol li {
	font-size: 15px;
	margin-top: 10px;
}
div.helpSection {
	margin-left: 20px;
}
.enum-item
{
	font-weight: bold;
}

.help-list
{
	font-size: 18px;
	font-family: Arial;
	color: #505050;
	margin: 20px 0px 10px 0px;
	padding-bottom: 3px;
	list-style-type: disc;
}

.help-menu td {
	width: 230px;
	vertical-align: top;
}

.help-menu ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 5px;
}

.help-menu h3 {
	background: none;
	margin-top: 10px;
}

table.grid {
	margin-left: auto;
	margin-right: auto;
	border-spacing: 10px;
}

td.grid {
	width: 300px;
}

p.de-explanation
{
	font-style: italic;
	margin-left: 15px;
	text-indent: 2em;
}

/* nice general purpose table styling to replace .grid */

/* TABLES */

table {
	border: 0;
	padding: 0;
	margin: 0;
	border-spacing: 2px;
	width: 100%;
	border-collapse: separate;
}

table tr:first-child td:first-child, table tr:first-child th:first-child, table thead:first-child th:first-child {
	border-radius: 3px 0 0 0;
	-webkit-border-radius: 3px 0 0 0;
}

table tr:first-child td:last-child, table tr:first-child th:last-child, table thead:first-child th:last-child {
	border-radius: 0 3px 0 0;
	-webkit-border-radius: 0 3px 0 0;
}

table tr:last-child td:first-child, table tr:last-child th:first-child {
	border-radius: 0 0 0 3px;
	-webkit-border-radius: 0 0 0 3px;
}

table tr:last-child td:last-child, table tr:last-child th:last-child {
	border-radius: 0 0 3px 0;
	-webkit-border-radius: 0 0 3px 0;
}

th {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #181818;
}

tbody th {
	font-size: 13px;
	text-align: center;
	font-weight: 600;
}

tbody th label {
	font-size: 13px;
}

td {
	font-size: 13px;
	border: 0;
}

td img {
	margin: 0 auto;
}

td ul {
	margin: 0;
}

td, th {
	padding: 10px;
	margin: 1.5px;
	position: relative;
}

.table-white td, .table-white th {
	background: #fff;
}

.table-grey td, .table-grey th {
	background: #e5e5e5;
}

.hardware-table td {
	vertical-align: top;
}

table.tab {
	margin-left: auto;
	margin-right: auto;
	border-spacing: 5px;
}

.tab td {
	vertical-align: top;
}

.tab th {
	text-align: center;
}

.navcell {
	width: 33%;
	vertical-align: top;
}

.navcell:hover {
	background-color: #dedede;
}

table#submenu-static  td:hover {
	background-color: #dedede;
}

/*Nice table to use */
table.doc_table
{
    width: 100%;

}

table.doc_table, .doc_table td, .doc_table th
{
    border-style: solid;
    border-width: 1px;
    border-color: #C0C0C0;
    border-collapse: collapse;

}

.doc_table thead
{
    background-color: #F0F0F0;
    font-weight: bold;
}

.doc_table td, .doc_table th
{
    text-align: left;
    vertical-align: middle;
    padding: 10px 10px 10px 10px;
}

.doc_table p
{
    margin: 0px;
    padding: 0px;
    margin-top: 0.8em;
}

.doc_table p:first-child
{
    margin-top: 0px;
}

p.caption {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	font-style: italic;
}

@media print
{
	#header-top, #MathJax_Message
	{
		display: none !important;
	}
}

.FilterName{
	font-weight: bold;
}

.InOutParam{
	font-weight: bold;
}

/* filter table */

.hor_zebra_table {
	margin: 0px;
	text-align: left;
	border-collapse: collapse;
	margin-top: 8px;
	margin-bottom: 8px;
}

.hor_zebra_table th {
	font-weight: bold;
	color: #222;
	text-align: left;
}

.hor_zebra_table td {
	padding-top: 3px;
	padding-bottom: 3px;
	color: #222;
	font-size: smaller !important;
}

.portKind {
	width: 20px;
}

.portName {
	width: 150px;
}

.portType {
	width: 125px;
}

.portRange {
	width: 75px;
}

.portDesc {
	width: 450px;
}

.portValue {
	width: 100px;
}

.portExample {
	width: 225px;
}

.sampleImg {
	width: 60px;
}

.sampleName {
	width: 120px;
}

.sampleTools {
	width: 120px;
}

.sampleApps {
	width: 120px;
}

.sampleDesc {
	width: 475px;
}

.even {
	background: #FBFBFB;
}

.odd {
	background: #e8edff;
}


.big_icon {
	vertical-align: middle;
	display: inline;
	margin: 5px 5px 5px 5px;
}

.object_display_inline {
	display: inline;
}

.object_display_inline_block {
	display: inline-block;
}

.user_level_icon_block {
	display: inline-block;
	position: absolute;
	right: 0%;
	bottom: 75%;
	font-size: 11.5px;
}

.user_level_icon_block img {
	vertical-align: middle;
}


.fil_lite_icon_block {
	display: inline-block;
	float: right;
}

.filter_title_block {
	display: inline-block;
	position: relative;
	bottom: 25%;
}

.filter_title_block_wrapper {
	vertical-align: middle;
	height: 47px;
	position: relative;
}

span.InOutParam a {
	color: black;
}

blockquote.formula {
	padding: 6px;
	border: 1px solid #DDD;
	background: none repeat scroll 0% 0% #F2F2F2;
}

blockquote.notice {
	padding: 6px;
	border: 1px solid #ddd7aa;
	background: none repeat scroll 0% 0% #fff7bb;
}

/* for samples
we want minimal table width, so the separating lines do not look weird
*/

table.separated {
    border-collapse: collapse;
	width: unset;
}
table.separated td, table.separated th {
    border: 1px solid black;
}
table.separated tr:first-child th {
    border-top: 0;
}
table.separated tr th {
	text-align: center;
}
table.separated tr:last-child td,
table.separated tr:last-child th {
    border-bottom: 0;
}
table.separated tr td:first-child,
table.separated tr th:first-child {
    border-left: 0;
	text-align: right;
}
table.separated tr td:last-child,
table.separated tr th:last-child {
    border-right: 0;
}

/* custom counter for ordered list without using "ol" */

.counted {
    counter-increment: my-counter;
}

.counted::before {
    content: counter(my-counter) ". "
}

.column-three {
  float: left;
  width: 33%;
  padding: 5px;
	box-sizing: border-box;
}

@media screen and (max-width: 875px) {
	#menu-toggle {
		position: absolute;
		top: -3px;
		right: 5px;
		display: inline-block;
		width: 18px;
		height: 24px;
		padding: 8px 16px 8px;
		border-radius: 3px 3px 0 0;
		background-image: url(layout/ico_menu.png);
		background-repeat: no-repeat;
		background-position: center 9px;
		cursor: pointer;
		text-align: right;
	}

	#menu-container.active #menu-toggle {
		background-position: center bottom 8px;
		background-color: #e5e5e5;
	}
}
/* code color */
.plainText{color:#000000;color:#FFFFFF;} 
.htmlServerSideScript{color:#FFFF00;} 
.htmlComment{color:#008000;} 
.htmlTagDelimiter{color:#0000FF;} 
.htmlElementName{color:#A31515;} 
.htmlAttributeName{color:#FF0000;} 
.htmlAttributeValue{color:#0000FF;} 
.htmlOperator{color:#0000FF;} 
.comment{color:#008000;} 
.xmlDocTag{color:#808080;} 
.xmlDocComment{color:#008000;} 
.string{color:#A31515;} 
.stringCSharpVerbatim{color:#A31515;} 
.keyword{color:#0000FF;} 
.preprocessorKeyword{color:#0000FF;} 
.htmlEntity{color:#FF0000;} .xmlAttribute{color:#FF0000;} 
.xmlAttributeQuotes{color:#000000;} .xmlAttributeValue{color:#0000FF;} 
.xmlCDataSection{color:#808080;} .xmlComment{color:#008000;} 
.xmlDelimiter{color:#0000FF;} .xmlName{color:#A31515;} 
.className{color:#48D1CC;} .cssSelector{color:#A31515;} 
.cssPropertyName{color:#FF0000;} .cssPropertyValue{color:#0000FF;} 
.sqlSystemFunction{color:#FF00FF;} .powershellAttribute{color:#B0E0E6;} 
.powershellOperator{color:#808080;} .powershellType{color:#008080;} 
.powershellVariable{color:#FF4500;} .type{color:#008080;} .typeVariable{color:#008080;font-style: italic;} 
.namespace{color:#000080;} .constructor{color:#800080;} .predefined{color:#000080;} .pseudoKeyword{color:#000080;} 
.stringEscape{color:#808080;} .controlKeyword{color:#0000FF;} 
.number{} 
.operator{} 
.delimiter{} 
.markdownHeader{color:#0000FF;font-weight: bold;} 
.markdownCode{color:#008080;} 
.markdownListItem{font-weight: bold;} 
.italic{font-style: italic;} 
.bold{font-weight: bold;} 
.builtinFunction{color:#6B8E23;font-weight: bold;} 
.builtinValue{color:#556B2F;font-weight: bold;} 
.attribute{color:#008B8B;font-style: italic;} 
.specialChar{}

.shortcut
{
	display: inline-block;
    position: relative;
    padding: 4px;
    margin: 0px 1px 2px;
    background-color: #fcfcfc;
    border: 1px solid #cecece;
    border-radius: 4px;
    line-height: 1em;
    letter-spacing: .2px;
    white-space: nowrap;
    transition: background-color .6s;
    font-family: inherit;
    font-weight: normal;
}