.window-sizes-bottom,
.window-sizes-left{
    transition: all 0.4s ease;
}

#steps-container{
    position: relative;
}
.transition,
.step-item-image img.step-image-hover,
.step-btn-info{
    transition: all 0.3s ease;
}
.konf-step{
    margin-bottom: 1px;
    border:1px #03a1dc solid;
    border-radius:5px;
}
.konf-step .panel-default {
    border:1px #03a1dc solid;

}
.konf-step .panel{
    border:none;
}
.panel-step>.panel-heading {
    color: #fff;
    background-color: #00aeef;
    border-color: #03a1dc;
}
.panel-step>.panel-heading .small-name{
    font-weight: 400;
    font-size: 12px;
}
.panel-step .panel-body{
    background: #efefef;
}
.konf-step .panel-group {
    margin-bottom: 0px;
}
.konf-step-container{
    padding: 10px 10px 10px 10px;
    position: relative;
}
.step-info{
    width:20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color:#00aeef;
}
.step-col-1,
.step-col-2,
.step-col-3,
.step-col-4,
.step-col-5,
.step-col-6{
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.step-col-1{
    width: 100%;
}
.step-col-2{
    width: 50%;
}
.step-col-3{
    width: 33.3333%;
}
.step-col-4{
    width: 25%;
}
.step-col-5{
    width: 20%;;
}
.step-col-6{
    width: 16.6666%;
}
@media all and (max-width: 768px){
    .step-col-4,
    .step-col-5,
    .step-col-6{
        width: 50%;
    }
    .step-col-1,
    .step-col-2,
    .step-col-3{
        width: 100%;
    }
}
.step-item{
    cursor: pointer;
    border:1px #f7f7f7 solid;
    margin-bottom: 15px;
    position: relative;
    margin-top: 15px;
}
.step-item h3{
    font-size: 14px;
    text-align: center;
    font-weight: 500;
}
.step-item-image{
    position: relative;
    overflow: hidden;
}
.step-item-image img.step-image-hover{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    opacity:0;
}
.step-item-image:hover img.step-image-hover{
    opacity:1;
}
.step-item-image img{
    max-width: 100%;
    height: auto;
}
.step-btn-info{
    background: #00aeef;
    color:#fff;
    border:none;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top:-15px;
    right: -15px;
    border-radius: 50%;
}
.step-btn-info:hover{
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}
.step_default{
    border:3px #00aeef solid;
}
.step-name,
.step-description{
    display: none;
}
button.btn-step-select{
    background: #00aeef;
    color:#fff;
    border:none;
    display: block;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 1px;
    width: calc(100% - 2px);

}
.step-featureds{
    border-top:1px #eee solid;
}
.step-featureds ul{
    list-style: none;
    margin: 0px;
    padding: 0px 10px 0px 10px;
}

.step-featureds ul li{
    padding-left: 28px;
    border-bottom:1px #eee solid;
    padding-top: 5px;
    padding-bottom: 5px;
    background: url('../img/check.png') no-repeat left center;
}

.step-group{
    margin-bottom: 25px;
}
.step-group h4{
    padding: 5px;
    background: #eee;
    color: #00aeef;
    font-size: 16px;
}
.step-groups .step-header-table,
#options-rows .step-header-table{
    display: table;
    width: 100%;
}
.step-groups .step-item h3,
#options-rows .step-header-table h3{
    display: table-cell;
    height: 50px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}
#options-rows .step-item-image{
    min-height: 145px;
}

.construction-sizes-container{
    padding: 15px;
    background: #f9f9f9;
}

#window-sizes{
    margin-bottom: 50px;
}
.sizes-window{
    display:inline-block;
    position: relative;
    padding-left: 0px;
}
.input-height-container{
    position: absolute;
    left:100%;
    top:50%;
    transform: translateY(-50%);
    width: 148px;
    padding-left: 3px;
    padding-right: 3px;
}
.skylight_top-height{
    top:0%;
    transform: translateY(0%);
}
.skylight_bottom-height{
    top:auto;
    bottom:0%;
    transform: translateY(0%);
}
.sizes-window img{
    max-height: 250px;
    max-width: 100%;
}
.window-sizes-input{
    float:left;
    padding-left: 3px;
    padding-right: 3px;
}
.window-sizes{
    margin-top: 15px;
    margin-left:0px;
}
.window-sizes-bottom{
    position: relative;
    height: 20px;
    margin-top: 60px;
    margin-left: 100px;
}

.window-sizes-bottom-line{
    position: absolute;
    top:10px;
    left:6px;
    right: 6px;
    height: 10px;
    border-top:1px #000 solid;
}
.window-sizes-left-line{
    position: absolute;
    top:6px;
    left:90px;
    bottom:6px;
    width: 10px;
    border-left:1px #000 solid;
}
.arrow-left{
    position: absolute;
    left:-4px;
    top:1px;
}
.arrow-right{
    position: absolute;
    right:-4px;
    top:1px;
}
.arrow-top{
    position: absolute;
    left:82px;
    top:-5px;
}
.arrow-down{
    position: absolute;
    left:82px;
    bottom:-8px;
}
.window-sizes-bottom-info{
    font-size: 10px;
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
    top: -10px;
}
.window-sizes-bottom-user{
    font-size: 10px;
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 10px;
}
.window-sizes-left-info-container{
    position: absolute;
    left:0px;
    top:50%;
    transform: translateY(-50%);
    font-size: 10px;
}

