html, body{
    background: #fff;
}

h1.designer-header{
    color: #000;
    text-transform: uppercase;
    text-align: center;
}

.nice-select{
    float: none;
    display: inline-block;
}

.tabs{
    background: #eee;
    list-style: none;
    margin: 30px auto 20px auto;
    padding: 20px 0 10px 0;
    width: 100%;
    text-align: center;
}


    .tabs li{
        display: inline-block;
    }

        .tabs li a{
            text-align: center;
            text-decoration: none;
            text-transform: uppercase;
            color: #fff;
            padding: 5px;
            margin: 0 15px;
            display: inline-block;
            vertical-align: top;
        }

            .tabs li a.active span{

            }

            .tabs li a i:before{
                color: #fff;
                margin-left: 0px;
                margin-right: 0px;
                margin-bottom: 15px;
                font-size: 32px;
                top: 2px;
                display: block;
                position: relative;
            }

                .tabs li a.active i:before{
                    color: #000;
                }

.designer.loading{
    background: url(../../img/loader.gif) no-repeat center 10%;
}

.designer.loading .designer-inner{
    opacity: 0;
}

.tab{
    text-align: center;
    display: none;
    min-height: 210px;
    margin-bottom: 30px;
}

    .tab.active{
        display: block;
    }

    .tab h3{
        color: #555;
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 20px;
    }

#tab-sizes, #tab-eaves, #tab-back{
    padding-top: 57px;
}

    #tab-sizes label, #tab-eaves label, #tab-back label{
        margin: 0 10px;
    }

    #tab-sizes .nice-select, #tab-eaves .nice-select, #tab-back .nice-select{
        border-color: #999;
    }

.door-wrap{
    width: 130px;
    display: inline-block;
}

.door-info{
    font-size: 11px;
    line-height: 1.2em;
    text-align: center;
    margin-top: -10px;
}

    .door-wrap:hover .door-info{
        display: block;
    }

.door{
    display: inline-block;
    transform: scale(.8, .8);

}

    .door.ui-draggable-dragging{
        transform: scale(1, 1);
        z-index: 999;
    }

.door-lr219, .door-rl219{
    width: 152px;
    height: 145px;
    background: #555;
}

.door-dlr1819, .door-drl1819{
    width: 99px;
    height: 145px;
    background: #555;
}

.door-hlr1419, .door-hrl1419{
    width: 90px;
    height: 145px;
    background: #555;
}

.door-slr0919, .door-srl0919{
    width: 68px;
    height: 145px;
    background: #555;
}

.door-dlr1819{
    background-image: url(../img/door-dlr1819.gif);
    background-size: 100% 100%;
}

.door-drl1819{
    background-image: url(../img/door-drl1819.gif);
    background-size: 100% 100%;
}

.door-lr219{
    background-image: url(../img/door-lr219.gif);
    background-size: 100% 100%;
}

.door-rl219{
    background-image: url(../img/door-rl219.gif);
    background-size: 100% 100%;
}

.door-hlr1419{
    background-image: url(../img/door-hlr1419.gif);
    background-size: 100% 100%;
}

.door-hrl1419{
    background-image: url(../img/door-hrl1419.gif);
    background-size: 100% 100%;
}

.door-slr0919{
    background-image: url(../img/door-slr219.gif);
    background-size: 100% 100%;
}

.door-srl0919{
    background-image: url(../img/door-srl219.gif);
    background-size: 100% 100%;
}

.windows{
    position: relative;
}

.window-wrap{
    width: 130px;
    height: 105px;
    display: inline-block;
}

.window-info{
    font-size: 11px;
    line-height: 1.2em;
    text-align: center;
    margin-top: -10px;
}

    .window-wrap:hover .window-info{
        display: block;
    }

.window{
    display: inline-block;
    transform: scale(.8, .8);
}

    .window.ui-draggable-dragging{
        transform: scale(1, 1);
        z-index: 999;
    }

