html, body {
    font-family: 'Roboto', 'Segoe UI', Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    font-size: 13px;

}
p {
    margin: 0px;
}

.ui-dialog { z-index: 100000 !important ;}

.popupIframe {
    width: 100%;
    height: 90%;    
    border: 0px;
}
.popupCloseButton {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}



/* Styles for charts table
-----------------------------------------------------------*/



.vbi-charts-table {
    width: 100%;
    border: solid 1px slategray;
    font-family: 'Arial';
    font-size: 8pt;
    border-collapse: collapse;
}

    .vbi-charts-table td {
        min-width: 100px;
        border-right: solid 1px slategray;
        padding: 8px 16px 8px 16px;
        text-align: right;
    }

.vbi-data-table-row-primary {
    background-color: white;
}

.vbi-data-table-row-secondary {
    background-color: #F0F8FF;
}

.vbi-data-table-header td {
    width: auto;
    color: #000;
    background-color: white;
    text-align: left;
    border-top: solid 1px slategray;
    border-bottom: solid 1px slategray;
    padding: 8px;
}

    .vbi-data-table-header td h5 {
        color: #000;
        font-weight: normal;
        font-size: 11px;
        margin: 4px;
        padding: 0px;
    }

    .vbi-data-table-header td h4 {
        font-size: 11px;
    }

.vbi-data-table-header-legend {
    width: 14px;
    height: 14px;
    clear: none;
    background-color: #f1f1f1;
    border-radius: 4px;
    float: left;
    margin-top: 14px;
    margin-right: 8px;
}

.vbi-data-table-header input[type=button] {
    right: 0px;
    top: 0px;
    margin-right: 8px;
    border: solid 1px slategray;
    background-color: #F0F8FF;
    border-radius: 5px;
    padding: 4px;
}

    .vbi-data-table-header input[type=button]:hover {
        background-color: #f1f1f1;
    }

#vbiChartsTableContainer {
    overflow-y: auto;
    overflow-x: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.td-last {
    text-align: right !important;
}

.td-dummy {
    background-color: #f1f1f1 !important;
}

.vbi-data-table-header-sub-cell {
    text-align: right !important;
}

.vbi-data-table-header-single-value {
    vertical-align: bottom !important;
}

.vbi-data-table-header span {
    display: inline-block;
    text-align: left;
    font-weight: bold !important;
    width: 40px;
}


.vbi-data-table-header-sub-cell {
    text-align: right !important;
}
.vbi-data-table-header-single-value {
    vertical-align: bottom;
}
