﻿


.w-bg-layer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -8888;
    background-size: contain;
}
.w-datagrid-row .w-bg-layer {
    z-index: -8880;
}



.w-bg2-layer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -9999;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.w-datagrid-row .w-bg2-layer {
    z-index: -9990;
}
/*.d-section-header > .w-bg-layer {
    background-color: black;
    opacity: 0.6;
}
*/


.d-section > .w-header {
    display: none;
}


.site-mode-studio-design .d-section > .w-header {
    display: initial;
}
/*.site-mode-studio-design .d-section-panel > .w-header > .w-title {
    background-color:inherit;
}*/

.d-section > .content,
.d-site-classic-1.w-site .d-section {
    margin: 0px;
    padding: 0px;
}

.d-section-description-2,
.d-section-description,
.d-section-header {
    flex-direction: column;
    width: 100%;
}


    .d-section-header > .w-field-value {
        width: auto;
        font-size: x-large;
    }

.d-section-header {
    margin: 0px;
    padding: 0px;
}


.d-section-description > .w-field-value {
    width: auto;
    font-size: large;
}

.d-section-description-2 > .w-field-value {
    width: auto;
    font-size: medium;
}
.w-panel.d-footer-menu > .content {
    justify-content: center;
}


.w-edit-mode-off .custompanelcomponent.w-panel.d-dataform-panel {
    padding: 0px;
    margin: 20px;
    border-radius: 15px;
    width: calc(100vw - 40px);
    color: white;
}
.w-edit-mode-off .d-dataform-panel > .w-content {
    flex-flow: column;
}

.d-custom-extra-property {
    display: flex;
}

    .d-custom-extra-property > div {
        display: flex;
        font-weight: normal;
    }


.w-edit-mode-off .custompanelcomponent.w-panel.d-dataform-panel > .w-header {
    padding: 20px;
    /*    background: #4e4e61;
    color: white;*/
    font-size: x-large;
}

/*dataform************************/

.w-edit-mode-off .d-dataform-panel .w-datagrid-row.d-disco-field {
    margin-top: 3px;
    margin-bottom: 0px;
    /*    background-color: #4e4e61;
    color: white;*/
}

    .w-site .d-dataform-panel .w-datagrid-row.d-disco-field.d-narration-header {
    /*    background-color: white;
        color:black;*/
    }
        .w-site .d-dataform-panel .w-datagrid-row.d-disco-field.d-narration-header .w-field-name {
            /* background-color: white;
            color: black;*/
          
        }

.site-mode-studio-design .d-dataform-panel .w-panel.custompanelcomponent > .w-header .w-title {
    /*    background-color: #4e4e61;
    color: white;*/

   
}

.w-site .d-dataform-panel .Editor-container,
.w-site .d-dataform-panel .discovery-bound-field,
.w-site .d-dataform-panel .d-disco-field .w-field-name,
.w-site .d-dataform-panel .d-disco-field .w-field-value,
.w-site .d-dataform-panel .d-disco-field>.w-image,
.w-site .d-dataform-panel .w-image-preview {
    text-align: left;
    margin-left: 20px;
    /*    background-color: #4e4e61;
    color: white;*/
}

 