﻿body {
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    font-size: 9px;
    -ms-touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    background-image: url("Images/Watermark.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

#Logo {
    position: fixed;
    margin-top: -300px;
    top: 50%;
    left: 18px;
    height: 524px;
}

#Controls {
    position: fixed;
    margin-top: -170px;
    top: 50%;
    right: 0px;
    width: 170px;
    height: 240px;
    margin-right: 22px;
}

#selectBenchmarkDiv {
    margin-bottom: 32px;
}

#selectBenchmark {
    font-size: 18px;
    display: none;
    cursor: pointer;
}

#benchmarkButton {
    display: none;
    font-family: Harabara;
    background-color: #35952e;
    font-size: 14px;
    padding: 8px;
    text-align: center;
    vertical-align: central;
    border-radius: 4px;
    margin-top: 32px;
}

    #benchmarkButton:hover {
        background-color: #fac601;
        cursor: pointer;
    }

#timer {
    font-size: 32pt;
    text-align: center;
    font-weight: bold;
}

#timerLabel {
    margin-top: -8px;
    margin-bottom: 10px;
}

.info {
    font-family: Harabara;
    text-align: center;
    font-size: 10pt;
}

#sourceCanvas {
    display: none;
}

#DetailsPanel {
    display: none;
    font-size: 8pt;
    position: fixed;
    bottom: 0px;
    margin-left: -310px;
    margin-bottom: 10px;
    width: 692px;
    left: 50%;
}

#lightBox {
    opacity: 0.0;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -318px;
    margin-top: -330px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    background-image: url("Images/Glow.png");
    background-repeat: no-repeat;
    background-position: center;
    border-color: azure;
    border-radius: 30px;
    border-style: solid;
    border-width: 30px 40px 28px 38px;
    -moz-border-image: url('Images/BorderImage.png') 30 40 28 38 repeat;
    -webkit-border-image: url('Images/BorderImage.png') 30 40 28 38 repeat;
    -o-border-image: url('Images/BorderImage.png') 30 40 28 38 repeat;
    border-image: url('Images/BorderImage.png') 30 40 28 38 fill repeat;
}

.textStyle {
    color: black;
    font-family: 'PIDVL';
    width: 100%;
    padding-left: 2px;
    display: inline-block;
}

.byteBox {
    width: 9px;
    background-image: url("Images/Peg.png");
    background-repeat: no-repeat;
}

.inset {
    font-size: 4px;
    width: 4px;
    background-color: black;
}

#outer {
    width: 100%;
    height: 100%;
    position: relative;
}


@font-face {
    font-family: 'PIDVL';
    src: url('Fonts/PIDVL.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Harabara';
    src: url('Fonts/Harabara.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#DemoScreenreaderText {
    position: absolute;
    left: -10000px;
}

#upgrade {
    z-index: 10;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    display: none;
    position: fixed;
    width: 480px;
    padding: 0px;
    top: 230px;
    text-align: left;
    background-color: #fff;
    border-radius: 5px;
    border: 4px solid #000;
}

#upgrade_warning {
    background-color: #ffffff;
    position: relative;
    width: 437px;
    margin: auto auto;
    padding: 10px;
}

#upgrade_content {
    padding: 0px 0px 10px 20px;
    text-align: left;
    margin-bottom: 20px;
}

#upgrade_button, #dismiss_button {
    margin-top: 10px;
    background-color: #F97B0C;
    cursor: pointer;
    padding: 5px;
    width: 100px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
}

#upgrade_text {
    font-size: 12px;
}

#upgrade_ie_logo {
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 10px;
    float: right;
}