﻿.title {
    font-weight: bold;
    font-size: 16px;
}
.title-underline {
    border-bottom: 2px solid #000;
    width: 100%;   
}

#custom-menu {
    z-index: 1000;
    position: absolute;
    border: solid 2px black;
    background-color: white;
    padding: 5px 0;
    display: none;
}

    #custom-menu ol {
        padding: 0;
        margin: 0;
        list-style-type: none;
        min-width: 130px;
        width: auto;
        max-width: 200px;
        font-family: Verdana;
        font-size: 12px;
    }

        #custom-menu ol li {
            margin: 0;
            display: block;
            list-style: none;
            padding: 5px 5px;
        }

            #custom-menu ol li:hover {
                background-color: #efefef;
            }

            #custom-menu ol li:active {
                color: White;
                background-color: #000;
            }


        #custom-menu ol .list-devider {
            padding: 0px;
            margin: 0px;
        }

            #custom-menu ol .list-devider hr {
                margin: 2px 0px;
            }

        #custom-menu ol li a {
            color: Black;
            text-decoration: none;
            display: block;
            padding: 0px 5px;
        }

            #custom-menu ol li a:active {
                color: White;
            }


.ikrNoti_Counter {
    display: block;
    position: absolute;
    /*background: #e1141e;*/
    color: #198754;
    font-size: 14px;
    font-weight: bold;
    padding: 1px 3px;
    margin: -8px 0 0 25px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    z-index: 1
}
.menu-view .menu-item.colors.offcanvas {
    /*width: 460px;*/
}
.offcanvas-start {
    width: 360px;
}
.offcanvas-header {
  /*  top: 0;
    left: 0;
    position: absolute;
    z-index: 120;
    line-height: 65px;
    height: 65px;
    width: 100%;
    background-color: #eee;
    color: #000;*/
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
   /* display: block;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);*/
}
.offcanvas-title {
    display: block;
    /*line-height: 65px;*/
    font-size: 26px;
    padding: 0 66px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
}
.offcanvas-body{
    padding:0px;
}
.menu-view{
    display:block;
    max-width:100px;
    width:100px;
}
.menu-view .menu-item {
        display: block;
        width: 100%;
        height: 56px;
        line-height: 56px;
        font-size: 20px;
        overflow: hidden;
        position: relative;
        background-color: transparent;
        color: #211e1e;
        border-bottom: 1px solid rgb(175 28 28 / 20%);
    }
.menu-view .menu-item.active {
    background-color: #198754;
    color: #fff;
}
a {
    color: #696969;
    cursor: pointer;
    text-decoration: none;
}
.menu-view .menu-item > i.icon {
    position: absolute;
    width: 40px;
    height: 40px;
    top: -2px;
    left: 30px;
    background-image: url(../content/icons-all.png);
    background-position: -53px -13px;
    z-index: 2;
    -webkit-transform: scale(.69,.69);
    -ms-transform: scale(.69,.69);
    transform: scale(.69,.69);
}
.menu-view .menu-item > i.tooltip-el {
    position: absolute;
    width: 100px;
    height: 100%;
    z-index: 3;
}
.card > .card-footer > i.tooltip-el {
    position: absolute;
    width: 100px;
    height: 100%;
    z-index: 3;
}
.card > .card-footer .icon-title {
    position: absolute;
    width: 100px;
    z-index: 1;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    bottom: 4px;
    line-height: normal;
    text-align: center;
    padding: 2px;
}
/*kosár icon*/
.fa-cart-shopping {
    position: absolute;
    left: 30px;
    color: #198754;
}
.no-touch .menu-view .menu-item.shopping:not(.disabled):hover > i.fa-cart-shopping {
    color:#fff;
}
.no-touch .menu-view .menu-item.shopping:not(.disabled):hover > i.tooltip-el > span.ikrNoti_Counter {
    color: #fff;
}
/*lista icon*/
.menu-view .menu-item.inlist > i.icon {
    background-position: -364px -8px;
}

.no-touch .menu-view .menu-item.inlist:not(.disabled):hover > i.icon {
    background-position: -364px -56px;
}

.menu-view .menu-item.inlist.active > i.icon {
    background-position: -364px -56px;
}
/*szoba icon*/
.menu-view .menu-item.room > i.icon {
    background-position: -314px -8px;
}
.no-touch .menu-view .menu-item.room:not(.disabled):hover > i.icon {
    background-position: -314px -56px;
}
.menu-view .menu-item.room.active > i.icon {
    background-position: -314px -56px;
}
/*ajto törzs icon*/
.menu-view .menu-item.model > i.icon {
    background-position: -47px -8px;
}
.no-touch .menu-view .menu-item.model:not(.disabled):hover > i.icon {
    background-position: -47px -56px;
}
.menu-view .menu-item.model.active > i.icon {
    background-position: -47px -56px;
}
/*szín icon*/
.menu-view .menu-item.colors > i.icon {
    background-position: -137px -8px;
}
.no-touch .menu-view .menu-item.colors:not(.disabled):hover > i.icon {
    background-position: -137px -56px;
}
.menu-view .menu-item.colors.active > i.icon {
    background-position: -137px -56px;
}
#menu-view .menu-item.colors.disabled > i.icon {
    background-position: -137px -102px;
}
 /*üveg icon*/
