@charset "UTF-8";
/* CSS Document */


@font-face {
    /* font-family: 'notosans-ital';
    src: url('../fonts/notosans-italic-variablefont_wght.ttf') format('truetype'); */
	font-family: 'notosans-ital';
    src: url('../fonts/notosans-italic-variablefont_wght.ttf') format('truetype');
}
@font-face {
    /* font-family: 'notosans';
    src: url('../fonts/NotoSans-Italic-VariableFont_wdth,wght.ttf') format('truetype'); */
	font-family: 'notosans';
    src: url('../fonts/NotoSans-VariableFont_wdth,wght.ttf') format('truetype');
}

@font-face {
    font-family: 'glyphicons-halflings-regular';
    src: url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'),
         url('../fonts/glyphicons-halflings-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/* Styles for help - HTML5 output*/

a {
	font-weight: 500;
}

body {
  	font-size: 14px;
  	line-height: 1.42857143;
  	color: #000000;
  	background-color: #FFFFFF;
}

.navbar-brand img {
	height:60px;	
	position: relative;
	top:-20px;
	left:20px;
}
.navbar-default {
	margin-bottom:50px;
	border-left:none;
	border-right:none;
	border-top:none;
}

.navbar-brand {
	padding:20px;	
}

nav.toc {
  	display: inline-block;
	/*  width: 300px;
  	margin-right: 20px;*/
  	background-color: #FFFFFF;
  	vertical-align: top;
  	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	margin-bottom: 100px;
	margin-top: 30px;
	border: solid thin #1e82bb;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

nav.toc li {
  font-family: "notosans", arial, helvetica, sans-serif;
	font-size: 16px;
}

nav.toc li.active > a {
  font-weight: bold;
  color: #000000;
}

nav.toc > ul > li:first-child {
    font-weight: 800;
	list-style: none;
	position: relative;
	left: -25px;
	font-size: 20px;
}

.btn-leftnav {
    margin-left: 5px;
}

main[role='main'] {
   /* width: 800px;*/
    display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 150px;
}

footer[role='contentinfo'] {
   /* width: 800px;*/
    display: block;
	padding-left: 10px;
    content: "";
    clear: both;
}

.navbar-fixed-bottom {
	background-color: #EEEEEE;
	color: #000000;
	border-top: solid thick #f68b20;
}

#copyright {
	font-size: 10pt;
	padding-top: 15px;
	padding-right: 20px;
	font-weight: 400;
	text-align: right;
}

.blue {
	color: #1e82bb;
}
.black {
	color: #000000;
}

/* overwrite the heading styles in the oxy generated files */
.topictitle1 {
	color:#1e82bb;
	font-family: "notosans", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 2.5em;
  	margin: 0.67em 0;
}

.topictitle2 {
	color: #1e82bb;
	font-family: "notosans", sans-serif;
	font-style: normal;
	font-weight: 600;
}

.topictitle3 {
	color: #1e82bb;
	font-family: "notosans", sans-serif;
	font-style: normal;
	font-weight: 600;
}

.topictitle4 {
	color: #1e82bb;
	font-family: "notosans", sans-serif;
	font-style: normal;
	font-weight: 600;
}

.topictitle5 {
	color: #1e82bb;
	font-family: "notosans", sans-serif;
	font-style: normal;
	font-weight: 600;
}

.topictitle6 {
	color: #1e82bb;
	font-family: "notosans", sans-serif;
	font-style: normal;
	font-weight: 600;
}

.sectiontitle {
  color: #1e82bb;
  font-family: "notosans", sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  margin-top: 30px;
}

table caption {
	color: #000000;
	margin-top: 10px;
	font-size: 20px;
	font-weight: 600;
	font-family: "notosans", sans-serif;
}
table caption .desc, figure figcaption .desc {
	color: #000000;
	margin-top: 10px;
	font-size: 12pt;
	font-weight: 400;
	font-family: "notosans", sans-serif;
	display: block;
}

figcaption {
	font-size: 20px;
	color: #000000;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 20px;
	font-weight: 600;
}

thead tr {
	background-color: #EEEEEE;
}
thead .entry {
	text-align: center;
	font-size: 13pt;
	font-family: "notosans", sans-serif;
	font-weight: bold;
	color: #000000;
}

abbr[title] {
  border-bottom: none;
}

.stentry .image {
	width: 25px;
	height: 25px;
}
.helpimage {
    margin:0px;
    padding:0px;
    text-align:center;
	width:800px;
}
figure .image {
    width:auto;
	height:auto;
	max-width: 800px;
	transition: all .2s ease-in-out; 
}
figure .image:hover { 
	transform: scale(1.5); 
	background: #FFF;
	padding: 10px;
	border:solid thin #aaa;
	z-index:99;
}
figure .div {
	font-family: "notosans", sans-serif;
	font-style: normal;
	font-size: 12pt;
	padding-top: 10px;
	padding-bottom: 20px;
}

.figure {
	color:#1e82bb;
	font-family: "notosans", sans-serif;
	font-style: normal;
	font-weight: 100;	
	font-size:24px;
	display:block;
}

.example {
	font-size: 14pt;
	font-family: "notosans", sans-serif;
	color: #000000;
	margin-bottom: 10px;
}



section .simpletable {
	margin-top:5px;
}
.simpletable .stentry {
	font-size: 13pt;
}
.simpletable .stentry:first-child {
	width: 200px;
}
.simpletable .stentry {
	padding: 5px;
	border: thin solid #000000;
}
.uicontrol, .filepath {
	font-weight: bold;
}

.right-line {
	background-color: #f1f4f5;
	margin-top:20px;
	padding-top:10px;
}
.white {
	background-color: #fff;
}

.choicetable {
	margin-top: 10px;
	margin-bottom: 10px;
	border: solid thin #aaa;
}
.simpletable {
	border-top: solid thin #aaa;
	border-bottom: solid thin #aaa;
	width: 100%;
}

.frame-none .stentry {
    border: none;
}
.choption {
	font-weight: 300;
	text-align: left;
	color: #000;
}
.choptionhd, .chdeschd, .choption, .chdesc {
	font-size: .85em;
}
.sthead, .thead {
	background-color: #FFF;
}
.entry {
	font-size: 16px;
}
.entry li {
	font-size: 16px;
}
.entry ul {
	margin-top: 10px;
}
.entry div {
	margin-top: 5px;
}
.thead .entry {
	border-right:solid thin #aaa;
	border-left:solid thin #aaa;
}
.note {
	font-size: 14pt;
	font-family: "notosans", sans-serif;
	font-style: normal;
	font-weight: 400;
	margin-bottom:20px;
	margin-top:20px;
	border: solid thin #1e82bb;
	padding: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.note__title {
	font-weight: bold;
	color: #1e82bb;
}

.p {
	margin-bottom: 10px;
	margin-top: 10px;
}

.related-links {
	margin-top: 30px;
}
.related-links li {
	font-size: 16px;
}

.tbody .align-center {
	text-align: center;
}

.thead tr {
	border-bottom:solid #aaa;
	border-top:solid thin #aaa;
}
.thead th {
	border-left:none;
	border-right:none;
}

.tbody td {
	border:solid thin #aaa;
}
colgroup {
	display:none;
}
#screenshot {
	width:100%;
}
.tabledesc {
	display: block;
	font-size: 18px;
	color: #000000;
}
.menu {
	font-size: 1.2em;
}
.menu-heading {
	margin-bottom:10px;
	margin-top:10px;
	font-size: 1.2em;
}
.menu-heading  a:before {
   content: "> ";
   float: left;
	padding-right: 7px;
	font-weight: bold;
   transition: all 0.5s;
}
.menu-heading.active a:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
} 
.collapse {
	border-bottom:solid thin #aaa;
}

#collapse-tut li, #collapse-intro li, #collapse-flow li, #collapse-sim li, #collapse-sdc li, #collapse-tcl li, #collapse-proj li, #collapse-tim li, #collapse-synth li {
	font-size: 14px;
}
#collapse-device li, #collapse-ddr li, #collapse-gpio li, #collapse-jtag li, 
	#collapse-lvds li, #collapse-mipi li, #collapse-pll-simple li, 
	#collapse-pll-complex li, #collapse-osc li, #collapse-floorplan li {
	font-size: 14px;
}
#debugger li, #programmer li {
	font-size: 14px;
}


