/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 7, 2017, 7:33:08 PM
    Author     : Terry
*/

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: arial;
    margin: 0;
    padding: 0;
}

#spectrumLabels {
    width: 100%;
    height: auto;
    font-size: 18px;
    margin: 0;
    padding: 0;
}

#grLab, #uvLab, #irLab, #rdLab{
    background: black;
    color: white;
    box-shadow: -15px 0 15px -15px inset;
}

#xrLab, #vlLab, #mwLab {
    background: white;
    color: black;
    box-shadow: -15px 0 15px -15px inset;
}

.spLab {
    float: left;
    height: auto;
    text-align: center;
    vertical-align: bottom;
    padding: 2px;
}

#spectrum {
    width: 100%;
    height: 100%;
}

#lambdaControl {
    width: 100%;
    height: 20px;
    float: left;
}

#spectSvg {
    width: 100%;
    height: 20px;
}

#stage {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    float:left;
}
#photonField{
    width: 100%;
    height: 100%;
}

.streams {
    stroke-width: 4px;
    stroke-linecap: round;
    /*animation: dash 30s linear infinite;*/
    /*transition: stroke-dahsarray 30s linear;*/
}

@keyframes dash {
  to {
    stroke-dashoffset: -1000;
  }
}

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: -1000;
  }
}

#stagebg {
    stroke-width: 0;
}

#obj1 {
    fill: yellow;
    fill-opacity: 1;
}

#lambdaPointer1 {
    stroke: white;
    stroke-width: 1;
}

#meter {
    height: 20%;
    width: 25%;
    position: absolute;
    bottom: -20%;
    left: 0;
    font-family: 'Ubuntu Mono', 'Consolas', 'Share Tech Mono', monospace;
    color: rgb(0,255,0);
    overflow: hidden;
    transition: bottom .5s ease;
    opacity: 0.9;
    background: #111;
}

#sineWave {
    stroke: green;
    stroke-width: 1;
    fill-opacity: 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

#meterText {
    float: left;
    width: 55%;
    z-index: -1;
    font-family: 'Ubuntu Mono', 'Consolas', 'Share Tech Mono', monospace;
    text-align: left;
    vertical-align: middle;
    padding: 3px 5px;
}

#meterText2 {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 3px 5px;
    /*visibility: hidden;*/
}

#waveLabel {
    float: right;
    height: auto;
    width: 35%;
    color: red;
    font-family: 'Ubuntu Mono', 'Consolas', 'Share Tech Mono', monospace;
    text-align: right;
    vertical-align: middle;
    padding: 3px 5px;
}

.tbimg {
    width: auto;
    max-height: 75px;
    max-width: 75px;
    position: relative;
    top: 7px;
    cursor: -webkit-grab;
}

#openHelp{
    position: absolute;
    z-index: 1;
    bottom: 0px;
    right: 0;
    width: auto;
    height: auto;
    padding: .5% .75%;
    margin: .5%;
    background: #333;
    color:white;
    transition:bottom .5s ease;
    cursor: pointer;
    opacity: 0.9;
    border-radius: 40px 40px 40px 40px;
    letter-spacing: 1px;
    display: none;
}


.openTag {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    width: auto;
    height: auto;
    padding: .75% 1%;
    background: #333;
    color:white;
    transition:bottom .5s ease;
    cursor: pointer;
    opacity: 0.9;
    border-radius: 20px 20px 0px 0px;
    letter-spacing: 1px;
}

#openToolBox {
    right: 27%;
    display: none;
}

#openMeter {
    left: 7%;
    display: none;
}

#toolBox {
    position: absolute;
    z-index: 1;
    bottom: -130px;
    right: 3.5%;
    width: 50%;
    height: 130px;
    padding: 0% 0 0% 1%;
    background: #333;
    overflow-y:scroll;
    overflow-x:hidden;
    transition:bottom .5s ease;
    opacity: 0.9;
}


#toolBox::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #222;
}

#toolBox::-webkit-scrollbar
{
    width: 20px;
    background-color: #333;
}

#toolBox::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: orange;
}

.toolNook {
    float: left;
    height: 120px;
    width: 22.5%;
    padding: 0;
    margin: 1% 2% 1% 0%;
    border-radius: 7px;
    border: 1px solid grey;
    user-select:none;
    cursor: pointer;
}

.tbLbl {
    color: white;
    padding: 0;
    width: 100%;
    text-align: center;
    position: relative;
    padding-top: 7px;
    bottom: 0;
}

.objimg {
    position: absolute;
    top: -200px;
    left: -200px;
    height: 75px;
    width: auto;
    z-index: 9;
    cursor: -webkit-grab;
}

#meterScreen {
    height: 200px;
    width: 100%;
}

#errDiv {
    position: absolute;
    top: 10%;
    left: 15%;
    width: 70%;
    height: auto;
    max-height: 90%;
    overflow: hidden;
    margin: 0;
    padding: 0 10px;
    background: #111111;
    color: white;
    opacity: 0.8;
    display: none;
    z-index: 10;
}

#errText{
    max-height: 8em;
    overflow-y: auto;
    padding: 5px;
}

#errText::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #222;
}

#errText::-webkit-scrollbar
{
    width: 20px;
    background-color: #333;
}

#errText::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: orange;
}

#errText p{
    margin:0;
}


#errOk {
    width: 20%;
    height: auto;
    color: white;
    background: none;
    border: 1px solid white;
    border-radius: 7px;
    padding: 1%;
    margin: 2% 39%;
    text-align: center;
    display: inherit;
}

#errOk:hover{
    background: white;
    color: black;
    opacity: 0.8;
    cursor: pointer;
}

#dragLabel {
    position: absolute;
    width: 100px;
    height: auto;
    background: #333;
    opacity: 0.9;
    color: white;
    display: none;
    border-radius: 8px;
    z-index: 9;
    padding: 5px;
    text-align: center;
}

#bulb {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50px;
    height: auto;
    z-index: 9;
    display: none;
    cursor: pointer;
}

#splash {
    width: 80%;
    height: 90%;
    font-family: Arial;
    font-size: 20px;
    background: black;
    color: black;
    z-index: 99;
    padding: 5% 10%;
}

#splash_contents{
    width: 90%;
    padding: 5%;
    height: auto;
    max-height: 85%;
    overflow-y: auto;
    background: rgba(255,255,255,0.7);
}

#splash h1 {
    text-align: center;
}

#splash_button {
    width: 100px;
    margin: auto;
    border: 1px solid white;
    background: #333;
    color: white;
    cursor: pointer;
    text-align: center;
    padding: 8px;
    border-radius: 8px;
}

#noInfoDiv {
    width: 70%;
    text-align: left;
    cursor: pointer;
    float: left;
    font-size: 14px;
    margin-top: 12px;
}

#noInfoCheck {
    font-size: 30px;
    vertical-align: middle;
    margin-right: 6px;
}