.menu-view .menu-item.glass > i.icon {
    background-position: -183px -8px;
}

.no-touch .menu-view .menu-item.glass:not(.disabled):hover > i.icon {
    background-position: -183px -56px;
}

.menu-view .menu-item.glass.active > i.icon {
    background-position: -183px -56px;
}
#menu-view .menu-item.glass.disabled > i.icon {
    background-position: -183px -102px;
}
/*kilincs icon*/
.menu-view .menu-item.doorhandles > i.icon {
    background-position: -222px -8px;
}

.no-touch .menu-view .menu-item.doorhandles:not(.disabled):hover > i.icon {
    background-position: -222px -56px;
}

.menu-view .menu-item.doorhandles.active > i.icon {
    background-position: -222px -56px;
}
/*méretek icon*/
.menu-view .menu-item.konstruktion > i.icon {
    background-position: -90px -8px;
}

.no-touch .menu-view .menu-item.konstruktion:not(.disabled):hover > i.icon {
    background-position: -90px -56px;
}

.menu-view .menu-item.konstruktion.active > i.icon {
    background-position: -90px -56px;
}

.menu-view .menu-item > .icon-title {
    position: absolute;
    width: 100px;
    z-index: 1;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    bottom: 4px;
    line-height: normal;
    text-align: center;
    padding: 2px;
}
.no-touch .menu-view .menu-item:focus, .no-touch .menu-view .menu-item:hover {
    background-color: #198754; 
    color: #fff
}
#menu-view .menu-item.disabled {
    background-color: transparent !important;
    color: #767676 !important;
    cursor: default !important;
}
/*model-view*/
@media screen and (min-width: 430px) {
    #views > div:not(#menu-view) {
        left: 100px;
    }
}
#views.model-view > #model-view {
    display: block;
}
#model-view.series{
    left:100px;
}
#construction-view {
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    left: 100px;  
    bottom: 0;
    right: 0;
    z-index: 1;
    top: 65px;
}
#model-view {
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    left: 0;
    top: 65px;
    bottom: 0;
    right: 0;
    z-index: 1;
    /*display: none;*/
}
#select-view.series, #select-view-szalirany.series {
    /*left: 100px;*/
}
#select-view {
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0;
    right: 0;
    z-index: 1;
    display: block;
}
 #select-view-szalirany {
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0;
    right: 0;
    z-index: 1;
    display: block;
}
#model-sub-view {
    padding: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 100px;
    bottom: 0;
    right: 0;
    z-index: 1;
}
    #model-sub-view > .element-frame > .section > .d-flex > .model-item {
        display: block;
        float: left;
        text-align: center;
        width: 50%;
        position: relative;
    }
a {
    color: #696969;
    cursor: pointer;
    text-decoration: none;
}
#model-sub-view > .element-frame > .section > .d-flex > .model-item.selected > div.icon {
    display: block;
}
#model-sub-view > .element-frame > .section > .d-flex > .model-item > div.icon {
    width: 46px;
    height: 46px;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    margin-left: -23px;
    margin-top: -30px;
    background-color: #198754;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 2px 2px 5px -1px rgba(0,0,0,.35), rgba(255,255,255,.25) 1px 1px 2px inset;
    -moz-box-shadow: 2px 2px 5px -1px rgba(0,0,0,.35),rgba(255,255,255,.25) 1px 1px 2px inset;
    box-shadow: 2px 2px 5px -1px rgba(0,0,0,.35), rgba(255,255,255,.25) 1px 1px 2px inset;
    border: 1px solid rgba(100,100,100,.15);
    display: none;
}
    #model-sub-view > .element-frame > .section > .d-flex > .model-item > div.icon > .checkmark {
        position: absolute;
        width: 20px;
        height: 20px;
        top: 50%;
        left: 50%;
        margin-top: -10px;
        margin-left: -10px;
    }
        #model-sub-view > .element-frame > .section > .d-flex > .model-item > div.icon > .checkmark > .line-1 {
            background-color: #fff;
            width: 15px;
            height: 2px;
            -webkit-transform-origin: left bottom;
            -moz-transform-origin: left bottom;
            -ms-transform-origin: left bottom;
            -o-transform-origin: left bottom;
            transform-origin: left bottom;
            -webkit-transform: rotate(-35deg);
            -moz-transform: rotate(-35deg);
            -ms-transform: rotate(-35deg);
            -o-transform: rotate(-35deg);
            transform: rotate(-35deg);
            position: absolute;
            top: 15px;
            left: 6px;
        }
        #model-sub-view > .element-frame > .section > .d-flex > .model-item > div.icon > .checkmark > .line-2 {
            background-color: #fff;
            width: 8px;
            height: 2px;
            -webkit-transform-origin: left top;
            -moz-transform-origin: left top;
            -ms-transform-origin: left top;
            -o-transform-origin: left top;
            transform-origin: left top;
            -webkit-transform: rotate(-125deg);
            -moz-transform: rotate(-125deg);
            -ms-transform: rotate(-125deg);
            -o-transform: rotate(-125deg);
            transform: rotate(-125deg);
            position: absolute;
            top: 17px;
            left: 6px;
        }

