.alert{
    color:red;
}
#preview{
    background-image: url('/pictures/600x/towels/white.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width:100%;
    
    text-align: center;
    height: 600px;
    
}
.component_selector{
    display:inline-block;
    padding:10px;
    border:thin solid;
    cursor:pointer;
}


#wizzard-selector{
    width: 100%;
    height: 600px;
    background: #fff;
    background-color: rgba(255, 255, 255, .3);
    overflow-y: auto;
    padding: 20px;


}
ul#wizzard-navigation{
display: table;
width:100%;

}
ul#wizzard-navigation > li{
    display: table-cell;
    padding: 3px 15px;
    cursor: pointer;
}
ul#wizzard-navigation > li.active{
    text-decoration: underline;
}

ul.elements{
    list-style: none;
}
ul.elements > li{
    display: inline-block!important;
    cursor: pointer;
    position: relative;
}
ul.elements.threads > li > img{
    width:50px;
    margin: 10px 15px;
}
ul.elements.threads > li > .number{
    position: absolute; top:0;
    background: #db5722;
    width: 100%;
    display: none;
    text-align: center;
    color:#fff;
}
ul.elements.threads > li:hover > .number{
    display: block;
}
ul.elements.fonts > li > img{
    width:150px;
    margin: 0 15px;

}
    ul.elements.towels > li > img{
        width:110px;
        margin: 10px 15px;
    }
    ul.elements.towels > li > .number{
        position: absolute; top:0;
        background: #db5722;
        width: 100%;
        display: none;
        text-align: center;
        color:#fff;
    }
    ul.elements.towels > li:hover > .number{
        display: block;
    }

ul.elements.fonts > li {
    width:180px;
    height: 120px;
    float: left;
    vertical-align: middle;
}
ul.elements.fonts > li > .number{
    position: absolute;
    top:0px;left:0px;
    width:25px;
    height: 21px;
    background: #646464;
    text-align: center;
    color:#fff;
}
ul.elements.fonts > li:hover > .number{
    background: #db5722;
}
ul.elements.drawings > li > img{
    width:150px;
    margin: 0 15px;

}
ul.elements.drawings > li {
    width:180px;
    height: 120px;
    float: left;
    vertical-align: middle;
    display: block;
    
}
ul.elements.drawings > li > .number{
    position: absolute;
    top:0px;left:0px;
    width:25px;
    height: 21px;
    background: #646464;
    text-align: center;
    color:#fff;
    z-index: 1;
}
ul.elements.drawings > li:hover > .number{
    background: #db5722;
}

input.wizzard_input_text{
    font-size: 20px;
    background-color:rgba(255,255,255,0.5);

    margin-bottom: 10px;
    box-shadow: none;
    border:2px solid ;
    text-align: center;
    height: auto;

}

#wizzard-text-editor{
    width:100%;
    bottom: 10px;
    
    z-index: 10;
    position: absolute;
    
}



.tab-pane{
    padding: 10px;
}
.bigselect{
    width: 100%!important;
}
.bigselect > option {
    text-align: left!important;
    padding-left: 30px;
}
.list-results{
    overflow-y: scroll;
    height: 450px;
}
.drawings-list-results{
    margin-top: 20px;

}



svg{
   
}

#wizzard_project_menu{
    position: absolute;bottom: 0; right: 30px;
}
#wizzard_project_menu li{
    cursor: pointer;
}
.bzz{
    width:400px;
   
    perspective: 150px;
   
}