body {
  margin: 0px;
  /* background-image:url('/image/scarf.jpg'); */
  /* background-repeat:no-repeat; */
  /* background-size:cover; */
  background-color: #1e1e2e;
  color: #fff;
  font-family: monospace !important;
}
::-webkit-scrollbar {
  background-color: #151a1f;
  border-left: 1px solid #252a2f;
  width: 5px;
}
::-webkit-scrollbar-thumb {
  background-color: #555a60;
}
a {
  color: #cba6f7;
  text-decoration: none;
}
textarea {
  width: 100%;
  background-color: transparent;
  color: #fff;
  outline: none;
  border: 1px solid transparent;
}
#top {
  height: 40px;
  /* background-color: #1e1e2e; */
  background-color: #181825;
  color: #ffffff;
  padding-left: 10px;
  border-bottom: 1px solid #cba6f7;
}
.title {
  display: inline-block;
  font-size: x-large;
  color: #cba6f7;
  padding-top: 0.25em;
}
.subtitle {
  font-size: small;
}
#cWindow {
  position: absolute;
  top: 40px;
  left: 0px;
  background-color: #181825;
  width: 280px;
  height: auto;
  bottom: 0px;
  overflow: hidden;
  color: #fff;
  border-top: 1px solid #cba6f7;
  /* border-right: 1px solid #cba6f7; */
  z-index: 100;
}
/* #cWindowBG { */
/*   position: absolute; */
/*   top: 40px; */
/*   left: 0px; */
/*   background-color: #181825; */
/*   /1* opacity: 0.6; *1/ */
/*   width: 280px; */
/*   height: auto; */
/*   bottom: 0px; */
/*   overflow: auto; */
/*   background-position: top left; */
/*   background-repeat: repeat-y; */
/* } */
.cWindowDisplay {
  font-weight: bold;
  font-size: medium;
  /* padding: 0.5em; */
  /* padding-top: 0px; */
  /* padding-left: 10px; */
}

#cInput {
  display: inline;
  width: 287px;
  border: 0px solid red;
  border-bottom: 0px solid #191919;
  background-color: transparent;
  margin-left: 2px;
  font-weight: bold;
  font-size: medium;
  color: #191919;
  outline: none;
  margin-top: -1px;
}
#inputArrow {
  color: #efb400;
  background-color: #000000;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 4px;
}
#cWindowBottom {
  position: absolute;
  width: 100%;
  height: 15px;
  bottom: 0px;
  left: 0px;
  /* background-color: #191919; */
  /* background-color: #313244; */
  /* background-color: #74c7ec; */
  /* background-color: #cba6f7; */
  /* padding-left: 10px; */
  background-color: rgba(0, 0, 0, 0.2);
}
#cWindowToggleBT {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 15px;
  height: 15px;
  font-size: xx-small;
  background-color: #000000;
  color: #efb400;
  text-align: center;
}
#cWindowToggleBT:hover {
  background-color: #cba6f7;
}
.cWindowEl {
}
#cOutput {
  padding: 1em;
}
.outputArrow {
  color: #7fb517;
  background-color: transparent;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 4px;
}
#caret {
  background-color: #66ff00;
  padding-left: 2px;
  pading-right: 2px;
}
.outputLine {
  margin-top: 5px;
}
.result {
}
.kw {
  color: #ff6600;
}
.kv {
  color: #339999;
}
.sy {
  color: #3d2944;
}
.syMsg {
  margin-top: 10px;
  margin-left: 10px;
  border-left: 2px solid #efb400;
  width: 300px;
  padding-left: 15px;
  background-color: transparent;
}

#rightPane {
  position: absolute;
  top: 57px;
  left: 300px;
  width: auto;
  right: 20px;
  height: auto;
  bottom: 15px;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: 10;
  padding: 5px;
}