#model-sub-view > .element-frame > .section > .d-flex > .model-item.selected > span {
    font-weight: 700;
    color: #198754;
}
#model-sub-view > .element-frame > .section > .d-flex > .model-item > span {
    display: block;
    position: relative;
    width: 100%;
    z-index: 2;
    overflow: hidden;
    white-space: inherit;
    text-overflow: ellipsis;
    font-size: 14px;
    padding: 0 10px;
    margin: -10px 0 5px 0;
    color: #000;
}
#model-view > #model-view-child > #model-sub-view > .element-frame > div.section > .title {
    display: block;
    margin: 10px 10px 5px 10px;
    font-size: 19px;
    line-height: 19px;
    color: #198754;
}
#model-sub-view > .element-frame > .section > .d-flex > .model-item > img {
    position: relative;
    z-index: 1;
    height: 200px;
    -webkit-transform: scale(.84,.84);
    -ms-transform: scale(.84,.84);
    transform: scale(.84,.84);
    width: 100px;
}
#model-sub-view > .element-frame > .section > .d-flex > .model-item.selected > img,
.no-touch #model-sub-view > .element-frame > .section > .d-flex > .model-item:focus > img,
.no-touch #model-sub-view > .element-frame > .section > .d-flex > .model-item:hover > img {
    -webkit-transform: scale(.87,.87);
    -ms-transform: scale(.87,.87);
    transform: scale(.87,.87);
}
.select {
    background-color: #198754;
    width: 100%;
    height: 50px;
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-style: solid;
    border-color: #e0e0e0;
    border-width: 0;
    border-bottom-width: 0;
    top:6px;
    /*left:100px;*/
}
    .select > select {
        background-color: #198754; /*#198754;*/
        color: #fff;
        width: 100%;
        height: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        outline: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 10px 12px;
        font-size: 16px;
        line-height: 30px;
        cursor: pointer;
        position: absolute;
        z-index: 1;
        text-indent: 0.01px;
        text-overflow: "";
    }
input, select {
    font-family: Roboto,sans-serif;
    font-size: 20px;
    color: #696969;
}
.select svg.select-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px;
    z-index: 3;
    pointer-events: none;
}
.select svg.select-icon .dpi {
    visibility: hidden;
}
.select svg.select-icon polygon.all {
    fill: #fff;
}
.select svg.select-icon .all {
    visibility: visible;
}

.img-fluid {
    text-align: right;
}

.sandwich-btn {
    position: absolute;
    height: 65px;
    display: block;
    cursor: pointer;
    top: 65px;
    left: 0;
    z-index: 0;
    background-color: #eee;
    line-height: 65px;
    -moz-box-shadow: 0 0 6px 2px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 6px 2px rgba(0,0,0,.3);
    box-shadow: 0 0 6px 2px rgba(0,0,0,.3);
    width: fit-content;
}
.sandwich-btn > span.label {
        display: inline-block;
        font-size: 22px;
        margin-left: 15px;
        margin-right: 20px;
        color: #000;
    }
.sandwich-btn > i.sandwich {
        display: inline-block;
        width: 24px;
        height: 16px;
        position: relative;
        z-index: 2;
        margin-left: 20px;
        margin-top: 25px;
    }
.sandwich-btn > i.sandwich > div.line.l-1st {
            top: 0;
        }
.sandwich-btn > i.sandwich > div.line {
            position: absolute;
            width: 100%;
            height: 2px;
            background-color: #000;
        }
.sandwich-btn > i.sandwich > div.line.l-2nd {
                top: 50%;
                margin-top: -1px;
                left: 0;
            }
.sandwich-btn > i.sandwich > div.line.l-3rd {
                bottom: 0;
            }

