/*

TODO - Merge delle classi css con le classi dei fogli di stile di Dogane
TODO - Integrazione delle nuovi classi css con i fogli di stile di Dogane

NOTA - CompatibiltÃƒÂ  con IE7
Se non si utilizza il tag <meta http-equiv="X-UA-Compatible" content="IE=edge" /> dentro l'header,
va incluso anche il CSS ie7.css

*/

/* CSS comune per tutte le applicazioni */
@import url("/AdmPayWeb/javax.faces.resource/css/titillium-web.css.xhtml");
/* CSS comune per tutte le applicazioni */
@import url("/AdmPayWeb/javax.faces.resource/css/all.min.css.xhtml");

/* testata */
.print {
	display: none;
}


table {

font-size:13px;
}

.ui-tabmenuitem {
	list-style: none;
	float: left;
	position: relative;
	margin: 0 .2em 1px 0 !important;
	padding: 0;
	white-space: nowrap;
	display: block;
	border-bottom: 0;
	top: 1px;
}

.ui-tabmenu .ui-tabmenu-nav {
	border: none;
	background-color: #FFFFFF !important;
}

.ui-tabmenu.ui-widget.ui-widget-content.ui-corner-all {
	border: none;
}

.ui-widget-header {
	border: 1px solid #AAA;
	color: #222;
	font-weight: bold;
	background: none;
	background-color: #FFFFFF;
}

.ui-widget-header ul {
	border: 1px solid #AAA;
	color: #222;
	font-weight: bold;
	background: none;
	background-color: #FFFFFF;
}

/* .ui-widget-header a {
	color: #036;
}
 */
.ui-tabmenu .ui-tabmenu-nav {
	background-color: #FFFFFF;
}

li.ui-tabmenuitem {
	background-color: #F4F4F4;
	color: #036;
}

li.ui-tabmenuitem.ui-state-default.ui-state-active {
	background: #ffffff;
	color: #127ae2;
	font-weight: bold;
}

li.ui-tabmenuitem.ui-state-default.ui-state-active.ui-menuitem-text {
	background: #ffffff;
	color: #127ae2;
}

li.ui-tabmenuitem.ui-state-default.ui-menuitem-text {
	background: #fff;
	color: #036;
}

.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited {
	color: #FFFFFF;
}

.ui-panelgrid-cell null {
	display: none !important;
}

body {
	position: unset !important;
}
  

a.ui-commandlink.ui-widget.homeLink {
	color: #036;
	text-decoration: underline;
	font-weight: bold;
	font-size: 16px!important;
 
padding: 15px 6px;

}

a.ui-commandlink.ui-widget.homeLink:hover {
	color: #127ae2;
	text-decoration: underline;
	font-weight: bold;
	font-size: 16px!important;
	 
padding: 15px 6px;}


.ui-dialog-titlebar.ui-widget-header.ui-helper-clearfix.ui-corner-top.ui-draggable-handle
{
    /* border: 1px solid #c8c8c8; */
    background-color: #fff;
    /* color: #333; */
    /* padding: .571em 1em .571em 1em; */
    /* font-weight: 700; */
    /* border-bottom: 0 none; */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
     padding: 1rem 1rem;
    /* border-bottom: 1px solid #dee2e6; */
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    border-radius: 0px;
     
  }

span.ui-dialog-title {
	font-size: 1.6rem;
	margin-bottom: 0;
	line-height: 1.5;
	text-align: left;
	font-weight: 600;
	display: block;
	font-size: 1.17em;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}

.th-dialog{

	font-weight: bold;
    text-align: left;
    padding-left: 20px;
}

.td-dialog {
    text-align: left;
}


body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon {
   
    color: #fff!important;
    border: 0 none; 
    -moz-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
    transition: color .3s;
    background-color: #007ad9;
    border-radius:0px;
    padding: 5px!important;
    float: right!important;
    margin-left: auto!important;
    
    }



body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon:hover {
   
    color: #fff;
    border: 0 none; 
    -moz-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
    transition: color .3s;
    background-color: #039;
    border-radius:0px;
    padding:5px;
    
}

.button-center{

text-align: center; 
display:inline;

}

.btn-entrypoint {
	border-width: 2px;
	display: block;
	margin: 0 0 0px;
	padding: 15px;
	text-align: left;
	width: 100%;
		font-family: 'Titillium Web', 'Helvetica Neue', 'Helvetica', 'Arial',
		sans-serif;
}

.btn-default.btn-entrypoint-selected,btn .btn-default.btn-entrypoint-selected:hover,.btn-default.btn-entrypoint:hover
	{
	border-color: #127ae2;
	color: #fff;
	background: #127ae2;
	text-align: center;
	font-family: 'Titillium Web', 'Helvetica Neue', 'Helvetica', 'Arial',
		sans-serif;
	font-weight: 600;
	border-width: 2px;
	display: block;
	margin: 0 0 0px;
	text-align: center;
	padding: 15px;
	font-size: 15px;
	width: 100%;
	min-height:94px;
}

a.ui-commandlink.ui-widget.btn.btn-default.btn-entrypoint-selected {
	font-size: 15px;
	font-family: 'Titillium Web', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	min-height:96px;
	border-radius: 0 !important
}

a.ui-commandlink.ui-widget.btn.btn-default.btn-entrypoint-selected:hover
	{
	font-size: 15px;
	border-color: #127ae2;
	border-width: 2px;
	color: #fff;
	background: #127ae2;
	text-align: center;
	font-family: 'Titillium Web', 'Helvetica Neue', 'Helvetica', 'Arial',
		sans-serif;
	font-weight: 600;

	display: block;
	margin: 0 0 0px;
	text-align: center;
	padding: 15px;
	font-size: 15px;
	width: 100%;
}


