/* 
Questo CSS contiene gli stili standard del progetto.
Non inserire qui definizioni di classi custom per l'applicazione
 */
/* -----------------------------
   MENU
------------------------------ */

.mnuIcon {
    margin-top: -0.5em !important;
}

/* -----------------------------
   ELEMENTI
------------------------------ */
a {
    color: #0000ff; /*blue*/
}

    a:hover {
        color: #ee2432;
    }

body {
    font-size: 100%;
    font-weight: normal; /* In IE6 non funziona */
    background-color: white;
    height: 100%;
    color: Black;
}

/* Alcuni elementi non ereditano il font-size.
In IE inherit non funziona, quindi uso 1em */
table, tr, td, tbody, caption, input, select, option, textarea {
    font-size: 10px;
    font-weight: inherit;
    clear: both;
}

/* In IE il font-family non viene ereditato da input e select */
body, select, input, textarea {
    font-family: Arial, Sans-Serif;
}

/* In IE il font-family non viene ereditato da input e select */
 body:not(#lblDettagliTesto), select, input:not([type="text"]) {
    text-transform: uppercase;
}

 td>span{
     /*text-transform: initial !important;*/
 }

 #pnlLogin td span{
     text-transform: uppercase !important;
 }


/*
INPUT[type=text]
{
    font-family: Arial, Sans-Serif;
    text-transform: uppercase;
}
*/

h1 {
    font-weight: bold;
    font-variant: small-caps;
}

h2 {
    font-variant: small-caps;
}

/* Horizontal line */
HR {
    color: #808080;
    border-top-style: solid;
    border-right-style: none;
    border-left-style: none;
    height: 2px;
    border-bottom-style: none;
}

.btn {
    border: #808080 1px solid; /*darkgray*/
    cursor: pointer;
}

.clickCursor {
    cursor: pointer;
}

.btnDefaultTrasparente {
    top: -1000px;
    position: absolute;
    z-index: 1000;
    visibility: hidden;
}

.chk {
}

.chklst {
}

table.ListeVerticale {
    border: solid 1px;
    background-color: #ffffff;
    width: 400px;
}

table.ListeOrizzontale {
    border: solid Gray 1px;
    background-color: #ffffff;
    width: 480px;
}