#views.rooms-view > #rooms-view {
    display: block;
    top: 65px;
}
#views.rooms-view > #kivitel-view {
    display: block;
    top: 65px;
}
#list-view {
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    right: 0;
    top: 0px;
    bottom: 0;   
    z-index: 1;   
}
#rooms-view, #case-view, #page-view, #glass-view, #doorknob-view, #kivitel-view, #szalirany-view {
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    left: 100px;
    top: 60px;
    bottom: 0;
    right: 0;
    z-index: 1;
    /*display: none;*/
}
#rooms-sub-view {
    padding: 10px 20px 20px 20px;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 50px;
    bottom: 0;
    right: 0;
    z-index: 1;
}
#rooms-view > #rooms-sub-view > div > .section > .colors > div.room-item > a.color > img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px rgba(0,0,0,.1);
    background-color: #dadada;
    width: 100%;
    height: 100%;
    max-height: 95px;
}
#case-view > #rooms-sub-view > div > .section > .colors > div.room-item > a.color > img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px rgba(0,0,0,.1);
    background-color: #dadada;
    width: 100%;
    height: 100%;
    max-height: 95px;
}
#page-view > #rooms-sub-view > div > .section > .colors > div.room-item > a.color > img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px rgba(0,0,0,.1);
    background-color: #dadada;
    width: 100%;
    height: 100%;
    max-height: 95px;
}
#doorknob-view > #rooms-sub-view > div > .section > .colors > div.room-item > a.color > img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px rgba(0,0,0,.1);
    background-color: #dadada;
    width: 100%;
    height: 100%;
    max-height: 95px;
}
#glass-view > #rooms-sub-view > div > .section > .colors > div.room-item > a.color > img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px rgba(0,0,0,.1);
    background-color: #dadada;
    width: 100%;
    height: 100%;
    max-height: 95px;
}
#rooms-view > #rooms-sub-view > .section > .model-item > img {
    position: relative;
    z-index: 1;
    height: 84px;
    -webkit-transform: scale(.84,.84);
    -ms-transform: scale(.84,.84);
    transform: scale(.84,.84);
    width: 84px;
}
#rooms-view > #rooms-sub-view > div >.section >.title {
    display: block;
    margin: 20px 10px 15px 10px;
    font-size: 19px;
    line-height: 19px;
    color: #000;
}
#rooms-sub-view.element-application2 > .element-application2, #rooms-sub-view.element-application > .element-application, #rooms-sub-view.element-cassette > .element-cassette, #rooms-sub-view.element-dframe2 > .element-dframe2, #rooms-sub-view.element-dframe > .element-dframe, #rooms-sub-view.element-frame > .element-frame,#model-sub-view > .element-frame, #rooms-sub-view.element-intarsia > .element-intarsia, #rooms-sub-view.element-panel2 > .element-panel2, #rooms-sub-view.element-panel3 > .element-panel3, #rooms-sub-view.element-panel > .element-panel, #rooms-sub-view.element-surface > .element-surface, #rooms-sub-view.element-wing > .element-wing {
    display: block
}
#rooms-sub-view > div > .section > .colors > div {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
}
#rooms-sub-view > div > .section > .colors > div.room-item > a.color {
    /*padding: 10px;*/
    display: block;
    position: relative;
}
.clear:after {
    content: "";
    display: table;
    clear: both;
}

#rooms-sub-view > div > .section > .colors > div.room-item > a.color.selected > div.icon {
    display: block;
}

#rooms-sub-view > div > .section > .colors > div.room-item> a > div.icon {
    width: 23px;
    height: 23px;
    position: absolute;
    z-index: 10;
    top: 65%;
    left: 65%;
    margin-left: -23px;
    margin-top: -30px;
    background-color: #198754;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 2px 2px 5px -1px rgba(0,0,0,.35), rgba(255,255,255,.25) 1px 1px 2px inset;
    -moz-box-shadow: 2px 2px 5px -1px rgba(0,0,0,.35),rgba(255,255,255,.25) 1px 1px 2px inset;
    box-shadow: 2px 2px 5px -1px rgba(0,0,0,.35), rgba(255,255,255,.25) 1px 1px 2px inset;
    border: 1px solid rgba(100,100,100,.15);
    display: none;
}

#rooms-sub-view > div > .section > .colors > div.room-item > a > div.icon > .checkmark {
        position: absolute;
        width: 20px;
        height: 20px;
        top: 50%;
        left: 50%;
        margin-top: -10px;
        margin-left: -10px;
    }

#rooms-sub-view > div > .section > .colors > div.room-item > a > div.icon > .checkmark > .line-1 {
            background-color: #fff;
            width: 15px;
            height: 2px;
            -webkit-transform-origin: left bottom;
            -moz-transform-origin: left bottom;
            -ms-transform-origin: left bottom;
            -o-transform-origin: left bottom;
            transform-origin: left bottom;
            -webkit-transform: rotate(-35deg);
            -moz-transform: rotate(-35deg);
            -ms-transform: rotate(-35deg);
            -o-transform: rotate(-35deg);
            transform: rotate(-35deg);
            position: absolute;
            top: 15px;
            left: 6px;
        }

#rooms-sub-view > div > .section > .colors > div.room-item > a > div.icon > .checkmark > .line-2 {
            background-color: #fff;
            width: 8px;
            height: 2px;
            -webkit-transform-origin: left top;
            -moz-transform-origin: left top;
            -ms-transform-origin: left top;
            -o-transform-origin: left top;
            transform-origin: left top;
            -webkit-transform: rotate(-125deg);
            -moz-transform: rotate(-125deg);
            -ms-transform: rotate(-125deg);
            -o-transform: rotate(-125deg);
            transform: rotate(-125deg);
            position: absolute;
            top: 17px;
            left: 6px;
        }

