* {
    margin: 0;
    padding: 0;
    border: 0;
    color: #eef2f7;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    touch-callout: none;
}

html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

.getInLine{
    padding: 10px;
    border: 1px solid white;
    width: 100px;
    margin: auto;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.title{

    font-size: 14px;
    margin: 10px 0px 10px 6px

}
.titleBar {
    position: relative;
    top:0px;
    width:100%;
    text-align: center;
    height: 40px;
    /*border-bottom: 1px solid #808080;*/
    font-size: 20px;
    padding-top: 8px;
    color: #0b1c2f;
    background-color: #FFF;
}

#bgG{
    position:fixed;
    z-index: -1;
    width: 100%;
    height:100%;
    background-image: -webkit-linear-gradient(top, #1e2b3f, #0b1c2f);
    background-color: #0b1c2f;
}
html{
    background-color: #0b1c2f;
    height: 100%;
}

body{
    font: 14px sans-serif;
    min-height: 640px;
}
#info {
    position: fixed;
    top: 12.5%;
    right: 10%;
    width: 47px;
    height: 47px;
    /*background-image: url('../info.png');*/
    background-image: -webkit-linear-gradient(top, #424242, #242424);
    border-radius: 23px;
    text-align: center;
    vertical-align: center;
    font-family: "Times New Roman" Times serif;
    font-style: italic;
    font-weight: bold;
    font-size: 2.5em;
    padding-top: 2px;
    border: solid 1px #242424;
    z-index: 80;
}   
#info.selected{
    background-image: -webkit-linear-gradient(top, #242424, #424242);
}
    /* you could use these gradients as inticator lights*/
    /*background-image: -webkit-radial-gradient(25px 25px, 20px 20px, rgb(0,180,0) 0%, rgb(0,200,0) 75%, gray 76%, white 90%, gray 91%, white 99%, rgba(0,0,0,0) 100%);
    background-image: -webkit-radial-gradient(25px 25px, 20px 20px, rgb(200,0,0) 0%, red 75%, gray 76%, white 90%, gray 91%, white 99%, rgba(0,0,0,0) 100%);*/


#canvas {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 50px;
    /*border-radius: 125px;*/
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border:  solid 5px #0b1c32; /*#242424;-webkit-linear-gradient(top, #424242, #242424);*/

}
.calibrate {
    text-decoration: underline;
}

#paintColorChooser, #colorChooser {
    position: relative;
    width: 100%;
}
#paintPickerPointer{
    border-radius: 4px;
    position: absolute;
    width: 7px;
    height:50px;
    top:0px;
    background-color: #FFF;
    border:2px solid #0b1c32;
    z-index: 10
}

#paintCanvas{
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 50px;
    /*border-radius: 125px;*/
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border:  solid 5px #0b1c32; /*#242424;-webkit-linear-gradient(top, #424242, #242424);*/
}

#paintChosenColorsTable{
    border:  solid 6px #0b1c32;
    width: 100%;
    height: 50px;
}
#paintChosenColorsTable div.sub{
    display: none;
}

.paint {
    background-color: #424242;
    padding-top:12px;
    height: 75px;
    width: 100%;
    font-size: 45px;
    text-align: center;
}

.paint.selected {
    background-color: #242424;
}


#chosenColors {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0px;
    width: 100%;
    /*height: 50px;*/
    position: relative;
    /*border:  solid 3px #0b1c32;*/
}
#chosenColors table.colorTable td{
    border:  solid 3px #0b1c32;
}

#chosenColors table.colorTable td.selected{
    border:  solid 3px #eef2f7;
}

#chosenColors  td .add.selected{
    background-color: #486284;

}

#chosenColors  td .add{
    /*border:  solid 3px #0b1c32;*/
    position: relative;
    right: 0px;
    width: 45px;
    height: 50px;
    text-align: center;
    /*background-color: #424242;*/
    font-size: 35px;
}


#chosenColors table.colorTable td .sub{
    position: relative;
    left: 0px;
    width: 10px;
    height: 100%;
    text-align: center;
    font-size: 0px;
    font-size: 35px;
    z-index: -1;
}

