﻿.w-site .custompanelcomponent > .btn-design-section.w-button,
.w-site .w-datagrid-row > .btn-design-field.w-button {
    border-radius: 5px !important;
    padding: 5px;
    line-height: 2;
    height: 20px;
    line-height: 1;
    top: 0px;
    width: 75px !important;
    cursor: pointer;
    font-size: 11px !important;
    font-family: auto !important;
    font-family: cursive !important;
    font-weight: normal !important;
    cursor: pointer;
    right: 10px;
    background-color: cornflowerblue !important;
}


.w-site .w-datagrid-row > .btn-design-field.w-button {
    top: -0px;
    left: 10px;
    right: auto;
    background-color: green !important;
}


.btn-design-section.w-button:hover,
.btn-design-field.w-button:hover {
    zoom:1.5;
}

.site-mode-studio-designer .adi-smart-window-container .custompanelcomponent,
.site-mode-studio-designer .adi-smart-window-container .w-datagrid-row {
    min-height: 5px;
}

.site-mode-studio-designer .adi-smart-window-container .custompanelcomponent:hover,
.site-mode-studio-designer .adi-smart-window-container .w-datagrid-row:hover {
    min-height: 35px;
    position: relative;
}


/*DESIGN LINES*/
.site-mode-studio-designer.d-site-classic-1 .adi-smart-window-container .custompanelcomponent.w-panel {
    border: 1px dotted silver !important;
    padding: 2px;
}

.site-mode-studio-designer .adi-smart-window-container .w-datagrid-row {
    border: 1px dotted #31b2c3 !important;
}

.site-mode-studio-designer.d-site-classic-1 .adi-smart-window-container .custompanelcomponent.w-panel:hover {
    border: 3px solid blue !important;
    padding: 2px;
/*    background-color: black !important;
*/    min-width: 170px;
}

.site-mode-studio-designer .adi-smart-window-container .w-datagrid-row:hover {
    border: 3px dashed silver !important;
/*    background-color: #f0f0f0 !important;
*/    padding: 2px;
    min-width: 170px;
}

.w-site .d-dataform-panel .w-datagrid-row.d-disco-field.d-data-previous-page-on-accumulate-link,
.w-site .d-dataform-panel .w-datagrid-row.d-disco-field.d-data-previous-page-id-link {
/*    position: absolute;
    top: 0px;
    right: 10px;*/
    background: none;
    padding: 7px 5px 3px 5px;
    margin-left: 4px;
    text-decoration: underline;
    background: rgb(78, 78, 97);
    color: white;
    font-size: 12px;
    border-radius: 4px;
}
.w-site .d-dataform-panel .w-datagrid-row.d-disco-field.d-data-previous-page-on-accumulate-link {
/*    right: 160px;
*/ 
}
.w-site .d-dataform-panel .w-datagrid-row.d-disco-field.d-data-previous-page-on-accumulate-link:hover,
.w-site .d-dataform-panel .w-datagrid-row.d-disco-field.d-data-previous-page-id-link:hover {
    background: black;
    color:white;

}

