/* =================================== */
/* CUSTOM CSS                          */
/* =================================== */

@font-face {
    font-family: 'titillium_webbold';
    src: url('font/titilliumweb-bold-webfont.woff2') format('woff2'),
         url('font/titilliumweb-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'titillium_webbold_italic';
    src: url('font/titilliumweb-bolditalic-webfont.woff2') format('woff2'),
         url('font/titilliumweb-bolditalic-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'titillium_webitalic';
    src: url('font/titilliumweb-italic-webfont.woff2') format('woff2'),
         url('font/titilliumweb-italic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'titillium_webregular';
    src: url('font/titilliumweb-regular-webfont.woff2') format('woff2'),
         url('font/titilliumweb-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

html, body { 
    margin: 0; 
    padding: 0; 
    height: 100%;
}

body { 
    color: #222; 
    background: #fff; 
    font-family: titillium_webregular, arial, sans-serif; 
    font-weight: 400;
    font-size:100%; 
    line-height:1.5; 
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* =================================== */
/* ELEMENTI BASE                       */
/* =================================== */

h1,
h2,
h3,
h4 {
    margin: 0.5rem 0;
    font-family: titillium_webbold;
}

hr { display: none; }

table { 
    border-collapse:collapse; 
    border-spacing:0; 
    margin: 0;
    padding: 0;
}
th, 
td { 
    vertical-align:top; 
    margin: 0;
    padding: 0;
}

    /* form e link */

form {
    margin: 0;
}

input,
select,
textarea {
    font-size: 1rem;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 1px;
    font-family: titillium_webregular, sans-serif;
    padding: 0.5rem 1rem;
}

input[type="checkbox"],
input[type="radio"] { }
select {  }

input[type="checkbox"],
input[type="radio"] { padding:0; margin:0.2em 0; }

input[type="text"],
input[type="password"],
select,
textarea {
    margin-bottom: 1rem;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
         -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

input:focus,
select:focus,
textarea:focus {     
    border-color: #00C5CA;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,197,202,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,197,202,.6); }

button,
input[type="button"], 
input[type="submit"], 
input[type="reset"] { 
    font-family: titillium_webbold, sans-serif;
    font-weight: 700;
    padding: 0.5rem 1rem; 
    min-width: 10rem;
    color: #003366;
    background-color: #96CBFF;
    border: 0;
    cursor:pointer; 
    text-transform: uppercase;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.125);
            box-shadow: 0 3px 5px rgba(0,0,0,.125);
}

input[readonly],
input[readonly="readonly"] {
    border: 0;
    background: #eee;
    -webkit-box-shadow: 0 0 0 transparent;
            box-shadow: 0 0 0 transparent;
}

button:hover,
input[type="button"]:hover, 
input[type="submit"]:hover, 
input[type="reset"]:hover { 
    color: #96CBFF;
    background-color: #003366;
}

button:active,
button:focus,
input[type="button"]:active, 
input[type="button"]:focus, 
input[type="submit"]:active, 
input[type="submit"]:focus, 
input[type="reset"]:active,
input[type="reset"]:focus { 
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
            box-shadow: inset 0 3px 5px rgba(0,0,0,.125); 
    color: #96CBFF;
    background-color: #003366;
}

input[type="button"], 
input[type="submit"], 
input[type="reset"], 
.af_commandButton { 
    font-size: 1rem;
}

input[disabled] { 

}

label {
    display: inline-block;
    font-weight: 700;
    text-align: right;
    margin-right: 1rem;
    margin-top: 0.5rem;
}

a,
a:link { 
    color: #06c;
}

a:focus, 
a:hover {
    color: #036;
    text-decoration: underline;
}

a:active,
a:visited {}

    /* link bottonosi */
/*    
#headerMenu span a,
a.OraNavBarActiveLink { 
    display: inline-block;
    text-align:center;
    font-family: titillium_webbold, sans-serif;
    font-weight: 700;
    padding: 0.5rem 1rem; 
    min-width: 10rem;
    color: #003366;
    background-color: #96CBFF;
    cursor:pointer; 
    text-transform: uppercase;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.125);
            box-shadow: 0 3px 5px rgba(0,0,0,.125);
}

#headerMenu span a:hover,
a.OraNavBarActiveLink:hover { 
    color: #003366;
    background-color: #3bd4d7;
    text-decoration: none;
}

#headerMenu span a:active,
a.OraNavBarActiveLink:active,  
#headerMenu span a:focus,
a.OraNavBarActiveLink:focus {     
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
            box-shadow: inset 0 3px 5px rgba(0,0,0,.125); 
    color: #96CBFF;
    background-color: #003366;
    text-decoration: none;
}*/

    /* campi required */
    
.AFRequiredIconStyle { 
    font-size: 2rem; 
    line-height: 0; 
    color: #c00;
    position: relative;
    top: 0.7rem;
    display: inline-block;
}

/* =================================== */
/* LAYOUT                              */
/* =================================== */

    /* header, elementi */
    
#header {
	border-width: 13px;
	border-style: solid;
	border-color: #0066CC;
    background: #0066CC;

    /* border-top: 5px solid  #004d99;
    /* min-height:82px;
    min-height: 17%;
    background: #0066CC; */
}

#header:before,
#header:after {
    content: " ";
    display: table;
}

#header:after {
    clear: both;
}

#headerMenu {
	display: block;
    width: 480px;
    height: 96px;
    background: url("../images/logo2-agspazialeitaliana.png") right center no-repeat;
    background-size: contain;
	float: right;

    /* text-align: right;
    margin-right: 32px;
    margin-top: 1rem; */
}

#headerMenu span {
    display: inline-block; 
    margin: 0.5rem 1rem;
}

    /* link header */
    
#headerMenu a { 
    color: #fff;
    font-weight: 700;
}

#headerMenu a:visited {}
#headerMenu a:hover,
#headerMenu a:focus {}
#headerMenu a:active {}

    /* logo */
#logo { float:left; }
#logo a {
    display: block;
    width: 249px;
    height: 96px;
    background: url("../images/logo-agspazialeitaliana.png") left center no-repeat;
    background-size: contain;

    /* display: block;
    width: 150px;
    height: 100px;
    background: url(../images/logo-agspazialeitaliana.png) center center no-repeat;
    background-size: contain; */
}

    /* info user */
    
