﻿@import "sc_form_controls_override.css";
@import "sc_theme_dark.css";
@import "sc_theme_lightred.css";
@import "sc_theme_light.css";

/*si applica agli expander sulle finestre degli archivi*/
.sc-page-expander {
    margin: 0 4px 6px 0 !important;
    box-shadow: var(--theme-button-box-shadow);
}

/*si applica al body dei componenti ScPopup per uniformarne l'aspetto*/
.sc-popup-body {
    margin: 5px;
}
    .sc-popup-body > p {
        margin: var(--theme-form-controls-margins);
        font-size: smaller;
        font-style: italic;
        text-align:justify;
    }

/*si applicat alla ScIcon di ricerca nei componenti composti di select*/
.sc-select-search-button {
    width: 2em !important;
    font-size: large !important;
    text-align: center !important;
    transform: translateY(2px) !important;
    background-color: transparent !important;
    color: var(--theme-form-control-label-color) !important;
}

 /*si applica alle righe disabilitate delle tabelle*/
.sc-table-row-disabled {
    font-style: italic;
    color: var(--theme-table-row-disabled-text-color);
}

/*si applica alle righe contenenti errori delle tabelle*/
.sc-table-row-error {
    color: var(--theme-table-row-error-text-color);
}

/*si allpica ai sottotitoli riportati nelle celle delle tabelle*/
.sc-table-cel-subtitle {
    font-size: smaller;
    font-style:italic;
    opacity: .7;
    margin-top: 2px;
}

/*si applica alla sezione toolbar delle finestre*/
.sc-win-toolbar {
    background-color: var(--theme-win-active-border-color);
    color: var(--theme-win-active-title-color);
    border-bottom: 1px solid var(--theme-form-control-border-color);
    padding: 5px;
    --theme-button-back-color: var(--theme-win-footer-btn-back-color);
    --theme-button-text-color: var(--theme-win-footer-btn-text-color);
    --theme-button-border-color: var(--theme-win-footer-btn-border-color);
    --theme-form-control-focus-border-color: var(--theme-win-footer-focus-border-color);
    --theme-form-control-focus-box-shadow: var(--theme-win-footer-focus-box-shadow);
}

/*si applica alla sezione pannello fisso delle finestre archivio ( sezioni con dettaglio righe )*/
.sc-win-fixed-panel {
    margin: 0 4px 6px 0;
    background-color: var(--theme-panel-back-color);
    border: var(--theme-panel-border);
    border-radius: var(--theme-panel-border-radius);
    box-shadow: var(--theme-button-box-shadow);
}

/*si applica alle finestre di dettaglio degli archivi*/
.sc-win-arc-detail-body {
    background-color: var(--theme-win-back-color);
}
.sc-win-header-title {
    font-size: large;
    font-weight: normal;
    border: var(--theme-button-border);
    border-color: var(--theme-button-border-color);
    background-color: var(--theme-button-back-color);
    border-radius: var(--theme-button-border-radius);
    box-shadow: var(--theme-button-box-shadow);
    margin-right: 5px;
    align-self:stretch;
}

/*si applica ai wizards*/
.sc-wizard-summary {    
    width: 40em;
    align-self:center;
    justify-self:center;
    font-size: medium;
}
.sc-wizard-summary-header {
       
}
.sc-wizard-summary-row {
    white-space: pre-line;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sc-wizard-summary-row div[lbl] {
    width:15em;
    margin-right:2em;
    font-style: italic;
}



    