.window-0915{
    width: 57px;
    height: 125px;
    background: #A9D5F1;
}

.window-0912{
    width: 57px;
    height: 100px;
    background: #A9D5F1;
    margin-bottom: 2px;
}

.window-0909{
    width: 68px;
    height: 83px;
    background: #A9D5F1;
    margin-bottom: 5px;
}

.window-09075{
    width: 68px;
    height: 56px;
    background: #A9D5F1;
    margin-bottom: 5px;
}

.window-0905{
    width: 68px;
    height: 45px;
    background: #A9D5F1;
    margin-bottom: 8px;
}

.window-0915{
    background-image: url(../img/window-0915.gif);
    background-size: 100% 100%;
}

.window-0912{
    background-image: url(../img/window-0912.gif);
    background-size: 100% 100%;
}

.window-0909{
    background-image: url(../img/window-0909.gif);
    background-size: 100% 100%;
}

.window-09075{
    background-image: url(../img/window-09075.gif);
    background-size: 100% 100%;
}

.window-0905{
    background-image: url(../img/window-0905.gif);
    background-size: 100% 100%;
}

.slot{
    width: 68px;
    height: 145px;
    border: 1px solid #999;
    display: inline-block;
    box-sizing: border-box;
    margin: 4px 6px;
}

    .slot.active{
        border: 1px solid #0FE26B;
    }

    .slot.hover{
        background: #0FE26B;
    }

    .slot.ui-droppable-disabled{
        opacity: 0;
    }

.asset .remove_button{
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 25px;
    text-decoration: none;
    float: right;
    color: #005e8d;
    margin: 2px 3px;
    /* border-radius: 30px; */
    background-color: rgba(200, 200, 225, 0.7);
}

.asset.hidden{
    opacity: 0;
}

.wall-outer{
    display: table-cell;
}

.wall{
    
    transition: width 1s;
}

.wall.front{
    position: relative;
    width: 360px;
    height: 180px;
    padding: 10px;
    overflow: hidden;
    text-align: center;
    border: 10px solid #ccc;
    border-top: 0px;
    margin-top: -3px;
}

.wall.side{
    position: relative;
    width: 210px;
    height: 185px;
    padding: 10px;
    text-align: center;
    border: 10px solid #ccc;
}

.wall.resizing{

}

    .wall.resizing .asset, .wall.resizing .slot{
        opacity: 0;
    }

.facade-row{
    text-align: center;
}

.facade{
    display: table;
    margin: 20px auto;
}

    .facade.left, .facade.right{
        display: inline-block;
        margin: 30px 20px;
    }

.roof-corner{
    width: 20px !important;
    /*border-top: 10px solid #ccc;*/
    display: table-cell;
}

.side-corner{
    border-top: 10px solid #ccc;
}

.eave{
    width: 0px;
    /*border-top: 10px solid #ccc;*/
    display: table-cell;
    transition: width 1s;
}

    .eave.active{
        width: 50px;
    }

.facade-measure-length{
    font-size: 13px;
    margin-top: 10px;
    text-align: center;
}

.blindsControl{
    list-style: none;
    margin: 0 px;
    padding: 0;
    text-align: left;
    width: 240px;
}

    .blindsControl li{
        line-height: 30px;
        overflow: hidden;
        height: 30px;
        user-select: none;
    }

        .blindsControl li .add, .blindsControl li .sub{
            width: 20px;
            height: 20px;
            display: inline-block;
            line-height: 16px;
            text-align: center;
            font-size: 16px;
            font-weight: bold;
            border-radius: 50%;
            margin: 0 5px;
            cursor: pointer;
        }

        .blindsControl li .title{
            font-weight: bold;
            margin-right: 10px;
            width: 160px;
            display: inline-block;
        }

        .blindsControl li .count{
            font-weight: bold;
        }

.btn-preview{
    margin-top: 40px;
    margin-bottom: 40px;
}

