div#stlFileFeedback {
    font-size: x-small;
}

section#fieldsetstap3 {
    margin-bottom: 0px;
}

/* select#units { */
/*     margin-left: 15px; */
/*     font-size: 1rem; */
/*     font-weight: 400; */
/*     color: #6e6d6d; */
/*     padding: 2px 8px; */
/*     margin-top: 1px; */
/*     border: 1px solid #e8e6e6; */
/*     border-radius: 2px; */
/*     cursor: pointer; */
/* } */

#checkplotopen, #checkplotdicht {
    display: none;
}

section.calculator-section.step-2.section-simulate {
    margin-bottom: 1px;
}

.ddTitleText img, ._msddli_ img {
    margin: 5px !important;
}


li.disabled._msddli_ {
    display: none !important;
}

#helpdiv h1 {
    font-size: 16px !important;
    margin-left: 5px;
}

#helpdiv {
    font-size: 13px;
    border: 1px solid #d5d5d5;
    padding: 5px;
}

#helpdiv {
    overflow-y: auto;
    overflow-x: hidden;
}

.rekentool p.my_backorder_notification,
.rekentool p.my_instock_notification {
    height: auto !important;
    font-size: unset;
}

input:disabled,
select:disabled,
checkbox:disabled {
    background-color: lightgray;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 2px 10px;
    cursor: pointer;
    border-radius: 3px;
}

.custom-file-upload:hover {
    box-shadow: 0 0 3px darkslategray;
}

#alarmdiv {
    animation: colorchange 1s infinite;
    -webkit-animation: colorchange 1s infinite;
    border-radius: 3px;
}

@keyframes colorchange {
    0% {
        background: red;
    }
    50% {
        background: orange;
    }
}

@-webkit-keyframes colorchange /* Safari and Chrome - necessary duplicate */
{
    0% {
        background: red;
    }
    50% {
        background: orange;
    }
}

/* .rektd input[type='checkbox'], #formstep1_3 > input[type='checkbox'], #user_agrees_terms { */
/*     width: 20px !important; */
/*     height: 20px !important; */
/*     vertical-align: middle; */
/* } */

.picdropdownleft {
    padding-left: 10px !important;
}

.picdropdownright {
    padding-right: 10px !important;
}

/* .featherlight-theme .rektd .ddlabel { */
/*     font-size: 11px !important; */
/* } */

.out-of-stock {
    color: orange;
}

.in-stock {
    /*color: green;*/
}

.rekentool legend {
    background-color: white !important;
}

/*@media only screen and (min-width: 639px) {*/
/* .rektd > p, #textapplicationimage, #p_calc_scenario_label, #rvstdrekentooltext > p{ */
/*     background: no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAn1BMVEUAAAADv1wEv1wEv1wFv10Ev1wFv10MwWAOwWFo2Z0Dv1uf58CD364EvlwDv1wBvlsDvlwNwWEIwF4PwWJEz4Dl+O6m6MVu2qBU05ADvlsDv1sFv1wLwGALwGAAvlr///8AvVgAvFTq+vEbxWtF0Ic3zH4tyncGwF7x/PbF8Nkkx3ESw2ULwWEAuk/4/vrX9eXR9OHC8NiT47hd1ZZO0ow6KbNQAAAAHnRSTlMA9o6IxHo5FQr+1v7++fjxrSwcEQH+/v761q2jLCvk7CFhAAAAtElEQVQY0yVPV6LDIAxzyGia7te3umQgq3vf/2xViH40kAEL8b01xWRamIX0GMSAJQCzDH4D2x7rujlbzAfs87wd3lT9+GQR57ID3Huvh4Pq2GGWieEFT/V1qfq4AKmsAByrxv2p/jJIZALCutFe7yUfimQKwlVeRy0FgyIE/z/XjrsR04um7DmVRWgMVU9hIhMxIfA+VPgxWc4pzq/KktZf/XIzdhz7MX2HPEuTKErSLKf5ALZQFzLNleuTAAAAAElFTkSuQmCC); */
/*     background-size: 13px 13px; */
/*     !*display:inline-block;*! */
/*     background-position: right; */
/*     cursor: pointer; */
/* } */

/*}*/

div.dd {
    cursor: pointer;
}

/* .rektd > p:hover { */
/*     box-shadow: 0 1px 0px #00be5a; */
/* } */

.ddTitleText {
    height: 95px !important;
}

.divider {
    display: none !important;
}

.rekbutton {
    display: inline-block;
    margin: 3px;
    padding: 2px;
    border: 1px solid lightgrey;
    border-radius: 3px;
    /*box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);*/
}