#infoLoggedUser {  }
#infoLoggedUser span {  }

    /* griglia */   
@media screen and (max-width: 1199px) { 
    #content {
        margin: 0 2rem;
    }
}
    
@media screen and (min-width: 1300px) { 
    #page,
    #helpPage {
        width: 1280px;
        margin: 0 auto;
    }
}

#helpPage {
    padding: 0 8%;
}

#page {
    height: 100%;
}

#content {
  /* min-height: 90%;
  min-height: calc(100% - 104px);
  /* equal to footer height
  margin-bottom: -82px; */
  min-height: calc(100% - 34%);
}

#content > div {
    padding-bottom: 2rem;
}

#content:after {
  content: "";
  display: block;
}

#footer, 
#content:after {
  /* height: 82px; */
  min-height: 17%;
}

    /* footer */
#footer {
    background: #004d99;
    color: #fff;
    padding: 1rem;
}

#footer p {
    margin: 0;
}

.tabella_footer {
    display: table;
    width: 100%;
}

.cella_footer_sx {
    display: table-cell;
    float: left;
}

.cella_footer_dx {
    display: table-cell;
}

/* =================================== */
/* GRIGLIE PER FORM esistenti (table)  */
/* =================================== */

td.af_panelFormLayout_column {
}

td.af_panelFormLayout_label-cell,
td.af_panelFormLayout_content-cell {
    padding: 0.25rem 1rem 0.25rem 0;
}

td.af_panelFormLayout_label-cell {
    font-family: titillium_webbold, arial, sans-serif;
}

.af_panelFormLayout_content-cell div:not(:empty).af_inputText_content {
    margin-right: 2rem;
    background: #eee;
    padding: 0.5rem 1rem;
} /* visivamente, uguale a input:disabled */

.af_panelLabelAndMessage_label {  }

div.af_panelFormLayout {  }

td.af_panelFormLayout_column  { }
td.af_panelFormLayout_column[colspan="1"] > table {  }

