/*
 * Font Size and family
 */

#font-enlarge {
  line-height: 30px;
  font-size: 1.4em;
}
#font-reduce {
  line-height: 30px;
  font-size: 1em;
}
#font-medium {
	padding-top: 0px;
	padding-bottom: 0px;
}
html.font-size-0,
html.font-size-0 .tooltip::after {
/*  font-size: 1.2rem; */
    font-size: 8pt;
}
html.font-size-1,
html.font-size-2 .tooltip::after {
/*  font-size: 1.4rem; */
    font-size: 9pt;
}
html.font-size-2,
html.font-size-2 .tooltip::after {
/*  font-size: 1.6rem; */
    font-size: 10pt;
}
html.font-size-3,
html.font-size-3 .tooltip::after {
/*  font-size: 2.2rem; */
    font-size: 11pt;
}
html.font-size-4,
html.font-size-4 .tooltip::after {
/*  font-size: 4rem; */
    font-size: 12pt;
}
html.font-family-0 {
  font-family: Georgia, serif;
}
html.font-family-1 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
 * Color Theme 1 (Sepia theme)
 */
html.color-theme-1 body, 
html.color-theme-1 .main-body {
/*  color: #704214; */
  background: #f3eacb;
}
html.color-theme-1 .main-body .navigation {
  color: #73553c;
}
html.color-theme-1 .main-body .navigation:hover {
  color: #73553c;
}
html.color-theme-1 .markdown {
  background: #f3eacb;
}

html.color-theme-1 .markdown {
  color: #704214;
}
html.color-theme-1 .markdown a {
  color: inherit;
}
html.color-theme-1 .markdown h1,
html.color-theme-1 .markdown h2,
html.color-theme-1 .markdown h3,
html.color-theme-1 .markdown h4,
html.color-theme-1 .markdown h5,
html.color-theme-1 .markdown h6 {
  color: inherit;
}
html.color-theme-1 .markdown h1,
html.color-theme-1 .markdown h2 {
  border-color: inherit;
}
html.color-theme-1 .markdown h6 {
  color: inherit;
}
html.color-theme-1 .markdown hr {
  background-color: inherit;
}
html.color-theme-1 .markdown blockquote {
  border-color: inherit;
}
html.color-theme-1 .markdown pre,
html.color-theme-1 .markdown code {
  background: #fdf6e3;
  color: #657b83;
  border-color: #f8df9c;
}
html.color-theme-1 .markdown .highlight {
  background-color: inherit;
}
html.color-theme-1 .markdown table th,
html.color-theme-1 .markdown table td {
  border-color: #f5d06c;
}
html.color-theme-1 .markdown table tr {
  color: inherit;
  background-color: #fdf6e3;
  border-color: #444444;
}
html.color-theme-1 .markdown table tr:nth-child(2n) {
  background-color: #fbeecb;
}
html.color-theme-1 .toolbar {
  color: #afa790;
  background: #f3eacb;
}
html.color-theme-1 .toolbar .btn {
  color: #73553c;
}
html.color-theme-1 .toolbar .btn:hover {
  color: #73553c;
  background: none;
}
.color-theme-1 .dropdown-menu {
  background-color: #fdf6e3;
  border-color: #f5d06c;
}
.color-theme-1 .dropdown-menu .dropdown-caret .caret-inner {
  border-bottom: 9px solid #fdf6e3;
}
.color-theme-1 .dropdown-menu .dropdown-caret .caret-outer {
  border-bottom: 9px solid #ccad59;
}
.color-theme-1 .dropdown-menu .dropdown-items {
  border-color: #f5d06c;
}
.color-theme-1 .dropdown-menu .action {
  color: #704214;
}
.color-theme-1 .dropdown-menu .action:hover {
  color: #73553c;
}
html.color-theme-1 .sidebar {
  color: #704214;
  background: #fdf6e3;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
}
html.color-theme-1 .sidebar ul.menu-mainitems li.menu-divider {
/* background: #7e888b;
  box-shadow: none; */
}
html.color-theme-1 .sidebar ul.menu-mainitems li i.fa-check {
  color: #33cc33;
}
html.color-theme-1 .sidebar ul.menu-mainitems li.done > a {
  color: #877f6a;
}
html.color-theme-1 .sidebar ul.menu-mainitems li a,
html.color-theme-1 .sidebar ul.menu-mainitems li span {
  color: #877f6a;
  background: transparent;
  font-weight: normal;
}
html.color-theme-1 .sidebar ul.menu-mainitems li.active > a,
html.color-theme-1 .sidebar ul.menu-mainitems li a:hover {
  color: #704214;
  background: transparent;
  font-weight: normal;
}
html.color-theme-1 .yellow {
    color: #c8a800;
}