.arrow-left .fa,
.arrow-right .fa,
.arrow-top .fa,
.arrow-down .fa{
    font-size: 18px;
}
.window-sizes-bottom.sizes-error .window-sizes-bottom-user,
.window-sizes-bottom.sizes-error .arrow-left i,
.window-sizes-bottom.sizes-error .arrow-right i,
.window-sizes-left.sizes-error .window-sizes-left-user,
.window-sizes-left.sizes-error .arrow-top i,
.window-sizes-left.sizes-error .arrow-down i{
    color:#a94442;
    font-weight: 700;
}
.window-sizes-bottom.sizes-error .window-sizes-bottom-line,
.window-sizes-left.sizes-error .window-sizes-left-line{
    border-color:#a94442;
}

.window-sizes-bottom.sizes-success .window-sizes-bottom-user,
.window-sizes-bottom.sizes-success .arrow-left i,
.window-sizes-bottom.sizes-success .arrow-right i,
.window-sizes-left.sizes-success .window-sizes-left-user,
.window-sizes-left.sizes-success .arrow-top i,
.window-sizes-left.sizes-success .arrow-down i{
    color:#3c763d;
    font-weight: 700;
}
.window-sizes-bottom.sizes-success .window-sizes-bottom-line,
.window-sizes-left.sizes-success .window-sizes-left-line{
    border-color:#3c763d;
}
.nex-step-container{
    text-align: center;
}
.colors_outside_options{
    display: none;
}
button.btn-mosquito{
    display:block;
    padding: 10px;
    background: #f9f9f9;
    border: solid #ccc 1px;
    text-align: center;
    width:100%;
}
button.btn-mosquito.active{
    background: #00aeef;
    color:#fff;
}
.konf-mosquito-container{
    padding-top: 40px;
    padding-bottom: 40px;
}

/*######### OPENINGS ########*/
#openings{
    position: relative;
}

.wings{
    position: absolute;
    text-align: center;
    width:40px;
    height: 40px;
}

.margin-top{
    top:35px;
}

.margin-wings{
    top:110px;
}

.margin-wings-top{
    top:200px;
}

.margin-bottom{
    bottom:35px;
}

.wings1-top1-1,
.wings2-top1-1,
.wings1-1,
.wings1-bottom1-1,
.wings2-bottom1-1{
    left: 45%;
}

.wings1-top2-1,
.wings2-top2-1,
.wings2-1,
.wings1-bottom2-1,
.wings2-bottom2-1{
    left: 29%;
}

.wings1-top2-2,
.wings2-top2-2,
.wings2-2,
.wings1-bottom2-2,
.wings2-bottom2-2{
    left: 62%;
}

.wings3-top1-1,
.wings3-bottom1-1{
    left: 45%;
}

.wings3-top2-1,
.wings3-bottom2-1{
    left: 21%;
}

.wings3-top2-2,
.wings3-bottom2-2{
    left: 71%;
}

.wings3-1,
.wings3-top3-1{
    left: 11%; 
}

.wings3-2,
.wings3-top3-2{
    left: 46%; 
}

.wings3-3,
.wings3-top3-3{
    left: 78%; 
}

.wings .btn-config-open{
    background: #fff;
    color: #00aeef;
    width:40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 2px #00aeef solid;
    text-align: center;
    display: inline-block;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.4);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.4);
    animation: pulse-blue 2s infinite;
}
.barsset-wings-container{
    display:flex;
    flex-direction: row;
    margin-bottom: 15px;
    flex-wrap: wrap;
    width: 100%;
}
.barsset-wing{
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 15px;
}
.barsset-wing-image{
    width: 100%;
    position: relative;
}
.barsset-wing img{
    max-width: 100%;
}

.barsset-wing-form{
    margin-top: 5px;
}

.bar-x{
    width: 1px;
    top:12px;
    bottom:15px;
    border: 1px #fff solid;
    position: absolute;
}

.bar-y{
    height: 1px;
    border: 1px #fff solid;
    left:10px;
    right:14px;
    position: absolute;
}

.bar-x-1-0{ left:50%; }

.bar-x-2-0{ left:33.3333%; }
.bar-x-2-1{ left:66.6666%; }

.bar-x-3-0{ left:25%; }
.bar-x-3-1{ left:50%; }
.bar-x-3-2{ left:75%; }

.bar-x-4-0{ left:20%; }
.bar-x-4-1{ left:40%; }
.bar-x-4-2{ left:60%; }
.bar-x-4-3{ left:80%; }

.bar-y-1-0{ top:50%; }

.bar-y-2-0{ top:33.3333%; }
.bar-y-2-1{ top:66.6666%; }

.bar-y-3-0{ top:25%; }
.bar-y-3-1{ top:50%; }
.bar-y-3-2{ top:75%; }

.bar-y-4-0{ top:20%; }
.bar-y-4-1{ top:40%; }
.bar-y-4-2{ top:60%; }
.bar-y-4-3{ top:80%; }

@keyframes pulse-blue {
    0% {
        transform: scale(1.10);
        box-shadow: 0 0 0 0 rgba(52, 172, 224, 0.7);
    }
    
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(52, 172, 224, 0);
    }
    
    100% {
        transform: scale(1.10);
        box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);
    }
}





