div#container {
    background: #F5F5F5 url("../images/points.png") repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* CONTAINER MOBILE */

div#container-mobile {
    background-color: #F5F5F5;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000000;
}

div#container-mobile div#cm-rotate {
    bottom: 0;
    height: 187px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 320px;
}

div#container-mobile div#cm-rotate span#rotate-device:before {
    content: '\e809';
    display: block;
    font-family: 'Simulator';
    font-size: 96px;
}

div#container-mobile div#cm-rotate span#rotate-text {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 300;
    margin-top: 24px;
}

/* CANVAS */

div#container div#canvas-box {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

div#container div#canvas-box canvas.crosshair {
    cursor: crosshair !important;
}

div#container div#canvas-box span.canvas-color {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: rgba(255, 255, 255, .7);
    border: 3px solid transparent;
    border-radius: 3px;
    display: none;
    font-size: 10px;
    margin: 0 auto;
    padding: 5px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 60px;
}

/* LOGO */

div#container div#logo {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    background: url("../images/logo.png") no-repeat;
    border: 3px solid #FFFFFF;
    border-radius: 3px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    cursor: pointer;
    height: 72px;
    left: 22px;
    position: absolute;
    top: 22px;
    width: 72px;
    z-index: 10;
}

/* FAQ */

div#faq-box {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    background-color: #FFFFFF;
    border-radius: 3px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    box-sizing: border-box;
    height: 480px;
    left: 50%;
    margin-left: -320px;
    margin-top: -240px;
    position: absolute;
    top: -320px;
    width: 640px;
    z-index: 100;
}

div#faq-box.mobile {
    bottom: 0;
    height: 100%;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-top: 0;
    top: -100%;
    width: 100%;
}

div#faq-box div#close {
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    cursor: pointer;
    font-family: 'Simulator';
    font-size: 20px;
    padding: 2.5px 0;
    position: absolute;
    right: 12px;
    text-align: center;
    top: 12px;
    transition: all 200ms ease-in-out;
    width: 20px;
}

div#faq-box div#close:hover {
    color: #FF4444;
}

div#faq-box div#close:before {
    content: '\e801';
    display: block;
    line-height: 15px;
}

div#faq-box div#icons {
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0;
    width: 160px;
}

div#faq-box div#icons div {
    float: left;
    font-family: 'Simulator';
    font-size: 48px;
    text-align: center;
    width: 80px;
}

div#faq-box div#icons div#desktop:before {
    content: '\e815';
}

div#faq-box div#icons div#laptop:before {
    content: '\e816';
}

div#faq-box div#icons div#tablet:before {
    content: '\e817';
}

div#faq-box div#icons div#mobile:before {
    content: '\e818';
}

div#faq-box div.answers {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 2px solid #EFEFEF;
    border-radius: 3px;
    bottom: 0;
    margin: 12px;
    overflow: auto;
    padding: 12px 24px;
    position: absolute;
    top: 92px;
}

div#faq-box div.answers h3 {
    height: 26px;
    margin: 12px 0;
    overflow: hidden;
    text-transform: uppercase;
}

div#faq-box div.answers h3 span.arrow {
    display: block;
    float: left;
    font-family: 'Simulator';
    padding: 2.5px 0;
    text-align: center;
    width: 20px;
}

div#faq-box div.answers h3 span.arrow:before {
    content: '\e80f';
    display: block;
}

div#faq-box div.answers h3 p {
    float: left;
    padding: 1.5px 0;
}

div#faq-box div.answers ul {
    list-style: none;
    margin-left: 20px;
}

div#faq-box div.answers ul p {
    font-size: 13px;
    line-height: 15px;
}

/* TOOLS */

div#container nav#tools {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    background-color: #FFFFFF;
    border-radius: 3px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    left: 22px;
    position: absolute;
    top: 110px;
    width: 78px;
    z-index: 2;
}

div#container nav#tools span.drag-points {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: url("../images/draglines.png") repeat-x center center;
    border-radius: 2px;
    cursor: move;
    display: block;
    height: 12px;
    margin: 8px auto;
    width: 80%;
}

div#container nav#tools ul {
    list-style: none;
}

div#container nav#tools ul li a {
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    color: #111111;
    display: block;
    font-family: 'Simulator';
    font-size: 22px;
    padding: 24px 0;
    text-align: center;
    transition: all 200ms ease-in-out;
}

div#container nav#tools ul li a:hover {
    background-color: #004787;
    color: #FFFFFF;
}

div#container nav#tools ul li a#draw:before {
    content: '\e804';
}

div#container nav#tools ul li a#ok {
    display: none;
}

div#container nav#tools ul li a#ok:before {
    content: '\e800';
}

div#container nav#tools ul li a#erase:before {
    content: '\e808';
}

div#container nav#tools ul li a#paint:before {
    content: '\e805';
}

div#container nav#tools ul li a#save:before {
    content: '\e80c';
}

div#container nav#tools ul li a#faq:before {
    content: '\e819';
}

/* COLORPICKER */

div#container div#colorpicker {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    background-color: #FFFFFF;
    border-radius: 3px;
    bottom: 22px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    position: absolute;
    right: 22px;
    top: 22px;
    width: 200px;
    z-index: 2;
}

div#container div#colorpicker span.drag-points {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: url("../images/draglines.png") repeat-x center center;
    border-radius: 2px;
    cursor: move;
    display: block;
    height: 12px;
    margin: 8px 5%;
    width: 90%;
}

div#container div#colorpicker span.drag-points.bottom {
    bottom: 0;
    position: absolute;
}

div#container div#colorpicker h2 {
    cursor: default;
    font-family: 'RobotoSlab', serif;
    padding: 0 10px;
    text-align: center;
}

div#container div#colorpicker input#cp-browsed {
    border: none;
    border-bottom: 1px dashed #EFEFEF;
    border-top: 1px dashed #EFEFEF;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin: 10px 0 0 0;
    padding: 8px;
    text-align: center;
    width: 100%;
}

div#container div#colorpicker div#cp-list {
    bottom: 28px;
    /*display: none;*/
    left: 0;
    opacity: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 139px;
}

div#container div#colorpicker div#cp-list h3 {
    border-bottom: 1px dashed #EFEFEF;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
}

div#container div#colorpicker div#cp-list ul {
    list-style: none;
}

div.cp-item {
    cursor: pointer;
    display: block;
    padding: 8px 0;
}

body > div.cp-item.clone {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border: 2px solid rgba(255, 255, 255, .5);
    border-radius: 100%;
    cursor: none !important;
    height: 20px;
    padding: 0;
    width: 20px;
    z-index: 10;
}

body > div.cp-item.clone span {
    border: none;
    height: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    text-indent: -9999px;
    width: 0;
}

div.cp-item span {
    -moz-border-radius: 3px;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-border-radius: 3px;
    -webkit-transition: all 200ms ease-in-out;
    background-color: #FFFFFF;
    border: 3px solid transparent;
    border-radius: 3px;
    display: block;
    font-size: 12px;
    margin: 0 auto;
    padding: 4px 0;
    text-align: center;
    text-transform: uppercase;
    transition: all 200ms ease-in-out;
    width: 90px;
}

div.cp-item span.selected {
    border: 3px solid #0066CC;
}