@font-face {
    font-family: 'LubalinGraphStd-Demi';
    src: url('../fonts/LubalinGraphStd-Demi.eot');
    src: url('../fonts/LubalinGraphStd-Demi.eot?#iefix') format('embedded-opentype'), url('../fonts/LubalinGraphStd-Demi.woff') format('woff'), url('../fonts/LubalinGraphStd-Demi.ttf') format('truetype');
}

@font-face {
    font-family: 'LubalinGraphStd-Book';
    src: url('../fonts/LubalinGraphStd-Book.eot');
    src: url('../fonts/LubalinGraphStd-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/LubalinGraphStd-Book.woff') format('woff'), url('../fonts/LubalinGraphStd-Book.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype');
}

#appblock {
    background-image: url(../ui/axis_logo.png);
    background-position: 790px 12px;
}

#copyright {
    top: 420px;
    text-align: left;
}

.title {
    color: rgb(129, 41, 144);
    font-family: LubalinGraphStd-Book, "Open Sans", Arial, sans-serif;
}

.dijitSliderImageHandle.dijitSliderImageHandleH {
    background-image: none;
    border: 1px solid rgb(173, 173, 173);
    width: 20px;
    height: 20px;
    margin-top: 0;
    background-color: rgb(255, 204, 51);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-topright: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.dijitSliderBar.dijitSliderBarH {
    border: 0;
    height: 10px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.dijitSliderBar.dijitSliderBarH.dijitSliderRemainingBar.dijitSliderRemainingBarH {
    background-image: linear-gradient(rgb(245, 245, 245) 0px, rgb(249, 249, 249) 100%);

}

#lightctrl, #modes, .blocker {
    background-color: rgb(230, 230, 230);
    background-color: white;
}

#modes {
    width: 132px;
}

#sunctrl {
    width: 512px;
    margin-left: 194px;
}

.mode_thumbnail {
    border: 1px solid #444;
    border-color: #d4d4d4 #bbb #a2a2a2;
    margin-top: 10px;
}

#appblock {
    border-width: 0;
    background-color: #fff;
    margin: 5px 0 0;
    postition: relative;
}

label, #up1, #left1, #down1, #right1, .lightpos {
    background-image: none;
}

label {
    margin-bottom: 4px;
}

.lightpos, .type {
    border-width: 0px;
}

#canvases {
    margin-left: 30px;
}

#on1 {
    margin-left: 30px;
}

.fa-lightbulb-o {
    position: absolute;
    left: 130px;
    top: 140px;
    font-size: 42px;
}

.toggleoff .fa-lightbulb-o {
    color: #999;
}

.lighton {
    background-image: none;
}

#patience {
    top: 250px;
    left: 436px;
}

body {
    background: #fff;
}

h2 {
    font-size: 26px;
    line-height: 34px;
    margin: 10px 0 0 0;
    padding-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    h2 {
        font-size: 30px;
        line-height: 38px;
    }
}

#canvases {
    overflow: hidden;
}