body{
    background:#f0f0f0;
}
.navbar{
    border-radius:0;
    box-shadow:0 3px 4px rgba(0,0,0,0.25);
}
.logo img{
    height:35px;
    margin-top:8px;
}
.mr-10{
    margin-right:10px;
}
.ml-10{
    margin-left:10px;
}
.dataImage{
    margin-top: 5px;
    margin-right: 5px;
    max-width: 300px;
}
.backgroundImage, .answerImage{
    display: none;
}
.contColor{
    width: 100%;
    overflow: hidden;
    min-height: 70px;
    margin-bottom: 15px;
}

.contColor label{
    width: 100%;
    height: 30px;
}

.contColor input[type="radio"]{
    display: none;
}

.contGenColor{
    min-width: 120px;
    max-width: 120px;
}

.labelColor{
    font-weight: bold;
}
.checkColor{
    float: left;
    width: 20px;
    height: 20px;
    padding: 0px;
    margin-right: 5px;
}

.clearCanvas, .eraseCanvas, .drawCanvas{
    width: 100%;
    margin-bottom: 15px;
}

.layerCanvas {
    position: absolute;
    left: 15px; 
    top: 0; 
    z-index: 3;
    
}

.cursorPencil{
    cursor: url(../images/pencil.png),auto
}

.cursorErase{
    cursor: url(../images/erase.png),auto
}

.viewColorField{
    width: 30px;
    height: 30px;
}

.viewColorFieldLabel{
    width: 15px;
    height: 15px;
}

.backImageView{
    width: 70px;
    max-height: 80px;
}

.answerImageView{
    position: absolute;
    left: 15px; 
    top: 15px;
    z-index: 3;
    
}

.viewImageField{
    position: absolute;
    width: 70px;
    max-height: 80px;
    z-index: 3;
}

.canvasImage, .cursorPencil, .cursorErase{
    margin-left:15px;
}

.labelName{
    font-weight: normal !important;
}