.ui-tabmenu.ui-widget.ui-widget-content.ui-corner-all {
    border: none;
}

.ui-tabmenu .ui-tabmenu-nav {
    margin: 0;
    padding: .2em .2em 0;
    background: #fff;
    color: #333;
    font-weight: bold;
    text-shadow: none;
}

.ui-tabmenu .ui-tabmenu-nav {
    background-color: #FFFFFF;
}
.ui-tabmenu .ui-tabmenu-nav {
    border: none;
    background-color: #FFFFFF !important;
}

.ui-tabmenu .ui-tabmenu-nav {
	background-color: #FFFFFF;
}

li.ui-tabmenuitem {
	background-color: #F4F4F4;
	color: #036;
}

li.ui-tabmenuitem.ui-state-default.ui-state-active {
	background: #ffffff;
	color: #127ae2;
	font-weight: bold;
}

li.ui-tabmenuitem.ui-state-default.ui-state-active.ui-menuitem-text {
	background: #ffffff;
	color: #127ae2;
}

li.ui-tabmenuitem.ui-state-default.ui-menuitem-text {
	background: #fff;
	color: #036;
}

.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited {
	color: #FFFFFF;
}

 
a.ui-menuitem-link.ui-corner-all.mega-menu-selected, a.ui-menuitem-link.ui-corner-all.mega-menu:hover {
	text-align: center;
	width: 100%;
	color: #fff!important;
	background: #127ae2;
	border-color: #127ae2;
	margin: 2px 0px;
	
}
 
 
 li.ui-tabmenuitem.ui-state-default.ui-state-active {
    font-weight: bold;
}

li.ui-tabmenuitem.ui-state-default.ui-state-active {
    background: #ffffff;
    color: #127ae2;
    font-weight: bold;
    	font-family: 'Titillium Web', 'Helvetica Neue', 'Helvetica', 'Arial',
		sans-serif;
}

span.ui-menuitem-text {
    text-transform: uppercase;
    text-shadow: none;
    font-weight: 600;
    font-family: 'Titillium Web', 'Helvetica Neue', 'Helvetica', 'Arial',
 sans-serif;
}


span.ui-menuitem-text {
	text-transform: uppercase;
	text-shadow: none;
	font-weight: 600;
	font-family: 'Titillium Web', 'Helvetica Neue', 'Helvetica', 'Arial',
		sans-serif;
}

.ui-state-default a,.ui-state-default a:link {
	color: #ffffff;
	text-decoration: none;
}

li.ui-tabmenuitem.ui-state-default.span.ui-menuitem-icon.ui-icon {
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: none;
}

li.ui-tabmenuitem.ui-state-default {
	border: 0;
	box-shadow: none;
	border-radius: 0px;
	text-shadow: none;
	opacity: 1;
	color: #fff;
}

.ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem {
	list-style: none;
	float: left;
	position: relative;
	margin: 0 .2em 1px 0;
	padding: 0;
	white-space: nowrap;
	display: block;
	border-bottom: 0;
	top: 1px;
	font-size: 14px;
}

.ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem .ui-icon {
	float: left;
	cursor: pointer;
	margin-right: 0px;
	font-size: 15px;
}

li.ui-tabmenuitem {
	background-color: #F4F4F4;
	color: #036;
}

li.ui-tabmenuitem.ui-state-default.ui-state-active , li.ui-tabmenuitem.ui-state-default.ui-state-hover{
	background: #ffffff;
	color: #127ae2;
	font-weight: bold;
}

li.ui-tabmenuitem.ui-state-default.ui-state-active.ui-menuitem-text {
	background: #ffffff;
	color: #127ae2;
}

li.ui-tabmenuitem.ui-state-default.ui-menuitem-text {
	background: #fff;
	color: #036;
}

.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited {
	color: #FFFFFF;
}

.ui-tabmenu .ui-tabmenu-nav {
	margin: 0;
	padding: .2em .2em 0;
	background: #fff;
	color: #333;
	font-weight: bold;
	text-shadow: none;
}


.ui-tabmenu .ui-tabmenu-nav {
	border: none;
	background-color: #FFFFFF !important;
}

.ui-tabmenu.ui-widget.ui-widget-content.ui-corner-all {
	border: none;
}

.ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem {
	list-style: none;
	float: left;
	position: relative;
	margin: 0 .2em 1px 0;
	padding: 0;
	white-space: nowrap;
	display: block;
	border-bottom: 0;
	top: 1px;
	font-size: 14px;
}

.ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem .ui-icon {
	float: left;
	cursor: pointer;
	margin-right: 0px;
	font-size: 15px;
}

.ui-tabmenu .ui-tabmenu-nav {
	margin: 0;
	padding: .2em .2em 0;
	background: #fff;
	color: #333;
	font-weight: bold;
	text-shadow: none;
}
.ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem a {
	float: left;
	padding: .2em 3.6em !important;
	text-decoration: none !important;
    font-size: 22px;
    border-radius: 0px;
}

.ui-tabmenu .ui-tabmenu-nav {
	border: none;
	background-color: #FFFFFF !important;
}

.ui-tabmenu.ui-widget.ui-widget-content.ui-corner-all {
	border: none;
}


/* li.ui-tabmenuitem.ui-state-default.ui-corner-top{

width: 33%!important;
border:none!important;
background: #fff!important;

}
 */

a.ui-menuitem-link.ui-corner-all.mega-menu {
    text-align: center;
    width: 100%;
    color: #127ae2;
    background: #fff;
    border-color: #127ae2!important;
    border-width: 2px;
    margin: 2px 0px;
}

body .ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem a {
     color: #127ae2;  
    padding: .571em 1em .571em 1em;
    display: block;
}

input.ui-inputfield.ui-widget.ui-state-default.ui-corner-all.hasDatepicker {
    max-width: 118px;
}


