/* stili della app */
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -user-select: none;
}

.datagrid-header .datagrid-cell span {
  font-size: 13px;
}

/*.datagrid-row-selected {
  background: lightsteelblue;
  color: #000000;
}
*/
.datagrid-cell {
    font-size: 13px;
    font-family: 'Verdana';
}

.main-back {
    background-color: #269abc;
    /*padding-top: 25px;
    padding-bottom: 25px;*/
}

/* stile della finestra principale */
.main-win {
    color: black;
    background-color: lightblue;
    height: 700px;
    border: 1px solid #000;
    margin: 20px auto;
}

/* stile della finestra del login */
.login-win {
    color: black;
    background-color: lightblue;
    max-height: 400px;
    max-width: 600px;
    border: 1px solid #000;
    margin-top: 10%;
}

/* stile della finestra degli strumenti */
.strumenti-win {
    color: black;
    background-color: lightblue;
    max-height: 350px;
    max-width: 650px;
    border: 1px solid #000;
    margin-top: 15%;
}

/* stile della finestra del riepilogo fatture*/
.fatture-win {
    color: black;
    background-color: lightblue;
    height: 700px;
    border: 1px solid #000;
    margin: 20px auto;
}
.top-buffer-20px { margin-top:10%; }
/* stili comuni per molte sezioni del programma */

.fld-hidden {
    visibility: hidden; /* hidden non si vede ma occupa spazio nel layout */
}

fld-absolute {
    position: absolute;
}

.fld-faded {
    display: none; /* viene ignorato nel layout come se non esistesse più */
}

.fld-uppercase {
    text-transform: uppercase; /* solo nell'interfaccia - il testo sottostante resta invariato */
}

.fld-dropdowngrid {
    position: absolute;
    z-index: 10010;   
/*    top: 57px;
    left: 485px;*/
/*    box-shadow: 2px 2px 2px rgba(0,0,0,0.5); */
}

.back-normal {
    background-color: #d6f0fd
}

.nx-gradient { /* gradiente di colore */
    background: #f2f9fe; /* Old browsers */
    background: -moz-linear-gradient(top,  #f2f9fe 0%, #d6f0fd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f9fe), color-stop(100%,#d6f0fd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f2f9fe 0%,#d6f0fd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f2f9fe 0%,#d6f0fd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f2f9fe 0%,#d6f0fd 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f2f9fe 0%,#d6f0fd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f9fe', endColorstr='#d6f0fd',GradientType=0 ); /* IE6-9 */
}

/* menu principale */

.menubutton {
    width: 96%;
    margin: 2px 4px;
    text-align:left;
}

#frameLeft {
    background-color: #FFFFFF;
    float:left;
    width:18%;
    height: 97%;
    margin: 8px;
    box-shadow: 5px 5px 5px rgba(0,0,0,.5);
}


#frameRight {
    position: relative;
    float:right;
    width: 80%;
    height: 97%;
    margin: 8px 0;
    box-shadow: 5px 5px 5px rgba(0,0,0,.5);
}

/* messaggi autoscomparenti */

.nx-message {
    position: absolute;
    left: 33%;
    top: 45%;
    width: 250px;
    border: 1px solid #286D94;
    /*border-radius: 15px; */
    padding: 10px 10px 10px 10px;
    opacity: 0.9;
    background-color: #B0D7EE;
    z-index: 300;
}

.nx-message img{
    vertical-align: middle;
    float: right;
    margin: 4px 5px;
}

.nx-message td{
    vertical-align: middle;
    text-align: center;
    color: #184159;
    padding: 0 5px;
}

/* schede input dati */
.nx-content h4 {
    font-size: 14px;
    color: Navy;
    margin-left: 10px;
}

.nx-content .well {
    padding: 8px 0 15px 0;
    margin: 10px 0;
    border: 1px solid MidnightBlue;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    background: #B0D7EE;
}

.nx-content label {
    color: #000066;
    font-weight: normal;
    font-size: 14px;
    margin: 0 0 0 2px;
    width: 100%;
}

.nx-content input[type='text'] {
    padding: 0 0 0 2px;
}

.nx-content select {
    color: #000066;
    font-weight: normal;
    font-size: 14px;
    margin: 0 0 0 2px;
    width: 100%;
}

.nx-content option {
    color: #000066;
    font-weight: normal;
    font-size: 14px;
    margin: 0 0 0 2px;
    width: 100%;
}

