::-moz-selection,
::selection {
    background:#D2E6FD;
    text-shadow: none;
}


.downloadDoc { 
    background-image: url(img/download.png) !important;
    background-position:  0px 0px;
    background-repeat: no-repeat;
    width: 32px !important;
    height: 32px !important;
    border: 0px;
}
.downloadProve { 
    background-image: url(img/certified.png)!important;
    background-position:  0px 0px;
    background-repeat: no-repeat;
    width: 32px !important;
    height: 32px !important;
    border: 0px;

}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #ccc;
    margin:10px 0;
    padding:0;
}

a {
    color:#215AC4;
    text-decoration:none;
    font-weight:bold;
}

a:hover {
    text-decoration:none;
    /*background:rgba(74,118,200,0.3);*/
    /*-webkit-border-radius:4px;
       -moz-border-radius:4px;
            border-radius:4px;*/
}

html.lt-ie9 a:hover {
    background:#4A76C8;
    color:#fff;
}

body {
    /*font: 16px/26px Arial, Helvetica,  "Nimbus Sans L", FreeSans, sans-serif;*/
    color:#222;
    background:#fff;
}

h1 {
    font-size:1.6em;
}

h2 {
    font-size:1.2em;
}

h3 {
    font-size:1em;
}

br {
  display:none;
}

/* layout */

.header-container,
.main-container,
.footer-container {
    max-width:980px;
    margin:0 auto;
    border-left:1px solid #8F9FBB;
    border-right:1px solid #8F9FBB;
    padding:0 40px;
}

/* header */

.header-container {
    position:relative;
    background:#fff;
}

.header-container .wrapper {
    background:url(../images/logo_uni.png) top right no-repeat;
    position:relative;
    height:100px;
}

.header-container .wrapper#subHeader button {
    width:10em;
}

.header-container h1.title {
    color:#537FD1;
    margin:15px 0;
    font-size:28px;
    font-weight:bold;
}