.panel-primary {
    border: 0;
}

body .ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem.ui-state-active a {
    color: #127ae2!important;
}

body .ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem.ui-state-active a :hover{
    color: #fff!important;
}

a.ui-menuitem-link.ui-corner-all.mega-menu-selected.btn.btn-default.btn-entrypoint {
    color: #fff!important;
    min-height: 40px;
}
body .ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem.ui-state-active.ui-state-hover a {
   color: #127ae2!important;}
   
   a.ui-menuitem-link.ui-corner-all.mega-menu.btn.btn-default.btn-entrypoint:hover
    
    {
	
	    color: #fff!important;
	

}


 
.btn-default.btn-entrypoint:not(:hover) {
    border-color: #127ae2;
    color: #127ae2 !important;
        text-align: center;
        font-family: 'Titillium Web', 'Helvetica Neue', 'Helvetica', 'Arial',
		sans-serif;
}
 
body .ui-panel .ui-panel-content {
      border: none!important;
    background-color: #fff;
    color: #333;
    padding: .571em 1em;
    border-top: 0 none;
    line-height: 1.5;
}
  
.logo_pagopa_small {
  max-width: 66px;
    margin-left: 1%;
    position: absolute;
    margin-top: 3px;
    
}

.logo_ebollo {
max-width: 370px;
    margin-left: 17%;
    position: inherit;
    margin-top: 3px;
    padding-bottom: 14px;
    
}


.logo_ebollo_center{
max-width: 390px;
    margin-left: 36%;
    position: inherit;
    margin-top: 3px;
    padding-bottom: 14px;
    
}
 
.col-sm-6.col-lg-8.bollo-background{
 
    background-image: url("/AdmPayWeb/javax.faces.resource/images/banner_bollo.png.xhtml");
  background-size: cover;
    background-repeat: no-repeat; 
      background-position: center; 
        background-attachment: unset;
          background-position: center;
    height: 250px
    
}

 
a.ui-commandlink.ui-widget.img_button_bollo,
span.ui-commandlink.ui-widget.ui-state-disabled.img_button_bollo
 {
    padding-left: 33%;
}


.logo_pagopa{

      max-width: 120px;
    margin-left: 33%;
 
}

a.backLink   {
	color: #036;
	text-decoration: underline;
	font-weight: bold;
	font-size: 16px!important;
 	float:right;
 
}

a.ui-commandlink.ui-widget.homeLink   {
	color: #036;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px!important;
 
padding: 15px 6px;

}

a.ui-commandlink.ui-widget.homeLink:hover {
	color: #127ae2;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px!important;
  
padding: 15px 6px;}


a.ui-commandlink.ui-widget.tableLink {
	color: #036;
	text-decoration: underline;
	font-size: 11px!important;


}

a.ui-commandlink.ui-widget.tableLink:hover {
	color: #127ae2;
	text-decoration: underline;
	font-size: 11px!important;

	
}

/*  li.ui-tabmenuitem {
	width: 33%;
} */ 

.ui-steps .ui-steps-item {
	width: 16%;
	border-radius: 0px;
	background: none;
}

/* body .ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem {
    
    width: 33%!important;
}
 */
.ui-panel .ui-card-titlebar {
	padding: 3px 5px 10px 10px;
}

body .ui-datagrid .ui-datagrid-header {
	border-bottom: 0 none;
	background: none;
	border-radius: 0px;
}


body .ui-tabmenu .ui-tabmenu-nav {
    margin: 0;
    padding: 0;
    border: 0 none;
    border-bottom: 0px  !important;
    background-color: #fff;
}

   body .ui-datatable .ui-datatable-data>tr.ui-rowgroup-header, body .ui-datatable .ui-datatable-data>tr.ui-datatable-summaryrow {
    font-weight: 700;
    text-align: center;
}

.ui-datagrid-content.ui-widget-content.ui-grid.ui-grid-responsive {
    border: 0;
}

.fa-shopping-cart:before,.fa-trash::before {
	font-size: 20px;
}

label.ui-outputlabel.ui-widget.homeLabelMenu {
	color: #036;
	font-weight: bold;
	font-size: 16px;
	font-family: 'Titillium Web', 'Helvetica Neue', 'Helvetica', 'Arial',
		sans-serif;
padding-right: 13px;
    margin-top: 0px;
    
    }

fieldset.ui-fieldset.ui-widget.ui-widget-content.ui-corner-all.ui-hidden-container {
    border: 0px;
}

.ui-panel .ui-panel-content {
    border: 0;
    background: 0;
      padding: 0px!important;  
}

body .ui-panel .ui-panel-content {
    border: 1px solid #c8c8c8;
    background-color: #fff;
    color: #333;
      padding: 0px!important;  
    border-top: 0 none;
    line-height: 1.5;
}

.ui-button-text-only .ui-button-text {
    padding: .1em 1em .3em 1em;
}


.smallMenu .ui-steps-item {
    width: 14%;
}
 
 
 body .ui-button.ui-button-text-only .ui-button-text {
    padding: .329em 1em !important;
    font-size: 13px;
    font-weight: 500;
}

a:visited {
    color: #127ae2;
}

a img {
    vertical-align: middle;
   /*  padding-top: 3px; */
   /*  zoom: 1.1; */
}

.small-text {
    font-size: 15px;
    font-weight: 400;
}


.card-body {
 /*   padding:3px;*/
}

 

body .ui-message.ui-message-error .ui-message-error-detail, body .ui-message.ui-message-error .ui-message-error-summary {
    margin-left: .429em;
    vertical-align: middle;
       font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"!important;
    font-size: 1.1rem!important;
    font-weight: 600!important;
    line-height: 1.5;
 }
 
 body .ui-widget:not(.pi), body .ui-widget .ui-widget:not(.pi) {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"!important;
    font-size: 1rem!important;
}

span.title_cat {
    font-family: 'Titillium Web';
    font-weight: 700;
    font-size:0.9rem !important;
    white-space: pre;
}
.card-body.ebollo-background{
    background-image: url("/AdmPayWeb/javax.faces.resource/images/banner_bollo.png.xhtml");
  	background-size: cover;
    background-repeat: no-repeat; 
    background-position: center;
        margin: 0px -50px;
}

body .ui-inputfield {
    color: #333;
    font-size: 12px;
    background: #fff;
    padding: .429em;
    border: 1px solid #a6a6a6;
    outline: 0 none;
    -moz-transition: border-color .3s;
    -o-transition: border-color .3s;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

body .ui-widget:not(.pi), body .ui-widget .ui-widget:not(.pi) {
    font-family: "Open Sans","Helvetica Neue",sans-serif;
    font-size: 13px;
}

body .ui-datatable .ui-datatable-data>tr>td {
    padding: .571em .857em;
    border: inherit;
    font-size: 12px;
}

/* #parte dogane */

#menu_princ h2 a, #menu_princ h2 a:visited {
	color: #000;
     font-size: 16px!important;
    text-decoration: none!important;
}


p, ul, ol {
     font-size: 100%!important; 
}

body .ui-datatable thead th{
background-color:#fff;
border:1px solid #c8c8c8;
color:#333;
padding:.571em .857em;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
min-height:25px;
}

.ui-selectonemenu.ui-widget.ui-state-default.ui-corner-all.smallSelectColumn {
    min-width: 100px!important;
}


span.fa.fa-search.dettaglio {
    font-size: 16px;
    color: #127ae2;
}

body .ui-tabs .ui-tabs-panels {
     border: 0px !important;
    background-color: #fff;
    color: #333;
    padding: 0;
    margin: 0;
    position: static;
}

label.ui-outputlabel.ui-widget.homeLabelMenu {
    vertical-align: top;
}


.genera_dati{

    vertical-align: top;
    padding-left:10px;

}


body .ui-widget-overlay {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

.ui-widget-overlay::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:#046de0;
    border-top-color:transparent;
    border-width: 6px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}
 

.ui-blockui-content.ui-widget.ui-widget-content.ui-corner-all.ui-helper-hidden.ui-shadow{
	display:none !important;
}

.ui-toggleswitch {
    vertical-align: bottom;
}

[id$=debitiTable_head]
{
	height:0px;
}

.onoffswitch {
    position: relative; width: 49px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    height: 20px; padding: 0; line-height: 20px;
    border: 0px solid #FFFFFF; border-radius: 25px;
    background-color: #9E9E9E;
}
.onoffswitch-label:before {
    content: "";
    display: block; width: 25px; margin: -2.5px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 25px;
    border-radius: 25px;
    box-shadow: 0 6px 12px 0px #757575;
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #42A5F5;
}
.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
   border-color: #42A5F5;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px; 
    background-color: #2196F3; 
    box-shadow: 3px 6px 18px 0px rgba(0, 0, 0, 0.2);
}

  .scadenza {
	background-image: none !important;
	background-color: #fcf8e3 !important;
	color: #000000 !important;
}

