﻿/*css base webplusresources*/

/*reset*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/



div.selectable-button {
}

    div.selectable-button a {
        display: inline-block;
        margin:5px;        
        padding: 5px;
        border-style: solid;
        border-width: 1px;
        border-color: gray;
        border-radius: 3px;
        color: gray;
        text-decoration: none;
    }

        div.selectable-button a.selected {
            background-color: #007fff;
            border-color: #003eff;
            color: white;
            font-weight: bold;
        }


div.nd-list-group-checkbox {
}

    div.nd-list-group-checkbox .list-group {
        width: fit-content;
    }

    div.nd-list-group-checkbox .list-group-item {
        display: flex;
        align-items: baseline;
        gap: 12px;
    }

        div.nd-list-group-checkbox .list-group-item input[type=checkbox] {
            width: 16px;
            height: 16px;
            position: relative;
            top: 3px;
        }

.table-vcenter td {
    vertical-align: middle;
}

.table-vtop td {
    vertical-align: top;
}

.table-firstcol-nowrap tr td:first-child {
    width: 10px;
    padding-right: 5px;
    white-space: nowrap;
}

.wp-badge-danger, .wp-badge-success {
    color: white;
    border-radius: 5px;
    padding: 3px 7px;
    font-weight: normal;
    font-size: inherit;
}

.wp-badge-warning {
    color: black;
    border-radius: 5px;
    padding: 3px 7px;
    font-weight: normal;
    font-size: inherit;
}

.wp-font-size-inherit {
    font-size: inherit;
}

.entityContainerFixedArea {
    padding: 15px;
}


.ajax__tab_tab { /*fix per bootstrap altrimenti le linguette dei tabs vengono tagliate*/
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.ajax__tab_xp .ajax__tab_body {
    font-family: inherit;
    font-size: inherit !important;
    padding: 0px !important;
}


/*calendar*/
.calendario .ajax__calendar_container {
    border: 1px solid #646464;
    background-color: #fffacd;
    color: red;
}

.calendario .ajax__calendar_other .ajax__calendar_day, .calendario .ajax__calendar_other .ajax__calendar_year {
    color: black;
}

.calendario .ajax__calendar_hover .ajax__calendar_day, .calendario .ajax__calendar_hover .ajax__calendar_month, .calendario .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}

.calendario .ajax__calendar_active .ajax__calendar_day, .calendario .ajax__calendar_active .ajax__calendar_month, .calendario .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight: bold;
}

/********************************************************************/
/*entity editor*/

.ee_td_1 /* colonna validatore */ {
    vertical-align: middle;
    width: 10px;
    padding: 5px;
    /*padding-left: 2px;
    padding-top: 2px;
    padding-bottom: 2px;*/
}

.ee_td_2 /* colonna descrizione */ {
    /*padding-left: 2px;*/ /*border-bottom: silver 1px solid;*/
    /*padding-top: 2px;*/
    /*padding-bottom: 2px;*/
    vertical-align: middle;
    text-align: left;
    padding: 5px;
    width: fit-content;
}

.ee_td_3 /* colonna valore */ {
    text-align: left;
    /*padding-left: 10px;
    padding-right: 0px;
    padding-top: 2px;
    padding-bottom: 2px;*/
    vertical-align: middle; /*border-bottom: silver 1px solid;*/
    padding: 5px;
    width: fit-content;
}

.ee_td_1b /* colonna validatore */ {
    vertical-align: top;
    /*padding-left: 2px;
    padding-top: 2px;
    padding-bottom: 2px;*/
    border-bottom: silver 1px solid;
    width: 10px;
    padding: 5px;
}

.ee_td_2b /* colonna descrizione */ {
    /*padding-left: 2px;*/
    border-bottom: silver 1px solid;
    /*padding-top: 2px;
    padding-bottom: 2px;*/
    vertical-align: top;
    text-align: left;
    padding: 5px;
}

.ee_td_3b /* colonna valore */ {
    text-align: left;
    /*padding-left: 10px;
    padding-right: 0px;
    padding-top: 2px;
    padding-bottom: 2px;*/
    border-bottom: silver 1px solid;
    vertical-align: top;
    padding: 5px;
}



.tabpan_message {
    text-align: left;
    color: Red;
    font-size: 14px;
}


