/*---------------------------------------------------------------------------*/
/* JCF Media LLC, CSS - Page Specific                                        */
.links-group {
  margin: .18em .58em 1em .58em;
}
.links-group:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.links-group .links-item {
  float: left;
  margin: .18em .58em .18em .58em;
}
.links-group .links {
  float: left;
  padding: .08em .28em .08em .28em;
}
.links-group .links-title {
  float: left;
}
.links-pre-controls .links-title {
  padding: .28em .28em 0 .28em;
}
.jcf_pre_controls .links-title {
  color: #f0f8ff;
  padding: .18em 0 0 .28em;
}
body.d_bright a.links-pre-controls:link,
body.d_bright a.links-pre-controls:active,
body.d_bright a.links-pre-controls:visited {
  color: #00bcd4;
  background-color: #000;
  text-decoration: none;
}
body.d_bright a.links-pre-controls:hover {
  color: #fff;
  background-color: blue;
}
body.d_bright a.links:link,
body.d_bright a.links:active,
body.d_bright a.links:visited {
  color: #00bcd4;
  background-color: #000;
  text-decoration: none;
}
body.d_bright a.links:hover {
  color: #000;
  background-color: #00bcd4;
}
/*---------------------------------------------------------------------------*/
/* mostly, Original CSS From: https://codepen.io/demondevin/pen/pNqpQE;      */

/*.numbers {
  cursor: context-menu;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.5);
}*/
pre,
pre * {
  font: normal normal normal 1em/1.4 monaco, courier, monospace;
}
pre {
  font-size: 0.8em;
  /*max-height: 44em;*/
  /*overflow: scroll;*/
  margin: 0;
}
code {
  max-height: 44em;
  outline: 0px solid transparent;
}

/*---------------------------------------------------------------------------*/
/* tooltip                                                                   */
.tooltipped {
  position: relative
}

.tooltipped:after {
  position: absolute;
  z-index: 1000000;
  display: none;
  padding: 5px 8px;
  font: normal normal 11px/1.5 Helvetica,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: break-word;
  white-space: pre;
  pointer-events: none;
  content: attr(aria-label);
  background: rgba(0,0,0,0.8);
  border-radius: 3px;
  -webkit-font-smoothing: subpixel-antialiased
}

.tooltipped:before {
  position: absolute;
  z-index: 1000001;
  display: none;
  width: 0;
  height: 0;
  color: rgba(0,0,0,0.8);
  pointer-events: none;
  content: "";
  border: 5px solid transparent
}

.tooltipped:hover:before,.tooltipped:hover:after,.tooltipped:active:before,.tooltipped:active:after,.tooltipped:focus:before,.tooltipped:focus:after {
  display: inline-block;
  text-decoration: none
}

.tooltipped-multiline:hover:after,.tooltipped-multiline:active:after,.tooltipped-multiline:focus:after {
  display: table-cell
}

.tooltipped-s:after,.tooltipped-se:after,.tooltipped-sw:after {
  top: 100%;
  right: 50%;
  margin-top: 5px
}

.tooltipped-s:before,.tooltipped-se:before,.tooltipped-sw:before {
  top: auto;
  right: 50%;
  bottom: -5px;
  margin-right: -5px;
  border-bottom-color: rgba(0,0,0,0.8)
}

.tooltipped-se:after {
  right: auto;
  left: 50%;
  margin-left: -15px
}

.tooltipped-sw:after {
  margin-right: -15px
}

.tooltipped-n:after,.tooltipped-ne:after,.tooltipped-nw:after {
  right: 50%;
  bottom: 100%;
  margin-bottom: 5px
}

.tooltipped-n:before,.tooltipped-ne:before,.tooltipped-nw:before {
  top: -5px;
  right: 50%;
  bottom: auto;
  margin-right: -5px;
  border-top-color: rgba(0,0,0,0.8)
}

.tooltipped-ne:after {
  right: auto;
  left: 50%;
  margin-left: -15px
}

.tooltipped-nw:after {
  margin-right: -15px
}

.tooltipped-s:after,.tooltipped-n:after {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%)
}

.tooltipped-w:after {
  right: 100%;
  bottom: 50%;
  margin-right: 5px;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%)
}

.tooltipped-w:before {
  top: 50%;
  bottom: 50%;
  left: -5px;
  margin-top: -5px;
  border-left-color: rgba(0,0,0,0.8)
}

.tooltipped-e:after {
  bottom: 50%;
  left: 100%;
  margin-left: 5px;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%)
}

.tooltipped-e:before {
  top: 50%;
  right: -5px;
  bottom: 50%;
  margin-top: -5px;
  border-right-color: rgba(0,0,0,0.8)
}

.tooltipped-multiline:after {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 250px;
  word-break: break-word;
  word-wrap: normal;
  white-space: pre-line;
  border-collapse: separate
}