.invoice-wrap{
    /*background: #0f4f8e;*/
    /*border: 1px solid #0f4f8e;*/
    background: #f5f5f5;    
    border: 1px solid #93bde6;
    padding: 50px;
    margin-top: 40px;
    margin-bottom: 40px;
    /*color: white;*/
}

    .invoice ul{
        display: block;

        list-style: none;
        margin: 0;
        padding: 0;
        line-height: 1.5em;
    }

    .invoice h2{
        text-transform: uppercase;
        padding-bottom: 20px;
        border-bottom: 1px solid #000;
    }

    .invoice h3{
        text-transform: uppercase;
        font-size: 18px;
    }

    .invoice .invoice-total-label{
        /*padding-top: 20px;*/
        /*border-top: 1px solid #000;*/
    }

    .invoice .invoice-total{
        color: #0c7925;
        font-size: 30px;
    }

#scaffold-hidden{
    position: absolute;
}

.checkboxContainer{
    display: inline-block;
}

.checkboxContainer span{
    display: none !important;
}

.blinds{
    float: left;
}


.wpcf7-form-control-wrap{
    position: relative;
}


/*icons*/

/*.flaticon-measuring{
    content: url(../img/icons/ruler.png);
}

.flaticon-opened-exit-door{
    content: url(../img/icons/door.png);
}

.flaticon-window{
    content: url(../img/icons/window.png);
}

.flaticon-roof{
    content: url(../img/icons/roof.png);
}

.flaticon-blinds{
    content: url(../img/icons/other.png);
}

.flaticon-brickwall{
    content: url(../img/icons/wall.png);
}*/

ul.tabs a.active{
    color: black;
}

ul.tabs i{
    display: block;
}

ul.tabs i img{
    height: 30px;
    width: 30px;
}
/*icons*/

/*stolp*/

.eave.left .stolp{
    background-color: #ccc;
    width: 10px;
    height: 0px;
/*    //margin-top: 0px;
    //margin-bottom: -72px;*/
/*    position: relative;
    top: -35px;*/
    position: absolute;
    top: 0px;
    left: 20px;

    transition:  0.9s linear;
}

.eave.left.active15 .stolp {
    background-color: #ccc;
    width: 10px;
/*    //height: 195px;
    //margin-top: -50px;*/
    margin-bottom: -72px;
    /*position: relative;*/
    position: absolute;
    /*top: -35px;*/
    top: 0px;
    left: 20px;

    border-top: 175px solid #ccc;

    transition:  0.9s linear;
    
}

.eave.right .stolp{
    background-color: #ccc;
    width: 10px;
    height: 0px;
/*    //margin-top: -0px;
    //margin-bottom: -72px;
    position: relative;
    top: -35px;*/
    position: absolute;
    top: 0px;
    left: 40px;

    transition:  0.9s linear;
}

.eave.right.active15 .stolp {
    background-color: #ccc;
    width: 10px;
/*    //height: 195px;
    //margin-top: -50px;*/
    margin-bottom: -72px;
/*    position: relative;
    top: -35px;*/
    position: absolute;
    top: 0px;
    left: 40px;

    border-top: 175px solid #ccc;

    transition:  0.9s linear;
    
}

/*stolp*/

.unmargin{
    margin-left: 0px !important;
}

.successMessage{
    display: none;
}
.successMessage.active{
    display: block;
    border: solid #0a0;
}


.discount-header{
    padding-top: 20px;
    border-top: 1px solid #000;
}

#transportCheckBox{
    margin: 0px;
}

.transportIcon{

}
.transportTitle{
    width: 120px;
    white-space: pre-line;
}

.validator{
    display: none;
    color: red;
}

img.previewLogo {
    display: none;
    margin: 0 auto;
    margin-bottom: 50px;
}

#printingPart .nice{
    word-wrap: normal;
    width: 220px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 3px;
    vertical-align: middle;
    display: inline-block;
    padding: 4px 6px;
    cursor: pointer;
}