.wz_mhide{
    display: none;
}

.wz_mbreak{
    clear:both;
    width:300;
}

.body_content{
    padding:0px!important;
}

.desktop10percent{
    width:0px;    
}
.desktop20percent{
    width:0px;    
}
.desktop30percent{
    width:0px;    
}
.desktop40percent{
    width:0px;    
}
.desktop50percent{
    width:0px;    
}
.desktop60percent{
    width:0px;    
}
.desktop70percent{
    width:0px;    
}
.desktop80percent{
    width:0px;    
}
.desktop90percent{
    width:0px;    
}
.desktop100percent{
    width:0px;    
}

.es_resp_content_l_half,.es_resp_content_l_third,.es_resp_content_l_quarter,.es_resp_content_l_3quarter,.es_resp_content_r_half,.es_resp_content_r_third,.es_resp_content_r_quarter,.es_resp_content_r_3quarter{
    box-sizing: border-box;
    width:100%;
    padding:0px;
}

/* Desktop */
@media only screen and (max-width: 800px) {
    .ui-dialog{
        position:absolute;
        left:0px!important;
        top:0px!important;
        right:0px!important;
        bottom:0px!important;    
    }
}


/* Tablets */
@media only screen and (min-width: 600px) {
    .wz_mbreak{
        clear:both;
        width:300;
    }
}

/* Desktop */
@media only screen and (min-width: 1024px) {
    .wz_mbreak{
        clear:none;
        float:right;
    }
    
    .wz_mhide{
        display:inline;
    }

    .body_content{
        padding:8px!important;
    }

    .es_resp_content_l_half{
        float:left;
        width:48%;
        padding:1%;
    }

    .es_resp_content_l_third{
        float:left;
        width:31%;
        padding:1%;
    }

    .es_resp_content_l_quarter{
        float:left;
        width:23%;
        padding:1%;
    }


    .es_resp_content_l_3quarter{
        float:left;
        width:73%;
        padding:1%;
    }


    .es_resp_content_r_half{
        float:right;
        width:48%;
        padding:1%;
    }

    .es_resp_content_r_third{
        float:right;
        width:31%;
        padding:1%;
    }

    .es_resp_content_r_quarter{
        float:right;
        width:23%;
        padding:1%;
    }

    .es_resp_content_r_3quarter{
        float:right;
        width:73%;
        padding:1%;
    }
}