.nx-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-td-rownumber {
  background-color: #d6f0fd;
  background: -webkit-linear-gradient(top,#f2f9fe 0,#d6f0fd 100%);
  background: -moz-linear-gradient(top,#f2f9fe 0,#d6f0fd 100%);
  background: -o-linear-gradient(top,#f2f9fe 0,#d6f0fd 100%);
  background: linear-gradient(to bottom,#f2f9fe 0,#d6f0fd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2f9fe,endColorstr=#d6f0fd,GradientType=0);
}

.datagrid-row-selected {
  background: #88C4E3;
  color: #000000;
}

.datagrid-row-editing .textbox,
.datagrid-row-editing .textbox-text {
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  color: black;
  background-color: white;
  font-size: 13px;
}

/*
// modifica gutter per bootstrap
// 20px gutter
.gutter-20.row {
  margin-right: -10px;
  margin-left: -10px;
}

.gutter-20 > [class^="col-"], .gutter-20 > [class^=" col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

// 10px gutter
.gutter-10.row {
  margin-right: -5px;
  margin-left: -5px;
}
.gutter-10 > [class*="col-"], .gutter-10 > [class^=" col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

// 0px gutter
.gutter-0.row {
  margin-right: 0;
  margin-left: 0;
}
.gutter-0 > [class*="col-"], .gutter-0 > [class^=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
*/
/* specifici per scheda anagrafica*/
.wellcol1 {
    padding: 0 0 0 10px;

}
.wellcol2 {
    padding: 0;
}

.datagrid-inline-button {
    width: 16px;
    height: 16px;
    padding: 0 0 0 0;
    margin: 0;
}

/* messaggi autoscomparenti */

.nx-message {
    position: absolute;
    margin: 0 auto;
    left: 45%;
    top: 40%;
    border: 1px solid #286D94;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 5px 10px;
    background-color: #B0D7EE;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.8);
    z-index: 300;
}

.nx-message div {
    margin: 8px 10px; 
    float: left;
}


.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 .well {
    margin: 10px 10px;
    padding: 4px 0 9px 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: 10px;
    margin: 0 0 0 2px;
    width: 100%;
}

.nx-content .areaTitolo {
    font-size: 10px;
    font-weight: bold;
    color: MidnightBlue;
    margin: 0 0 0 2px;
}

.nx-content .imgAnaPaz {
    border: 1px solid MidnightBlue;
    float: left;
/*    //margin: auto;*/
    box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.nx-content .textbox {
    padding: 0 0 0 1px;
/*//    width: 100%;*/
}

.nx-content .textbox .textbox-text {
    font-size: 13px;
}

/* 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 !important;
}

.fld-uppercase {
    text-transform: uppercase; /* solo nell'interfaccia - il testo sottostante resta invariato */
}

.fld-dropdowngrid {
    position: absolute;
    z-index: 10010;   
/*    box-shadow: 2px 2px 2px rgba(0,0,0,0.5);*/
}

.area-faded {
    display: none; /* qui non c'è important */
}

#mainmenu input{
    width: 100%;
    color: navy;
    padding: 2px 4px;
    text-align:left;
background: rgb(229,242,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(229,242,255,1) 0%, rgba(206,220,234,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,242,255,1)), color-stop(100%,rgba(206,220,234,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(229,242,255,1) 0%,rgba(206,220,234,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(229,242,255,1) 0%,rgba(206,220,234,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(229,242,255,1) 0%,rgba(206,220,234,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(229,242,255,1) 0%,rgba(206,220,234,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5f2ff', endColorstr='#cedcea',GradientType=0 ); /* IE6-9 */

}

/* profilo */

#tabCartella
{
	/* background-color: LigbtBlue; */
	background-image: url('../img/sfondo.png');
/*	//font-family: 'Times New Roman', Georgia, serif;*/
	font-family: 'Verdana','Geneva',sans-serif;
/*	//font-family: 'Palatino Linotype','Book Antiqua','Palatino', serif;*/
	padding: 20px;
/*	//min-height: 555px;*/
	height: '100%';
}

#profiloPaziente td {
	padding: 2px 0 2px 0;
}

#profiloAna {
	font-size: 1.2em;
	margin: 0 0 0 15px;
}

.prfHeadDiario {
	background-image: url('../img/sfondo3.png');
	font-size: 1.2em;
	font-weight: bold;
	margin: 12px 0 4px 0;
	padding: 4px;
	border: 1px solid;
	text-align: center;
}

.prfHeadDiario:hover {
	border: 1px solid red;
}

.prfColData {
	width: 100px;
	font-family: 'Courier New';
	font-size: 10pt;
	font-weight: bold;
}

.prfColData2 {
	width: 100px;	
	font-family: 'Courier New';
	font-size: 10pt;
}

/*.prfColText {
	//font-weight: bold;
}*/

.prfColText2 {
	font-weight: 200;
	font-style: italic;
}

.prfTable {
	margin: 0 0 0 15px;
	color: #004a73;
}

/* 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;
}

/* grid per i diari */
.datagrid {
    font-family: 'Verdana'
}

/* impostazioni per i diari */

.diarioData {
    margin: 0 8px 0 0;
    font-weight: bold;
}

.diarioNome {
    font-size: 1.1em;
}

/* dettagli dei diari */
.dettaglio form {
    background-color: #d6f0fd;
    border: 2px solid gray;
}

.easyDettagli {  
    padding: 4px 15px;
}

.easyDettagli .row {
    padding: 2px 0 0 0;
}

.easyDettagli label {
    font-weight: normal;
    font-size: 12px;
    vertical-align: text-bottom;
}

.areaBottoni {
    height: 35px;
    padding: 8px 8px 0 0;
}

.btnDettagliL {
    float: left;
    width: 76px;
    height: 26px;
    margin: 0 4px;
}

.btnAgenda {
    background: url('../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;
}

.btnDettagliR {
    float: right;
    width: 84px;
    height: 26px;
    margin: 0 4px;
}

/* icone */

.icon-invoice1{
        background:url('../img/invoice1.png') no-repeat center center;
        background-size: 15px auto;
}
.icon-invoice2{
        background:url('../img/invoice2.png') no-repeat center center;
        background-size: 15px auto;
}
.icon-mail{
        background:url('../img/mail.png') no-repeat center center;
        background-size: 15px auto;
}
.icon-mailana{
        background:url('../img/mailana.png') no-repeat center center;
        background-size: 15px auto;
}
.icon-print{
        background:url('../img/printer.png') no-repeat center center;
        background-size: 15px auto;
}
.icon-show{
        background:url('../img/apridocumento.png') no-repeat center center;
        background-size: 15px auto;
}
.icon-importante{
        background:url('../img/urgente.png') no-repeat center center;
        background-size: 15px auto;
}
.icon-suggerita{
        background:url('../img/fulmine.png') no-repeat center center;
        background-size: 15px auto;
}
.icon-riservata{
        background:url('../img/locked.png') no-repeat center center;
        background-size: 15px auto;
}
.icon-urgente{
        background:url('../img/urgente.png') no-repeat center center;
        background-size: 15px auto;
}
.icon-sicvolo{
        background:url('../img/bollinoblu.png') no-repeat center center;
        background-size: 15px auto;
}
.icon-cronica{
        background:url('../img/cronica.png') no-repeat center center;
        background-size: 15px auto;
}
.icon-apri{
        background:url('../img/apri.jpg') no-repeat center center;
        background-size: 15px auto;
}
.icon-aggiungi{
        background:url('../img/aggiungi.png') no-repeat center center;
        background-size: 15px auto;
}
.icon-cancella{
        background:url('../img/cancella.png') no-repeat center center;
        background-size: 15px auto;
}
.icon-refresh{
        background:url('../img/refresh.png') no-repeat center center;
        background-size: 15px auto;
}
.icon-ok{
        background:url('../img/check.png') no-repeat center center;
        background-size: 15px auto;
}
.icon-esci{
        background:url('../img/esci.png') no-repeat center center;
        background-size: 15px auto;
}
.icon-salva{
        background:url('../img/salva.png') no-repeat center center;
        background-size: 15px auto;
}
.icon-clip{
        background:url('../img/clip.png') no-repeat center center;
        background-size: 15px auto;
}
.icon-home{
        background:url('../img/home32.png') no-repeat center center;
        background-size: 15px auto;
}
.icon-run{
        background:url('../img/esegui.png') no-repeat center center;
        background-size: 15px auto;
}
.icon-uomo{
        background:url('../img/uomo.png') no-repeat center center;
        background-size: 15px auto;
}

.icon-donna{
        background:url('../img/donna.png') no-repeat center center;
        background-size: 15px auto;
}

.icon-exportfatt{
        background:url('../img/exportfatture.png') no-repeat center center;
        background-size: 15px auto;
}

.icon-ok{
        background:url('../img/ok32.png') no-repeat center center;
        background-size: 15px auto;
}

.icon-fatturaxml{
        background:url('../img/fattxml.png') no-repeat center center;
        background-size: 15px auto;
}
