/* Minify CSS with yui-compressor main.css > main.min.css */

/* --- Applies to all devices --- */

body {
    background-color: #080b11;
}

header {
  width: 100%;
  left: 0;
  top: 0;
  position: fixed;
}

a:link {
  font-size: 13pt;
  text-decoration: none;
  color: #99ccff;
}

pre {
    background-color: #f2f2f2;
    word-break: break-word;
    overflow: auto;
}

button {
    padding: 11px;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100px;
    background-color: black;
    border: none;
    text-transform: uppercase;
    color: #FFFFFF;
}

#floatingtoc {
    background-color: rgba(0, 0, 0, 0.5);
}

.fltoc {
    background-color: black;
}

a.sidebutton {
    background-color: black;
}

.bigletter {
    font-size: 15pt;
}

.prticker {
    padding-top: 10px;
}

#ltickerbutton, #ltickerbutton2 {
    background-color: #000d1a;
    border-bottom: 1px solid rgba(153, 206, 255, 0.5);
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
    width: auto;
    height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 9pt;
    color: #99ceff;
    float:left;
    box-shadow: none;
}

#lfooterbutton {
    background-color: gray;
    padding: 3px;
    margin-left: 5px;
    margin-right: 5px;
    width: auto;
    height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 7pt;
    color: #FFFFFF;
    float:left;
    box-shadow: none;
}

table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}

td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); 
}

p.tocheading {
    text-align: center;
    font-weight: bold;
}

pre.kmconsole {
    background-color: #23362c;
    padding: 15px;
    border: 15px solid gray;
    width: auto;
    height: 640px;
    color: #31ffa9;
    white-space: pre-wrap;
    word-break: break-word;
    overflow: auto;
}

/* Assistive bar */

#assistivebar {
    right: 0;
    bottom: 0;
    margin-bottom: 0px;
    padding-left: 5px;
    width: 100%;
    height: 48px;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
}

/* --- Start of device specific styles --- */

/* Screens over 4K. This setting is really intended for 5K screens */

@media screen and (min-width: 4000px) {
    body {
       /* background-color: #fafafa; */
        background-position: fixed;
    }

    h1 {
        line-height: 43pt;
    }

    h2 {
        line-height: 40pt;
    }

    h3 {
        line-height: 30pt;
    }

    div.fullwidthimgcont {
        background-color: #e8edf4;
        padding-bottom: 10px;
        width: 100%;
    }

    img.fullwidth {
        width: 100%;
        height: auto;
    }

    .fullwidthcaption {
        margin-left: 5px;
        padding: 7px;
        width: auto;
        font-family: verdana;
        font-size: 12pt;
    }

    div.topbar {
        background-color: black;
        height: 25px;
        padding: 11px;
    }

    .logo {
        color: #dedede;
        font-weight: bold;
        font-size: 15pt;
    }

    a.sidebutton {
        /*color: #595959; */
        text-decoration: none;
    }

    a.sidebutton:visited {
        /* color: #595959; */
    }

    #mainview {
        background-color: #ffffff;
        margin-top: 80px;
        margin-left: auto;
        margin-right: auto;
        padding: 20px;
        width: 60%;
        color: #2d2d2d;
        box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
        font-size: 18px;
        line-height: 26pt;
    }

    #sidemenu {
        border: 1px solid rgba(0, 0, 0, 0.1);
        display: none;
        position: fixed;
        left: 0;
        top: 47px;
        margin-left: 0px;
        width: 15%;
        max-height: 90%;
        overflow: auto;
        font-size: 12px;
    }

    #floatingtoc {
        border: 1px solid rgba(0, 0, 0, 0.1);
        position: fixed;
        bottom: 49px;
        left: 0;
        width: 18%;
        max-height: 70%;
        overflow: auto;
        font-size: 12px;
        margin-left: auto;
        margin-right: auto;
    }

    #sidebutton {
        /* background-color: #FFFFFF; */
        position: relative;
        cursor: pointer;
        width: auto;
        border-bottom: 1px solid rgba(115, 115, 115, 0.1);
        padding: 10px;
        font-size: 14px;
    }

    #sidebutton:hover {
        background-color: #fafafa;
    }

    div.sidebar {
        display: inline-block;
    }

    hr {
        height: 1px;
        border: none;
        border-top: 1px solid #cdcdcd;
    }

    img {
        width: inherit;
        height: auto;
    }

    img.sideicon {
        cursor: pointer;
        width: 16px;
        height: auto;
        padding: 0px;
        margin-right: 10px;
    }

    #resulttext {
        padding: 10px;
    }

    .cardheading {
        text-align: left;
        line-height: 34pt;
    }

    #centeredheading {
        margin-left: auto;
        margin-right: auto;
        width: 7em;
    }

    .menuitem {
        padding: 11px;
        color: #FFFFFF;
        border-right: 1px solid white;
        background-color: #4c4c4c;
    }

    /* All text fields */

    input[type=text], input[type=number] {
        padding: 10px;
        width: 200px;
        border: solid 1px #dcdcdc;
        border-top: none;
        border-left: none;
        margin-top: 10px;
        background-color: rgba(255, 255, 255, 0.7);
        color: #0073e6;
    }

    input[type=text]:hover, input[type=number]:hover {
        background-color: rgba(255, 255, 255, 0.9);
        border: none;
        border-bottom: 1px solid blue;
        border-right: 1px solid blue;
    }

    button:hover {
        opacity: 0.8;
    }

    #btc {
        margin-bottom: 0px;
        box-shadow: none;
        height: 40dp;
        width: 100%;
    }

    #footerbutton {
        /* background-color: gray; */
        padding: 3px;
        margin-left: 2px;
        margin-right: 5px;
        border: none;
        width: 35px;
        height: 30px;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 7pt;
        color: #FFFFFF;
        float: right;
    }

} /* End of 4K (and upwards) settings */