.normale {
	background-color: #F9F9FF !important;
	background-image: none !important;
	color: #000000 !important;
}

.ui-datatable.borderlessWhite thead th,.ui-datatable.borderlessWhite tbody,.ui-datatable-summaryrow.borderlessWhite,.ui-datatable.borderlessWhite tbody tr,.ui-datatable.borderlessWhite tbody td
	{
	border: 1px solid #A8A8A8;
	background-color: #fff;
}

.ui-datatable.borderlessGrey thead th,.ui-datatable.borderlessGrey tbody,.ui-datatable-summaryrow.borderlessGrey,.ui-datatable.borderlessGrey tbody tr,.ui-datatable.borderlessGrey tbody td
	{
	border: 1px solid #A8A8A8;
	background-color: #f2f5f9;
}

i.fa.fa-info:before {
	color: #573a08;
}

a.link-1 {
    text-decoration: none;
}

[id$='subtable_head']{
display:none;
}


td.cellNoPadding{

    padding: 0!important;

}

.cellNoBorder{

     border: 0px!important;

}

td.td_small{

	width:30%!important;

}

td.td_big{

	width:70%!important;

}

th.ui-state-default.th_big {
    width: 80%!important;
}

th.ui-state-default.th_small {
    width: 20%!important;
}


[id$='subtable_data'] tr{

 border : 0px!important;
  
 }
 
.ui-selectbooleanbutton.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.ui-state-active,
.ui-selectbooleanbutton.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only {
    background: none;
    border: none;
    text-decoration: underline!important;
    color: #fff;
    font-style: initial;
    font-weight: bold!important;
}

.card-title > .fa {
    font-size: inherit;
    margin-top: 0.5rem;
    margin-bottom: -3px!important;
}

body .ui-datatable .ui-datatable-header, body .ui-datatable .ui-datatable-footer {
    background-color: #f4f4f4;
    border: 0px !important;
    color: #333;
    padding: .271em 0.1em .271em 0.1em!important;
    font-weight: 700;
}

 

.ui-state-disabled.showTooltip{
    pointer-events: all;
}

a.ui-commandlink.ui-widget.btn.btn-default.btn-entrypoint-selected img , a.ui-commandlink.ui-widget.btn.btn-default.btn-entrypoint:hover img{

	display:none;
	min-height:97px;

}

a.ui-menuitem-link.ui-corner-all.mega-menu.btn.btn-default.btn-entrypoint, a.ui-menuitem-link.ui-corner-all.mega-menu-selected.btn.btn-default.btn-entrypoint:hover {	

	min-height:40px;
 
}

button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-left {
    font-size: 13px;
}

