/* ========================================================================== */
/* PROJECT                                        
/* ========================================================================== */

/* ES Additions */
@font-face {
  font-family: 'Acherus Grotesque';
  src: url('../fonts/acherusgrotesque-extrabold-webfont.woff2') format('woff2'), 
	   url('../fonts/acherusgrotesque-extrabold-webfont.woff') format('woff');
}

@font-face {
  font-family: 'acuminpro-regular';
  src: url('../fonts/acuminpro-regular-webfont.woff2') format('woff2'), 
	   url('../fonts/acuminpro-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'acuminpro-bold';
  src: url('../fonts/acuminpro-bold-webfont.woff2') format('woff2'), 
	   url('../fonts/acuminpro-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'acuminpro-bolditalic';
  src: url('../fonts/acuminpro-bolditalic-webfont.woff2') format('woff2'), 
	   url('../fonts/acuminpro-bolditalic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'acuminpro-italic';
	src: url('../fonts/acuminpro-italic-webfont.woff2') format('woff2'), 
	     url('../fonts/acuminpro-italic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


#projectlogo, #projectalign {
    vertical-align: middle !important;
    padding-left: 6px; 
}

/* Fix project logo size and remove baseline gap */
#projectlogo img {
    max-height: 35px;
    width: auto;
    margin: 0; 
}

/* Align project name & version */
#projectname {
    font-size: 22px;
    font-weight: bold;
    font-family: "Acherus Grotesque", Helvetica, Arial, sans-serif !important;
    line-height: 1.2;
    margin: 0; /* Remove hidden Doxygen margins */
}

#projectbrief {
    font-size: 90%;
    font-family: "Acherus Grotesque", Helvetica, Arial, sans-serif !important;
    color: #02addb !important;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

/* ========================================================================== */
/* SIDEBAR NAVIGATION                                         
/* ========================================================================== */


#r5nav {
	margin-top: 100px;
	background-color: #E6E7E8;
	text-align: center;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
#r5nav a {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12pt;
	color: #1e82bb;text-decoration: underline;
}
#r5nav a:hover {
	color: #02addb;
}
#top {
	margin-top: 0px;
	background-color: #FFFFFF;
}

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

#nav-tree .arrow {
	margin-right: 20px;
}
#nav-tree .arrowhead {
	height: 10px;
	width: 10px;
}
#nav-tree a {
    font-family: "acuminpro", arial, helvetica, sans-serif;
	font-size: 16px;
    color: #f68b20;
    font-weight: 500 !important;
    text-decoration: underline;
}
/* Fix the line height so items aren't squished */
#nav-tree li {
    margin-bottom: 1px;
}
#page-nav {
	background-color: #FFFFFF;
}
#page-nav-contents {
    padding: 0;
    margin: 0;
    display: block;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    position: absolute;
    overflow: auto;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}
ul.page-outline li.vis {
    background-color: #FFFFFF;
}

div.header {
	margin:  0px;
	background-color: #FFFFFF;
	border-bottom: none;
}

#main-nav, .sm-dox {
	background-color: #f68b20;
	padding-top: 3px;
	color: #FFF;
	z-index: 1;
}

