/* The standard CSS for doxygen */

pre.fragment {
        padding: 4px 6px;
        margin: 4px 8px 4px 2px;
        overflow: auto;
        word-wrap: break-word;
        font-size:  9pt;
        line-height: 125%;
        font-family: monospace, fixed;
        font-size: 105%;
}

div.fragment {
        padding: 4px;
        margin: 4px;
}

div.line {
	font-family: monospace, fixed;
        font-size: 13px;
	min-height: 13px;
	line-height: 1.0;
	text-wrap: unrestricted;
	white-space: -moz-pre-wrap; /* Moz */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: pre-wrap;      /* CSS3  */
	word-wrap: break-word;      /* IE 5.5+ */
	text-indent: -53px;
	padding-left: 53px;
	padding-bottom: 0px;
	margin: 0px;
	-webkit-transition-property: background-color, box-shadow;
	-webkit-transition-duration: 0.5s;
	-moz-transition-property: background-color, box-shadow;
	-moz-transition-duration: 0.5s;
	-ms-transition-property: background-color, box-shadow;
	-ms-transition-duration: 0.5s;
	-o-transition-property: background-color, box-shadow;
	-o-transition-duration: 0.5s;
	transition-property: background-color, box-shadow;
	transition-duration: 0.5s;
}

div.line.glow {
	background-color: cyan;
	box-shadow: 0 0 10px cyan;
}


span.lineno {
	padding-right: 4px;
	text-align: right;
	border-right: 2px solid #0F0;
        white-space: pre;
}

div.groupHeader {
	margin-left: 16px;
	margin-top: 12px;
	font-weight: bold;
}

div.groupText {
	margin-left: 16px;
	font-style: italic;
}


td.indexkey {
	background-color: #EBEFF6;
	font-weight: bold;
	border: 1px solid #C4CFE5;
	margin: 2px 0px 2px 0;
	padding: 2px 10px;
        white-space: nowrap;
        vertical-align: top;
}

td.indexvalue {
	background-color: #EBEFF6;
	border: 1px solid #C4CFE5;
	padding: 2px 10px;
	margin: 2px 0px;
}

tr.memlist {
	background-color: #EEF1F7;
}

p.formulaDsp {
	text-align: center;
}

img.formulaDsp {
	
}

img.formulaInl {
	vertical-align: middle;
}

div.center {
	text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0px;
}

div.center img {
	border: 0px;
}

address.footer {
	text-align: right;
	padding-right: 12px;
}

img.footer {
	border: 0px;
	vertical-align: middle;
}

/* @group Code Colorization */

span.keyword {
	color: #008000
}

span.keywordtype {
	color: #604020
}

span.keywordflow {
	color: #e08000
}

span.comment {
	color: #800000
}

span.preprocessor {
	color: #806020
}

span.stringliteral {
	color: #002080
}

span.charliteral {
	color: #008080
}

span.vhdldigit { 
	color: #ff00ff 
}

span.vhdlchar { 
	color: #000000 
}

span.vhdlkeyword { 
	color: #700070 
}

span.vhdllogic { 
	color: #ff0000 
}


/* @end */

#titlearea {
  background-color: #558CB5;
  color: #fff;
  border-radius: 4px 4px 0 0;
  padding-left: 10px;
  text-shadow: 0 0 4px #555;
}

.navbar {
  border-radius: 0 0 4px 4px;
}

#projectname {
  font-size: 36px;
}

#nav-path {
  display: none;
}

.tabs, .tabs2, .tabs3, .tablist li, .tablist a, .tablist a:hover, .tablist li.current a  {
  background-image: none;
}

.tablist a:hover {
  color: #333;
  text-shadow: none;
}

#MSearchBox .left, #MSearchField, #MSearchBox  .right {
  background: none;
}

#MSearchField {
  background-color: #fff;
  border: 1px solid #ccc;
  height: 34px;
}

#MSearchSelectWindow {
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.15);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  font-size: 14px;
  margin-top: 15px;
}

#MSearchResultsWindow {
  margin-top: 15px;
}

.tablist {
  display: block;
}

.arrow {
  cursor: pointer;
}

@media (min-width: 1600px) {
  .container {
    width: 1570px;
  }
}

.mlabel {
  margin-left: 5px;
}

.closed .caret {
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 4px solid;
  margin-left:1px;
  margin-right:-1px;
}

.navbar-form .form-group {
  vertical-align: top;
}

table.memname {
  font-size: 17px;
}

.panel-heading {
  padding: 8px 15px;
}

.paramname > code {
  padding: 0;
  font-size: 17px;
  color: #333;
  background: none;
  border-radius: 0;
}

td.memItemLeft {
  padding-left: 20px !important;
  white-space: nowrap;
}
td.memItemRight {
  width:100%;
}

table.memberdecls tr.heading td {
  border: none;
}

td.paramname>em {
  padding-left: 2px;
}

/* Open Dropdown on hover */
.dropdown:hover .dropdown-menu {
  display: block;
}



a.SelectItem {
  padding: 3px 20px;
}

/* Spacing for class inherited member list */
table.directory {
  margin-top: 40px;
}

/* MathJax */
.math {
  cursor: default;
}