 /*https://www.dafont.com/perfect-dos-vga-437.font Perfect DOS VGA 437 Win created by Zeh Fernando https://zehfernando.com/*/
@font-face {
    font-family: Perfect-DOS-VGA-437-Win;
    src: url(/fonts/Perfect\ DOS\ VGA\ 437\ Win.ttf);
  }
/*https://www.dafont.com/pixel-sans-serif.font Pixel Sans Serif created by Muhd Rusyaidi - SIL Open Font License*/
  @font-face {
    font-family: Pixelated-MS-Sans-Serif;
    src: url(/fonts/Pixel\ Sans\ Serif.ttf);
  }
 /*https://www.dafont.com/dogica.font Dogica created by Roberto Mocci - SIL Open Font License*/
  @font-face {
    font-family: Dogica;
    src: url(/fonts/dogica.ttf);
  }

  @font-face{
    font-family: Unicode IEC Symbol;
    src: url(/fonts/Unicode_IEC_symbol_font.otf);
  }

body{
    background-image: url();
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center; 
    background-size: cover; 
    background-attachment: fixed;
    background-color: black;
    color: #ffffff;
    min-width: 750px;
    margin: auto;
    margin-top: 50px;
    line-height: 18px;
    font-family: Arial;
}

#blocked{
    background: rgba(0, 0, 0, 0.0);
    position: absolute;
    width: 60%;
    height: 90%;
    z-index:-90;
}

.background{
    position: absolute;
    z-index: -100;
    max-width: 20px;
    min-width: 20px;
    top: 0;
    margin: auto;
}

.background img{
  animation: fadeIn 15s linear infinite;
  -webkit-animation: fadeIn 15s;
  -moz-animation: fadeIn 15s;
  -o-animation: fadeOut 15s;
  -ms-animation: fadeIn 15s;
}

@keyframes fadeIn {
  0% {
  opacity: 0;
  }
  100%{
  opacity:1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    }
    100%{
    opacity:1;
    }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
    }
    100%{
    opacity:1;
    }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
    }
    100%{
    opacity:1;
    }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
    }
    100%{
    opacity:1;
    }
}


#content{
  max-width: 800px;
  min-width: 700px;
  margin: auto;
}

.title-bar {
    font-family: Trebuchet MS;
    background: linear-gradient(180deg,#757575,#545454 8%,#535353 40%,#616161 88%,#616161 93%,#5d5d5d 95%,#444444 96%,#444444);
    padding: 3px 5px 3px 3px;
    border-top: 1px solid #454545;
    border-left: 1px solid #454545;
    border-right: 1px solid #2c2c2c;
    border-top-left-radius: 8px;
    border-top-right-radius: 7px;
    font-size: 13px;
    text-shadow: 1px 1px #282828;
    height: 21px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 650px;
    min-width: 650px;
    position: relative;
    margin: auto;
    left: 5%;
    
}
.title-bar-controls button[aria-label=Help] {
    background-image: url(/images/help\ -\ Copy.png);
}

#closed button[aria-label=Closed] {
  background-image: url(/images/close\ -\ Copy.png);
  height: 25px;
  width: 25px;
}

.title-bar-controls button {
    min-width: 21px;
    min-height: 21px;
    margin-left: 2px;
    background-repeat: no-repeat;
    background-position: 50%;
    box-shadow: none;
    background-color: #535353;
    transition: background .1s;
    border: none;
    margin: auto;
    margin-top: 5px;
}



.window {
    box-shadow: inset -1px -1px #242424, inset 1px 1px #454545, inset -2px -2px #2c2c2c, inset 2px 2px #676767, inset -3px -3px #444444, inset 3px 3px #535353;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 0 0 3px;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    background: #eeeeee;
    max-width: 650px;
    margin: auto;
    z-index: 2;
}
.window-body {
    margin: 0px 3px 0px 8px;
}