.rekbutton:hover {
    /*box-shadow: none;*/
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
}

.dd .ddTitle {
    font-size: 12px;
}

.dd .ddTitle .description {
    font-size: 12px;
}

.picdropdownleft {
    height: 60px;
    padding: 5px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.picdropdownright {
    height: 60px;
    padding: 5px;
}

.pctext {
    font-size: 13pt;
}

.loading:after {
    content: '';
    height: 30px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: url('/wp-content/themes/storefrontfeatherlight_bvh/logos/loading.gif') center center !important;
}

.rekentool {
    position: relative;
}

.loading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(245, 245, 245, 1);
    z-index: 990;
}

#myCanvas, #cvs, #container3d {
    width: 48%;
    /*text-align:center;*/
}

.rekentool p {
    margin-left: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
}

.rekentool fieldset {
    width: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    margin-bottom: 3px !important;
    margin-top: 0px !important;
    border-radius: 4px;
    border-bottom: 1px solid rgba(0, 100, 185, 0.1) !important;
}

.rekform {
    margin-bottom: 3px;
}

.rekentool hr {
    color: #09C;
}

.rekentool legend {
    background: white;
}

/* .rektd { */
/*     padding-top: 2px !important; */
/*     padding-bottom: 0px !important; */
/*     border: 0px solid black; */
/*     !*vertical-align: bottom;*! */
/*     text-align: center; */
/* } */

/* .rektd input, .rektd select, .rektd label { */
/*     width: 95%; */
/*     height: 30px; */
/*     font-size: 11pt; */
/*     font-family: sans-serif; */
/*     color: grey; */
/*     font-weight: normal; */
/*     padding: 1px; */
/*     background-color: white !important; */
/*     border: 1px solid lightgray !important; */
/*     !*height: 20px;*! */
/* } */

button.smallblue-pill {
    background-color: #eeeeee;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
    background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
    background-image: linear-gradient(top, #eeeeee, #cccccc);
    border: 1px solid #ccc;
    border-bottom: 1px solid #bbb;
    border-radius: 0px;
    color: #333;
    font: bold 11px/1 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    padding: 2px 0;
    text-align: center;
    text-shadow: 0 1px 0 #eee;
    width: 150px;
}

button.blue-pill {
    background-color: #eeeeee;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
    background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
    background-image: linear-gradient(top, #eeeeee, #cccccc);
    border: 1px solid #ccc;
    border-bottom: 1px solid #bbb;
    border-radius: 4px;
    color: #333;
    margin-left: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
    font: bold 11px/1 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    padding: 8px 0;
    text-align: center;
    text-shadow: 0 1px 0 #eee;
    width: 150px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.6) !important;
}

button.blue-pill:hover {
    background-color: #dddddd;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #bbbbbb));
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(top, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd;
    box-shadow: none !important;
}

button.clean-gray:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}

button.blue-pill:disabled {
    color: #bebebe;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    display: inline;
}

.boxrek {
    border: 0px dashed #444;
    width: 212px;
    vertical-align: top;
    display: inline-block;
    zoom: 1
}

#container3d {
    background: #FFF;
    width: 425px;
    height: 425px;
    /*float:right;*/
    padding-right: 5px;
}

#myCanvas {
    /*float:left;*/
}

#cvs {
    /*float:right;*/
}

/* #picturesform { */
/*     margin-left: auto; */
/*     margin-right: auto; */
/*     text-align: center; */
/* } */

div.toppictures {
    display: table;
    width: 100%;
    table-layout: fixed; /* For cells of equal size */
}

div.toppictures span {
    display: table-cell;
    text-align: center;
}

/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/

/*@media*/
/*only screen and (max-width: 760px),*/
/*(min-device-width: 768px) and (max-device-width: 1025px)  {*/

@media only screen and (min-width: 768px) {
    /* .gvt-icon-bar { */
    /*     z-index: 99; */
    /*     position: fixed; */
    /*     top: 50%; */
    /*     -webkit-transform: translateY(-50%); */
    /*     -ms-transform: translateY(-50%); */
    /*     transform: translateY(-50%); */
    /*     margin-left: -60px; */
    /*     background-color: white; */
    /* } */

    /* .slbCloseBtn { */
    /*     right: 5px !important; */
    /*     border-radius: 0.66667em !important; */
    /*     line-height: 0.66667em !important; */
    /*     width: 50px !important; */
    /*     height: 50px !important; */
    /* } */

    /* .slbContentOuter { */
    /*     padding: 0px !important; */
    /* } */

    #WebGL-output canvas {
        width: 30vw !important;
        height: 30vw !important;
        background-color: rgba(255, 255, 255, 1);
        border-radius: 1.66667em !important;
        border: 1px solid lightgray;
    }

    .logo2d {
        float: left;
    }

    .logo3d {
        float: right;
    }

    /* .rektd { */
    /*     width: 25%; */
    /* } */

}