tr.af_inputText td,
tr.af_selectBooleanCheckbox td,
tr.af_selectManyListbox td,
tr.af_inputDate td,
tr.af_selectOneChoice td {  }

tr.af_inputText td span,
tr.af_selectBooleanCheckbox td span,
tr.af_selectManyListbox td span,
tr.af_inputDate td span,
tr.af_selectOneChoice td span { }

table.af_panelButtonBar {  }
table.af_panelButtonBar img { display:none; }

/* =================================== */
/* MENU                                */
/* =================================== */

    /* menu iniziale */
.af_panelList {
    padding: 1rem;
}

.unirepoNavigationVertical,
.unirepoNavigationHorizontal { 
    background: #d1e7ff; 
    width: 100%;
    margin-bottom: 1rem;
}

@media screen and (max-width: 1199px) { 
    .unirepoNavigationVertical,
    .unirepoNavigationHorizontal {
        margin: 0 -2rem;
        width: calc(100% + 4rem);
    }
}

.unirepoNavigationHorizontal td, 
.unirepoNavigationVertical td {  }

.unirepoNavigationHorizontal ul,
.unirepoNavigationVertical ul { 
    margin:0; 
    padding:0;
    overflow: hidden;
}

.unirepoNavigationHorizontal li, 
.unirepoNavigationVertical li { 
    margin: 0 2rem 0 0; 
    padding: 0;
    list-style-type: none; 
    float: left; 
}

.unirepoNavigationHorizontal td img { display:none; }

    /* i link della navigazione */
[class^="unirepoNavigation"] input {
    color: #0066CC;
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    text-transform: none;
    -webkit-box-shadow: 0 0 0 0 #FFFFFF;
            box-shadow: 0 0 0 0 #FFFFFF;
}

[class^="unirepoNavigation"] input:hover,
[class^="unirepoNavigation"] input:focus {
    background: transparent;
    background: #0066CC;
    color: #d1e7ff;
    text-decoration: none;
    -webkit-box-shadow: 0 0 0 0 #FFFFFF;
            box-shadow: 0 0 0 0 #FFFFFF;
}

[class^="unirepoNavigation"] input:active {
    background: transparent;
    background: #0066CC;
    color: #d1e7ff;
    text-decoration: none;
    -webkit-box-shadow: 0 0 0 0 #FFFFFF;
            box-shadow: 0 0 0 0 #FFFFFF;
}

/* =================================== */
/* TABELLAME                           */
/* =================================== */

/* test
table { display: block; }
tr { display: inline-block; }
th, td { display: inline-block; }*/

th {
    text-align: left;
}

@media screen and (max-width: 1199px) {
    td,
    td span {
      word-wrap: break-word;
    }
}

    /* tabelle dati e risultati */
.uniTable.af_table {
    width: 100%;
}

@media screen and (max-width: 1399px) {
    .uniTable.af_table td,
    .uniTable.af_table th {
        padding: 0.5rem 0.25rem;
        font-size: 0.85rem;
    }
    
    .af_table_control-bar-top td a {
        font-size: 0.85rem;
    }
}

@media screen and (max-width: 1199px) {
    .uniTable.af_table > table > tbody > tr > td {
        display: block;
        overflow-x: auto;
        width: 95vw;
    }
}

table.af_table_content,
.af_treeTable_content  {
        overflow: auto;
}

table.af_table_sub-control-bar th,
table.af_table_content,
.af_treeTable_content { 
    border: 1px solid #333;
    border-bottom: 0;
    width: 100%;
    line-height: 1.1;
    margin: 2rem auto;
}

table.af_table_content th,
.af_treeTable_content th,
table.af_table_content td,
.af_treeTable_content td {
    padding: 0.5rem 1rem;
}

table.af_table_content th,
.af_treeTable_content th { 
    background: #ccc;
    border-bottom: 1px solid #333;
}

table.af_table_content td,
.af_treeTable_content td { 
    border-bottom: 1px solid #333;
}

table.af_table_content tr:nth-child(odd),
.af_treeTable_content tr:nth-child(odd) { 
    background: #f5f5f5;
}

    /* per i bottoni nelle table dati */
 table.af_table_content th.af_table_column-footer {
    text-align: center;
    background: #fff;
}

    /* strutture varie tabelle */