/* 4K and 1920px screens */

@media screen and (max-width: 4000px) {
    body {
        /* background-color: #fafafa; */
        background-position: fixed;
    }

    h1 {
        line-height: 43pt;
    }

    h2 {
        line-height: 40pt;
    }

    h3 {
        line-height: 30pt;
    }

    div.fullwidthimgcont {
        background-color: #e8edf4;
        padding-bottom: 10px;
        width: 100%;
    }

    img.fullwidth {
        width: 100%;
        height: auto;
    }

    .fullwidthcaption {
        margin-left: 5px;
        padding: 7px;
        width: auto;
        font-family: verdana;
        font-size: 12pt;
    }

    div.topbar {
        background-color: black;
        height: 25px;
        padding: 11px;
    }

    .logo {
        color: #dedede;
        font-weight: bold;
        font-size: 15pt;
    }

    a.sidebutton {
        /* color: #595959; */
        text-decoration: none;
    }

    a.sidebutton:visited {
        /* color: #595959; */
    }

    #mainview {
        background-color: #ffffff;
        margin-top: 80px;
        margin-left: auto;
        margin-right: auto;
        padding: 20px;
        width: 60%;
        color: #2d2d2d;
        box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
        font-size: 18px;
        line-height: 26pt;
    }

    #sidemenu {
        border: 1px solid rgba(0, 0, 0, 0.1);
        display: none;
        position: fixed;
        left: 0;
        top: 47px;
        margin-left: 0px;
        width: 15%;
        max-height: 90%;
        overflow: auto;
        font-size: 12px;
    }

    #floatingtoc {
        border: 1px solid rgba(0, 0, 0, 0.1);
        position: fixed;
        bottom: 49px;
        left: 0;
        width: 18%;
        max-height: 70%;
        overflow: auto;
        font-size: 12px;
        margin-left: auto;
        margin-right: auto;
    }

    #sidebutton {
        /* background-color: #FFFFFF; */
        position: relative;
        cursor: pointer;
        width: auto;
        border-bottom: 1px solid rgba(115, 115, 115, 0.1);
        padding: 10px;
        font-size: 14px;
    }

    #sidebutton:hover {
        background-color: #fafafa;
    }

    div.sidebar {
        display: inline-block;
    }

    hr {
        height: 1px;
        border: none;
        border-top: 1px solid #cdcdcd;
    }

    img {
        width: inherit;
        height: auto;
    }

    img.sideicon {
        cursor: pointer;
        width: 16px;
        height: auto;
        padding: 0px;
        margin-right: 10px;
    }

    #resulttext {
        padding: 10px;
    }

    .cardheading {
        text-align: left;
        line-height: 34pt;
    }

    #centeredheading {
        margin-left: auto;
        margin-right: auto;
        width: 7em;
    }

    .menuitem {
        padding: 11px;
        color: #FFFFFF;
        border-right: 1px solid white;
        background-color: #4c4c4c;
    }

    /* All text fields */

    input[type=text], input[type=number] {
        padding: 10px;
        width: 200px;
        border: solid 1px #dcdcdc;
        border-top: none;
        border-left: none;
        margin-top: 10px;
        background-color: rgba(255, 255, 255, 0.7);
        color: #0073e6;
    }

    input[type=text]:hover, input[type=number]:hover {
        /* background-color: #f9f9f9; */
        background-color: rgba(255, 255, 255, 0.9);
        border: none;
        border-bottom: 1px solid blue;
        border-right: 1px solid blue;
    }

    button:hover {
        opacity: 0.8;
    }

    #btc {
        margin-bottom: 0px;
        box-shadow: none;
        height: 40dp;
        width: 100%;
    }

     #footerbutton {
        /* background-color: gray; */
        padding: 3px;
        margin-left: 2px;
        margin-right: 5px;
        border: none;
        width: 35px;
        height: 30px;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 7pt;
        color: #FFFFFF;
        float: right;
    }

} /* End of 4K screen block */

