/* CSS Brandon ======================================= */

::selection {
  background: #ffe4b2;
}

::-moz-selection {
  background: #ffe4b2;
}

.article__body h3 {
  color: #f26643;
}

.article__body h4 {
  margin-top: 60px;
}

#link-blue {
  color: #3378e2;
}

#note {
  color: #6c6c6c;
  margin-inline-start: 12px;
  margin-inline-end: 12px;
  text-align: center;
  font-weight: 300;
}

#note > span {
  color: #6e6e6e;
  font-weight: 500;
}

#note ul,
#note ol {
  list-style-position: inside;
}

#note-box {
  font-size: 13px;
  color: #2c2c2c;
  margin-inline-start: 30px;
  margin-inline-end: 30px;
  text-align: center;
  font-weight: 400;
  border: 2px #d3d3d3;
  padding: 6px;
  border-style: dotted solid;
  background-color: #e9e9e9;
}

#note-box > span {
  color: #1f1f1f;
  font-weight: 800;
}

#note-box ul,
#note-box ol {
  list-style-position: inside;
}

#tip {
  color: #f26643;
  margin-inline-start: 12px;
  margin-inline-end: 12px;
  text-align: center;
  font-weight: 300;
}

#tip > span {
  color: #f2660f;
  font-weight: 500;
}

#tip ul,
#tip ol {
  list-style-position: inside;
}

#tip-box {
  font-size: 13px;
  color: #f26643;
  margin-inline-start: 30px;
  margin-inline-end: 30px;
  text-align: center;
  font-weight: 400;
  border: 2px #f7a18b;
  padding: 6px;
  border-style: dotted solid;
  background-color: #faebd7;
}

#tip-box > span {
  color: #ff0000;
  font-weight: 800;
}

#tip-box ul,
#tip-box ol {
  list-style-position: inside;
}

#video {
  width: 100%;
  height: 380px;
  border: 0px;
  margin: 0px;
}

#code {
  font-size: 12px;
}

#code > code {
  background-color: #ffffff !important;
}

#img-small {
  text-align: center;
}

#img-small > img {
  max-width: 80%;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
}

#img-small > img:hover {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.quarter-zoom > img {
  transition: -webkit-transform 0.25s ease !important;
  transition: transform 0.25s ease !important;
}

.quarter-zoom > img:hover {
  -webkit-transform: scale(1.25) !important;
  transform: scale(1.25) !important;
}

#img-big {
  text-align: center;
}

#img-big > img {
  width: 80%;
  max-width: 80%;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
}

#img-big > img:hover {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

#container-grey {
  background-color: #dedede;
  padding: 10px;
  border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 10px;
}

#container-grey:hover {
  background-color: #eeeeee;
}

#index-div ul {
  list-style-type: none;
}
#index-div > h3 {
  color: #f26643;
}

#index-div a:hover {
  color: #f26643;
}

#glossary-div > h3 {
  color: #f26643;
}

#glossary-div ul {
  list-style-type: none;
}

#glossary-div > ul > li {
  font-weight: 600;
}

.article-list-item--is-promoted a:before {
  margin-top: -5px;
}

a {
  color: #3378e2;
  transition: -webkit-transform 0s ease !important;
  transition: transform 0.2s ease !important;
}

a:hover {
  color: #f26643;
  -webkit-transform: scale(1.04) !important;
  transform: scale(1.04) !important;
}

.sidenav__categories-list a {
  color: #000000;
}

.sidenav__sections-list a:hover {
  color: #f26643;
}

.article-list-item {
  display: flex;
}

.promoted-articles__articles {
  margin: 0px !important;
}

.promoted-articles__articles > li {
  padding: 0px !important;
  display: flex;
  align-content: center;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.article-list > li a {
  color: #3378e2;
}

.article-list > li a:hover {
  color: #f26643;
}

table#xeppo-training-session-summary {
  width: 100%;
  text-align: center;
}

table#xeppo-training-session-summary th:nth-child(1) {
  width: 20%;
}

table#xeppo-training-session-summary th:nth-child(2) {
  width: 80%;
}

table#xeppo-training-session-summary tr > td:nth-child(2n + 1) {
  font-size: 6em;
}

table#xeppo-training-session-summary tr > td:nth-child(2n + 2) {
  padding-left: 8px;
  text-align: left;
}

table#xeppo-training-session-table {
  width: 100%;
  text-align: center;
}

table#xeppo-training-session-table th:nth-child(1) {
  width: 12%;
}

table#xeppo-training-session-table th:nth-child(2) {
  width: 28%;
}

table#xeppo-training-session-table th:nth-child(3) {
  width: 36%;
}

table#xeppo-training-session-table th:nth-child(4) {
  width: 24%;
}

table#xeppo-training-session-table tr {
  height: 50px;
}

table#xeppo-training-session-table tr:nth-child(even) {
  background-color: #ffffff;
}

table#xeppo-training-session-table tr:nth-child(odd) {
  background-color: #f5f5f5;
}

table#xeppo-training-session-table tr:nth-child(1) {
  background-color: #3378e2;
  color: #ffffff;
  height: 32px;
}