/*TOOLBAR*/
.EntityToolbar_MainTable {
    background-image: url('../Controls/EntityToolbar/Immagini/blue_header.gif');
    background-repeat: repeat-x;
    border-bottom: solid 1px black;
    width: 100%;
}

    .EntityToolbar_MainTable td {
        padding: 2px;
    }






.MESSAGEBOX_UL {
    list-style-type: none;
    font-weight: normal;
    padding: 0px;
}

.VAL_SUMMARY {
    margin: 5px;
    padding-top: 10px;
    list-style-type: none;
    border-bottom: 0;
    width: 100%;
}

.MESSAGEBOX_UL li {
}

.OM_Success {
}

.OM_Failure {
}

.OM_WARNING {
}


.OM_None {
}




.__immagini__lnkNew {
    display: block;
    font-size: 11px;
    margin-top: 10px;
    margin-left: 10px;
}

.__immagini__hr {
    color: Gray;
    height: 2px;
    margin-left: 5px;
    margin-right: 5px;
}

.__immagini__div__ImageList {
    overflow: auto;
    padding: 10px;
}


.ResourceContainerNormalButtonHeader {
}

.ResourceContainerActiveButtonHeader {
    font-weight: bold;
}

div.ResourceContainer {
    margin: 10px;
    border: solid 2px gray;
}



div.ResourceContainerHeader {
    padding-top: 4px;
    height: 28px;
    background-image: url(../Controls/EntityEditor/immagini/ResourceContainerHeaderBackground.gif);
    background-repeat: repeat-x;
}

    div.ResourceContainerHeader a {
        font-size: 10px;
        padding-left: 15px;
        padding-right: 15px;
        cursor: pointer;
        color: White;
    }

        div.ResourceContainerHeader a:hover {
            text-decoration: underline;
        }

table.comune {
}

    table.comune td {
        padding: 2px;
    }

    table.comune input {
    }


.WPBoundDropDownList_MenuPanel {
    border-width: 2px;
    border-style: solid;
    border-color: #74818F;
    background-color: #C3D9FF;
    padding: 0px;
    width: 400px;
}

.WPBoundDropDownList_MenuTitle {
    padding-left: 5px;
    height: 20px;
    color: White;
    font-weight: bold;
    border-bottom: solid 1px gray;
}

.WPBoundDropDownList_CellaSx {
    background-color: #C3D9FF;
    width: 100px;
    border-right: solid 1px gray;
    vertical-align: top;
}

.WPBoundDropDownList_CellaDx {
    background-color: white;
    width: 300px;
    vertical-align: top;
}

.WPBoundDropDownList_PanelInsertEdit {
    width: 100%;
    height: 100%;
    padding: 10px;
}

.WPBoundDropDownList_PanelInsertEditTitle {
    color: #0000CC;
    font-size: 12px;
    font-style: italic;
}

.WPBoundDropDownList_PanelDelete {
    width: 100%;
    height: 100%;
    padding: 10px;
}

.WPBoundDropDownList_PanelDeleteTitle {
    color: #0000CC;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 15px;
}

.WPBoundDropDownList_MenuItem {
    vertical-align: middle;
    padding: 2px 5px 2px 5px;
}

    .WPBoundDropDownList_MenuItem:hover {
        background-color: Orange;
        cursor: pointer;
    }


    .WPBoundDropDownList_MenuItem a {
        color: Black;
        text-decoration: none;
        margin: 0px;
    }




/*ENTITY VIEWER*/


.ev_td_2 /* colonna descrizione */ {
    padding-left: 12px; /*border-bottom: silver 1px solid;*/
    padding-top: 2px;
    padding-bottom: 2px;
    vertical-align: middle;
    text-align: left;
    border-bottom: solid 1px #DDD;
}

.ev_td_3 /* colonna valore */ {
    text-align: left;
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    vertical-align: middle; /*border-bottom: silver 1px solid;*/
    border-bottom: solid 1px #DDD;
}


.ev_td_2b /* colonna descrizione */ {
    padding-left: 12px;
    border-bottom: silver 1px solid;
    padding-top: 2px;
    padding-bottom: 2px;
    vertical-align: top;
    text-align: left;
    border-bottom: solid 1px #DDD;
}

.ev_td_3b /* colonna valore */ {
    text-align: left;
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: silver 1px solid;
    vertical-align: top;
    border-bottom: solid 1px #DDD;
}