.panel.panel-primary.card-collapsible h3,.panel.panel-primary.card-collapsible i  {
    color: #fff;
}

a.ui-commandlink.ui-widget.legenda {
font-weight: 600;

}

a.ui-commandlink.ui-widget.legenda i {
font-size: 30px;

}

body .ui-messages {
    padding: 0;
    margin: 0.2em 0!important;
}

input,label,.ui-selectonemenu {
	float: left !important;
}

.ui-selectonemenu{
	height:2.5em !important;
	display:flex!important;
}

.ui-selectonemenu-label {
	align-self:center !important;
    padding-bottom: 0;
}


.p-datepicker {
    position: relative!important;
    display: inline-block!important;
    width: auto!important;
    min-width: 0em!important;
}

label.ui-outputlabel.ui-widget {
       font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"!important;
    font-size: 1.1rem!important;
    font-weight: 600!important;
    line-height: 1.5;
    color: #039;;
    text-align: left;
}


.ui-chkbox .ui-chkbox-label {
    cursor: pointer;
    margin: 0 16px 0 8px;
    outline: medium none;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
       font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"!important;
    font-size: 1.1rem!important;
    font-weight: 600!important;
    line-height: 1.5;
    color: #039;;
}

body .ui-steps .ui-steps-item .ui-menuitem-link .ui-steps-title {
    display: block;
    margin-top: 6px;
    color: #737373;
    text-decoration: underline !important;
}

 
body .ui-steps .ui-steps-item.ui-state-highlight .ui-steps-title {
    background: #fff!important;
    font-weight: 700;
    color: #333;
}
body .ui-steps .ui-steps-item .ui-menuitem-link .ui-steps-title {
    display: block;
    margin-top: 6px;
    color: #737373;
    background: #fff!important;
}
body .ui-message {
    display: none !important;
}

body .ui-message[class*="ui-message-"] {
    display: inline-block !important;
}

body .ui-panelgrid .ui-panelgrid-cell {
    border: 1px solid #c8c8c8;
    background-color: #fff;
    color: #333;
    padding: .271em 1em!important;
}

body .ui-message.ui-message-error {
    background-color: #f8b7bd;
    border: 0 none;
    color: #212121;
    margin-right: 15px!important;
}

input.ui-inputfield.ui-inputtext.ui-widget.ui-state-default.ui-corner-all.ui-state-disabled {
    background: #b5b5b5;
}

input.ui-inputfield.ui-widget.ui-state-default.ui-corner-all.ui-state-disabled.hasDatepicker {
    background: #b5b5b5;
}

.p-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5em;
  margin-left: -0.5em;
  margin-top: -0.5em;
}

.p-grid > .p-col,
.p-grid > [class*=p-col] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.p-nogutter {
  margin-right: 0;
  margin-left: 0;
  margin-top: 0;
}

.p-nogutter > .p-col,
.p-nogutter > [class*=p-col-] {
  padding: 0;
}