#rooms-sub-view > div > .section > .colors > div.room-item > a.color.selected > span {
    color: #198754;
}

#rooms-sub-view > div > .section > .colors > div.room-item > a.color > span {
    display: block;
    position: relative;
    width: 100%;
    z-index: 2;
    overflow: hidden;
    white-space: inherit;
    text-overflow: ellipsis;
    font-size: 14px;
    padding: 0 10px;
    margin: -10px 0 5px 0;
    color: #000;
}

#rooms-sub-view > div > .section > .colors > div.room-item > a.color > img {
    position: relative;
    z-index: 1;
    height: 200px;
    -webkit-transform: scale(.84,.84);
    -ms-transform: scale(.84,.84);
    transform: scale(.84,.84);
    width: 100px;
}

#rooms-sub-view > div > .section > .colors > div.room-item > a.color.selected > img,
.no-touch #rooms-sub-view > div > .section > .colors > div.room-item > a.color:focus > img,
.no-touch #model-sub-view > .element-frame > .section > .colors > div.room-item > a.color:hover > img {
    -webkit-transform: scale(.87,.87);
    -ms-transform: scale(.87,.87);
    transform: scale(.87,.87);
}
#model-sub-view > .element-frame{
    display:grid;
}
#construction-view > .section {
    border-top: 1px solid #e4e4e4;
    padding: 20px;
    overflow: hidden;
}
#door-dimensions > .subsection {
    margin-top: 20px;
}
div.kslider-container {
    width: 100%;
}
    div.kslider-container .kslider-label {
        color: #198754;
        pointer-events: none;
    }
    div.kslider-container .kslider-ctrl {
        padding-bottom: 5px;
        position: relative;
    }
    div.kslider-container .kslider-minus {
        left: 0;
    }

    div.kslider-container .kslider-minus, div.kslider-container .kslider-plus {
        position: absolute;
        width: 20px;
        height: 20px;
        top: 7px;
        border-radius: 20px;
        background-color: #696969;
        color: #fff;
        text-align: center;
        font-family: Roboto,sans-serif;
        line-height: 1.2em;
        cursor: pointer;
    }
    div.kslider-container .kslider-plus {
        right: 0;
    }
    div.kslider-container .kslider-data {
        color: #000;
        font-size: 24px;
    }

    div.kslider-container .kslider-data {
        text-align: center;
    }
        div.kslider-container .kslider-data input {
            width: 70px;
            text-align: center;
            color: #000;
            border-color: inherit;
            border-radius: 2px;
            -webkit-box-shadow: none;
            -webkit-appearance: none;
            box-shadow: none;
            background: 0 0;
            -webkit-user-select: text !important;
            -khtml-user-select: text !important;
            -moz-user-select: text !important;
            -ms-user-select: text !important;
            -o-user-select: text !important;
            user-select: text !important;
            border: 1px solid #e4e4e4;
        }
        div.kslider-container .kslider-data .imperial {
            font-size: 16px;
        }  
    div.kslider-container .kslider-handle {
        width: 12px;
        height: 12px;
        position: relative;
        z-index: 2;
        background-color: #b0226b;
        border-radius: 12px;
        cursor: pointer;
        top: -5px;
    }
    div.kslider-container .limit {
        position: relative;
        z-index: 1;
        top: -7px;
        display: block;
        pointer-events: none;
        width: 2px;
        height: 12px;
        margin-left: 6px;
        background-color: #b0226b;
        -webkit-transition: left .4s;
        transition: left .4s;
    }
#construction-view, #construction-view *, #main-view, #main-view *, img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}
/*bootstrap range style start*/
.form-range::-webkit-slider-thumb {
    background: #FFE1FF;
}

.form-range::-moz-range-thumb {
    background: #FFE1FF;
}

.form-range::-ms-thumb {
    background: #FFE1FF;
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #198754;
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #198754;
    border-color: transparent;
    border-radius: 1rem;
}
.form-range:hover {
    opacity: 1; /* Fully shown on mouse-over */
}
/*bootstrap range style end*/
.card:hover .card-footer {
    bottom: -35px;
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06); 
    display: block;
}
.card > .card-body > .flex-row > p.borovi-text {
    color: green;
}
.card-footer{
    background-color:#198754;
}
.offcanvas-end{    
    width:300px;
}
.fas.fa-trash {
   color: #eeeff1;
}
#cardAjtoGroup{
    overflow-y:auto;
    overflow-x:hidden;
}