.ajax__tab_xp .ajax__tab_body {
    font-size: 11px;
}

/*******************************************************************/


/* entitylist*/

.ELC_footerrow {
    background-color: aliceblue;
}

.wp_el_cont {
    font-family: Verdana;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
}

.wp_el_toolbar {
    margin: 0px 0px 4px 0px;
    padding: 0px;
}

.wp_el_msg {
    padding: 0px;
    margin: 0px;
}


.wp_el_headerPanel {
    padding: 0px;
    border: 0px;
    margin: 0px;
    overflow: hidden;
}

.wp_el_dataPanel {
    padding: 0px;
    border: 0px;
    margin: 0px;
    overflow: auto;
}

.wp_el_headerTable {
    border-collapse: collapse;
    background-color: #5A7DBD;
    color: #FFF;
    font-weight: bold;
    border: none;
    width: auto;
}


    .wp_el_headerTable tr.wp-multi-header-row {
        background-color: white;
        color: #5A7DBD;
        text-align: center;
        font-weight: bold;
    }

    .wp_el_headerTable tr.wp-multi-header-row td {
        vertical-align:middle;
    }

        .wp_el_headerTable tr.wp-multi-header-row td:not([wp-add-border]) {
            border-width: 0px !important;
            border-color: white !important;
        }

/*.wp_el_headerTable tr.wp-multi-header-row td[wp-add-border] {
            border: solid 1px #5A7DBD;
        }*/




.wp_el_dataTable {
    border-collapse: collapse;
    border-top: 0px;
    width: auto;
    border: none;
}



.wp_el_headerTable td {
    padding: 5px;
    border: solid 1px #5A7DBD;
    vertical-align: bottom;
    white-space: nowrap;
}

.wp_el_dataTable > tbody > tr > td {
    border: solid 1px #CCC;
    padding: 5px;
}



/*.wp_el_headerTable td td {
            border: 0;
            padding: 0;
        }*/






.wp_el_headerTable .hTable {
    /*width: 100%;*/
    border-collapse: collapse;
}

    .wp_el_headerTable .hTable td {
        font-size: 10px;
        border: none;
        color: White;
        font-weight: bold;
        white-space: nowrap;
        padding: 0px;
    }

.wp_el_headerTable input {
    border: 1px gray solid;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 1px;
    padding-right: 0px;
    padding-bottom: 1px;
    padding-left: 2px;
    font-size: 9px;
}


/*PAGER*/

.wp_el_pager {
    white-space: nowrap;
    border: 0;
    color: black;
    text-align: right;
    padding: 0;
    margin: 0;
}

    .wp_el_pager a {
        margin-left: 2px;
        margin-right: 2px;
        color: inherit;
    }

    .wp_el_pager span.current {
        margin-left: 2px;
        margin-right: 2px;
        color: Red;
    }

/*Azioni*/
.wp_el_azioni {
    border: 0;
    color: Blue;
    text-align: left;
    padding: 0;
    margin: 0;
}


/***********************************************************************/

/*base*/
html, body {
    width: 100%;
    height: 100%;
}


div.autocompleteChoice {
    width: 100%;
    text-align: center;
}

    div.autocompleteChoice a {
        display: block;
        margin: 10px;
    }

div.evidenceBox {
    padding: 7px 15px 7px 12px;
    list-style-type: none;
    background-color: #FFFFCC;
    border: 1px solid #FFCC33;
}

div.evidenceBoxBlue {
    padding: 7px 15px 7px 12px;
    list-style-type: none;
    background-color: #ECF1F5;
    border: 1px solid #6383A7;
}

div.wp_help_filtri_ordinamento_griglia {
    font-size: 11px;
    line-height: 120%;
}

    div.wp_help_filtri_ordinamento_griglia h2 {
        font-size: 16px;
        text-transform: none;
        margin: 0;
        padding: 0;
    }

    div.wp_help_filtri_ordinamento_griglia h3 {
        font-size: 13px;
        margin: 0;
        padding: 0;
    }

    div.wp_help_filtri_ordinamento_griglia p {
        margin: 0;
        padding: 0;
    }

    div.wp_help_filtri_ordinamento_griglia ul {
        margin: 0 0 10px 20px;
        padding: 0;
    }



