@charset "utf-8";

body {
    color: #eeeeee;
    font-size: 11px;
    padding: 0;
    float: center;
    background-color: #222831;
    overflow-y: hidden;
}

#simLabmenuBar a {
    color: #d5dc12;
    text-decoration: none;
    font-size: 15px;
    padding: 4px;
    float: right;
}

#simLabmenuBar a:hover {
    color: #757b26;
    text-decoration: none;
}

.main h1 {
    font-weight: normal;
    text-align: center;
}

.main h2 {
    padding: 20px 0 0;
    font-weight: normal;
    text-align: center;
}

.main p {}

#expName {
    height: 30px;
}

.mainTitle {
    width: 683px;
}

.mainTitle p {
    color: #cccdcc;
    font-size: 40px;
    font-weight: bold;
    padding-top: 10px;
    padding-right: 0;
    padding-left: 0;
    margin: 0;
    display: block;
    height: 75px;
}

.canvasHolder {
    float: left;
    height: 347px;
    position: relative;
    margin-left: 0;
    overflow: hidden;
}

.controlHolder {
    height: 400px;
    float: right;
    background-color: #424549;
}

#canvasBox {
    height: 337px;
    background-image: url(./earth.png);
    background-repeat: no-repeat;
    border: #ffffff solid 4px;
    margin-top: 0;
    margin-right: 7px;
    margin-bottom: 0;
    margin-left: 7px;
    -webkit-box-shadow: inset 0 0 2px 0 #999999;
    -moz-box-shadow: inset 0 0 2px 0 #999999;
    box-shadow: inset 0 0 2px 0 #999999;
    -webkit-box-shadow: 0 0 1px 1px rgba(150,150,150,.9);
    -moz-box-shadow: 0 0 1px 1px rgba(150,150,150,.9);
    box-shadow: 0 0 1px 1px rgba(150,150,150,.9);
    position: relative;
    overflow: hidden;
}

.controlHolder h1 {
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    padding-left: 7px;
    height: 18px;
    padding-top: 3px;
}

.controlHolder ul {
    display: block;
    height: 500px;
    margin: 0;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.controlHolder ul li h1 span {
    display: none;
}

.controlHolder ul li .varBox {
    min-height: 80px;
}

.varTitle {
    padding: 5px 0 0 10px;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    text-align: left !important;
}

.wideTxtArea {
    margin: 3px 0 3px 30px;
    color: #777777;
    font-size: 11px;
    width: 120px;
    background: #ffffff;
    border: 1px solid #777777;
    font-size: 12px;
    resize: none;
    padding: 5px 6px;
}

.rangeSlider {
    margin: 3px 0 3px 30px;
    border-radius: 2px;
    font-size: 11px;
    -webkit-appearance: none;
    height: 15px;
    background: #000000;
    outline: none;
    opacity: .7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.rangeSlider:hover {
    opacity: 1;
}

.rangeSlider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 10px;
    height: 15px;
    background: #7289da;
    cursor: pointer;
}

.rangeSlider::-moz-range-thumb {
    width: 25px;
    height: 15px;
    background: #7289da;
    cursor: pointer;
}

.dropBox {
    margin: 3px 0 3px 23px;
    color: #ffffffe5;
    width: 128px;
    -moz-box-sizing: border-box;
    background: #282b30;
    box-shadow: 5px 3px 5px #252729;
    border: 1px solid #777777;
    border-radius: 12px 12px 4px 12px;
    font-size: 12px;
    padding: 5px 6px;
    resize: none;
}

.rangeVals .maxrange {
    float: right;
    padding-right: 20px;
}

.rangeVals .minrange {
    float: left;
    padding-left: 7px;
}

.varBox .rangeVals {
    font-size: 12px;
    color: #999;
    margin-top: -5px;
}

.subButton {
    width: 120px;
    border-color: #aaaaaa #aaaaaa #888888;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255,255,255,.2) inset;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    float: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.3em;
    margin: 1px;
    padding: .45em .8em;
    text-decoration: none;
    background: #eeeeee;
    background: -moz-linear-gradient(top,#eeeeee 0%,#c8c8c8 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#eeeeee),color-stop(100%,#c8c8c8));
    background: -webkit-linear-gradient(top,#eeeeee 0%,#c8c8c8 100%);
    background: -o-linear-gradient(top,#eeeeee 0%,#c8c8c8 100%);
    background: -ms-linear-gradient(top,#eeeeee 0%,#c8c8c8 100%);
    background: linear-gradient(to bottom,#eeeeee 0%,#c8c8c8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#c8c8c8',GradientType=0);
}

input[type="button"]:disabled {
    opacity: .5;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .nano>ul {
        right: 0 !important;
    }
}