.codeph {
	color: #1e82bb;
	background-color: transparent;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.codeblock {
	margin-top: 10px;
}

.fn {
	margin-top: 40px;
	font-size: 12pt;
	font-family: "notosans", sans-serif;
	font-style: normal;
	font-weight: 400;
	padding-top: 10px;
	border-top: solid thin #1e82bb;
	width: 80%;
}

.familylinks {
	margin-top: 40px;
	font-size: 12pt;
	font-family: "notosans", sans-serif;
	font-style: normal;
	font-weight: 400;
	padding-top: 10px;
	border-top: solid thin #1e82bb;
}

/* begin standard styles */

p, li, td, .p {
	font-size: 14pt;
	font-family: "notosans", sans-serif;
	font-style: normal;
	font-weight: 400;
}
td, th {
	padding:5px;	
}
th {
	text-align: center;
	font-size: 14pt;
	font-family: "notosans", sans-serif;
	font-weight: bold;
	color: #000000;
	background-color: #EFEFEF;
}
.cell-narrow {
	width:30%;
}
caption {
	font-size: 1.4em;
}
p.caption {
	color: #000000;
	font-style: italic;
	margin-top: 10px;
}
aside {
	float:right;
	margin:30px;
}
#rellinks {
	background-color:#D9D8D8;
	padding:10px;
	margin-bottom: 20px;
}
#rellinks p {
	text-align: left;
}
#rellinks .learnmore {
	text-align: center;
	font-size: 18px;
	color: #000000;
}
#sidebar {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

