

/* Start:/local/components/mstrana/calc.stairs/templates/.default/style.css?1755081871940*/
.calculator .radio.images img {
    display: block;
    max-width: 100%;
    width: 69px;
    height: 60px;
}
.calculator .select {
    width: 100% !important;
}
.calculator .select select {
    padding-top: 0;
}
.calc_inp_error {
    border:1px solid red !important;
}

.calculator .img-helper {
    text-align: center;

}
.calculator .img-helper img {
    border:2px solid #ff984a;
    background-color: #fff;
    padding: 10px;
}
.label-with-note {
    position:relative;
}
.label-with-note i{
    cursor: pointer;
    color: #53b301;
}
.height-note,
.width-note{
    position: absolute;
    width: 350px;
    height: 190px;
    z-index: 1000;
    background: #fff;
    border: 1px solid #dedede;
    padding: 10px;
    display: none;
    top:-190px;
    left:135px;
    font-size: 12px;
    font-style: italic;
}

.height-note {
    left:147px;
}


.single-article .insert-calc, .article-content .insert-calc{
    margin-bottom: 20px;
}
/* End */
/* /local/components/mstrana/calc.stairs/templates/.default/style.css?1755081871940 */