.sm-dox a, .sm-dox a:visited {
    font-family: "acumin-pro-regular", Helvetica, Arial, sans-serif !important;
    font-weight: 600 !important; 
    font-size: 15px !important;
    color: #FFFFFF !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

/* Hover State */
.sm-dox a:hover {
    background-color: rgba(0, 0, 0, 0.1) !important; 
    color: #FFFFFF !important;
    text-decoration: none;
}

/* Selected Tab */
.sm-dox a:active, .sm-dox a:focus {
    color: #FFFFFF !important;
}

/* change note color */
.section.note {
	background-color: #FFFFFF;
	border-left: 8px solid #f68b20;
	box-shadow: none;
}
.section.note dt {
	color: #f68b20;
	font-weight: bold;
}


/* ========================================================================== */
/* TITLE & SUBTITLE: FONTS & HEADERS                                        
/* ========================================================================== */
.title {
	font-family: "Acherus Grotesque", Helvetica, Arial, sans-serif !important;
    font-weight: bold;
    font-size: 26pt;
    margin-top: 30px;
    color: #1e82bb;
    /* text-align: center; */
}

.driver-title-header {
    color: #1e82bb !important;
    font-size: 25px !important;
    font-weight: bold;
    margin-top: 20px;
}

.driver-subtitle-header {
    color: #1e82bb !important;
    font-size: 20px !important;
    font-weight: bold;
    margin-top: 20px;
}


/* ========================================================================== */
/* MAIN BODY : FONTS & HEADERS                                  
/* ========================================================================== */
body, 
div.contents, 
div.textblock, 
p, 
li, 
dl, 
dt, 
dd {
    font-family: "acumin-pro-regular", Helvetica, Arial, sans-serif !important; 
	font-size: 14pt;
    line-height: 1.4; 
    color: var(--page-foreground-color); 
}

/* Target the Headings (H1, H2, H3...) inside the content */
h1, h2, h3, h4, h5, h6, .driver-title-header {
    font-family: "Acherus Grotesque", Helvetica, Arial, sans-serif !important;
    font-weight: 600 !important; 
    margin-top: 25px;
    margin-bottom: 15px;
}

h2.groupheader, td h2.groupheader {
	box-shadow: 0px 0 #FFF,
		   0px 0 #FFF,
		    0px 1px #FFF,
		   0px 1px #FFF;
	color: #1e82bb;
	font-size: 150%;
	font-weight: bold;
	border-bottom: none;
	margin-top: 20px;
}

/* breadcrumb */
div.ingroups {
	font-size: 10pt;
	text-align: left;
}
div.ingroups {
	white-space: nowrap;
}

/* links */
a.el {
  color: #117bbc;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-color: #02addb;
}
a.el:hover {
  color: #02addb;
}

/* Specific fix for the Code Blocks to keep them monospaced */
/*code, pre, .fragment {
    font-family: "Consolas", "Monaco", "Courier New", monospace !important;
    font-size: 14px;
}*/

code, pre, .fragment  {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px 5px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0px;
}

blockquote.doxtable {
	font-size: 14pt;
	font-family: "acuminpro-regular", sans-serif;
	font-style: normal;
	font-weight: 400;
	margin-bottom:20px;
	margin-top:20px;
	background-color: #FFFFFF;
	border: solid thin #1e82bb;
	padding-left: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

/* ========================================================================== */
/* REVISION TABLE : FONTS & HEADERS                                  
/* ========================================================================== */

/* fancy table style */
table.markdownTable {
	border-collapse: collapse;
    font-size: 0.9em;
    font-family: sans-serif;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	width: 100%;
	margin-bottom: 10px;
}

table.markdownTable th {
	background-color: #117bbc;
    color: #FFF;
	padding: 12px 15px;
	text-align: center;
	border: 1px solid #FFFFFF;
	margin: 0px;
}
table.markdownTable td {
    padding: 12px 15px;
	border: 1px solid #4d4d4d;
	margin: 0px;
}
table.markdownTable tr:last-of-type {
    border-bottom: 2px solid #117bbc;
}
table.markdownTable th:first-child {
    z-index: 3;
    background-color: #117bbc; 
    color: #fff;
}

table.memberdecls {
	border-spacing: 0px;
	padding: 0px;
	margin-bottom: 30px;
}

table.memname, table.memname tr, table.memname tr:last-of-type, table.memname td{
	border: none;
	background-color: none;
	box-shadow: none;
}
table.params, table.params tr, table.params tr:last-of-type, table.params td {
	border: 1px solid #cccccc;
	box-shadow: none;
}
table.params tbody tr:nth-of-type(even){
    background-color: #f3f3f3;
}
.params .paramname, .retval .paramname, .tparams .paramname, .exception .paramname {
	font-weight: bold;
	vertical-align: middle;
	padding-left: 10px;
}
table.directory {
	margin-bottom: 20px;
}
table.directory, table.directory tr, table.directory td {
	border: 1px solid #cccccc;
}
table.directory tbody tr:nth-of-type(even){
    background-color: #f3f3f3;
}
table.directory tr:last-of-type {
	border-bottom: 2px solid #117bbc;
	padding-bottom: 5px;
}
table.directory td {
	padding: 5px;
	vertical-align: middle;
}
table.directory .arrowhead {
	height: 10px;
	width: 10px;
}
.iconfolder, .icondoc {
    width: 24px;
    height: 18px;
    margin-top: 0px;
	margin-left: 5px;
    vertical-align: top;
    display: inline-block;
}

p code {
	margin-top: 10px;
}

dl.note .tt {
	background-color: #FFFFFF;	
}

.memberdecls td, .fieldtable tr {
	border: none;
}

.memberdecls td.glow, .fieldtable tr.glow {
	background-color: none;
}