/*Ajánlatkérő modal form*/
.modal-dialog.custom-660-660, .kPopup.custom-660-660 {
    /*width: 1000px;*/
    height: 660px;
}
.modal-dialog > .modal-content > .modal-header {
    top: 0;
    width: 100%;
    height: 52px;
    background-color: #198754;
}
.modal-dialog > .modal-content > .modal-header > .modal-title {
    line-height: 52px;
    font-size: 16px;
    color: #fff;
    margin-left: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.modal-dialog .input-wrap {
    bottom: 60px;
}

.modal-dialog .input-wrap {
    /*padding: 16px;*/
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    top: 52px;
    left: 0;
    right: 0;
    bottom: 0;
}
.modal-dialog input, .modal-dialog select, .kPopup input, .kPopup select {
    width: 100%;
    background-color: #dfdfdf;
    height: 38px;
    font-size: 14px;
    color: #5e5e5e;
    border: none;
    border-color: inherit;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    padding-left: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 9px;
}
.modal-dialog > .modal-content > .modal-footer > .button-wrap, .kPopup .button-wrap {
    height: 60px;
    width: 100%;
    background-color: #f9f9f9;
    border-top: #e4e4e4;
    border-top-style: solid;
    border-top-width: 1px;
    display: flex;
    border-collapse: separate;
    border-spacing: 20px 10px;    
}
    .modal-dialog > .modal-content > .modal-footer > .button-wrap .button.disabled, .kPopup .button-wrap .button.disabled {
        opacity: .15;
        cursor: not-allowed !important;
    }

    .modal-dialog > .modal-content > .modal-footer > .button-wrap > .button, .kPopup .button-wrap > .button {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        display: table-cell;
        height: 38px;
        font-size: 20px;
        background-color: #198754;
        color: #fff;
        vertical-align: bottom;
        width: 50%;
        position: relative;
        text-align: center;
        line-height: 38px;
        user-select: none;
    }
.modal-dialog textarea, .kPopup textarea {
    width: 100%;
    background-color: #dfdfdf;
    font-size: 14px;
    color: #5e5e5e;
    height: 38px;
    border: none;
    border-color: inherit;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 9px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
}
.modal-dialog .gdpr-notice, .kPopup .gdpr-notice {
    margin-top: 15px;
    font-size: 14px;
    font-style: italic;
}
.modal-dialog .req-label, .kPopup .req-label {
    margin: 0 0 0 15px;
    font-size: 14px;
    user-select: none;
}
#modal-form .gdpr-checkbox, .kPopup .gdpr-checkbox {
    margin-top: 10px;
}
.k-checkbox2.disabled i.k-radio2{
    border-color:lightgrey;
}
.k-checkbox2.disabled span{
    color:lightgrey;
}
.k-checkbox,.k-checkbox2 {
    width: 100%;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    line-height: 22px;
    min-height: 22px;
    padding: 10px 0 10px 30px;
}
    .k-checkbox i.k-radio, .k-checkbox2 i.k-radio2 {
        position: absolute;
        display: block;
        width: 20px;
        height: 20px;
        top: 11px;
        left: 0;
        background-color: transparent;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border: 2px solid #000;
        -webkit-transition: border-color .2s;
        -moz-transition: border-color .2s;
        -ms-transition: border-color .2s;
        -o-transition: border-color .2s;
        transition: border-color .2s;
    }
    .k-checkbox > i.k-radio > i.check-1, .k-checkbox2 > i.k-radio2 > i.check-1  {
        position: absolute;
        width: 6px;
        height: 2px;
        top: 9px;
        left: 2px;
        background-color: #198754;
        -moz-transform: rotate(45deg) scale(0);
        -ms-transform: rotate(45deg) scale(0);
        -o-transform: rotate(45deg) scale(0);
        -webkit-transform: rotate(45deg) scale(0);
        transform: rotate(45deg) scale(0);
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }
    .k-checkbox > i.k-radio > i.check-2, .k-checkbox2 > i.k-radio2 > i.check-2 {
        position: absolute;
        width: 10px;
        height: 2px;
        top: 7px;
        left: 5px;
        background-color: #198754;
        -moz-transform: rotate(-45deg) scale(0);
        -ms-transform: rotate(-45deg) scale(0);
        -o-transform: rotate(-45deg) scale(0);
        -webkit-transform: rotate(-45deg) scale(0);
        transform: rotate(-45deg) scale(0);
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }
.modal-dialog .gdpr-checkbox span, .kPopup .gdpr-checkbox span, label.error {
    font-style: italic;
    font-size: 14px;
    font-weight: 700;
}

.k-checkbox span, .k-checkbox2 span {
    color: #000;
    font-weight: 400;
    font-size: 16px;
}
.modal-dialog .gdpr-notice .link, .kPopup .gdpr-notice .link {
    cursor: pointer;
    color: #4285f4;
    text-decoration: underline;
    white-space: nowrap;
}
.k-checkbox.selected i.k-radio, .k-checkbox2.selected i.k-radio2 {
    border-color: #198754 !important;
}
.k-checkbox.selected > i.k-radio > i.check, .k-checkbox.selected > i.k-radio > i.check-1,
.k-checkbox2.selected > i.k-radio2 > i.check, .k-checkbox2.selected > i.k-radio2 > i.check-1 {
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -o-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
}

.k-checkbox.selected > i.k-radio > i.check, .k-checkbox.selected > i.k-radio > i.check-2,
.k-checkbox2.selected > i.k-radio2 > i.check, .k-checkbox2.selected > i.k-radio2 > i.check-2 {
    -moz-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    -o-transform: rotate(-45deg) scale(1);
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1)
}

