/*!
* Visual Designer JQuery Plugin
* Author: Sam Zielke-Ryner
* Licensed under ...
*/


/*.vd-release * {
line-height: normal;
}*/

.vd-reset {
    padding: 0;
    font-size: 100%;
    line-height: 1;
    box-sizing: border-box;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    /*box-sizing: border-box;*/
    /*line-height: normal;*/
}

.vd-widget {
    .vd-reset;

    .vd-overlay,
    .vd-click-overlay {
        display: block !important;
        height: 100% !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .vd-overlay {
        pointer-events: none;

        [vd-type] {
            pointer-events: auto;
        }
    }

    /*&when (> .vd-click-overlay) {
    position: relative;
}*/

    .vd-click-overlay {
        z-index: 999;
    }

    &.vd-hidden {
        display: none !important;
    }

    /*&:empty,
> *:empty {
    min-width: 30px;
    display: inline-block;
}*/
}

.vd-main {
    position: relative;
    padding: 0 !important;
    background-color: #fff;
}