.p-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.p-dir-rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-dir-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-dir-col-rev {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.p-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.p-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.p-justify-even {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.p-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.p-align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.p-col {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  padding: 0.5em;
}

.p-col-fixed {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.5em;
}

.p-col-align-start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.p-col-align-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.p-col-align-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.p-col-align-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.p-col-align-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.p-dir-col > .p-col,
.p-dir-col-rev > .p-col {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.p-col-1,
.p-col-2,
.p-col-3,
.p-col-4,
.p-col-5,
.p-col-6,
.p-col-7,
.p-col-8,
.p-col-9,
.p-col-10,
.p-col-11,
.p-col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.5em;
}

.p-col-1 {
  width: 8.3333%;
}

.p-col-2 {
  width: 16.6667%;
}

.p-col-3 {
  width: 25%;
}

.p-col-4 {
  width: 33.3333%;
}

.p-col-5 {
  width: 41.6667%;
}

.p-col-6 {
  width: 50%;
}

.p-col-7 {
  width: 58.3333%;
}

.p-col-8 {
  width: 66.6667%;
}

.p-col-9 {
  width: 75%;
}

.p-col-10 {
  width: 83.3333%;
}

.p-col-11 {
  width: 91.6667%;
}

.p-col-12 {
  width: 100%;
}

.p-col-order-first {
  -ms-flex-order: -1;
  order: -1;
}

.p-col-order-last {
  -ms-flex-order: 13;
  order: 13;
}

.p-col-order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.p-col-order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.p-col-order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.p-col-order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.p-col-order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.p-col-order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.p-col-order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.p-col-order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.p-col-order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.p-col-order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.p-col-order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.p-col-order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.p-col-order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.p-offset-12 {
  margin-left: 100%;
}

.p-offset-11 {
  margin-left: 91.66666667%;
}

.p-offset-10 {
  margin-left: 83.33333333%;
}

.p-offset-9 {
  margin-left: 75%;
}

.p-offset-8 {
  margin-left: 66.66666667%;
}

.p-offset-7 {
  margin-left: 58.33333333%;
}

.p-offset-6 {
  margin-left: 50%;
}

.p-offset-5 {
  margin-left: 41.66666667%;
}

.p-offset-4 {
  margin-left: 33.33333333%;
}

.p-offset-3 {
  margin-left: 25%;
}

.p-offset-2 {
  margin-left: 16.66666667%;
}

.p-offset-1 {
  margin-left: 8.33333333%;
}

.p-offset-0 {
  margin-left: 0%;
}

.p-sm-1,
.p-sm-2,
.p-sm-3,
.p-sm-4,
.p-sm-5,
.p-sm-6,
.p-sm-7,
.p-sm-8,
.p-sm-9,
.p-sm-10,
.p-sm-11,
.p-sm-12,
.p-md-1,
.p-md-2,
.p-md-3,
.p-md-4,
.p-md-5,
.p-md-6,
.p-md-7,
.p-md-8,
.p-md-9,
.p-md-10,
.p-md-11,
.p-md-12,
.p-lg-1,
.p-lg-2,
.p-lg-3,
.p-lg-4,
.p-lg-5,
.p-lg-6,
.p-lg-7,
.p-lg-8,
.p-lg-9,
.p-lg-10,
.p-lg-11,
.p-lg-12,
.p-xl-1,
.p-xl-2,
.p-xl-3,
.p-xl-4,
.p-xl-5,
.p-xl-6,
.p-xl-7,
.p-xl-8,
.p-xl-9,
.p-xl-10,
.p-xl-11,
.p-xl-12 {
  padding: 0.5em;
}

.p-col-nogutter {
  padding: 0;
}

@media screen and (min-width: 576px) {
  .p-sm-1,
.p-sm-2,
.p-sm-3,
.p-sm-4,
.p-sm-5,
.p-sm-6,
.p-sm-7,
.p-sm-8,
.p-sm-9,
.p-sm-10,
.p-sm-11,
.p-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .p-sm-1 {
    width: 8.3333%;
  }

  .p-sm-2 {
    width: 16.6667%;
  }

  .p-sm-3 {
    width: 25%;
  }

  .p-sm-4 {
    width: 33.3333%;
  }

  .p-sm-5 {
    width: 41.6667%;
  }

  .p-sm-6 {
    width: 50%;
  }

  .p-sm-7 {
    width: 58.3333%;
  }

  .p-sm-8 {
    width: 66.6667%;
  }

  .p-sm-9 {
    width: 75%;
  }

  .p-sm-10 {
    width: 83.3333%;
  }

  .p-sm-11 {
    width: 91.6667%;
  }

  .p-sm-12 {
    width: 100%;
  }

  .p-sm-offset-12 {
    margin-left: 100%;
  }

  .p-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .p-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .p-sm-offset-9 {
    margin-left: 75%;
  }

  .p-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .p-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .p-sm-offset-6 {
    margin-left: 50%;
  }

  .p-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .p-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .p-sm-offset-3 {
    margin-left: 25%;
  }

  .p-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .p-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .p-sm-offset-0 {
    margin-left: 0%;
  }

  .p-sm-order-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .p-sm-order-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .p-sm-order-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .p-sm-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .p-sm-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .p-sm-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .p-sm-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .p-sm-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .p-sm-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .p-sm-order-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .p-sm-order-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .p-sm-order-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .p-sm-order-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .p-sm-order-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .p-sm-order-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media screen and (min-width: 768px) {
  .p-md-1,
.p-md-2,
.p-md-3,
.p-md-4,
.p-md-5,
.p-md-6,
.p-md-7,
.p-md-8,
.p-md-9,
.p-md-10,
.p-md-11,
.p-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  
  .p-md-1, .p-md-2, .p-md-3, .p-md-5 {
  	padding: 1.5rem !important;
  }

  .p-md-1 {
    width: 8.3333%;
  }

  .p-md-2 {
    width: 16.6667%;
  }

  .p-md-3 {
    width: 25%;
  }

  .p-md-4 {
    width: 33.3333%;
  }

  .p-md-5 {
    width: 41.6667%;
  }

  .p-md-6 {
    width: 50%;
  }

  .p-md-7 {
    width: 58.3333%;
  }

  .p-md-8 {
    width: 66.6667%;
  }

  .p-md-9 {
    width: 75%;
  }

  .p-md-10 {
    width: 83.3333%;
  }

  .p-md-11 {
    width: 91.6667%;
  }

  .p-md-12 {
    width: 100%;
  }

  .p-md-offset-12 {
    margin-left: 100%;
  }

  .p-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .p-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .p-md-offset-9 {
    margin-left: 75%;
  }

  .p-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .p-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .p-md-offset-6 {
    margin-left: 50%;
  }

  .p-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .p-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .p-md-offset-3 {
    margin-left: 25%;
  }

  .p-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .p-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .p-md-offset-0 {
    margin-left: 0%;
  }

  .p-md-order-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .p-md-order-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .p-md-order-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .p-md-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .p-md-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .p-md-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .p-md-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .p-md-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .p-md-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .p-md-order-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .p-md-order-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .p-md-order-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .p-md-order-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .p-md-order-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .p-md-order-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media screen and (min-width: 992px) {
  .p-lg-1,
.p-lg-2,
.p-lg-3,
.p-lg-4,
.p-lg-5,
.p-lg-6,
.p-lg-7,
.p-lg-8,
.p-lg-9,
.p-lg-10,
.p-lg-11,
.p-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .p-lg-1 {
    width: 8.3333%;
  }

  .p-lg-2 {
    width: 16.6667%;
  }

  .p-lg-3 {
    width: 25%;
  }

  .p-lg-4 {
    width: 33.3333%;
  }

  .p-lg-5 {
    width: 41.6667%;
  }

  .p-lg-6 {
    width: 50%;
  }

  .p-lg-7 {
    width: 58.3333%;
  }

  .p-lg-8 {
    width: 66.6667%;
  }

  .p-lg-9 {
    width: 75%;
  }

  .p-lg-10 {
    width: 83.3333%;
  }

  .p-lg-11 {
    width: 91.6667%;
  }

  .p-lg-12 {
    width: 100%;
  }

  .p-lg-offset-12 {
    margin-left: 100%;
  }

  .p-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .p-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .p-lg-offset-9 {
    margin-left: 75%;
  }

  .p-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .p-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .p-lg-offset-6 {
    margin-left: 50%;
  }

  .p-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .p-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .p-lg-offset-3 {
    margin-left: 25%;
  }

  .p-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .p-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .p-lg-offset-0 {
    margin-left: 0%;
  }

  .p-lg-order-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .p-lg-order-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .p-lg-order-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .p-lg-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .p-lg-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .p-lg-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .p-lg-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .p-lg-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .p-lg-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .p-lg-order-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .p-lg-order-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .p-lg-order-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .p-lg-order-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .p-lg-order-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .p-lg-order-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media screen and (min-width: 1200px) {
  .p-xl-1,
.p-xl-2,
.p-xl-3,
.p-xl-4,
.p-xl-5,
.p-xl-6,
.p-xl-7,
.p-xl-8,
.p-xl-9,
.p-xl-10,
.p-xl-11,
.p-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .p-xl-1 {
    width: 8.3333%;
  }

  .p-xl-2 {
    width: 16.6667%;
  }

  .p-xl-3 {
    width: 25%;
  }

  .p-xl-4 {
    width: 33.3333%;
  }

  .p-xl-5 {
    width: 41.6667%;
  }

  .p-xl-6 {
    width: 50%;
  }

  .p-xl-7 {
    width: 58.3333%;
  }

  .p-xl-8 {
    width: 66.6667%;
  }

  .p-xl-9 {
    width: 75%;
  }

  .p-xl-10 {
    width: 83.3333%;
  }

  .p-xl-11 {
    width: 91.6667%;
  }

  .p-xl-12 {
    width: 100%;
  }

  .p-xl-offset-12 {
    margin-left: 100%;
  }

  .p-xl-offset-11 {
    margin-left: 91.66666667%;
  }

  .p-xl-offset-10 {
    margin-left: 83.33333333%;
  }

  .p-xl-offset-9 {
    margin-left: 75%;
  }

  .p-xl-offset-8 {
    margin-left: 66.66666667%;
  }

  .p-xl-offset-7 {
    margin-left: 58.33333333%;
  }

  .p-xl-offset-6 {
    margin-left: 50%;
  }

  .p-xl-offset-5 {
    margin-left: 41.66666667%;
  }

  .p-xl-offset-4 {
    margin-left: 33.33333333%;
  }

  .p-xl-offset-3 {
    margin-left: 25%;
  }

  .p-xl-offset-2 {
    margin-left: 16.66666667%;
  }

  .p-xl-offset-1 {
    margin-left: 8.33333333%;
  }

  .p-xl-offset-0 {
    margin-left: 0%;
  }

  .p-xl-order-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .p-xl-order-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .p-xl-order-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .p-xl-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .p-xl-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .p-xl-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .p-xl-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .p-xl-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .p-xl-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .p-xl-order-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .p-xl-order-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .p-xl-order-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .p-xl-order-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .p-xl-order-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .p-xl-order-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
.p-field {
  margin-bottom: 0.2em;
}

.p-field > label {
  display: inline-block;
  margin-bottom: 0.5em;
}

.p-field.p-grid > label {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.p-field.p-grid,
.p-formgrid.p-grid {
  margin-top: 0;
}

.p-field.p-grid .p-col-fixed,
.p-formgrid.p-grid .p-col-fixed,
.p-field.p-grid .p-col,
.p-formgrid.p-grid .p-col,
.p-formgroup .p-grid .p-col-1,
.p-formgrid.p-grid .p-col-1,
.p-field.p-grid .p-col-2,
.p-formgrid.p-grid .p-col-2,
.p-field.p-grid .p-col-3,
.p-formgrid.p-grid .p-col-3,
.p-field.p-grid .p-col-4,
.p-formgroup.p-grid .p-col-4,
.p-field.p-grid .p-col-5,
.p-formgrid.p-grid .p-col-5,
.p-field.p-grid .p-col-6,
.p-formgrid.p-grid .p-col-6,
.p-formgroup .p-grid .p-col-7,
.p-formgrid.p-grid .p-col-7,
.p-field.p-grid .p-col-8,
.p-formgrid.p-grid .p-col-8,
.p-formgroup .p-grid .p-col-9,
.p-formgrid.p-grid .p-col-9,
.p-field.p-grid .p-col-10,
.p-formgrid.p-grid .p-col-10,
.p-field.p-grid .p-col-11,
.p-formgroup.p-grid .p-col-11,
.p-field.p-grid .p-col-12,
.p-formgrid.p-grid .p-col-12 {
/*  padding-top: 0;*/
  padding-bottom: 0;
}

.p-formgroup-inline {
  display: flex;
  flex-wrap: wrap;
}

.p-formgroup-inline .p-field,
.p-formgroup-inline .p-field-checkbox,
.p-formgroup-inline .p-field-radiobutton {
  margin-right: 1em;
  margin-bottom: 0;
}

.p-formgroup-inline .p-field > label,
.p-formgroup-inline .p-field-checkbox > label,
.p-formgroup-inline .p-field-radiobutton > label {
  margin-right: 0.5em;
  margin-bottom: 0;
}

.p-field-checkbox,
.p-field-radiobutton {
  margin-bottom: 1em;
  display: flex;
  align-items: center;
}

.p-field-checkbox > label,
.p-field-radiobutton > label {
  margin-left: 0.5em;
  line-height: 1;
}

label {
    font-weight: normal!important;
}

 


.menu_princ_dog {
    margin: 0 4px;
}

#menu_princ .current .menu_princ_dog, #menu_princ .selected .menu_princ_dog {
    border-color: #295c83;
}
#menu_princ .menu_princ_sez {
    position: relative;
    float: left;
    width: 33%;
}

#menu_princ .current {
    font-weight: 600;
}

#menu_princ .menu_princ_sez h2 {
    text-transform: none;
    font-size: 16px!important;
    border-bottom: 8px solid #295c83;
}

#menu_princ h2 {
    background: transparent url(/TemaPortaleUnico-theme/css/../images/pu/bullet_menu_bg.gif) no-repeat left 0;
    padding: 0 0 3px 30px;
    font-weight: normal;
    line-height: 26px;
}

.w16 {
    width: 16%!important;
}

.w25 {
    width: 25%!important;
}

#menu_princ .current .menu_princ_dog h2:hoover, #menu_princ .current .menu_princ_dog h2, #menu_princ .selected .menu_princ_dog h2 {
    background-image: url(/TemaPortaleUnico-theme/css/../images/pu/bullet_menu_bg_dog.gif)!important;
}



.menu_princ_sez.current ,.menu_princ_sez:hoover  {
    background-image: url(/TemaPortaleUnico-theme/css/../images/pu/bullet_menu_bg_dog.gif)!important;
}

.w18 {
    width: 18%!important;
}
/*   td.td_big:last-child ,td.td_small:last-child , td.td_big:first-child ,td.td_small:first-child  {
    border-bottom: 1px solid #000;
}  */

#panelOpccd .ui-inputfield {
	width:75%;
}