#greetings {
  background-color: #181825;
  padding: 1.5em;
  color: #efefef;
  display: none;
  border: 1px solid #313244;
  border-radius: 0.5em;
}
#greetings h1 {
  color: #cba6f7;
  border-bottom: 1px solid #cba6f7;
}
#greetings p {
  /* font-size: small; */
  padding: 10px;
}
#greetings ul {
  font-size: medium;
}
.greeting_example {
  display: inline-block;
  padding: 2px;
  padding-left: 4px;
  color: #7fb517;
  background-color: #000000;
  cursor: pointer;
}
#greetings .kw {
  color: #a42f2f;
}
#gWindow {
  background-color: #171717;
  height: 300px;
  padding-top: 10px;
  border: 2px solid #393939;
}
#pWindow {
  padding-top: 0px;
  padding-left: 0px;
  width: 0px;
  height: 0px;
  border: 0px solid red;
  margin-left: 3px;
}
#gDashBoard {
  position: absolute;
  right: 5px;
  top: 23px;
  border: 0px solid red;
  width: 20px;
  height: auto;
}
.gDash_El {
  display: block;
  background-color: #000000;
  border: 0px solid #2d2d2d;
  width: 16px;
  height: 16px;
  margin-bottom: 2px;
  cursor: pointer;
  padding-right: 0px;
}
.gDash_ElSelected {
  background-color: #efb400;
}
#gDash_Clear {
}
#gDash_rLast {
}
#gDash_rFirst {
}
#gDash_zOptions {
}
#gDash_zOptionsDL {
  position: relative;
  top: -18px;
  left: -140px;
  width: 140px;
  height: 145px;
  background-color: #000000;
  color: #ffffff;
}
.zCusIn {
  width: 30px;
  height: 15px;
  background-color: transparent;
  border: 1px solid #2d2d2d;
  margin-left: 2px;
  margin-top: 2px;
  color: #ffffff;
  font-size: xx-small;
}
#cDashboard {
  position: absolute;
  border-bottom: 0px solid red;
  left: 350px;
  width: auto;
  top: 0px;
  height: 20px;
}
.cDash_El {
  padding-left: 5px;
  padding-right: 5px;
  font-size: small;
  padding-bottom: 2px;
  background-color: #2d2d2d;
  cursor: pointer;
}
.cDash_ElSelected {
  background-color: #efb400;
}
#cDash_DegMode {
  display: inline-block;
}
#cDash_RadMode {
  display: inline-block;
}
.legendLabel {
  background-color: #000000;
  padding-left: 5px;
  padding-right: 5px;
  color: #ffffff;
  font-size: 11px;
  opacity: 0.4;
}
.legendLabel:hover {
  opacity: 1;
}
#gTrackMsgBox {
  position: absolute;
  top: 27px;
  left: 49px;
  border: 0px solid red;
  min-width: 30px;
  min-height: 14px;
  z-index: 10;
  color: #ffffff;
}
input[type=button],
button 
{
  font-weight: bold;
  color: #cdcdcd;
  display: inline-block;
  /* width: 230px; */
  height: 30px;
  border: 1px solid transparent;
  border-radius: 0.3em;
  /* background-color: #2d2d2d; */
  background-color: #45475a;
  cursor: pointer;
}
input[type=button]:hover,
button:hover
{
  color: #adadad;
  background-color: #313244;
}
button.width-max {
  width: 100%;
}
#flist {
  width: 230px;
  font-size: 11px;
  color: black;
  font-weight: bold;
  opacity: 0.6;
}
.cons {
  width: 50px;
  float: right;
  border: 0px solid black;
  text-align: center;
  font-weight: bold;
  background-color: transparent;
  color: #fff;
}
table {
  color: white;
  width: 100%;
  box-sizing: border-box;
}
table td {
  /*border-bottom:1px solid #6d6d6d;*/
  padding: 0.5em;
  /* padding-top: 0.5em; */
  /* padding-bottom: 0.5em; */
}
.bt {
  border: 1px solid #577;
  /* background-color: rgba(200, 0, 0, 0.3); */
  padding: 5px;
  font-weight: bold;
  cursor: pointer;
  float: right;
}
.bt:hover {
  /* background-color: rgba(220, 0, 0, 0.5); */
}