a.WP_download_16x16_01 {
    background-image: url(../Other/immagini/Download/download_16x16_01.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
}

a.WP_ButtonStyle1 {
    padding: 5px;
    border: solid 1px black;
    text-decoration: none;
    color: Black;
    font-weight: bold;
    display: inline-block;
}

    a.WP_ButtonStyle1:hover {
        background-color: #DDD;
    }

ul.elencoModelliStampa {
    list-style-type: none;
    margin-top: 15px;
}

    ul.elencoModelliStampa li {
        height: 30px;
    }

        ul.elencoModelliStampa li a {
            display: block;
            cursor: pointer;
            border: solid 1px #fff;
            padding: 5px 10px 5px 25px;
            /*height: 20px;*/
            background-image: url(../Other/Immagini/print-01-16.png);
            background-repeat: no-repeat;
            background-position: 5px 5px;
        }

            ul.elencoModelliStampa li a:hover {
                background-color: #FFFFCC;
                border: 1px solid #FFCC33;
            }

div.printTemplatesFileExistsDialog {
    width: 100%;
    padding-top: 10px;
}

    div.printTemplatesFileExistsDialog p.description {
        text-align: left;
        width: 100%;
        padding-bottom: 20px;
    }

    div.printTemplatesFileExistsDialog ul.actions {
        list-style-type: none;
    }

        div.printTemplatesFileExistsDialog ul.actions li {
            height: 40px;
        }

    div.printTemplatesFileExistsDialog a {
        display: block;
        cursor: pointer;
        border: solid 1px #fff;
        padding: 10px 10px 10px 25px;
        background-repeat: no-repeat;
        background-position: 5px 10px;
    }

        div.printTemplatesFileExistsDialog a:hover {
            background-color: #FFFFCC;
            border: 1px solid #FFCC33;
        }

        div.printTemplatesFileExistsDialog a.createNew {
            background-image: url(../Other/Immagini/new-01-16.png);
        }

        div.printTemplatesFileExistsDialog a.download {
            background-image: url(../Other/Immagini/download-01-16.gif);
        }

        div.printTemplatesFileExistsDialog a.overwrite {
            background-image: url(../Other/Immagini/overwrite-01-16.png);
        }

div.showEntityFiles {
    width: 100%;
    height: 400px;
    overflow: auto;
}

    div.showEntityFiles table {
        width: 500px;
        border-collapse: collapse;
    }

        div.showEntityFiles table td {
            border-bottom: solid 1px #DDD;
            padding-top: 10px;
            padding-bottom: 10px;
        }

            div.showEntityFiles table td.download {
                white-space: nowrap;
                width: 1px;
                vertical-align: top;
            }

                div.showEntityFiles table td.download a {
                    background-image: url(../Other/Immagini/download-01-16.gif);
                    background-repeat: no-repeat;
                    padding-left: 20px;
                    padding-bottom: 2px;
                }

div.CKEditor {
    border: solid 1px #CCCCCC;
    padding: 5px;
    margin: 0 5px 5px 5px;
}

div.CKEditorTitle {
    border-top: solid 1px #CCCCCC;
    border-left: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    padding: 5px;
    margin: 5px 5px 0 5px;
}

div.wpResizeToBodyBottom {
    overflow: auto;
}

/*CALENDARIO*/

.calendario .ajax__calendar_container {
    border: 1px solid #646464;
    background-color: #fffacd;
    color: red;
}

.calendario .ajax__calendar_other .ajax__calendar_day, .calendario .ajax__calendar_other .ajax__calendar_year {
    color: black;
}

.calendario .ajax__calendar_hover .ajax__calendar_day, .calendario .ajax__calendar_hover .ajax__calendar_month, .calendario .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}

.calendario .ajax__calendar_active .ajax__calendar_day, .calendario .ajax__calendar_active .ajax__calendar_month, .calendario .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight: bold;
}

.CKEditor table {
    border: solid 1px #CCCCCC;
}

    .CKEditor table td {
        border: solid 1px #CCCCCC;
    }

/*cancel button del mavdialog*/
.cancel-button, .ok-button {
    height: 16px;
    padding-top: 2px;
}

/*Auto complete combo*/
input.WPAutoComplete {
    float: left;
}

img.WPAutoComplete {
    cursor: pointer;
}