/*
 * Color Theme 2 (Night theme)
 */
html.color-theme-2 body, 
html.color-theme-2 .main-body {
  color: #bdcadb;
  background: #1c1f2b;
}
html.color-theme-2 .main-body .navigation {
  color: #fffff5;
}
html.color-theme-2 .main-body .navigation:hover {
  color: #fffff5;
}
html.color-theme-2 .markdown {
  background: #1c1f2b;
}
html.color-theme-2 .markdown {
  color: #bdcadb;
}
html.color-theme-2 .markdown a {
  color: #3eb1d0;
}
html.color-theme-2 .markdown h1,
html.color-theme-2 .markdown h2,
html.color-theme-2 .markdown h3,
html.color-theme-2 .markdown h4,
html.color-theme-2 .markdown h5,
html.color-theme-2 .markdown h6 {
  color: #fffffa;
}
html.color-theme-2 .markdown h1,
html.color-theme-2 .markdown h2 {
  border-color: #373b4e;
}
html.color-theme-2 .markdown h6 {
  color: #373b4e;
}
html.color-theme-2 .markdown hr {
  background-color: #373b4e;
}
html.color-theme-2 .markdown blockquote {
  border-color: #373b4e;
}
html.color-theme-2 .markdown pre,
html.color-theme-2 .markdown code {
  color: #9dbed8;
  background: #2d3143;
  border-color: #2d3143;
}
html.color-theme-2 .markdown .highlight {
  background-color: #282a39;
}
html.color-theme-2 .markdown table th,
html.color-theme-2 .markdown table td {
  border-color: #535875;
}
html.color-theme-2 .markdown table tr {
  color: #b6c2d2;
  background-color: #2d3143;
  border-color: #3b3f54;
}
html.color-theme-2 .markdown table tr:nth-child(2n) {
  background-color: #35394b;
}
html.color-theme-2 .toolbar {
  color: #7e888b;
  background: #1c1f2b;
}
html.color-theme-2 .toolbar .btn {
  color: #fffff5;
}
html.color-theme-2 .toolbar .btn:hover {
  color: #fffff5;
  background: none;
}
.color-theme-2 .dropdown-menu {
  background-color: #2d3143;
  border-color: #72799f;
}
.color-theme-2 .dropdown-menu .dropdown-caret .caret-inner {
  border-bottom: 9px solid #2d3143;
}
.color-theme-2 .dropdown-menu .dropdown-caret .caret-outer {
  border-bottom: 9px solid #cbcfe8;
}
.color-theme-2 .dropdown-menu .dropdown-items {
  border-color: #72799f;
}
.color-theme-2 .dropdown-menu .action {
  color: white;
}
.color-theme-2 .dropdown-menu .action:hover {
/* color: #f4f4f5; */
}
html.color-theme-2 .sidebar {
  color: #bcc1d2;
  background: #2d3143;
  border-right: none;
}
html.color-theme-2 .sidebar ul.menu-mainitems li.menu-divider {
  background: #272a3a;
  box-shadow: none;
}
html.color-theme-2 .sidebar ul.menu-mainitems li i.fa-check {
  color: #33cc33;
}
html.color-theme-2 .sidebar ul.menu-mainitems li.done > a {
  color: #62687f;
}
html.color-theme-2 .sidebar ul.menu-mainitems li a,
html.color-theme-2 .sidebar ul.menu-mainitems li span {
  color: #c1c6d7;
  background: transparent;
  font-weight: 600;
}
html.color-theme-2 .sidebar ul.menu-mainitems li.active > a,
html.color-theme-2 .sidebar ul.menu-mainitems li a:hover {
  color: #f4f4f5;
  background: #252737;
  font-weight: 600;
}
html.color-theme-2 .green {
    color: lightgreen;
}
html.color-theme-2 .yellow {
    color: yellow;
}
html.color-theme-2 .blue {
    color: deepskyblue;
}