#panelOpccd .ui-panelgrid-cell {
	padding-left:0 !important;
}

#panelOpccd .ui-panelgrid-content {
    align-items: center;
}

.incFont label {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"!important;
    font-size: 1.1rem!important;
    text-decoration: none;
    font-weight: 600!important;
    line-height: 1.5;
    color: #039;
    text-align: left;
    float: left !important;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

.incFont {
	margin-left:11em;
	margin-bottom:1em;
}

#form\:dScadenzaCdirf_input{
	background:white !important;
	max-width:20em;
}

.backgroundBlue{
	background-color:#f2f5f9 !important;
}

.backgroundWhite{
	background-color:#fff !important;
	color: black !important;
}

thead .backgroundWhite:focus, thead .backgroundWhite:focus:hover{
	background-color:#007ad9 !important;
	color:white !important
}

thead .backgroundWhite:hover{
	background-color:#eaeaea !important;
	color: black !important
}

body .ui-datatable thead th.ui-state-active{
	background-color:#007ad9 !important;
	color:white !important;
}

h4, .h4, .card-header > .card-title, .btn-entrypoint {
    font-size: 1.2rem !important;
}

h3, .h3 {
    font-size: 1.2rem!important;
}
.card-title {
    margin-bottom: 0!important;
}

.card-default .card-toggler, .card-info .card-toggler {
  color: #007ad9 !important;
}