.tooltipped-multiline.tooltipped-s:after,.tooltipped-multiline.tooltipped-n:after {
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

.tooltipped-multiline.tooltipped-w:after,.tooltipped-multiline.tooltipped-e:after {
  right: 100%
}

@media screen and (min-width: 0\0) {
  .tooltipped-multiline:after {
    width:250px
  }
}

.tooltipped-sticky:before,.tooltipped-sticky:after {
  display: inline-block
}

.tooltipped-sticky.tooltipped-multiline:after {
  display: table-cell
}

.fullscreen-overlay-enabled.dark-theme .tooltipped:after {
  color: #000;
  background: rgba(255,255,255,0.8)
}

.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-s:before,.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-se:before,.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-sw:before {
  border-bottom-color: rgba(255,255,255,0.8)
}

.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-n:before,.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-ne:before,.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-nw:before {
  border-top-color: rgba(255,255,255,0.8)
}

.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-e:before {
  border-right-color: rgba(255,255,255,0.8)
}

.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-w:before {
  border-left-color: rgba(255,255,255,0.8)
}

/*---------------------------------------------------------------------------*/
/* pre controls - clippy button                                              */
.jcf_highlighter {
  margin: 0 0 2em 0;
}
.jcf_pre_controls {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  padding: 3px 3px;
  position: relative;
  top: 13px;
  background-color: #0F192A;
  border: 1px solid #111;
}
.jcf_pre_controls::after {content:"."; visibility:hidden; display:block; height:0; clear:both;}
.jcf_pre_controls .links-item {
  float: left;
}

.jcf_clippy_btn {
  -webkit-appearance: button;
  cursor: pointer;
  display: inline-block;
  padding: 4px 4px 0px 6px;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-color: #eee;
  background-image: linear-gradient(#fcfcfc,#eee);
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  float: right;
}
.jcf_clippy {
  margin-top: 0px;
  border: 0;
}
#jcf_pre_01, #jcf_pre_02, #jcf_pre_03, #jcf_pre_04, #jcf_pre_05, #jcf_pre_06  {
  position: relative;
  top: -4px;
}

/*---------------------------------------------------------------------------*/
/* From: https://github.com/wcoder/highlightjs-line-numbers.js/              */

/* for block of numbers */
td.hljs-ln-numbers {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  /*color: #ccc;*/
  /*color: #777;*/
  color: #9e9e9e;
  /*border-right: 1px solid #CCC;*/
  border-right: 1px solid #9E9EA2;
  vertical-align: top;
  padding-right: 5px;
  /* your custom style here */
}

/* for block of code */
td.hljs-ln-code {
  padding-left: 10px;
}
/*style="height: 4px; padding: 0px; margin: 0px;"*/
pre.line-numbers {
  /*max-height: 44em;*/
  /*overflow: scroll;*/
  position: relative;
}
tr:hover {
  background-color: rgba(227, 242, 253, 0.2);
}

/*---------------------------------------------------------------------------*/
/* Theme toggle button                                                       */
#jcf-theme-button {
  /*width: 2em;*/
  width: 1.6em;
  height: 1.6em;
  position: fixed;
  top: 3em;
  right: 0px;
  z-index: 10000;
}
.settings-button {
  width: 4.5em;
  color: #fff8e1;
  background-color: rgba(0, 0, 0, 0.42);
  text-align: center;
  margin: .18em .08em 0em .18em;
  /*margin: .18em .18em 0em .18em;*/
  border: solid 2px #000;
  padding: .08em;
  /*padding: .28em .18em .18em .18em;*/
  display: inline-block;
}
.settings-button:hover {
  color: #445e63;
  background-color: #fff8e1;
  cursor: pointer;
}

/*---------------------------------------------------------------------------*/
/* Theme ListBox                                                             */
#jcf-theme-settings {
/*   height: 100%; */
  height: calc(100vh - 49px);
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  border-right: solid 1px #565656;
  box-shadow: 1px 1px 6px #3c3c3c;
  overflow-x: hidden;
  transition: 500ms;
}
#jcf_editor_themes_group {
  float: right;
  margin: 2em .18em .28em 0em;
  /*margin: 2em .58em .28em 0em;*/
  /* position: relative; */
  /* top: 2em; */
}
#jcf_editor_themes_title {
  padding: .18em;
  color: #fff;
  background-color: #c0c0c0;
  text-align: center;
}
div#jcf_editor_themes {
}
button, input, select, textarea {
  font: inherit;
  margin: 0;
}
button, select {
  text-transform: none;
}
#jcf-select-themes {
  background-color: #c0c0c0;
  padding: .28em;
  /*font-size: .95em;*/
  font-size: .78em;
  line-height: 1.2px;
}
option {
  padding: .18em .28em;
  border: solid 1px #000;
}
.fav-background-color {
  color: #fff;
  background-color: #000000;
}