.k-checkbox.selected i.k-radio, .k-checkbox2.selected i.k-radio2 {
    border-color: #198754 !important;
}
input.error {
    background-color: #ffcdcd !important;
    color: #5e5e5e !important;
}
/*label.error {
    font-style: italic;
    font-size: 14px;
    font-weight: 700;
}*/
div.spinner-popup {
    position: absolute;
    width: 250px;
    height: 70px;
    background-color: #198754;
    left: 50%;
    top: 50%;
    margin-left: -125px;
    margin-top: -35px;
    overflow: hidden;
    line-height: 70px;
    text-align: center;
    font-size: .8em;
    z-index:1;    
}
@keyframes spinner {
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotate(360deg)
    }
}

.spinner {
    min-width: 30px;
    min-height: 30px
}

    .spinner:before {
        content: "Loading…";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 30px;
        height: 30px;
        margin-top: -13px;
        margin-left: -13px;
        z-index: 1
    }

    .spinner:not(:required):before {
        content: "";
        border-radius: 50%;
        border: 2px solid #ccc;
        border-top-color: #5d99ef;
        animation: spinner .6s ease-in-out infinite;
        -webkit-animation: spinner .6s ease-in-out infinite
    }
div.pdf-popup.new {
    background-color: #fff;
    width: 280px;
    height: 180px;
    margin-left: -140px;
    margin-top: -90px;
    padding: 15px;
    color: #000;
    z-index:1;
}
div.download-popup, div.pdf-popup {
    position: absolute;
    width: 250px;
    height: 70px;
    left: 50%;
    top: 50%;
    margin-left: -125px;
    margin-top: -35px;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 2px 2px 20px rgba(0,0,0,.5);
    -moz-box-shadow: 2px 2px 20px rgba(0,0,0,.5);
    box-shadow: 2px 2px 20px rgba(0,0,0,.5);
}
    div.pdf-popup.message a, div.pdf-popup.new a {
        display: block;
        width: auto;
        height: 40px;
        line-height: 40px;
        position: absolute;
        bottom: 10px;
        left: 30px;
        right: 30px;
    }

    div.download-popup a, div.pdf-popup a {
        display: block;
        color: #fff;
        background-color: #198754;
        width: 250px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
#application-bar {
/*    background: #198754;
    background: -moz-linear-gradient(-45deg,#198754 1%,#7bcba6 100%);
    background: -webkit-linear-gradient(-45deg,#198754 1%,#7bcba6 100%);
    background: linear-gradient(135deg,#198754 1%,#7bcba6 100%);
*/}

#application-bar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 0px;
    z-index: 10000;
/*    background-color: #198754;
*/    display: block;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 3px 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.2);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    white-space: nowrap;
}

#application-bar {
    height: 0px;
}
    #application-bar > div.partner-logo {
        top: 0;
        left: 0;
        bottom: 0;
        float: left;
        z-index: 2;
        height: 75px;
        line-height: 75px;
    }

    #application-bar > .partner-logo, #main-view > #door-house .control-bar, #main-view > #door-house > #switcher-btn, #main-view > #wall-grid > #house-grid, #main-view > #wall-grid > #switcher-btn, #main-view > #wall > #door, #main-view > #wall > #switcher-btn {
        -webkit-transition: -webkit-transform .25s ease;
        -moz-transition: -moz-transform .25s ease;
        -ms-transition: -ms-transform .25s ease;
        -o-transition: -o-transform .25s ease;
        transition: transform .25s ease;
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }
    #application-bar > div.partner-logo > a {
        display: block;
        height: 100%;
        border: none;
        outline: 0;
    }
    #application-bar > div.partner-logo > span.logo-text {
        display: none;
        padding: 0 15px 0 30px;
        font-size: 34px;
        color: #fff;
        color: #4f4f4f;
        text-shadow: -2px -2px 2px rgba(150,150,150,.3);
    }
    #application-bar > div.right-container {
        position: absolute;
        right: 0;
        top: 0;
        padding: 0 20px 0 10px;
        z-index: 3;
        color: #fff;
        font-size: 22px;
        line-height: 75px;
        height: 75px;
        background-color: #198754;
    }
        #application-bar > div.right-container:before {
            content: "";
            display: block;
            width: 0px;
            height: 75px;
            position: absolute;
            left: -40px;
            top: 0;
            background-color: #cc1f50;
            background: -moz-linear-gradient(left,rgba(204,31,80,0) 0,#7bcba6 75%);
            background: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(204,31,80,0)),color-stop(75%,#7bcba6));
            background: -webkit-linear-gradient(left,rgba(204,31,80,0) 0,#7bcba6 75%);
            background: -o-linear-gradient(left,rgba(204,31,80,0) 0,#7bcba6 75%);
            background: -ms-linear-gradient(left,rgba(204,31,80,0) 0,#7bcba6 75%);
            background: linear-gradient(to right,rgba(204,31,80,0) 0,#7bcba6 75%);
        }
    #application-bar .model-name {
        display: inline-block;
        float: left;
    }
.offcanvas{
    top:75px;
}
.logo-image {
    position: relative;
   
    width: 45%;
}

.form-check-input:checked {
    background-color: #198754;
    border-color: #198754;
}
.form-switch {
    margin: 20px; 
}
#exampleModalToggle2, #AjanlatEmailModal {
    z-index: 9999999;
}


/*Képernyő méret*/
@media screen and (max-width: 736px) {
    #menu-view .menu-item {
        height: 47px;
        line-height: 47px
    }

        #menu-view .menu-item > i.icon {
            top: -4px
        }

        #menu-view .menu-item > .icon-title {
            bottom: 2px
        }
}