table#xeppo-training-session-table tr:not(:first-child):hover {
  background-color: #f0ffff;
}

table#xeppo-training-session-table tr > td:nth-child(4n + 1) {
  font-weight: 600;
}

table#xeppo-training-session-table tr > td:nth-child(4n + 4) {
  font-weight: 600;
}

#promoted-articles {
  text-align: center;
}

#block-list {
  text-align: center;
}

table.xeppo-table {
  width: 100%;
}

table.xeppo-table tr:nth-child(even) {
  background-color: #ffffff;
}
table.xeppo-table tr:nth-child(odd) {
  background-color: #f5f5f5;
}

table.xeppo-table tr:not(:first-child):hover {
  background-color: #f0ffff;
}

table.xeppo-table tr:first-child {
  background-color: #3378e2;
  color: #ffffff;
  height: 32px;
}

table.xeppo-table tr > td:first-child {
  padding-left: 4px;
}

table.xeppo-table tr > td:last-child {
  padding-right: 4px;
}

table.xeppo-table tr > td a {
  color: #3378e2;
}

table#client-auto-matching-table th:nth-child(1) {
  width: 10%;
}

table#client-auto-matching-table th:nth-child(2) {
  width: 30%;
}

table#client-auto-matching-table th:nth-child(3) {
  width: 10%;
}

table#client-auto-matching-table th:nth-child(4) {
  width: 50%;
}

table#xeppo-table-lines2 tr:not(:first-child) {
  height: 50px;
}

table#xeppo-table-lines3 tr:not(:first-child) {
  height: 75px;
}

table#xeppo-table-lines4 tr:not(:first-child) {
  height: 100px;
}

table#xeppo-table-lines5 tr:not(:first-child) {
  height: 125px;
}

.xeppo-outlook {
  width: 100%;
  height: auto;
  padding: 12px;
  border-radius: 4px;
  background-color: #ececec;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}

.xeppo-outlook > .xeppo-outlook-header {
  text-align: center;
  margin: 0px;
  margin-bottom: 2px;
}

.xeppo-outlook > .xeppo-outlook-header > img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.xeppo-outlook-inner-body {
  margin: 20px 0px;
  padding: 8px;
  border-radius: 4px;
  background-color: #f5f5f5;
}

.xeppo-outlook-inner-body:hover {
  background-color: #f1f1f1;
}

.xeppo-outlook-inner-body > h3 {
  color: #f26643 !important;
  margin: 4px 0px;
}

.xeppo-outlook-inner-body > .xeppo-outlook-img {
  display: flex;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-style: italic;
}

.xeppo-outlook-inner-body > .xeppo-outlook-img > img {
  border-radius: 8px;
  width: 80%;
  height: auto;
}

.xeppo-outlook-inner-body > .xeppo-outlook-img > img:hover {
  box-shadow: 0 0 6px #8f8f8f;
}

.xeppo-outlook-inner-body#xeppo-outlook-inner-body-end {
  background-color: #ffffff;
}

#box-nav {
  min-width: 87px;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  text-align: right;
  columns: 1;
  position: fixed;
  bottom: 1%;
  right: 1%;
}

#box-nav > li > span {
  color: #f26643;
  font-weight: 700;
  font-size: 1.2em;
}

#box-nav > li {
  display: block;
  margin: 5px;
  color: #00419b;
}

#box-nav > li:hover {
  cursor: pointer;
  font-weight: 500;
  color: #f26643;
}

#jbox-nav {
  max-width: 142px;
  list-style-type: none;
  margin: 36px 0px 0px 0px;
  padding: 0px;
  text-align: right;
  position: sticky;
  float: right;
  top: 60px;
}

#jbox-nav > li > span {
  color: #f26643;
  font-weight: 700;
  font-size: 1.2em;
}

#jbox-nav > li {
  display: block;
  margin: 5px;
  color: #00419b;
}

#jbox-nav > li:hover {
  cursor: pointer;
  font-weight: 500;
  color: #f26643;
}

.xeppo-outlook-video {
  display: flex;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-style: italic;
}

.jbox-label {
  font-weight: 400;
  width: 100%;
  margin: 15px 0px 4px 0px !important;
}

.jbox-btn {
  width: 100px;
  height: 40px;
  padding: 6px 12px;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 800;
  color: #ffffff;
  background-color: #f26643;
  border-style: none;
  border-radius: 4px;
  cursor: pointer;
}

.jbox-btn:hover {
  background-color: #f0532b;
}

.jbox-code-output {
  margin-top: 50px;
  overflow-x: auto;
  overflow-y: hidden;
  height: 40px;
}

.jbox-label-err {
  font-size: 12px;
  color: red;
  margin-bottom: 4px;
  font-weight: 400;
}

.jbox-names-width-label {
  font-family: monospace;
  font-size: 10px;
  float: right;
  font-weight: 400;
}

#inline-code {
  font-size: 0.9375em;
  color: #ff0000;
  padding: 0px 4px !important;
  background-color: #ffffff;
}

#list-nospace ul {
  margin: 0px;
}