p {
    max-width: 800px;
    line-height: 1.5;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
div {
    display: block;
}

.top-bar2{
  font-family: Arial;
  color: #222;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: normal;
  margin: 0 3px;
  box-shadow: inset 0 1px 2px grey;
  padding: 4px 1px;
  gap: 0;
  border-bottom: #acacac solid 1px;
}
.top-bar2 button{
border: rgb(160, 160, 160) solid 1px;
font-family: Pixelated-MS-Sans-Serif,Arial;
-webkit-font-smoothing: antialiased;
font-size: 11px;
box-sizing: border-box;
border-radius: 3px;
cursor:pointer;
}

/* Change background color of buttons on hover */
.top-bar2 .dropdown button:hover {
background: #3CE64B;
}

/* Create an active/current tablink class */
.top-bar2 .dropdown button:focus {
border: #000 solid 1px;
background-color: rgb(197, 197, 197);
}

.top-field{
    color: #222;
    font-size: 16px;
    max-width: 50rem;
    line-height: 1.5;
    margin: 0;
    font-family: Pixelated-MS-Sans-Serif,Arial;
    -webkit-font-smoothing: antialiased;
    box-shadow: none;
    padding: 1px 4px;
    border-right: 1px solid rgba(208,206,191,.75);
    border-left: none;
}


.drp{
  width:100px;
  padding: auto;
}

.dropbtn{
  background-color: #3CE64B;
  animation: flash 1050ms infinite;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #3CE64B;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 100px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;  
}

.dropdown-content a {
  color: black;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}


.show {display: block;}

.status-bar{
font-family: Arial;
color: #222;
font-size: 11px;
-webkit-font-smoothing: antialiased;
display: flex;
margin: 0 3px;
box-shadow: inset 0 1px 2px grey;
padding: 2px 1px;
gap: 0;
max-width: 700px;
margin: auto;
}

.status-bar-field{
    color: #222;
    font-size: 8px;
    max-width: 50rem;
    line-height: 1.5;
    flex-grow: 1;
    margin: 0;
    font-family: Pixelated-MS-Sans-Serif,Arial;
    -webkit-font-smoothing: antialiased;
    box-shadow: none;
    padding: 1px 2px;
    border-right: 1px solid rgba(208,206,191,.75);
    border-left: none;
}

.tablinks{
    max-width: 800px;
    line-height: 1.5;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    border: none;
}

/* Style the tab content */
.tabcontent {
    display: none;
    color: #000;
    z-index:0;
    height: 400px;
    overflow-y: scroll;
    font-family: Dogica;
    font-size:12px;
  }

pre{
    font-family: Perfect-DOS-VGA-437-Win;;
    display: block;
    padding: 12px 8px;
    background-color: #000;
    color: silver;
    font-size: 14px;
    white-space: pre;
}

.sticky{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #ece9d8;
    padding: 4px 0px;
    border-bottom: solid 1px grey;
}

.hushnow{
  color: #000;
}

.letmebe{
  color: #000;
  opacity: 0;
}

.letmebe a{
  color: #000;
  opacity: 0;
  text-decoration: none;
}

::-webkit-scrollbar{
	width:17px
}
::-webkit-scrollbar-corner{
	background:#dfdfdf
}
::-webkit-scrollbar-track:vertical{
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -0.5 17 1' shape-rendering='crispEdges'%3E%3Cpath stroke='%23eeede5' d='M0 0h1m15 0h1'/%3E%3Cpath stroke='%23f3f1ec' d='M1 0h1'/%3E%3Cpath stroke='%23f4f1ec' d='M2 0h1'/%3E%3Cpath stroke='%23f4f3ee' d='M3 0h1'/%3E%3Cpath stroke='%23f5f4ef' d='M4 0h1'/%3E%3Cpath stroke='%23f6f5f0' d='M5 0h1'/%3E%3Cpath stroke='%23f7f7f3' d='M6 0h1'/%3E%3Cpath stroke='%23f9f8f4' d='M7 0h1'/%3E%3Cpath stroke='%23f9f9f7' d='M8 0h1'/%3E%3Cpath stroke='%23fbfbf8' d='M9 0h1'/%3E%3Cpath stroke='%23fbfbf9' d='M10 0h2'/%3E%3Cpath stroke='%23fdfdfa' d='M12 0h1'/%3E%3Cpath stroke='%23fefefb' d='M13 0h3'/%3E%3C/svg%3E")
}
::-webkit-scrollbar-track:horizontal{
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -0.5 1 17' shape-rendering='crispEdges'%3E%3Cpath stroke='%23eeede5' d='M0 0h1M0 16h1'/%3E%3Cpath stroke='%23f3f1ec' d='M0 1h1'/%3E%3Cpath stroke='%23f4f1ec' d='M0 2h1'/%3E%3Cpath stroke='%23f4f3ee' d='M0 3h1'/%3E%3Cpath stroke='%23f5f4ef' d='M0 4h1'/%3E%3Cpath stroke='%23f6f5f0' d='M0 5h1'/%3E%3Cpath stroke='%23f7f7f3' d='M0 6h1'/%3E%3Cpath stroke='%23f9f8f4' d='M0 7h1'/%3E%3Cpath stroke='%23f9f9f7' d='M0 8h1'/%3E%3Cpath stroke='%23fbfbf8' d='M0 9h1'/%3E%3Cpath stroke='%23fbfbf9' d='M0 10h1m-1 1h1'/%3E%3Cpath stroke='%23fdfdfa' d='M0 12h1'/%3E%3Cpath stroke='%23fefefb' d='M0 13h1m-1 1h1m-1 1h1'/%3E%3C/svg%3E")
}
::-webkit-scrollbar-thumb{
	background-position:50%;
	background-repeat:no-repeat;
	background-color:#d3d3d3;
	background-size:7px;
	border:1px solid #fff;
	border-radius:2px;
	box-shadow:inset -3px 0 #cccccc,inset 1px 1px #c6c6c6
}
::-webkit-scrollbar-thumb:vertical{
	background-image:url("/images/vertscroll.png")
}
::-webkit-scrollbar-thumb:horizontal{
	background-size:8px;
	background-image:url("/images/horiscroll.png")
}
::-webkit-scrollbar-button:vertical:start{
	height:17px;
	background-image:url(/images/scrollup.png)
}
::-webkit-scrollbar-button:vertical:end{
	height:17px;
	background-image:url("/images/scrolldown.png")
}
::-webkit-scrollbar-button:horizontal:start{
	width:17px;
	background-image:url("/images/scrollleft.png")
}
::-webkit-scrollbar-button:horizontal:end{
	width:17px;
	background-image:url("/images/scrollright.png")
}

span{
  animation: blinker 1s linear infinite;
  font-weight: bolder;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes blinker {
  50% {
    opacity: 0;
  }
}
@-moz-keyframes blinker {
  50% {
    opacity: 0;
  }
}
@-o-keyframes blinker {
  50% {
    opacity: 0;
  }
}
@-ms-keyframes blinker {
  50% {
    opacity: 0;
  }
}

@keyframes flash {
  50% {
    background-color: #ffffff;
  }
}
@-webkit-keyframes flash {
  50% {
    background-color: #ffffff;
  }
}
@-moz-keyframes flash {
  50% {
    background-color: #ffffff;
  }
}
@-o-keyframes flash {
  50% {
    background-color: #ffffff;
  }
}
@-ms-keyframes flash {
  50% {
    background-color: #ffffff;
  }
}

button.site{
  font-family: Pixelated-MS-Sans-Serif;
  display: block;
}