.nx-content .imgAnaPaz {
    border: 1px solid MidnightBlue;
    float: left;
    margin: auto;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.nx-content .fld-dropdown input {
    padding: 0 0 0 4px !important;
}

.nx-content .fld-datetime input {
    padding: 0 0 0 4px !important;
}

/*.nxcontent input[type='button']:not(#btnAnaCodfis) {
    margin: 3px 15px;
}*/

/* specifici per scheda anagrafica*/
.wellcol1 {
    padding: 0 0 0 10px;

}
.wellcol2 {
    padding: 0;
}


/*#divAnagrafica {
    background-color: #DDECF7;
    height: 99.5%;
}**/

/* tooltip */

.tooltipFrame {
    max-width: 220px;
    margin: 2px;
}

.tooltipTitolo {
    text-align: left;
    margin: 0 0 0 2px;
    font-size: 1.1em;
    font-weight: bold;
}

.tooltipLine {
    border-bottom: 1px solid;
    margin: 2px 0 4px 0;
}

.tooltipTesto {
    font-size: 0.8em;
    text-align: justify;
}

/* impostazioni per i diari */

.diarioTable  td {
    padding: 2px 10px 0 10px;
    white-space: nowrap; /* altrimenti le linee lunghe vanno a capo */
    overflow: hidden;
}

.diarioData {
    margin: 0px 10px 0px 10px;
/*    //font-weight: bold;*/
    /*color: red;*/
}

.diarioNome {
    overflow: hidden;
    margin: 0px 10px 0px 0px;
}

/* dettagli diari */
 /* tabs per dettagli diari */ 
/*tabsDettagli { 
    font-size: 0.65em;
} */
.tabsRoot {
    width: 97%;
}

.tabsDettagli ul {
    padding: 0;
}

.tabsDettagli li {
    padding: 0px 4px 2px 4px;
    margin: 0 4px;
}

.areaDettagli {  /* area interna dettagli diari */ 
/*    //font-size: 0.85em;*/
    padding: 8px 15px;
}

.areaDettagli .row {
    padding: 2px 0;
}

.areaDettagli label {
    font-size: 12px;
    vertical-align: text-bottom;
}

.easyDettagli { 
    padding: 8px 15px;
}

easyDettagli .datagrid .panel-body {
    overflow: visible;
}

.easyDettagli .row {
    padding: 2px 0;
}

.easyDettagli label {
    font-weight: normal;
    font-size: 12px;
    vertical-align: text-bottom;
}

.areaBottoni {
/*    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;*/
/*    // border: 1px none solid solid solid black;*/
    padding: 6px;
    height: 40px;
}

.btnDettagliL {
    float: left;
    margin: 0 2px
}

.btnDettagliR {
    float: right;
    margin: 0 2px
}

.fistratlabel {
    font-weight: bold;
    color: red;
}

.btnAgenda {
    background: url('/NextMmg/img/agenda.png') no-repeat;
    background-size: 24px 24px;
    background-position: left;
    background-color: white;
    width: 100px;
    height: 28px;
    text-align: right;
    border-radius: 10%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.btnFatture {
    background: url('/NextMmg/img/fattura.png') no-repeat;
    background-size: 24px 24px;
    background-position: left;
    background-color: white;
    width: 100px;
    height: 28px;
    text-align: right;
    border-radius: 10%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.btnStrumenti {
    background: url('/NextMmg/img/impostazioni.png') no-repeat;
    background-size: 24px 24px;
    background-position: left;
    background-color: white;
    width: 100px;
    height: 28px;
    text-align: right;
    border-radius: 10%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.btnCambioPassword {
    background: url('/NextMmg/img/cambiopsw.png') no-repeat;
    background-size: 100px 100px;
    background-position: center;
    background-color:transparent;
    width: 150px;
    height: 150px;
    border-radius: 20%;
    padding-left: 100px;
    padding-top: 100px;
}

.btnImpostamail {
    background: url('/NextMmg/img/mailfolder.png') no-repeat;
    background-size: 100px 100px;
    background-position: center;
    background-color:transparent;
    width: 150px;
    height: 150px;
    border-radius: 20%;
    padding-left: 100px;
    padding-top: 100px;
}

.btnImpostastampanti {
    background: url('/NextMmg/img/printerbig.png') no-repeat;
    background-size: 100px 100px;
    background-position: center;
    background-color:transparent;
    width: 150px;
    height: 150px;
    border-radius: 20%;
    padding-left: 50px;
}

.btnImpostautente {
    background: url('/NextMmg/img/usersettings.png') no-repeat;
    background-size: 100px 100px;
    background-position: center;
    background-color:transparent;
    width: 150px;
    height: 150px;
    border-radius: 20%;
    padding-left: 50px;
    padding-right: 50px;
}


.lblCambioPassword {
    margin-left: 15px;
    padding-left: 0;
    padding-right: 0;
}

.lblImpostamail{
    margin-left: 15px;
    padding-left: 0;
    padding-right: 0;
}

.lblImpostastampanti {
    margin-left: 10px;
    padding-left: 0;
    padding-right: 0;
}

.lblImpostautente {
    margin-left: 20px;
    padding-left: 0;
    padding-right: 0;
}
.divstrumenti {
    margin-top: 90px;
    margin-left: 15px;
}

.inpRicerca {
    width: 300px
}