/*about*/
a.wpAbout {
    padding-left: 20px;
    background-image: url(../Other/Immagini/info/01.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

table.wpModuleActivationState {
    width: 100%;
}

    table.wpModuleActivationState td, table.wpModuleActivationState th {
        padding: 3px;
        white-space: nowrap;
    }

    table.wpModuleActivationState th {
        font-weight: bold;
        font-variant: small-caps;
        border-bottom: solid 1px black;
        text-align: left;
    }

        table.wpModuleActivationState th.cod {
            width: 40px;
        }

        table.wpModuleActivationState th.descrizione {
            width: 200px;
        }

        table.wpModuleActivationState th.stato {
        }


/*DIV LIST FILTRI*/

div#div_list_filtri {
    font-size: 10px;
    margin: 5px 10px;
    padding: 5px;
    background-color: #FFFFCC;
    border: 1px solid #FFCC33;
    display: inline-block;
}

    div#div_list_filtri td {
        vertical-align: top;
    }

    div#div_list_filtri fieldset {
        padding: 5px;
    }


    div#div_list_filtri input, div#div_list_filtri select {
        font-size: 10px;
    }

    div#div_list_filtri span.label {
        display: inline-block;
        width: 80px;
    }

    div#div_list_filtri p {
        margin-bottom: 3px;
    }


        div#div_list_filtri p.applicaFiltro {
            font-size: 11px;
            width: 100%;
            padding-top: 2px;
            text-align: center;
            font-variant: small-caps;
            font-weight: bold;
        }

div.EntityEditorChild, div.EntityViewerChild {
    height: inherit;
    /*padding-top: 0px;
    padding-left: calc(1.5rem * 0.5);*/ /*per evitare che il gutter sui col bootstrap causino le scrollbar*/
    /*padding-bottom: 0px;
    padding-right: calc(1.5rem * 0.5);*/
    padding: 15px;
    margin: 0px;
}

table.table_changepassword td {
    padding: 15px 5px;
}

div.dialog-footer {
    text-align: right;
    position: relative;
    top: 40px;
}

    div.dialog-footer a.close {
        background-image: url(/WebPlusResources/Other/Immagini/cancel-01-16.png);
        background-repeat: no-repeat;
        padding-left: 18px;
        display: inline-block;
        height: 16px;
        padding-top: 3px;
    }

    div.dialog-footer a.execute {
        background-image: url("/WebPlusResources/Other/Immagini/next-01-16.png");
        background-repeat: no-repeat;
        padding-left: 18px;
        display: inline-block;
        height: 16px;
        padding-top: 3px;
    }


/*CLASSE PER ROW HIGHLIGHT DI UNA TABLE VIA FUNZIONE addTableHighlight in webplus.js */
.row-hover {
    background: #ddd;
}

/*elementi per quando si clicca su selezione multipla in intestazione enetitylist*/
img.wp_el_massiveSelect {
    cursor: pointer;
}

div#div_massiveSelect_choiceForm {
    width: 150px;
    padding: 7px;
    border: solid 1px blue;
    background-color: #fbfbfb;
    border-radius: 5px;
    position: fixed;
    top: 0;
    left: 0;
}

    div#div_massiveSelect_choiceForm img.close {
        position: absolute;
        top: 3px;
        right: 3px;
        opacity: 0.7;
        cursor: pointer;
    }

    div#div_massiveSelect_choiceForm ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        div#div_massiveSelect_choiceForm ul a {
            list-style-type: none;
            display: block;
            margin: 6px;
            text-decoration: none;
        }

            div#div_massiveSelect_choiceForm ul a:hover {
                font-weight: bold;
            }


/* div_massiveSelect_choiceForm jQuery*/
ul.massiveSelect_choiceForm.jQuery {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    ul.massiveSelect_choiceForm.jQuery a {
        list-style-type: none;
        display: block;
        margin: 6px;
        text-decoration: none;
    }

        ul.massiveSelect_choiceForm.jQuery a:hover {
            font-weight: bold;
        }

/**********************************************************************/

input.WPOrdine {
}

table.WPBoundDropDownListTable td {
    padding: 0px;
}

div.ndAlertError {
    color: red;
}

div.ndAlertSuccess {
    color: green;
}

.nd-ok-annulla {
    text-align: right;
}


.modal.dimmed {
    pointer-events: none; /* Disabilita interazioni */
    opacity: 0.5; /* Riduce la trasparenza */
}


.wp-lampeggia {
    animation: wp-lampeggio 1.5s infinite;
}

@keyframes wp-lampeggio {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}