header div.areaUtente {
    padding:6px 40px 9px 40px;
    margin:0 -40px;
    text-align:right;
    position:relative;
    z-index:100;
    overflow:auto;
    background:#537fd1;
    background:-moz-linear-gradient(left,  #537fd1 29%, #a4bfea 71%);
    background:-webkit-gradient(linear, left top, right top, color-stop(29%,#537fd1), color-stop(71%,#a4bfea));
    background:-webkit-linear-gradient(left,  #537fd1 29%,#a4bfea 71%);
    background:-o-linear-gradient(left,  #537fd1 29%,#a4bfea 71%);
    background:-ms-linear-gradient(left,  #537fd1 29%,#a4bfea 71%);
    background:linear-gradient(to right,  #537fd1 29%,#a4bfea 71%);

}

header div.areaUtente button {
    font-size:0.85em;
}

header div.areaUtente button#logout {
    margin-left:40px;
}

p {
	color: #222;
	font-weight: normal;
}


header nav.headerNav {
    padding:5px 40px;
    margin:0 -40px;
    text-align:right;
    background:#F3F9FF;
    border-bottom:1px solid #8F9FBB;
    position:relative;
    z-index:100;
    overflow:auto;
    -webkit-box-shadow:0 20px 30px -20px rgba(1, 1, 1, 0.2);
            box-shadow:0 20px 30px -20px rgba(1, 1, 1, 0.2);
}

header nav.headerNav ul {
    margin: 0;
    padding: 0;
}

header nav.headerNav button {
    float:none;
    margin-right:0;
    width:auto;
    min-width:6em;
    white-space:nowrap;
}



#nomeUtente {
    font-style:italic;
}

/* principale */

.main-container {
  background:#fff;
  min-height:400px;
  padding-top:60px;
}

.main-container h2,
.main-container h3 {
  color:#8F9FBB;
  border-bottom:1px solid #8F9FBB;
  margin:0 -40px;
  padding:0 40px;
  font-size:24px;
  font-weight:bold;
}

/* footer */

.footer-container footer {
    color:#fff;
    background:#8F9FBB;
    margin:0 -40px;
    font-size: 0.8em;
    padding:10px 40px;
    text-align: right;
}

.footer-container .wrapper {
    border-top:1px solid #ccc;
}

#versioneApplicativo,
#unim {
    display:inline-block;
    line-height:1;
}
#versioneApplicativo {
    padding-right:1em;
    border-right:1px solid #aaa;
}

#versioneApplicativo,
#unim {
    padding-left:1em;
}

/* pezze */

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* area tabs */

nav.tabNav {
  margin:-40px -40px 0 -40px;
  padding-top:20px;
  background:#537fd1;
  background:-moz-linear-gradient(left,  #537fd1 29%, #a4bfea 71%);
  background:-webkit-gradient(linear, left top, right top, color-stop(29%,#537fd1), color-stop(71%,#a4bfea));
  background:-webkit-linear-gradient(left,  #537fd1 29%,#a4bfea 71%);
  background:-o-linear-gradient(left,  #537fd1 29%,#a4bfea 71%);
  background:-ms-linear-gradient(left,  #537fd1 29%,#a4bfea 71%);
  background:linear-gradient(to right,  #537fd1 29%,#a4bfea 71%);
}

nav.tabNav ul {
  margin:0;
  border-bottom:1px solid #8F9FBB;
  list-style-type:none;
}

nav.tabNav li {
  margin:0 5px 0 0;
  display:inline-block;
  list-style-type:none;
  position:relative;
  top:1px;
}
nav.tabNav a {
  text-decoration:none;
  display:block;
  white-space:nowrap;
  background:#F3F9FF;
  border:1px solid #8F9FBB;
  border-bottom:0;
  padding:0.2em 1em;
  -webkit-border-radius: 3px 3px 0px 0px;
       -o-border-radius: 3px 3px 0px 0px;
          border-radius: 3px 3px 0px 0px;
  background: #f3f9ff;
  background: -moz-linear-gradient(top,  #f3f9ff 31%, #c2d7ea 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(31%,#f3f9ff), color-stop(100%,#c2d7ea));
  background: -webkit-linear-gradient(top,  #f3f9ff 31%,#c2d7ea 100%);
  background: -ms-linear-gradient(top,  #f3f9ff 31%,#c2d7ea 100%);
  background: linear-gradient(to bottom,  #f3f9ff 31%,#c2d7ea 100%);
}

nav.tabNav a:hover {
  background:#C2D7EA;
}

nav.tabNav a.active {
  background:#fff;

  border-bottom:1px solid #fff;
}

#tab01,
#tab02 {
}

/* forms */

#numeroMandato {
    font-weight:bold;
    font-size:1.4em;
    background:#eee;
    padding:0.5em;
    display:block;
    -webkit-border-radius:4px;
       -moz-border-radius:4px;
            border-radius:4px;
}

button.mandatoProfessionista {
   margin:10px 0;
}

button#conferma, button#ricerca {
    display:block;
    margin:0 0 0 auto;
}

.colonna1,
.colonna2 {
    width:50%;
}

.colonna1{
    float:left;
}

.colonna2 {
    float:right;
}

.colonna1e2 {
   clear:both;
}

.formRiga {
    width:100%;
    padding:5px 0;
    overflow:auto;
    clear:both;
}
.formRiga > label {
    width:11.5em;
    /* WARNING !ellipsis deprecated begin */
    overflow: hidden;
    text-overflow: ellipsis;
    /* WARNING! Opera specific */
    -o-text-overflow: ellipsis;
    /* ellipsis deprecated end */
    float:left;
    text-align:right;
    margin-right:0.5em;
}

.formRigaRiepilogo {
    width:100%;
    padding:5px 0;
    overflow:auto;
    clear:both;
}
.formRigaRiepilogo > label {
    display: block;
    float: left;
    margin-right: 0.5em;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 20.5em;
}

.formRiga .formRadio {
    margin-left:12em;
}

.formAll {
  margin:20px 0;
}

.form-row,
.form-table {
    clear:left;
    overflow:auto;
}
.form-row .form-item.col1 {
    width:45%;
    float:left;
}
.form-row .form-item.col2 {
    width:45%;
    float:right;
}

.form-item {
    padding:0.5em;
    overflow:auto;
}
.form-col.col1 {
    width:45%;
    float:left;
}
.form-col.col2 {
    width:45%;
    float:right;

}
.form-col input {
    width:6em;
}
.form-row label,
.form-col label {
    width:45%;
    float:left;
    font-size:0.8em;
}

.form-row.form-radio label,
.form-col.form-radio label {
    width:auto;
    float:none;
}

.appl-all {
    width:100%;
    min-height:6em;
    background:#aaa;
}

.form-all span.lbl {
    font-weight:bold;
}

.form1 hr {
  clear:both;
  width:100%;
  border-top:0;
}

/* form - elementi specifici */

#pinForm label {
    width:200px;
    margin-right:10px;
    display:inline-block;
}

fieldset.operazioniAggiuntive {
    clear:both;
    width:100%;
    position:relative;
    padding-top:3em;
}
fieldset.operazioniAggiuntive legend {
    font-weight:bold;
    position:absolute;
    top:1em;
    left:0;
    width:100%;
    padding:0em 0.5em;
    color:#fff;
    background:#8F9FBB;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
}

fieldset.operazioniAggiuntive label {
    width:200px;
    margin-right:10px;
    display:inline-block;
}

fieldset.operazioniAggiuntive .formRiga {
    padding:10px 0;
}

fieldset.operazioniAggiuntive button {
    margin-left:214px;
}

.allegatiMainContainer {
    background: #f5f5f5;
    border:1px solid #ddd;
    margin:10px 0;
    padding:10px;
    -webkit-border-radius:4px;
       -moz-border-radius:4px;
            border-radius:4px;

}

.allegatiMainContainer #gridForm {
  border:2px solid #fff;
  background:#fff;
}

.allegatiMainContainer table input {
  display:block;
  font-size:0.8em;
  margin:0 auto;
}

.allegatiMainContainer table td {
  vertical-align:top;
  line-height:1.4em;
}

#dettaglioCompensiProfessionistiContainer:after,
#dettaglioCompensiSempliceContainer:after {
    content:"";display:table;clear:both;
}

#dettaglioCompensiProfessionistiContainer {
    background: #f5f5f5;
    border:1px solid #ddd;
    padding:0 10px;
    -webkit-border-radius:4px;
       -moz-border-radius:4px;
            border-radius:4px;

    clear:both;

}

#dettaglioCompensiProfessionistiContainer .colonna1 {
    margin-left:-10px;

}
#dettaglioCompensiProfessionistiContainer .colonna1 {
    margin-right:-10px;

}

#dettaglioCompensiProfessionistiContainer button {
    display:block;
    clear:both;
}

#widget_cassaPrevidenza,
#widget_iva {
    margin-left:12em;

}

.formSingola {
    width:100%;
    clear:both;
}
.formSingola:after {
    content:"";display:table;clear:both;
}

#allegatiMainContainer,
#buttonAllega {
    display:none;
}

#metadatiContainer {
  overflow:auto;
  width:100%;
  clear:left;
  position:relative;
  padding-bottom:2em;
}