table.liste td.lista-principale {
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.noMarginLeft {
    margin-left: 0px !important;
}

td.lista-principale input, td.lista-verticale input,
td.lista-principale select, td.lista-verticale select {
    margin-left: 0px !important;
}

.cmb {
}

.dat {
    width: 9em;
}


/* ----------------- 
   Griglia
   -----------------*/
/* Globale */
.grd {
}

    /* Riga */
    .grd .row {
    }

    /* Riga alternata */
    .grd .alternatingRow {
        background-color: #ffffff;
    }

        /* Bordo */
        .grd, .grd .row td, .grd .alternatingRow td {
            border: solid silver 1px;
        }

            /* Footer */
            .grd .footer {
                border: none;
                background-color: #ee2432;
            }

            /* Header */
            .grd .header {
                border: none;
                background: #ee2432;
                font-size: 1em;
                text-align: left;
            }

                /* Colore di foreground dell'header */
                .grd .header * {
                    font-family: 'Arial';
                    text-transform: uppercase;
                    font-size: 1em;
                    text-align: left;
                    color: #ffffff;
                }

            /* Pager */
            .grd .pager {
                font-family: 'Arial';
                text-transform: uppercase;
                font-size: 1em;
                background: #ffffff;
                border: none;
                text-align: left;
            }
/*-------------------------*/

.lbl {
}

.lblMessaggio {
    line-height: 1.5em;
}

.lbl_Err {
    color: red;
}

.lnk {
    color: #ee2432; 
    cursor: pointer;
}

.lst {
}

.num {
}

.orario {
    width: 4em;
}

.pnlRiepilogo {
    text-align: center;
    border-bottom: double 2px solid;
}

.pnlRiepilogoValoreMezzo {
    border-bottom: double 1px solid;
    text-align: right;
}

.pnlRiepilogoValore {
    text-align: right;
}

.pnl {
    border-right: #ee2432 1px solid;
    border-left: #ee2432 1px solid;
    border-bottom: #ee2432 1px solid;
    border-top: #ee2432 1px solid;
    overflow: visible;
}

.pnlMain {
    border-top: 5px solid;
    border-left: 5px solid;
    border-right: 5px solid;
    border-bottom: 5px solid;
    background-color: Transparent;
    color: #ee2432;
}

.pnlPannelliControllo {
    border-top: 2px solid;
    border-left: 2px solid;
    border-right: 2px solid;
    border-bottom: 2px solid;
    background-color: #ee2432;
    color: #808080;
}

.pnlTitle {
    border-right: #ee2432 1px solid; /*lightgrey*/
    border-top: #ee2432 1px solid;
    border-left: #ee2432 1px solid; /*border-bottom: #d3d3d3 1px solid;*/
    background-color: #ee2432; /*#0070AC; */ /*skyblue*/
    color: white;
}


/*
------------------------------
  STILI PANNELLO PER RAGGRUPPARE CONTROLLI
------------------------------
*/
.pnl_Group {
    overflow: auto;
    border-right: #c0c0c0 1px solid; /*silver*/
    border-left: #c0c0c0 1px solid;
    border-bottom: #c0c0c0 1px solid;
    border-top: #c0c0c0 1px solid;
    background-color: #f5f5f5; /*whitesmoke*/
}

.pnlTitle_Group {
    border-right: #c0c0c0 1px solid; /*silver*/
    border-top: #c0c0c0 1px solid;
    border-left: #c0c0c0 1px solid; /*border-bottom: #c0c0c0 1px solid;*/
    background-color: #C3D8E9;
    color: Black;
}
/****************************************/

/*
------------------------------
  STILI PANNELLO MASTER
------------------------------
*/
.pnlTitle_Master {
    border-right: #c0c0c0 1px solid; /*silver*/
    border-top: #c0c0c0 1px solid;
    border-left: #c0c0c0 1px solid; /*border-bottom: #c0c0c0 1px solid;*/
    color: #ffffff; /*white*/
    font-weight: bold;
    background-color: #808080; /*gray*/
}

.pnl_Master {
    border-right: #c0c0c0 1px solid;
    overflow: auto;
    border-left: #c0c0c0 1px solid;
    border-bottom: #c0c0c0 1px solid;
    border-top: #c0c0c0 1px solid;
    color: Black;
}
/*********************************/

.rbt {
}

.SmallCaps {
    font-variant: small-caps;
}

.tree {
}

    .tree:A {
        color: #0000ff; /*blue*/
    }

.txt {
}

.vld {
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-top: 3px;
    border-top: #dc143c 1px solid; /*crimson*/
    border-bottom: #dc143c 1px solid;
    border-left: #dc143c 1px solid;
    border-right: #dc143c 1px solid;
    color: red;
    background-color: #ffff66;
}


.vld_err {
    background-color: #ffcac3;
    border-left-color: #ff6666;
    border-bottom-color: #ff6666;
    border-top-color: #ff6666;
    border-right-color: #ff6666;
}
/*
.vld_err
{
    background-color: #ffcac3;
    border-left-color: #ff6666;
    border-bottom-color: #ff6666;
    border-top-color: #ff6666;
    border-right-color: #ff6666;
}

*/

/*
------------------------------
  BORDI
------------------------------
*/
.border_left {
    border-left: #a9a9a9 1px solid;
    border-top: #a9a9a9 1px solid;
    border-bottom: #a9a9a9 1px solid;
    border-right: #a9a9a9 0px solid;
}

.border_top_bottom {
    border-left: #a9a9a9 0px solid;
    border-top: #a9a9a9 1px solid;
    border-bottom: #a9a9a9 1px solid;
    border-right: #a9a9a9 0px solid;
}

.border_right {
    border-left: #a9a9a9 0px solid; /*darkgray*/
    border-top: #a9a9a9 1px solid;
    border-bottom: #a9a9a9 1px solid;
    border-right: #a9a9a9 1px solid;
}

.border {
    border-right: #808080 1px solid; /*gray*/
    border-top: #808080 1px solid;
    border-left: #808080 1px solid;
    border-bottom: #808080 1px solid;
}
/*******************************************/

/*
------------------------------
  PER EFFETTI IMMAGINI
------------------------------
*/

.bordoImmagine {
    border-right: #d3d3d3 2px solid; /*lightgrey*/
    border-top: #d3d3d3 2px solid;
    border-left: #d3d3d3 2px solid;
    border-bottom: #d3d3d3 2px solid;
}

.shadowcss {
    position: relative;
    border: 2px outset LightSteelBlue;
    top: -2px;
    left: -2px;
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color= 'lightgrey', Positive= 'true' );
}

.testoChiudiPopUp {
    font-weight: bold;
    font-family: Candara, Arial, Helvetica, sans-serif;
    background-color: #d3d3d3; /*lightgrey*/
    cursor: pointer;
    cursor: hand;
}


/* Header e footer */
.footer {
    background-color: White;
}

/*Custom style*/

