﻿





.w-site.dataform-theme-classic-100 .custompanelcomponent.w-panel.d-dataform-panel {
    border-radius: 0px;
}
.w-site.dataform-theme-classic-100 .d-dataform-panel > .w-header {
    display: none;
}


.w-site.dataform-theme-classic-100 .d-dataform-panel .w-datagrid-row.d-disco-field.formfield-dataPageName {
    background-color: #e4e4e4;
    border-radius: 5px;
}
.w-site.dataform-theme-classic-100 .d-dataform-panel .w-datagrid-row.d-disco-field.formfield-title {
    border-radius: 0px;
    border-bottom: 5px solid black;
}
    .w-site.dataform-theme-classic-100 .d-dataform-panel .w-datagrid-row.d-disco-field.formfield-title,
    .w-site.dataform-theme-classic-100 .d-dataform-panel .w-datagrid-row.d-disco-field.formfield-title .w-field-value {
        font-size: 2em;
        font-weight: bold;
  /*      background-color: transparent;
        color: black;*/
    }

    .w-site.dataform-theme-classic-100 .d-dataform-panel .w-datagrid-row.d-disco-field,
    .w-site.dataform-theme-classic-100 .d-dataform-panel .w-datagrid-row.d-disco-field .w-field-name,
    .w-site.dataform-theme-classic-100 .d-dataform-panel .w-datagrid-row.d-disco-field .w-field-value {
       /* background-color: transparent;
        color: black;*/
    }

 
    .w-site.dataform-theme-classic-100 .d-dataform-panel .formfield-tags {
        display: none;
    }

    .w-site.dataform-theme-classic-100 .d-dataform-panel .formfield-content,
    .w-site.dataform-theme-classic-100 .d-dataform-panel .formfield-content .w-field-value {
        /*background-color: transparent;*/
    }

.dataform-theme-classic-100 .main-tab-panel-holder > .w-tab {
    border-width: 0px;
}

.w-edit-mode-off .dataform-theme-classic-100 .w-site-sub-header,
.w-edit-mode-off .dataform-theme-classic-100 .custom-display-panel-holder,
.w-edit-mode-off .dataform-theme-classic-100 .d-section-panel.d-dataform-panel.custompanelcomponent.d-dataform-document,
.w-edit-mode-off .dataform-theme-classic-100 {
    background-color: white;
}
.custom-display-panel-holder {
    width: calc(100vw - 16px);
}