table.af_table_sub-control-bar th,
table.af_table_sub-control-bar td,
table.af_table_content th,
table.af_table_content td {  }

table.af_panelButtonBar td { }
table.af_panelButtonBar td table td {  }

.af_table_control-bar-top,
.af_treeTable_control-bar-top { 
    width: auto !important;
}

.af_table_control-bar-top td,
.af_table_control-bar-top tr,
.af_treeTable_control-bar-top td,
.af_treeTable_control-bar-top tr { 
    width: auto !important;
}

.af_table_control-bar-top .AFFieldText, .af_treeTable_control-bar-top .AFFieldText { }

.af_panelFormLayout_content-cell .af_panelButtonBar { text-align:right; margin:0 0 0 auto; }

table.af_table_sub-control-bar td { text-align:right; border:0; }

.unirepoContenutiStatici {
    min-width: 50%;
    margin: 2rem auto;
    background-color: #c6f3f5;
    border: 1px solid #00c5ca;
    padding: 1rem;
    -webkit-border-radius: 4px;
            border-radius: 4px;
}

@media screen and (max-width: 1199px) {
    .unirepoContenutiStatici td.af_panelFormLayout_column {
        display: block;
    }
}

.unirepoContenutiStatici td {
    padding: 0 0.25rem;
}

.unirepoContenutiStatici td.af_panelFormLayout_content-cell {
}

#documentiComplessivamentePresentiCheSoddisfanoICriteriDiRicercaImpostati { /* esageratiiiii */
    display: inline-block;
    font-family: titillium_webbold, sans-serif;
    font-weight: 700;
}

    /* paginatore */
.af_table_control-bar-top td {
    vertical-align: middle;
    font-size: 1rem;
}

    /* impila td con label e td con campi */
@media screen and (max-width: 1199px) {  
    td.af_inputText_label,
    td.af_panelFormLayout_content-cell,
    td.af_panelFormLayout_label-cell {
        display: block;
    } 
}

/* =================================== */
/* FIELDSET                            */
/* =================================== */

.unirepoTabelle fieldset { }

legend.af_panelCaptionGroup_caption {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 1rem 0;
    display: none; /* nascosto su tutte le form */
}

fieldset { margin:0; padding:0; border:0; }
legend { }
fieldset td { }
fieldset.af_panelCaptionGroup > div > * { }


.af_panelFormLayout_content-cell table,
.af_panelFormLayout_content-cell span {  }
.af_panelFormLayout_content-cell table.af_panelButtonBar {  }

span.af_panelGroupLayout {  }

.af_panelFormLayout select { max-width: 400px; min-width: 200px; }
/*.af_panelFormLayout select:hover { width: auto; }*/

input.pulsantiSubmit { margin:0.3em; }
input.pulsantiReset { margin:0.3em; }

textarea.af_inputText_content { font-family:monospace; font-size:12px; width:406px }

a#TheContent { position:absolute; left:-9999px; }

.af_table_control-bar-top select { position:relative; top:0.3em; }

table.unirepoForm { clear:both; margin:1em auto 0 auto; empty-cells:hide;  }
table.unirepoForm tbody,
table.unirepoForm td {  }
.unirepoForm table { margin:0 auto;  }
.unirepoForm td { vertical-align:bottom !important; }
.unirepoForm td.af_panelFormLayout_column table td.af_panelFormLayout_label-cell, 
.unirepoForm td.af_panelFormLayout_column table td.af_panelFormLayout_content-cell { border-bottom:0; padding:0 0.5em;}
.unirepoForm table td { margin:0; padding:0; }
.unirepoForm table td form { margin:0; padding:0; }

.unirepoForm table td input.pulsantiSubmit { }

/* =================================== */
/* PLUGIN                              */
/* =================================== */

    /* calendario (datepicker) */
.datePick img {
    margin-left: -10px;
    margin-top: 4px;
    cursor: pointer;    
}

.datePick img:hover {
    background: #3bd4d7;
}

    /* override grafica datepicker */
.ui-widget {
    font-family: titillium_webregular, arial, sans-serif;
}

.ui-widget-header {
    border: 0;
    background: #d1e7ff;
    color: #000;
}

