/* ELEDIA INSPECTOR/Fireless - (c) ELEDIA Research Center 2016 */


html, body {
    margin: 0;
    padding: 0;
}

/* ---- TABLE PRESETS ---- */

.full-size {
    margin: 0;
    padding: 0;
    width: 100%;
    border: 0 !important;
    vertical-align: top;
}

.col25, .col50, .col75 {
    border: 0 !important;
    vertical-align: top;
}                    
.col25 {
    width: 25%;
}
.col50 {
    width: 50%;
}
.col75 {
    width: 75%;
}

/* ---- PRIMEFACES OVERRIDES ---- */

.ui-widget-content {
    border: 0;
}
.ui-growl {
    z-index: 5009 !important;
}
.ui-dialog {
    z-index: 5007 !important;
}
.ui-tree {
    width: 100% !important;
}        
