@charset "utf-8";

body {
    /* width: 490px; */
    height: 500px;
    text-align: center;
}

.mainWindow2 {
    position: relative;
    left: -8px;
    margin-top: 20px;
    width: 90%; height: 60%;
    display: inline-block;
}

.specimenWindow {
    /* border: black solid 2px; */
}

#kernelStepLbl {
    left: 168px;
    width: 121px;
    color: red;
}

#sopLbl {
    width: 25px;
    left: 210px; top: 155px;
    text-align: right;
}

#kernelOverlayLbl {
    left: 29px;
}

#kernelsTimeLbl {
    left: 172px; top: 30px;
}

#outputValLbl {
    left: 330px; top: 12px;
}

#kernelLbl {
    left: 64px; top: 190px;
}

#productSumLbl {
    left: 174px; top: 140px;
}

#inputLbl {
    left: 316px; top: 190px;
}

#outputLbl {
    left: 372px; top: 190px;
}

#inputImgCan {
    position: absolute;
    left: 307px; top: 220px;
    width: 50px; height: 50px;
}

#outputImgCan {
    position: absolute;
    left: 365px; top: 220px;
    width: 50px; height: 50px;
}

#outputImgMask {
    position: absolute;
    left: 375px; top: 230px;
    width: 30px; height: 30px;
    background-color: #FF0000;
    opacity: 0.25;
}

#signContainer {
    position: absolute;
    left: 195px; top: 255px;
}

#plusHoriz {
    position: absolute;
    top: 2px;
    width: 6px; height: 2px;
    background-color: white;
}

#plusVert {
    position: absolute;
    left: 2px;
    width: 2px; height: 6px;
    background-color: white;
}

#equalLine {
    position: absolute;
    left: -4px; top: 12px;
    width: 45px; height: 2px;
    background-color: white;
}

.controlPanelBack {
    display: inline-block;
    margin: 12px 3px;
    padding: 8px;
    height: 70px;
    vertical-align: middle;
}

.controlText {
    margin-top: 12px;
    margin-bottom: 10px;
}

.labelText {
    position: absolute;
}

#speedSldr {
    display: inline-block;
    position: relative;
    width: 120px;
}

#selectBack {
    position: relative;
    width: 300px; height: 70px;
}

#selectLbl {
    position: relative;
    display: block;
    margin-top:12px;
    margin-bottom: 15px;
    width: 110px;
}

#kernelSelect {
    display: inline-block;
    position: absolute;
    left: 115px; top: 5px;
    width: 175px; height: 26px;
    margin-top: 8px;
    margin-left: 10px;
}

#resetBtn {
    display: inline-block;
    position: relative;
    /* position: absolute; */
    /* left: 10px; top: 35px; */
    width: 70px; height: 28px;
}

#autoBtn {
    display: inline-block;
    position: relative;
    /* position: absolute; */
    /* left: 105px; top: 35px; */
    width: 70px; height: 28px;
}

#manualBtn {
    display: inline-block;
    position: relative;
    /* position: absolute; */
    /* left: 200px; top: 35px; */
    width: 70px; height: 28px;
}