/* 1600px screens */

@media screen and (max-width: 1600px) {
  body {
    /* background-color: #fafafa; */
    background-position: fixed;
  }

  h1 {
    line-height: 43pt;
  }

  h2 {
    line-height: 40pt;
  }

  h3 {
    line-height: 30pt;
  }

  div.fullwidthimgcont {
    background-color: #e8edf4;
    padding-bottom: 10px;
    width: 100%;
  }

  img.fullwidth {
    width: 100%;
    height: auto;
  }

  .fullwidthcaption {
    margin-left: 5px;
    padding: 7px;
    width: auto;
    font-family: verdana;
    font-size: 12pt;
  }

  div.topbar {
    background-color: black;
    height: 25px;
    padding: 11px;
  }

  .logo {
    color: #dedede;
    font-weight: bold;
    font-size: 15pt;
  }

  a.sidebutton {
    /* color: #595959; */
    text-decoration: none;
  }

  a.sidebutton:visited {
    /* color: #595959; */
  }

  #mainview {
    background-color: #ffffff;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    width: 60%;
    color: #2d2d2d;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
    font-size: 18px;
    line-height: 26pt;
  }

  #sidemenu {
     border: 1px solid rgba(0, 0, 0, 0.1);
     display: none;
     position: fixed;
     left: 0;
     top: 47px;
     margin-left: 0px;
     width: 15%;
     max-height: 90%;
     overflow: auto;
     font-size: 12px;
  }

  #floatingtoc {
      border: 1px solid rgba(0, 0, 0, 0.1);
      position: fixed;
      bottom: 49px;
      left: 0;
      width: 18%;
      max-height: 70%;
      overflow: auto;
      font-size: 12px;
      margin-left: auto;
      margin-right: auto;
  }

   #sidebutton {
     /* background-color: #FFFFFF; */
     position: relative;
     cursor: pointer;
     width: auto;
     border-bottom: 1px solid rgba(115, 115, 115, 0.1);
     padding: 10px;
     font-size: 14px;
  }

  #sidebutton:hover {
    background-color: #fafafa;
  }

    div.sidebar {
    display: inline-block;
  }

  hr {
     height: 1px;
     border: none;
	   border-top: 1px solid #cdcdcd;
  }

  img {
     width: inherit;
     height: auto;
  }

  img.sideicon {
     cursor: pointer;
     width: 16px;
     height: auto;
     padding: 0px;
     margin-right: 10px;
  }

  #resulttext {
    padding: 10px;
  }

  .cardheading {
    text-align: left;
    line-height: 34pt;
  }

  #centeredheading {
    margin-left: auto;
    margin-right: auto;
    width: 7em;
  }

  .menuitem {
    padding: 11px;
    color: #FFFFFF;
    border-right: 1px solid white;
    background-color: #4c4c4c;
  }