.card-primary {
    border:none!important;
}

i.fa.fa-info-circle.bigfa{
margin-right: 4px;
    font-size: 1.5em;

}

body .ui-steps .ui-steps-item .ui-menuitem-link .ui-steps-title,
body .ui-steps .ui-steps-item.ui-state-highlight .ui-steps-title {
    color: #333;
    font-size: 0.9em;
}

#page-footer h1, #page-footer h2, #page-footer h3, #page-footer h4, #page-footer a:hover {
    color: #fff;
    font-size: 1.5em!important;
}
span.fa.fa-trash.custom{
padding-left: 7px;

}

/* Migrazione PF10 */

.ui-steps .ui-steps-item  > a.ui-menuitem-link.ui-corner-all{
    width: 90% !important;
    padding-left: 10% !important;
    margin-bottom: 1em !important;
}

body .ui-steps .ui-steps-item:not(.ui-state-highlight){
	opacity: 1 !important;
}

body .ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem a .ui-menuitem-text {
    vertical-align: middle !important;
    min-height: 40px !important;
}

body .ui-tabmenu.ui-widget.ui-widget-content.ui-corner-all > ul{
	    justify-content: center !important;
}

body .ui-tabmenu-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all > li{
	    margin-right: 0.1em !important;
		margin-left: 0.1em !important; 
}

body .ui-button {
	margin: 0.1em !important;
}

body .ui-datatable .ui-paginator {
	padding: 0 !important;
}

body .ui-paginator .ui-paginator-current{
	margin: 0.1rem !important;
	padding-bottom: 0.2rem !important;
}

body .ui-paginator .ui-paginator-rpp-options{
	margin: 0.1rem !important;
	margin-bottom: 0.2rem !important;
}

body .ui-datatable thead th, body .ui-datatable .ui-datatable-header {
	text-align: center !important;
}

[id$='subtable_data'] tr > td {
	border: 0px !important;
}

#form\:menu span.ui-menuitem-text {
	line-height:normal !important;
}

.fa, .pi {
	margin-right: 0.5em !important;
}

body .ui-button.aggiungiCriterio {
	width:10em !important; 
	margin-left:18em !important;
}

#form\:ricercaPanelPagoPa div.ui-g {
    align-items: center !important;
}

span.ui-chkbox-icon.ui-icon.ui-icon-blank.ui-c, span.ui-chkbox-icon.ui-icon.ui-icon-check.ui-c {
	margin-top: -0.7rem !important;
}

span.ui-steps-title {
	padding-top: 0 !important;
}

body .ui-steps .ui-steps-item.ui-state-highlight span.ui-steps-title {
	font-weight: 700;
}

img.logo.logo_header {
    margin-right: 40px;
}

.label-intestatario {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"!important;
    font-size: 1rem!important;
    COLOR: WHITE;
    font-weight: 600!important;
    padding: 0.5rem 1rem;
}

@media  (max-width: 1200px) {

	span.title_cat {
	    font-family: 'Titillium Web';
	    font-weight: 700;
	    font-size: 0.7em!important;
	}
}

@media (min-width: 1200px) and (max-width: 1280px) {

	span.title_cat {
	    font-family: 'Titillium Web';
	    font-weight: 700;
	    font-size: 0.8em!important;
	}
}

/*MEGAMENU*/
body .ui-tabmenu .ui-tabmenu-nav {
	flex-wrap: wrap !important;
	overflow-x: unset !important;
}

.datePickerMultiple .hasDatepicker{
	max-width:20em !important;
}