#metadatiContainer div.formRiga {
  width:49%;
  float:left;
  clear:none;
}

#metadatiContainer h6 {
  position:absolute;
  bottom:0;
  left:0;
  margin:0;
}


#conservaForm .formColonna {
  width:100%;
  clear:left;
}


/* Input, bottoni */

fieldset {
    border:0;
    margin:0;
    padding:0;
}

textarea {
    resize:vertical;
}

input[type="text"],
input[type="email"],
select,
textarea {
    border:1px solid #b3b3b3;
	margin:0 0 20px 0;
}

textarea {
    min-width:14.6em;
}

.dijitArrowButton input[type="text"] {
    border:0;
}

.dijitArrowButton input[type="text"]:focus {
    border:0;
}

/* button,
input[type="button"],
input[type="submit"] {
	font-family:Arial, Helvetica, FreeSans, "Nimbus Sans L", sans-serif;
    -webkit-box-shadow:inset 0 1px 0 0 #D9E4FA,
                               0 3px 5px -3px rgba(0, 0, 0, 0.5);
       -moz-box-shadow:inset 0 1px 0 0 #D9E4FA,
                               0 3px 5px -3px rgba(0, 0, 0, 0.5);
            box-shadow:inset 0 1px 0 0 #D9E4FA,
                               0 3px 5px -3px rgba(0, 0, 0, 0.5);

    
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5783D5', endColorstr='#3C68BA');
    

    -webkit-border-radius:4px;
       -moz-border-radius:4px;
            border-radius:4px;

    
    color:#ffffff;
    font-weight:bold;
    padding:0.20em 1em;
    text-shadow:0 1px 0 #000;
    min-width:14em;
} */

