/*
 Ingeschoten door EF2 B.V. - www.ef2.nl
 Doeltreffende communicatie
 Prima samenspel van Kees, Simon en Diederick
 Hoewel wij de makers zijn, rusten de rechten bij onze klant.
*/
/* 
    Created on : 25-okt-2017, 13:19:55
    Author     : keescornelisse1
*/
body.path-node .ui-widget {
    font-family: omnes-pro, sans-serif;
}

body.path-node .ui-widget button {
    margin-top: 15px;
    float: right;
}

body.path-node .ui-widget-overlay {
    background: #FFFF00;
    opacity: 0.9;
}
body.path-node .ui-dialog, body.path-node .ui-widget.ui-widget-content {
    border: 0 none;
    border-radius: 0;
    box-shadow: 0px 0px 54px 0 #B5B503;
    transition: box-shadow 0.3s;
    padding: 86px 3vw 90px;
}

body.path-node .ui-dialog .ui-dialog-titlebar {
    background: transparent;
    border: 0 none;
    padding-bottom: 20px;
}
body.path-node .ui-dialog .ui-dialog-title {
    font-size: 24px;
    line-height: 28px;
    overflow: visible;
    white-space: normal;
    text-overflow: unset;
    font-family: omnes-pro, sans-serif;
    font-weight: 600;
}
body.path-node .ui-dialog .ui-dialog-titlebar-close {
    width: 45px;
    height: 45px;
    top: -66px;
    right: 10px;
    position: absolute;
    margin-top: 0;
}
body.path-node .ui-dialog .ui-dialog-buttonpane {
    background: transparent;
    border: 0 none;
}
body.path-node .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: left;
    width: 100%;
}

body.path-node .ui-button:hover .ui-icon, 
body.path-node .ui-button:focus .ui-icon, 
body.path-node .ui-button .ui-icon {
    background: transparent url('../images/close-icon.svg') center center no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
    margin: 10px;
    position: absolute;
    top: 0;
    left: 0;
}

body.path-node .ui-dialog .form-item label {
    display: none;
}
body.path-node .ui-dialog .form-item.form-type-checkbox input {
    width: auto;
}

body.path-node .ui-dialog p {
    font-size: 16px;
    line-height: 24px;
    color: black;
    margin-bottom: 65px;
}



@media all and (min-width : 1024px) {

    body.path-node .ui-dialog .ui-dialog-titlebar-close {
        right: -130px;
    }

    body.path-node .ui-dialog, body.path-node .ui-widget.ui-widget-content {
        padding: 86px 150px 90px;
    }

    body.path-node .ui-dialog p {
        font-size: 18px;
        line-height: 26px;
    }
}