.logoHeaderStyle {
    background-color: White;
    width: 100%;
    height: 100%;
    padding: 0 0 0 0;
    margin: 0;
}

.footerMasterPage {
    background-color: white;
    width: 100%;
    height: 23px;
    padding: 0 0 0 0; /*	border-top-color:#E4322C; 	border-top-style:solid; 	border-top-width:2px; 	border-bottom-color:#E4322C; 	border-bottom-style:solid; 	border-bottom-width:2px;*/
}


/*
------------------------------
  STILI PER FOOTER
------------------------------
*/

.footer_td_accessibility /*td di destra contenete la versione del programma*/ {
    text-align: right;
    color: #000000;
}

.footer_td_companyname {
    text-align: left;
}

.footerHiperLink {
    color: Black;
    text-decoration: none;
}

label {
}

/*
------------------------------
  STILI PER PAGINA MASTER
------------------------------
*/
.mainOuterTable {
    width: 100%;
    height: 100%;
}

.mainInnerTable {
    width: 100%;
    height: 100%;
}

/* Colore background della top bar e left bar */


/* Background color dei menu a tendina */
.masterAccessibleLeftColumn div, .masterAccessibleTopBarMenuColumn div {
    text-align: left;
    min-height: 50px;
}

.masterHeader {
    height: 85px;
    border-color: #484a4f;
    border-style: solid;
    border-left: hidden;
    border-right: hidden;
}

.masterAccessibleTopBarMenuColumn {
    height: 44px;
    text-align: right;
    padding-top: 10px;
}

.masterAccessibleLeftColumn {
    border-right-color: #505050;
    border-right-width: 1px;
    border-right-style: solid;
    vertical-align: top;
}

.masterAccessibleLeftColumn_tr1 {
    /* Non funziona */
    height: 3px;
}

.masterAccessibleLeftColumn_tr2 {
    vertical-align: top;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #505050;
}

.masterAccessibleLeftColumn_tr3 {
    vertical-align: text-bottom;
    height: 100%;
}

.masterAccessibleLeftBarSeparatorUnderMenu {
    vertical-align: central;
    background-color: #505050;
}

.masterAccessibleContentArea {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    vertical-align: top;
    text-align: left;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    padding: 3px 10px 5px 10px;
}


/* ---------------------
    Crumbs
-------------------------*/
.crumbsContainer {
    padding: 0px 0px 5px 0px;
    text-align: left;
    width: 100%;
    visibility: hidden;
}

    .crumbsContainer * {
        color: #d3d3d3;
    }

.crumbsGenericNodeStyle {
}

.crumbsCurrentNodeStyle {
    font-weight: bold;
}

.crumbsRootNodeStyle {
}

.ModalBackground {
    background-color: Gray;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}



.contextMenuDayPilot_main {
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 8pt;
    border: 1px solid gray;
    background-color: white;
    padding: 0px;
    cursor: default;
    background-image: url('../../App_Themes/IPSoft/Images/context_menu/bg3white.png');
    background-repeat: repeat-y;
}

.contextMenuDayPilot_title {
    background-color: #f2f2f2;
    border-bottom: 1px solid gray;
    padding: 4px 4px 4px 37px;
}

.contextMenuDayPilot_main a {
    padding-left: 35px;
    color: Black;
    text-decoration: none;
    cursor: default;
}

    .contextMenuDayPilot_main a span {
        display: block;
        height: 20px;
        line-height: 20px;
        width: 150px;
        overflow: hidden;
        padding-left: 2px;
        padding-right: 20px;
    }

    .contextMenuDayPilot_main a:hover {
        background-image: url('../../App_Themes/IPSoft/Images/context_menu/left.png');
        background-repeat: no-repeat;
    }

        .contextMenuDayPilot_main a:hover span {
            background-image: url('../../App_Themes/IPSoft/Images/context_menu/right.png');
            background-repeat: no-repeat;
            background-position: 100%;
        }

.contextMenuDayPilot_main div div /* separator */ {
    border-top: 1px solid #dddddd;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 28px;
}

/*--------------------wuc Upload File---------------------*/

.imageContainer {
    clear: both;
    margin-bottom: 8px;
}

.singleImageContainer {
    overflow: hidden;
    width: 148px;
    margin: 10px 15px 0px 0px;
    float: left;
    text-align: center;
}

.imageBg {
    position: relative;
    top: 0;
    left: 0;
    width: 148px;
}

.imageErase {
    position: absolute;
    top: 5px;
    left: 120px;
    width: 18px;
    height: 18px;
    z-index: 999;
    display: block !important;
}

/*----------------------------------------------------------*/