button[disabled="disabled"] {
    -webkit-box-shadow:inset 0 1px 0 0 #fff,
                               0 3px 5px -3px rgba(0, 0, 0, 0.3);
       -moz-box-shadow:inset 0 1px 0 0 #fff,
                               0 3px 5px -3px rgba(0, 0, 0, 0.3);
            box-shadow:inset 0 1px 0 0 #fff,
                               0 3px 5px -3px rgba(0, 0, 0, 0.3);

    background: #ededed; /* Old browsers */
    background: -moz-linear-gradient(top,  #ededed 1%, #bababa 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ededed), color-stop(100%,#bababa)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ededed 1%,#bababa 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ededed 1%,#bababa 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ededed 1%,#bababa 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ededed 1%,#bababa 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#bababa',GradientType=0 ); /* IE6-9 */

    border:1px solid #999;
    color:#ffffff;
    text-shadow:0 1px 0 #666;
}

.header-container button {
    min-width:auto;
    margin:0 auto;
}

td button,
td input[type="button"],
td input[type="submit"] {
    min-width:inherit;
    max-width:6em;
    margin:0 auto;
}

.header-container button {
    min-width:inherit;
    width:6em;
}

button:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3C68BA), color-stop(1, #5783D5) );
    background:-moz-linear-gradient( center top, #3C68BA 5%, #5783D5 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3C68BA', endColorstr='#5783D5');
    background-color:#1870c7;
}

button[disabled="disabled"]:hover {
    background: #ededed; /* Old browsers */
    background: -moz-linear-gradient(top,  #ededed 1%, #bababa 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ededed), color-stop(100%,#bababa)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ededed 1%,#bababa 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ededed 1%,#bababa 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ededed 1%,#bababa 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ededed 1%,#bababa 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#bababa',GradientType=0 ); /* IE6-9 */
}

button:active {
    position:relative;
    top:1px;
}

.bottNavi {
    margin:20px 0;
}

.bottNavi:after {
    content:" ";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.bottNavi button#indietro, button#annulla {
    width:6em;
    min-width:6em;
    float:left;
}

.bottNavi button#datiPersonali {
    float:right;
}

.bottNavi.bottPannelloEsteso {
    position:relative;
}
.bottNavi.bottPannelloEsteso button#depositoRichiesteMandato,
.bottNavi.bottPannelloEsteso button#depositoMandati {
    min-width:inherit;
    width:22em;
    display:block;
    margin:0 0 10px 0;
}

.bottNavi.bottPannelloEsteso button#datiPersonali {
    position:absolute;
    top:0;
    right:0;
}

a.apriRubrica {
	display:inline-block;
	heigth:32px;
	padding-left:42px;
	background:url('../images/address_book.png') center left no-repeat;
	margin-left:11.5em;
	position:relative;
	left:-38px;
}

/* link nella table home */