.body-table {
	width:100%;
	border: thin solid;	
	margin-bottom:20px;
}
.body-table td, th {
	border: thin solid;	
	padding: 5px;
}
h1{
	color:#1e82bb;
	font-family: "notosans", sans-serif;
	font-style: normal;
	font-weight: 400;
}
h2, h3 {
	color: #000000;
	font-family: "notosans", sans-serif;
	font-style: normal;
	font-weight: 400;
}

.bright {
	color:#EDC700;
	font-weight:700;	
}
.decorated {
	border-top: solid #1e82bb;	
	border-top-width:5px;
	border-bottom: solid #1e82bb;	
	border-bottom-width:5px;
}


.localize {
	float: right;
	font-size: 1em;
	color: #1e82bb;
	margin-right: 10px;
	margin-top: 10px;
	font-family: "notosans", sans-serif;
}
.line-top {
	border-top: thin solid #1e82bb;
	padding-top:10px;
}
.line-bottom {
	border-bottom: thin solid #1e82bb;
	padding-bottom: 20px;
}
.light-shade {
	background-color: #D9D8D8;
	padding:10px;
}
.gray {
	color: #000000;
}



#license ol {
  counter-reset: section;                /* Creates a new instance of the section counter with each ol element */
  list-style-type: none;
}

#license .increment li {
	margin-top:10px;
}

#license .increment li::before {
  counter-increment: section;            /* Increments only this instance of the section counter */
  content: counters(section, ".") ". ";   /* Combines the values of all instances  of the section counter, separated   by a period */
}

#license .no-increment li {
	list-style-type: lower-latin;
}

#license .no-increment li:before { display: none; }



#mainWrapper {
	margin-top:30px;	
}

.portrait {
	height:250px;
	width:250px;	
	position: relative;
	margin-top:30px;
}
.logo {
	width:250px;	
	position: relative;
	margin-top:28px;
}
.logo-sm {
	width: 150px;
}
.right {
	float: right;
}



@media (min-width: 768px) and (max-width: 991px) {
#mainWrapper {
	margin-top:30px;	
}

}