.ui-corner-all {
    -webkit-border-radius: 0 !important;
            border-radius: 0 !important;
}

.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year, 
.ui-datepicker-inline select.ui-datepicker-month, 
.ui-datepicker-inline select.ui-datepicker-year {
    font-family: titillium_webregular, arial, sans-serif;
    height: auto;
    margin-bottom: 0;
    padding: 0 1rem 0 0;
    background-color: #fff;
    border: 1px solid #aaa;
    font-weight: 300;
    font-size: 0.85rem;
    -webkit-box-shadow: inset 0 0 0 transparent;
            box-shadow: inset 0 0 0 transparent;
}

.ui-datepicker-group .ui-datepicker-header {
    height: auto;
    text-align: center;
}

.ui-state-default, 
.ui-widget-content .ui-state-default {
    border: 1px solid #d3d3d3 !important;
    background: transparent !important;
    outline: none !important;
}

.ui-datepicker td a {
    cursor: pointer;
}

.ui-datepicker td a:hover {
    background: #3bd4d7;
}

/* =================================== */
/* AREA LOGIN                          */
/* =================================== */

@media screen and (min-width: 25em) {
    
    .unirepoAutenticazione {
        width: 22rem;
        margin: 0 auto;
    }
    
}

/* =================================== */
/* AREE HELP                           */
/* =================================== */

#helpPage h1 {
    color: #fff;
    border-top: 5px solid #004d99;
    min-height: 82px;
    background: #0066CC;
    margin: 0;
    padding: 2.5rem 0 0.5rem 1rem;
}

a#pageHelp { 
    margin: -8px 0 -90px 0;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    width: 48px;
    height: 48px;
    background: url(../images/help.svg) center center no-repeat;
    text-indent: -9999px;
    opacity: 0.5;
    text-decoration: none;
    padding: 0;
    border: 0;
    float: right;
}

a#pageHelp:hover {
    opacity: 1;
}

#help-descrizione {
    margin: 1rem 0;
    /*background-color: #c6f3f5;
    border: 1px solid #00c5ca;
    padding: 1rem 2rem;
    -webkit-border-radius: 4px;
    border-radius: 4px;*/
}

#helpPage p {
    margin: 0;
}

#helpPage dt {
    color: #003366;
    background-color: #d1e7ff;
    padding: 0.5rem 1rem;
    font-family: titillium_webbold
}

#helpPage dd {
    margin: 0;
    padding: 0.15rem 0 1rem 1rem;
}

/* =================================== */
/* MESSAGGI/WARNING                    */
/* =================================== */

table.af_messages {
    width: 100%;
}

#messages > div,
.af_messages_list,
span.table-empty { 
    padding: 1rem 2rem;
    border: 1px solid #C7B110;
    border-radius: 4px;
    background-color: #FFEB66;
    color: #614C06;  
    font-family: titillium_webbold;
    font-size: 1.2rem;
}

ol.af_messages_list.af_messages_list-single li {
    list-style-type: none;
}

.af_messages_list li {
    margin-left: 1rem;
}

span.table-empty { 
    display: block;
}

    /* notifica campo obbligatorio */
    
.OraInlineErrorText {
    display: inline-block;    
    color: #fff;
    background: #c00;
    min-width: 15.75rem;
    padding: 0.25rem 1rem;
    margin-bottom: 0.1rem;
    -webkit-border-radius: 4px;
            border-radius: 4px;
}

.AFErrorIconStyle {
    display: inline-block;
    text-indent: 9999px;
    width: 1rem;
    height: 1rem;
}

.AFErrorIconStyle::before {
    content: "ping";
    text-indent: 0;
}

    /* Altro */
.todo { 
    display: inline-block;
    padding: 0.5rem 1rem;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #ffef9f;
    border-color: #e5ce23;
    color: #685815;   
}

/* =================================== */
/* CONTENUTI STATICI                   */
/* =================================== */

.accordion, .accordionVO {
}

.accordionBox, .accordionVOBox {
}

.accordionBox h3, 
.accordionVOBox h4 {
    padding-left: 50px;
    font-size: 1.6rem;
    font-weight: 700;
    background: #d1e7ff url(../images/giu.svg) 10px 50% no-repeat;
}