#chosenColors table.colorTable td.selected .sub{
    position: relative;
    left: 0px;
    background-color: #424242;
    width: 40px;
    height: 100%;
    text-align: center;
    font-size: 35px;
    z-index: 1;
}

#chosenColors table.colorTable td.selected .sub.selected{
    background-color: #626262;

}


/*
#canvas-dressing{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    touch-callout: none;
    pointer-events: none;
    position: fixed;
    top: 69px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 248px;
    height: 244px;
    border:  solid 6px #242424; 
    z-index: 91;
    box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
}
#canvas-dressing div{
    pointer-events: none;
    border-top:  solid 6px #242424;
    margin-top: 119px;
}*/

ul{
    position: fixed;
    left: 0;
    right: 0;
    list-style-type: none;
    margin: 0 auto;
    width: 197px;
    border: 1px solid #eef2f7;
    border-radius: 3px;
    /*-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .5);*/
    z-index: 92
}

ul.em {
    position: relative;
    top: 0px;
}

ul.t {
    width: 100%;
   background-color: #DDDDDD;
    top: 50px;
    color: #000;
}

#topnav {
   top:0px;
    position:fixed;
   border-top: 1px solid #CCCCCC;
   background-color: #DDDDDD;
   width: 100%;
   height: 45px;
   text-align: center;
}



#topnav div.mode {
   height: 45px;
   margin: 0px 10px;
   float: left;
   color: #000;
   padding: 12px;
   font-size: 16px;
}



#topnav div.mode.selected, #topnav div.mode:hover {
    background-color: #1e2b3f;
    color: #FFF;
}


ul.b {
   
    bottom: 15px;
}

ul li {
    color: #fff;
    padding: 10px 10px;
    text-align: center;
    float: left;
    width: 65px;
    border-right: 1px solid #CCC;
    /*border-left: 1px solid #4e4e4e;*/
/*    background-image: -webkit-linear-gradient(top, #424242, #242424);
*/}

ul li:hover {
    background-color: #2a4562;
/*    background-image: -webkit-linear-gradient(top, #242424, #424242);
*/}

ul .selected {
    background-color: #2a4562;
/*    background-image: -webkit-linear-gradient(top, #242424, #424242);
*/}


ul li:last-child {
    border-right: none;
}

ul li:first-child {
    border-left: none;
}
ul li:first-child span{
    font-size: 20px;
    
}
ul li span{
    font-size: 20px;
    line-height: 22px;
}
ul li:last-child span{
    
}

#wheel {
    margin: 0 auto;
    width: 300px;
    height: 300px;
    background-color: red;

}

.notification {
    width: 100%;
    height: 100%;
    position: fixed;
    margin: auto;
    top:0px;
    left:0px;
    background-color: rgba(20,20,20,.85);
    z-index: 100;
    text-align: center;
    padding: 50px 0 0 0;
    display: none;
}
.notification h3{
    
    font-size: 3em;
    margin-bottom: 10px;
}
.notification h4{
    
    font-size: 1.8em;
    margin-bottom: 15px;
    font-weight: normal;
}
.notification p{
    line-height: 1.5em;
    margin:0 15px 10px 15px;
}
#info-details.notification{
    padding: 15px 0 0 0;
}
#info-details.notification p{
    text-align: left;
}
#info-details.notification .time{
    font-size: .9em;
    font-style: italic;
}
body .debug{
    display: none;
}



#pickerPointer{
    border-radius: 4px;
    position: absolute;
    width: 7px;
    height:50px;
    top:0px;
    background-color: #FFF;
    border:2px solid #0b1c32;
    z-index: 10
}

#controlScene, #controlFlaslight, #manualControl {
    position: fixed;
    top: 60px;
    width: 100%;
}
#scenes{
    padding:0px;
    width: 100%;
}

#scenes div.scene:first-child {

    border-top: 1px solid #071323;
}


#scenes div.scene{
    font-size: 20px;
    padding: 5px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #071323;
}

#scenes div.scene.selected{
    background-color: #2a4562;
}

/*.debug #location-warning{ display: none;}*/
.debug #location-warning .debug{
    display: block;
}