/* .gvt-icon-bar a { */
/*     display: block; */
/*     text-align: center; */
/*     padding: 10px; */
/*     transition: all 0.3s ease; */
/*     color: white; */
/*     font-size: 20px; */
/*     border: 2px solid lightgray; */
/* } */

/* .gvt-icon-bar a:hover { */
/*     border: 2px solid #ff9100; */
/* } */

/* .gvt-icon-bar a#fl_advanced_rektool { */
/*     line-height: 18px; */
/*     color: #626262; */
/* } */

@media only screen and (max-width: 768px) {
    /* #cameratools { */
    /*     display: none; */
    /* } */

    /* .gvt-icon-bar { */
    /*     z-index: 99; */
    /*     position: fixed; */
    /*     bottom: 55px; */
    /*     left: 0px; */
    /*     background-color: white; */
    /*     width: 100%; */
    /*     display: table; */
    /*     box-shadow: 0px -3px 3px lightgray; */
    /* } */

    /* .gvt-icon-bar a { */
    /*     display: table-cell; */
    /*     height: 60px; */
    /*     border: none; */
    /*     vertical-align: middle; */
    /* } */

    /* #pricetablecalc { */
    /*     display: table !important; */
    /*     width: 1%; */
    /*     padding-bottom: 10px; */
    /*     margin: 0 auto; */
    /* } */

    /* #pricetablecalc td { */
    /*     display: table-cell !important; */
    /*     max-width: 100%; */
    /*     padding-right: 5px; */
    /*     white-space: nowrap; */
    /*     font-size: 11px; */
    /* } */

    /* #pricetablecalc tr { */
    /*     display: table-row !important; */
    /* } */

    .slbCloseBtn {
        right: 5px !important;
        border-radius: 0.66667em;
        line-height: 0.66667em !important;
        width: 50px !important;
        height: 50px !important;
    }

    .slbContentOuter {
        padding: 0px !important;
    }

    #WebGL-output canvas {
        width: 90vw !important;
        height: 90vw !important;
        background-color: rgba(255, 255, 255, 1);
        border-radius: 1.66667em !important;
        border: 1px solid lightgray;
    }

    /* #buttonopenen, #buttonsluiten, #montagetekeningknop, [id='3dknop'] { */
    /*     width: 47% !important; */
    /* } */

    /* button#startberekeningknop { */
    /*     width: 37% !important; */
    /* } */

    /* .rektd { */
    /*     display: inline-block !important; */
    /*     width: 50% !important; */
    /*     margin: 0px; */
    /*     padding: 0px; */
    /* } */

    .inrowmobile {
        margin: 0px !important;
        width: 45% !important;
        display: inline-block !important;
    }

    .logo2d, .logo3d {
        margin: 0px !important;
    }

    .toppictures span input {
        width: 90% !important;
    }

    #myCanvas, #cvs, #container3d {
        width: 96%;
        text-align: center;
    }

    /*Force table to not be like tables anymore*/
    /* .rektable, .rekth, .rektd, .rektr, div.toppictures, .rektable.tbody { */
    /*     display: block; */
    /* } */

    .rektr {
        display: table-row !important;
    }

    .rektr {
        border: 0px solid #ccc;
    }

    div.toppictures {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    #cameratools {
        display: none;
    }

    div.toppictures span {
        display: table-cell;
        text-align: center;
    }

    .wideonmobile {
        display: block !important;
        margin: 0px;
        width: 100% !important;
    }

    .dd.ddcommon.borderRadius {
        width: 100%;
    }

    #myCanvas, #container3D canvas, #cvs {
        /* width: 49% !important; */
    }

    /*    #myCanvas {
            width: 59% !important;
        }
        #container3D canvas, #cvs{
            width: 39% !important;
        }*/
    /* .rektd { */
    /*     !*Behave  like a "row"*! */
    /*     border: none; */
    /*     !*border-bottom: 1px solid #eee;*! */
    /*     position: relative; */
    /*     !*padding-left: 50%;*! */
    /* } */

    /* .rektd:before { */
    /*     position: absolute; */
    /*     top: 6px; */
    /*     left: 6px; */
    /*     width: 45%; */
    /*     padding-right: 10px; */
    /*     white-space: nowrap; */
    /* } */

    /* #pricetablecalc td { */
    /*     font-size: 2.3vw; */
    /* } */
}