.accordionBox h3:hover, 
.accordionVOBox h4:hover {
}

.accordionBox h3.active, 
.accordionVOBox h4.active {
    background: #d1e7ff url(../images/su.svg) 10px 50% no-repeat;

}

.accordion, .accordionVO > table {
}


/* per compattare il form di compilazione pagamento e criteri riepilogo*/
#creazioneReportStatsUCInserimentoParametri2Di3AvantiForm .af_panelFormLayout_label-cell, /* creazione report analitici: Inserimento parametri 2 di 3 (tipo utente: interno) */
#creazioneReportStatsUCInserimentoParametri2Di3BAvantiForm .af_panelFormLayout_label-cell, /* creazione report analitici: Inserimento parametri 2 di 3 (tipo utente: esterno) */
#creaAdesioneRidNuovoUtenteUCAdesioneRidConfermaForm .af_panelFormLayout_label-cell,
#ricercaPagamentiUCRicercaPagamentiCercaForm .af_panelFormLayout_label-cell,
#creazionePagamentoMatricolaUCCompilazionePagamentoCreaForm .af_panelFormLayout_label-cell,
#notifichePersonalizzateUCRicercaPagamentiCercaForm .af_panelFormLayout_label-cell,
#creazionePagamentoUCCompilazionePagamentoCreaForm .af_panelFormLayout_label-cell,
#riepilogoPagamentiUCCriteriRiepilogoRicercaForm .af_panelFormLayout_label-cell,
#operazioniStudentiUCModificaPagamentoCambiaForm .af_panelFormLayout_label-cell { 
}

/* Gruppi in view-variables*/
.unirepoContenutiStatici .af_panelFormLayout_content-cell .af_panelCaptionGroup {  }
.unirepoContenutiStatici .af_panelFormLayout_content-cell .af_panelCaptionGroup .af_panelLabelAndMessage_label {  }

/* =================================== */
/* AUSILIARI                           */
/* =================================== */

    /* 	Fix per bug di IE (strano!) riguardo il layout (hasLayout) degli elementi 
	http://www.satzansatz.de/cssd/onhavinglayout.html */
* { zoom:1; }

    /* per permettere alle select indicate di visualizzare le descrizioni delle option complete */
    /* Creazione report analitici: inserimento parametri 2 di 3 (tipo utente: interno) */
select[id="creazioneReportStatsUCInserimentoParametri2Di3AvantiForm:facolta"],
select[id="creazioneReportStatsUCInserimentoParametri2Di3AvantiForm:titolo"],
select[id="creazioneReportStatsUCInserimentoParametri2Di3AvantiForm:corso"],
    /* Creazione report analitici: inserimento parametri 2 di 3 (tipo utente: esterno) */
select[id="creazioneReportStatsUCInserimentoParametri2Di3BAvantiForm:categoria"],
select[id="creazioneReportStatsUCInserimentoParametri2Di3BAvantiForm:corso"],
    /* Crea tassa interni */
select[id="creaTassaIntUCCreaTassaSalvaForm:titolo"],
    /* Crea tassa esterni */
select[id="creaTassaEstUCCreaNuovaTassaEsterniSalvaForm:categoria"] { min-width:200px; max-width:680px; width:auto; }

    /* overrides per link in tabelle (su default.css) */
.OraLink:link,
.OraVLinkText {
    font-family: titillium_webregular, arial, sans-serif; 
    font-size: inherit;
    font-weight: 300;
    color: #06c;
}

.OraLink:visited,
.af_treeTable_path, 
.af_menuPath, 
.af_panelList a, 
.af_panelPopup_link, 
.OraLinkText, 
.OraHGridNavRowActiveLink, 
.OraNavBarActiveLink {
    font-family: titillium_webregular, arial, sans-serif; 
    font-size: inherit;
    font-weight: 300;
    color: #06c;
}

.OraLink:hover,
.OraLink:active,
.OraLink:focus {
    color: #036;
}

    /* overrides per larghezza campo datepick */
    
.datePick input {
    width: 9em !important;
}

    /* overrides per contrasto colore */
.af_column_header-text,
.af_column_header-icon-format,
.af_column_sortable-header-text,
.af_column_sorted-header-text {  }
 
    /* overrides */