@media screen and (max-width: 736px) and (orientation:landscape) {
    #menu-view {
        top: 40px
    }
}

@media screen and (min-width: 430px) {
    .mini-menu #views > #menu-view {
        z-index: 100;
        display: block;
        border-right: 1px solid #e0e0e0;
        width: 100px
    }

        .mini-menu #views > #menu-view .menu-item {
            width: 100px
        }

    .mini-menu #views.menu-view > #menu-view {
        width: auto;
        border-right: none
    }

        .mini-menu #views.menu-view > #menu-view .menu-item {
            width: 100%
        }

    .mini-menu #views > div:not(#menu-view) {
        left: 100px
    }

    .no-touch.mini-menu #views > #menu-view {
        overflow-y: hidden
    }

        .no-touch.mini-menu #views.menu-view > #menu-view, .no-touch.mini-menu #views > #menu-view:hover {
            overflow-y: auto
        }
}
@media screen and (max-width: 350px) {
    #model-sub-view > .model-item {
        width: 45%
    }

        #model-sub-view > .model-item:nth-child(odd) {
            margin-left: 5%
        }

        #model-sub-view > .model-item:nth-child(even) {
            margin-right: 5%
        }

        #model-sub-view > .model-item > img {
            -webkit-transform: scale(.87,.87);
            -ms-transform: scale(.87,.87);
            transform: scale(.87,.87)
        }

        #model-sub-view > .model-item.selected > img, .no-touch #model-sub-view > .model-item:focus > img, .no-touch #model-sub-view > .model-item:hover > img {
            -webkit-transform: scale(.93,.93);
            -ms-transform: scale(.93,.93);
            transform: scale(.93,.93)
        }
}

@media screen and (max-width: 300px) {
    #model-sub-view > .model-item {
        width: 50%
    }

        #model-sub-view > .model-item:nth-child(odd) {
            margin-left: 0
        }

        #model-sub-view > .model-item:nth-child(even) {
            margin-right: 0
        }
}

@media screen and (max-width: 250px) {
    #model-sub-view {
        padding: 20px 0 0 0
    }
}

@media screen and (max-width: 736px) and (orientation:landscape) {
    #model-view {
        top: 40px
    }

        #model-view.series > #model-sub-view {
            top: 40px
        }

        #model-view.category > #model-sub-view {
            top: 80px
        }

        #model-view.model-options > #model-sub-view {
            bottom: 30px !important
        }
}

@media screen and (min-width: 1200px) {
    #model-view.series > #model-sub-view.model-list-view {
        top: 120px
    }
}

@media screen and (max-width: 1200px) {
    #model-view.series > #model-sub-view.model-list-view {
        top: 170px
    }
}
@media screen and (max-width: 350px) {
    #inside-model-sub-view > .model-item {
        width: 45%
    }

        #inside-model-sub-view > .model-item:nth-child(odd) {
            margin-left: 5%
        }

        #inside-model-sub-view > .model-item:nth-child(even) {
            margin-right: 5%
        }

        #inside-model-sub-view > .model-item > img {
            -webkit-transform: scale(.87,.87);
            -ms-transform: scale(.87,.87);
            transform: scale(.87,.87)
        }

        #inside-model-sub-view > .model-item.selected > img, .no-touch #inside-model-sub-view > .model-item:focus > img, .no-touch #inside-model-sub-view > .model-item:hover > img {
            -webkit-transform: scale(.93,.93);
            -ms-transform: scale(.93,.93);
            transform: scale(.93,.93)
        }
}

@media screen and (max-width: 300px) {
    #inside-model-sub-view > .model-item {
        width: 50%
    }

        #inside-model-sub-view > .model-item:nth-child(odd) {
            margin-left: 0
        }

        #inside-model-sub-view > .model-item:nth-child(even) {
            margin-right: 0
        }
}

@media screen and (max-width: 250px) {
    #inside-model-sub-view {
        padding: 20px 0 0 0
    }
}

@media screen and (max-width: 736px) and (orientation:landscape) {
    #inside-model-view {
        top: 40px
    }

        #inside-model-view.series > #inside-model-sub-view {
            top: 40px
        }

        #inside-model-view.side-model > #inside-model-sub-view {
            bottom: 30px !important
        }
}