.dijitReset.dijitInline.dijitButtonNode {
    -webkit-box-shadow:inset 0 1px 0 0 #D9E4FA,
                             0 3px 5px -3px rgba(0, 0, 0, 0.5);
       -moz-box-shadow:inset 0 1px 0 0 #D9E4FA,
                             0 3px 5px -3px rgba(0, 0, 0, 0.5);
            box-shadow:inset 0 1px 0 0 #D9E4FA,
                             0 3px 5px -3px rgba(0, 0, 0, 0.5);

    background-color:#3C68BA;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5783D5), color-stop(1, #3C68BA) );
    background:-moz-linear-gradient( center top, #5783D5 5%, #3C68BA 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5783D5', endColorstr='#3C68BA');

    -webkit-border-radius:4px;
       -moz-border-radius:4px;
            border-radius:4px;

    border:1px solid #133D8C;
    color:#ffffff;
    font-weight:bold;
    padding:0.25em 1em;
    text-shadow:0 1px 0 #000;
}

.dijitCalendarContainer .dijitReset.dijitInline.dijitButtonNode {
    background:transparent;
    text-shadow:inherit;
    border:0;
    padding:0;
    -webkit-box-shadow:inherit;
       -moz-box-shadow:inherit;
            box-shadow:inherit;
}

/* Override dgrid tables */

th.dgrid-cell {
    background:#DEE7D1;
    color:#fff;
}

.dgrid-row-odd td {
    background:#F3F9FF;
}

.dgrid-row-even td {
    background:#DEE7D1;
}

.dgrid-cell {
    border:3px solid #fff;
    border-bottom:0;
}

/* Override gridx tables */

.gridx {
    border:0;
}

.gridxRow {
    background-color: #FFFFFF;
}

.gridxCell a.ico {
    display:inline-block;
    width:32px;
    height:32px;
}

.gridxCell a.ico img {
    display:block;
    width:32px;
    height:32px;
    border:0;
}

.gridxCell a.ico img {
    display:block;
    width:32px;
    height:32px;
    border:0;
}

td.gridxCell img.ico {
	display:block;
    width:29px;
    height:32px;
    border:0;
}

html.lt-ie9 .gridxCell a.ico img {
    padding:0 !important;
}

.gridxHeader {
}

.gridxHeader,
.gridxFooter,
.gridxHeaderRow {
    background-color:transparent;
    border-bottom:0;
}

.gridxHeaderRowInner {
    border-color:#8F9FBB;
    border-bottom-color:#fff;
    border-width:1px;
}

.gridxHeaderRow .gridxCell {
    border-color:#8F9FBB;
    border-width:0 1px;
    background:#8F9FBB;
    font-weight:bold;
    color:#fff;
    padding:3px 5px;
}

.gridxRow .gridxCell {
}

.gridxRow .gridxCell {
    background:#E3ECF6;
    border-color:#fff;
    border-left-color:#E3ECF6;
    border-right-color:#E3ECF6;
    border-width:1px;
    padding:0 5px;
}

.gridxRow.gridxRowOdd .gridxCell {
    background:#F3F9FF;
    border-color:#fff;
    border-left-color:#F3F9FF;
    border-right-color:#F3F9FF;
    border-width:1px;
}

.gridxRow.gridxRowOdd.gridxRowSelected .gridxCell {
    background:#AFCDEF;
    border-color:#fff;
    border-left-color:#AFCDEF;
    border-right-color:#AFCDEF;
    border-width:1px;
}

.gridxRow.gridxRowSelected .gridxCell {
    background:#9CBEE4;
    border-color:#fff;
    border-left-color:#9CBEE4;
    border-right-color:#9CBEE4;
    border-width:1px;
}

.gridxBar {
    background:#fff;
}

.gridxFooter {
    border-top:1px solid #8F9FBB;
}

.gridxRowHeaderBody {
}

.gridxRowHeaderHeader,
.gridxRowHeaderBody {
    border-right: 1px solid transparent;
}

.gridxRowHeaderRow,
.gridxRowHeaderRow:nth-of-type(odd) {
    background:#ffffff;
    border-color:#fff;
}
.gridxRowHeaderRow .gridxRowHeaderCell {
    border-color:#fff;
    background:#fff;
}

.gridxRowHeaderHeaderCell {
    border-color:#fff;
    background:#fff;
}

th.gridxRowHeaderHeaderCell span.dijitCheckBox {
}

.gridxPagerPages .gridxPagerStepperBtn {
    padding:0 0.5em;
}

.gridxPagerPages .gridxPagerStepperBtnActive {
    font-weight:bold;
}

.gridxPaginationBar .gridxPagerSizeSwitchBtn {
    display:inline-block;
    padding:0 0.25em;
}

.gridxPaginationBar .gridxPagerSizeSwitchBtnActive {
    font-weight:bold;
}

.gridxPaginationBar .gridxPagerSizeSwitchSeparator {
    color:#ccc;
}

/* tabella eccezioni */

#gridEccezioni a {
  color:#d00;
}