.OraLink:link,
.af_treeTable_path,
.af_menuPath,.af_panelList a,
.af_panelPopup_link,.OraLinkText,
.OraHGridNavRowActiveLink,
.OraNavBarActiveLink,
.OraLink:active,
.OraALinkText,
.OraLink:visited,
.OraVLinkText,
.OraLinkDisabled,
.af_outputLabel_required-icon-style,
.af_inputChoice_required-icon-style,
.af_inputNumberSpinbox_required-icon-style,
.af_inputText_required-icon-style,
.af_selectBooleanCheckbox_required-icon-style,
.af_selectBooleanRadio_required-icon-style,
.af_inputDate_required-icon-style,
.af_selectManyCheckbox_required-icon-style,
.af_selectManyListbox_required-icon-style,
.af_selectOneChoice_required-icon-style,
.af_selectOneListbox_required-icon-style,
.af_selectOneRadio_required-icon-style,
.af_outputLabel_group-icon-style,
.af_inputChoice_group-icon-style,
.af_inputNumberSpinbox_group-icon-style,
.af_inputText_group-icon-style,
.af_selectBooleanCheckbox_group-icon-style,
.af_selectBooleanRadio_group-icon-style,
.af_inputDate_group-icon-style,
.af_selectManyCheckbox_group-icon-style,
.af_selectManyListbox_group-icon-style,
.af_selectOneChoice_group-icon-style,
.af_selectOneListbox_group-icon-style,
.af_selectOneRadio_group-icon-style,
.af_menuList,
.af_navigationPane_choice-label,
.af_navigationPane_choice-options,
.af_navigationPane_choice-button,
.af_breadCrumbs,.af_selectManyShuttle_box-content,
.af_selectOrderShuttle_box-content,
.af_menuTabs,.p_OraDisabled,.OraNav3,
.p_OraTreeRow,.portlet-form-button {
    font-family: titillium_webregular, arial, sans-serif;
    font-size:1rem;
}
.p_OraHiddenLabel {position:absolute;top:-999px;left:0px;font-size:0px;display:none}
textarea {overflow-y:scroll; font-family:monospace !important;}

/* Enumeration */
/* Enumeration da *non* evidenziare tra quelle generate in cssFromModel.css */

.CampiProprietaVoceVersamento,
.CampiProprietaSessioneVersamento,
.CampiProprietaDocumento,
.CampiProprietaVersione,
.CampiProprietaParteRappresentazione,
.CampiProprietaFile,
.CampiProprietaAllegato,
.ProprietaRisultatoVersamento,
.CampiChiave,
.CodiceTipoVerifica,
.CodiceEsitoVerifica,
.CodiceEsitoVerificaFile,
.TipoProva,
.ModalitaVerifica,
.ChiaveRepositoryEnum,
.OperatoreRicercaFile,
.ChiaveRicercaFile,
.FlagEnum,
.ProprietaIdentificativeChiamata,
.AnomalieVersamento,
.GruppiParametriOpzionali,
.OperatoreRicerca,
.ChiaveRicerca,
.NomeTipoDocumento,
.ChiaviProfiloCNIPA,
.ElencoConvertitoriEnum,
.ChiaveParametro { color: #000; background-color: transparent !important; }

    /* textarea di crea incasso MAv, cambia incasso MAv e crea incasso RID */
textarea[id="creazionePagamentoUCCompilazionePagamentoCreaForm:causaleDescrittiva"],
textarea[id="creazionePagamentoMatricolaUCCompilazionePagamentoCreaForm:causaleDescrittiva"],
textarea[id="operazioniStudentiUCModificaPagamentoCambiaForm:causaleDescrittiva"],
textarea[id="creaPagamentoRidUCCreaPagamentoRidCreaForm:causalePagamento"] { width:auto; overflow-x:hidden; word-break:break-all; }


/*th, td {
    border: 1px solid #000;
}

td th,
td td {
    border: 1px solid #f00;
}

td td th,
td td td {
    border: 1px solid #00f;
}

td td td th,
td td td td {
    border: 1px solid #0f0;
}
*/

.langButton {
    background-color: none !important;
    border: 0 !important;
    padding: 0 !important;
}
