#tip {
    position: absolute;
    bottom:  0%;
    left: 0%;
    background-color: #000000;
    color: #FFFFFF;
    font-family: "Monospace";
    opacity: 0.8;
}
#view3d{
    position: relative;
}
textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.CreaPix-text-input.form-control{
    width:100%;
    padding:5px;
    height:30px;
    margin:10px 0px;
    
}
.input-group{
    width:100%;
}
.over_view{
    display: none;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
}
.over_view h3{
    position: relative;
    margin-top: 20%;
    width: 100%;
    font-size: 40px;
    text-align: center;
    color: #FFF;
}