#gridEccezioni .gridxHeader {
  border:1px solid #f00;
  border-bottom:0;
}
#gridEccezioni .gridxBody {
  border:1px solid #f00;
  border-top:0;
}

#gridEccezioni .gridxBody td {
  color:#a00;
}

#gridEccezioni .gridxHeaderRowInner {
    border-color:#888;
}

#gridEccezioni .gridxHeaderRow .gridxCell {
    border-color:#888;
    background:#888;
}

#gridEccezioni .gridxRow .gridxCell {
}

#gridEccezioni .gridxRow .gridxCell {
    background:#e2e2e2;
    border-left-color:#e2e2e2;
    border-right-color:#e2e2e2;
}

#gridEccezioni .gridxRow.gridxRowOdd .gridxCell {
    background:#f5f5f5;
    border-left-color:#f5f5f5;
    border-right-color:#f5f5f5;
}

#gridEccezioni .gridxRow.gridxRowOdd.gridxRowSelected .gridxCell {
    background:#F0E0E0;
    border-left-color:#F0E0E0;
    border-right-color:#F0E0E0;
}

#gridEccezioni .gridxRow.gridxRowSelected .gridxCell {
    background:#DFBFBF;
    border-left-color:#DFBFBF;
    border-right-color:#DFBFBF;
}


#gridEccezioni .gridxFooter {
    border-top:0;
}


/* Area applet */

object#signApplet {
    display:block;
    margin:2em 0 1em 0;
    height: 2em;
    width: 100%;
    border:1px solid #ccc;
    padding:0 0.5em;
    -webkit-border-radius:4px;
       -moz-border-radius:4px;
            border-radius:4px;
}

#firmaSelezionati {
  margin:1px;
}

/* Print styles */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

div.gridRubricaContainer, div#gridRubricaWidget.gridx {
	height: 250px;
}

div.infoSalvaInRubrica {
	text-align: right;
	padding-right: 80px;
	font-style:italic;
	color: #666666;
}

div.infoDatiPersonali, div.infoDatiPersonaliTextError, div.infoDatiPersonaliTextSuccess {
	text-align: right;
	padding-right: 20px;
	font-style:italic;
	color: #AAAAAA;
}

div.infoDatiPersonaliTextError {
	color: #CC5050;
}

div.infoDatiPersonaliTextSuccess {
	color: #50CC50;
}

.gridRubricaContainer table input {
  display:block;
  font-size:0.8em;
  margin:0 auto;
}

img.icoDetail {
	border:0;
	margin-left:15px;
	vertical-align:bottom;
}

section.hiddenSection {
	display:none;
}

/* popup */

.dijitDialog .alignedRight {
  float:right;
}
.dijitDialog button#scegliDaRubrica {
  min-width:6em;
}
.dijitDialog .rubricaSearchBox.bottNavi {
  text-align:center;
}

.dijitDialog .rubricaSearchBox.bottNavi button {
  min-width:6em;
  margin-left:0.5em;
}

div button#ricercaDocumento {
	float:right;
}


/* box funzioni */
  /* upload allegato */

.caricaFileBox,
.caricaAllegatoBox {
}

.caricaFileContent,
.caricaAllegatoContent {
  margin:0 -40px 20px -40px;
  background:#F3F9FF;
  padding:20px 40px;
  border-bottom:1px solid #8F9FBB;
}

#fileCaricatoContainer > div {
  display:block;
  border:1px solid #000;
  margin:20px 0;
  padding:10px 20px;
  background:#f1f1f1;
  font-weight:bold;
}

#fileCaricatoContainer button {
  float:right;
  min-width:6em;
}

  /* home */

#ricercaForm {
}

/* profilo */

/* popup */

.dijitDialogPaneContent ul {
	margin:0 0 1em 0;
}

.dijitDialogPaneContent .title {
	font-size:1.6em;
	margin:0; /* con p o h2, h3, hn*/
}

.dijitDialogPaneContent .subtitle {
	font-size:1.4em;
}