/* All text fields */

  input[type=text], input[type=number] {
    padding: 10px;
    width: 200px;
    border: solid 1px #dcdcdc;
    border-top: none;
    border-left: none;
    margin-top: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    color: #0073e6;
  }

  input[type=text]:hover, input[type=number]:hover {
    /* background-color: #f9f9f9; */
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    border-bottom: 1px solid blue;
    border-right: 1px solid blue;
  }

  button:hover {
    opacity: 0.8;
  }

  #btc {
    margin-bottom: 0px;
    box-shadow: none;
    height: 40dp;
    width: 100%;
  }

    #footerbutton {
        /* background-color: gray; */
        padding: 3px;
        margin-left: 2px;
        margin-right: 5px;
        border: none;
        width: 35px;
        height: 30px;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 7pt;
        color: #FFFFFF;
        float: right;
    }

}

/* ---------- 1280 pixel screens and under ---------- */

@media screen and (max-width: 1280px) {
  header {
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
  }

  div.topbar {
    background-color: black;
    height: auto;
    padding: 11px;
  }

  h1 {
    line-height: 40pt;
  }

  h2 {
    line-height: 38pt;
  }

  h3 {
    line-height: 34pt;
  }

  .logo {
    color: #dedede;
    font-size: 17pt;
    font-weight: bold;
  }

  a.sidebutton {
    /* color: #595959; */
    text-decoration: none;
  }

  a.sidebutton:visited {
    /* color: #595959; */
  }

  #mainview {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    font-size: 19pt;
    line-height: 28pt;
    box-shadow: none;
  }

  div.detailwindow {
    width: 600px;
    height: auto;
    background-color: #0000ff;
    margin-left: auto;
    margin-right: auto;
  }

  #sidemenu {
     display: none;
     position: fixed;
     color: #dedede;
     left: 0;
     top: 49px;
     margin-left: 0px;
     width: 50%;
     max-height: 90%;
     overflow: auto;
  }

  #floatingtoc {
      border: 1px solid rgba(0, 0, 0, 0.1);
      position: fixed;
      bottom: 51px;
      float: left;
      width: 50%;
      max-height: 70%;
      overflow: auto;
      font-size: 12px;
      margin-left: auto;
      margin-right: auto;
  }

  #sidebutton {
    /* background-color: #FFFFFF; */
    cursor: pointer;
    width: auto;
    border-bottom: 1px solid rgba(115, 115, 115, 0.1);
    padding: 17px;
    font-size: 12px;
 }

  #sidebutton:hover {
    background-color: #fafafa;
  }

  img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
  }

  img.sideicon {
    cursor: pointer;
    width: 18px;
    height: auto;
    padding: 0px;
    margin-right: 10px;
  }

  #centeredheading {
    margin-left: auto;
    margin-right: auto;
    width: 6em;
  }

  .menuitem {
    padding: 11px;
    color: #FFFFFF;
    border-right: 1px solid white;
    background-color: #4c4c4c;
  }

/* All text fields */

  input[type=text], input[type=number] {
    padding: 10px;
    width: 200px;
    border: solid 1px #dcdcdc;
    border-top: none;
    border-left: none;
    margin-top: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    color: #0073e6;
  }

  input[type=text]:hover, input[type=number]:hover {
    /* background-color: #f9f9f9; */
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    border-bottom: 1px solid blue;
    border-right: 1px solid blue;
  }

  #btc {
    margin-bottom: 0%;
    box-shadow: none;
    height: 40dp;
    width: 100%;
  }

  button:hover {
    opacity: 0.8;
  }

   {
  /*  background-color: #4f9bff; */
    /* background-color: #512e00; Brown*/
    
    margin-right: 5px;
    border: none;
    width: 40px;
    height: 35px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 8pt;
    color: #FFFFFF;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }

}

@media screen and (max-width: 640px) {
  .resultcard {
    width: 48%;
    display: inline-block;
  }

  #mainview {
       box-shadow: none;
  }

    #floatingtoc {
        border: 1px solid rgba(0, 0, 0, 0.1);
        position: fixed;
        bottom: 51px;
        left: 0;
        width: 60%;
        max-height: 70%;
        overflow: auto;
        font-size: 12px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 480px) {
  .resultcard {
    width: 100%;
    margin-left: auto;
    display: inline-grid;
  }

  #mainview {
    box-shadow: none;
   }

    #floatingtoc {
        border: 1px solid rgba(0, 0, 0, 0.1);
        position: fixed;
        bottom: 51px;
        left: 0;
        width: 60%;
        max-height: 70%;
        overflow: auto;
        font-size: 12px;
        margin-left: auto;
        margin-right: auto;
    }

}
