@charset "UTF-8";
p {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
}
body a, body a:hover {
    color: red;
}
body .ui-button {
	background-color: #073f3f;
}
body .ui-button.ui-state-hover {
    background-color: #073f3f;
    border-color: #073f3f;
}
body .ui-inputfield.ui-state-focus:not(.ui-state-error) {
	border-color: #073f3f;
	box-shadow: 0 0 0 0.2rem rgba(19, 126, 57, 0.25);
}
body .ui-selectonemenu.ui-state-focus {
    border-color: #073f3f;
    box-shadow: 0 0 0 0.2rem rgba(19, 126, 57, 0.25);
}
body .ui-state-active, body .ui-state-highlight {
	background-color: #073f3f;
}
body .md-inputfield {
    display: block;
    position: relative;
}
body .ui-growl {
	max-height: 400px;
	overflow-y: auto;
}
.ui-fluid .ui-trigger-calendar input.hasDatepicker {
    border-color: #073f3f;
}
body .md-inputfield > .outputText:not(.counter):not(.no-input), 
body .md-inputfield > .ui-selectonemenu, 
body .md-inputfield > input, 
body .md-inputfield > textarea, 
body .md-inputfield > .ui-autocomplete input {
  	border: 1px solid #7d7b7b;
  	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	border-radius: 4px;
  	/* fallback */
  	background: #fff;
  	-moz-transition: all 0.3s ease;
  	-o-transition: all 0.3s ease;
  	-webkit-transition: all 0.3s ease;
  	transition: all 0.3s ease;
  	padding: 8px 4px;
}
body .md-inputfield > .ui-selectonemenu {
	height: 37px;
}
body .md-inputfield > .ui-selectonemenu label.ui-selectonemenu-label {
    width: calc(100% - 20px);
    padding: 0;
}
body .ui-selectonemenu .ui-selectonemenu-label.ui-inputfield {
    background: none;
}
body .md-inputfield label:not(.ui-selectonemenu-label) {
    color: #999;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: -5px;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
}
body .md-inputfield > label:not(.ui-selectonemenu-label) {
    top: 5px;
}
body .md-inputfield input:focus ~ label, 
body .md-inputfield input.ui-state-filled ~ label, 
body .md-inputfield textarea:focus ~ label, 
body .md-inputfield textarea.ui-state-filled ~ label, 
body .md-inputfield .ui-selectonemenu.ui-state-focus ~ label, 
body .md-inputfield .ui-selectonemenu.ui-state-filled ~ label, 
body .md-inputfield .ui-selectonemenu.ui-state-disabled ~ label
body .md-inputfield .md-inputwrapper-focus ~ label, 
body .md-inputfield .md-inputwrapper-filled ~ label {
    top: -25px;
    color: #2f4050;
}
body .md-inputfield > .ui-calendar input:focus, 
body .md-inputfield > .ui-selectonemenu.ui-state-focus, 
body .md-inputfield > .ui-selectonemenu.ui-state-disabled, 
body .md-inputfield > input:focus, 
body .md-inputfield > textarea:focus, 
body .md-inputfield > .ui-autocomplete input:focus {
    -webkit-box-shadow: 0 0 1px 1px rgba(32, 51, 110, 0.25);
    -moz-box-shadow: 0 0 1px 1px rgba(32, 51, 110, 0.25);
    box-shadow: 0 0 1px 1px rgba(32, 51, 110, 0.25);
    background: #fff;
}
body .md-inputfield > .ui-calendar input:focus ~ label, 
body .md-inputfield > .ui-calendar input.ui-state-filled ~ label {
    top: -32px;
}
body .md-inputfield > .counter {
  /* da usare su outputText per il conteggio dei caratteri restanti nella textarea */
  font-style: italic;
  font-size: 12px;
}
body .md-inputfield > .outputText:not(.counter):not(.no-input) {
  color: #9c9999;
  display: block;
  border-color: #9c9999;
  min-height: 18px;
}
body .md-inputfield > .outputText:not(.counter):not(.no-input):not(:empty) ~ label {
  top: -20px;
  font-size: 12px;
  color: #2f4050;
}
body .md-inputfield.ui-state-error > .outputText:not(.counter):not(.no-input) {
  border-color: #e62a10;
}
body .md-inputfield.ui-state-error > .outputText:not(.counter):not(.no-input) ~ label {
  color: #e62a10;
}
body .ui-fluid .ui-trigger-calendar .ui-datepicker-trigger.ui-button {
    right: -1px;
    top: -7px;
}
.ui-fluid .ui-calendar {
    position: relative;
}
.layout-wrapper.layout-sidebar-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .sidebar-menu-button:hover {
    background-color: #073f3f;
}
.layout-menu-light .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #073f3f; 
}
.layout-menu-light .layout-sidebar .layout-menu > li > ul li.active-menuitem > a .menuitem-text {
    color: #073f3f; 
}
.layout-menu-light .layout-sidebar .layout-menu > li > ul li.active-menuitem > a i {
    color: #073f3f; 
}
.layout-menu-dark .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #073f3f; 
}
.layout-menu-naples .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #073f3f; 
}
.layout-menu-naples .layout-sidebar .layout-menu > li > ul li.active-menuitem > a .menuitem-text {
    color: #073f3f; 
}
.layout-menu-naples .layout-sidebar .layout-menu > li > ul li.active-menuitem > a i {
    color: #073f3f; 
}
.layout-menu-pool .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #073f3f; 
}
.layout-menu-pool .layout-sidebar .layout-menu > li > ul li.active-menuitem > a .menuitem-text {
    color: #073f3f; 
}
.layout-menu-pool .layout-sidebar .layout-menu > li > ul li.active-menuitem > a i {
    color: #073f3f; 
}
.layout-menu-canopy .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #073f3f; 
}
.layout-menu-canopy .layout-sidebar .layout-menu > li > ul li.active-menuitem > a .menuitem-text {
    color: #073f3f; 
}
.layout-menu-canopy .layout-sidebar .layout-menu > li > ul li.active-menuitem > a i {
    color: #073f3f; 
}
.layout-menu-ferris .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #073f3f; 
}
.layout-menu-ferris .layout-sidebar .layout-menu > li > ul li.active-menuitem > a .menuitem-text {
    color: #073f3f; 
}
.layout-menu-ferris .layout-sidebar .layout-menu > li > ul li.active-menuitem > a i {
    color: #073f3f; 
}
.layout-menu-porsuk .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #073f3f; 
}
.layout-menu-porsuk .layout-sidebar .layout-menu > li > ul li.active-menuitem > a .menuitem-text {
  	color: #073f3f; 
}
.layout-menu-porsuk .layout-sidebar .layout-menu > li > ul li.active-menuitem > a i {
  	color: #073f3f; 
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu-button:hover, .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu-button:focus {
    background-color: #073f3f;
    color: #ffffff; 
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu:before {
    background-color: #073f3f;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > ul > li.active-row i {
    color: #073f3f; 
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > ul > li:hover i {
  	color: #073f3f; 
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > ul > li:hover > span h3 {
  	color: #073f3f;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul:before {
    background-color: #073f3f;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul .layout-submenu-header {
    background-color: #073f3f;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul:before {
    background-color: #073f3f;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li .icon.icon-3 {
    color: #073f3f; 
}
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .sidebar-menu-button:hover i,
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .megamenu-mobile-button:hover i,
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .topbar-menu-mobile-button:hover i {
    color: #073f3f;
}
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li.active-topmenuitem > a {
    background-color: #073f3f;
}
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a:hover i, .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a:focus i {
    color: #073f3f;
}
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a:hover i, .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a:focus i {
    color: #073f3f;
}
.layout-wrapper.layout-topbar-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .topbar-menu-mobile-button:hover {
    background-color: #073f3f;
}
.layout-wrapper.layout-megamenu-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .megamenu-mobile-button:hover {
    background-color: #073f3f;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul.search-item-submenu > li .search-input-wrapper i {
   	color: #e8f0fe;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li.layout-submenu-footer button.signout-button {
    background-color: #e8f0fe; 
}
.layout-breadcrumb {
    background-color: #e8f0fe;
}
.landing-body .landing-nav-menu .nav-menu-wrapper ul li:hover {
    background-color: #e8f0fe;
}
.layout-menu-light .layout-sidebar .layout-menu > li > ul {
    background-color: #efeeed; 
}
.layout-menu-light.layout-horizontal .layout-sidebar .layout-menu > li > ul {
    background-color: #efeeed; 
}
.layout-topbar {
    background-color: #fff;
}
.layout-breadcrumb .breadcrumb .route-bar-breadcrumb li,  
.layout-breadcrumb .breadcrumb .route-bar-breadcrumb li a{
    color: #000;
    display: inline-block;
}
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li::after {
    background-color: #073f3f;
}
body .ui-radiobutton .ui-radiobutton-box.ui-state-active .ui-radiobutton-icon {
    background-color: #073f3f;
}
body .ui-radiobutton .ui-radiobutton-box.ui-state-active {
    border: 1px solid #99CE6B;
}
/* fine colori */
.login-body .login-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between; 
    min-height: calc(100% - 184px);
}
.login-body .login-content .login-panel .login-panel-content {
    width: 70%;
}
.login-body.layout-light .login-content .ecost {
    background-color: #ffffff;
    width: 60%;
}
.login-body .login-content .ecost_left {
    width: 40%;
    height: 100%;
    padding: 30px 4% 10px 5%;
    margin-top: -100px;
}
.login-body.layout-light {
    overflow: auto;
    background-color: #ffffff;
}
.login-body .login-content .login-panel {
	height: 100%;
}
.login-body .landing-login-logo {
    width: 100%;
    height: 72px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    z-index: 1000;
    padding: 0 10%;
}
.login-body .landing-login-logo .logo-ecost {
    width: 155px;
}
.login-body .landing-login-logo .logo {
    display: flex;
    padding: 0;
    width: 100%;
    justify-content: center;
}
.login-body.layout-light .landing-login-slider {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    background: url("/javax.faces.resource/images/slideshow.jpg.xhtml?ln=mirage-layout");
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
     
}
.login-body.layout-light .landing-login-flag{
    width: 100%;
    height: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    background: #ffffff;
}
.white-flag {
	position:absolute;
	background-repeat: repeat-y;
	background-size: cover; 
	background-position: center;
	left:0;
	width:100%;
}
/*.img_ecost_lef {
	position: relative;
	top: -70px;
}*/
.slider {
	height:100%;
	left:0;
	width:100%;
}
.login-body .login-content .login-panel .login-panel-content .last {
	margin-bottom:20px;
}
.layout-breadcrumb-richiesta {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url("/javax.faces.resource/images/slideshow.jpg.xhtml?ln=mirage-layout");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.layout-breadcrumb-richiesta-flag {
    width: 100%;
    height: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    background: #ffffff;
}

.layout-logo-wrapper {
	display: flex;
    padding: 0;
    width: 100%;
    justify-content: center;
}
.layout-sidebar .sidebar-logo {
    padding: 0 0px;
}
.layout-sidebar .sidebar-logo img {
    width: 60px;
}
.card {
	background: #e8f0fe;
}
.card.card-w-title {
    padding-bottom: 10px;
}
.p-grid .wo_h1 {
    margin-top: -20px; 
    margin-bottom: -12px;
}
.required, .group-legend {
    color: #ce0404 !important;
}
body .md-inputfield .ui-selectonemenu.ui-state-disabled ~ label, body .md-inputfield > .editor_class ~ label {
    top: -20px;
    font-size: 12px;
    color: #2f4050;
}
body .md-inputfield > .ui-selectonemenu.ui-state-disabled label.ui-selectonemenu-label {
    padding: 8px 0;
    font-weight: bold;
    color: black;
}
body .md-inputfield > .editor_class.ui-state-error {
	border: 1px solid red;
}
body .ui-selectcheckboxmenu .ui-selectcheckboxmenu-label-container {
    display: block;
    position: relative;
    top: 2px;
    padding: 8px 0;
}
body .md-inputfield > .ui-selectcheckboxmenu {
	border: 1px solid #7d7b7b;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #f1f1f1; /* fallback */
	background: rgba(14, 32, 49, 0.0784313725490196); /* fallback */
    background: #0e203114;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 8px 4px;
}
body .ui-selectonemenu {
    min-width: auto !important;
    max-width: 100%;
}
.singleFileUpload .file-upload-label, .singleFileUpload .file-upload-cmds {
    margin-left: 10px;
    display: inline;
}
.singleFileUpload .ui-fileupload-buttonbar{
    display: none;
}
body .ui-fileupload .ui-fileupload-content { 
    border: none;
    padding: 0;
}
.info {
    display: block;
    font-style: italic;
    color: #999999;
}
.ui-fluid .ui-button {
    width: auto;
}
body .md-inputfield.w-options > .ui-inputfield {
  padding-right: 30px;
}
body .md-inputfield.w-options > .ui-selectonemenu {
  position: absolute;
  right: 0;
  width: 30px;
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: none;
  border-bottom: none;
  border-right: none;
  top: 0;
  bottom: 0;
  background: none;
}
body .md-inputfield.w-options > .ui-selectonemenu > label {
  display: none;
}
body .md-inputfield.w-options > .ui-selectonemenu .ui-icon.ui-icon-triangle-1-s.ui-c {
  padding: 4px 3px 6px 0px;
}
/*body .md-inputfield.w-options > .ui-selectonemenu .ui-icon.ui-icon-triangle-1-s.ui-c:before {
  content: "";
}*/
body .md-inputfield.w-options > .ui-selectonemenu.ui-state-focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body .md-inputfield.w-options > .ui-selectonemenu .ui-selectonemenu-trigger {
  margin-right: 0;
}
body .ui-selectonemenu.ui-state-focus .ui-selectonemenu-trigger .ui-icon-triangle-1-s {
    color: #073f3f;
}
body .md-inputfield > .ui-selectonemenu.ui-state-disabled {
	background-color: #eeeeee;
	opacity: 1;
}
body .md-inputfield > .ui-selectonemenu.ui-state-disabled label.ui-selectonemenu-label {
	padding: 0;
}
body .ui-inputfield.ui-state-disabled {
    font-weight: bold;
}
body .ui-datatable thead th.ui-state-active {
    background-color: #073f3f;
    color: #ffffff;
    border-color: #073f3f;
}
body .ui-datatable thead th.ui-state-active.ui-state-focus {
    background-color: #073f3f;
}
body .ui-paginator .ui-paginator-first, body .ui-paginator .ui-paginator-prev, body .ui-paginator .ui-paginator-next, body .ui-paginator .ui-paginator-last {
	color: #073f3f;
}
body .ui-paginator .ui-paginator-rpp-options {
    color: #073f3f;
}
.ui-datatable .longword,
.ui-datatable .ui-datatable-data .longword {
	word-wrap: break-word;
}
body .ui-datatable .ui-datatable-data > tr.ui-state-highlight {
    background-color: #e8f0fe;
    color: #000000;
    border-color: #e8f0fe;
    border-width: 1px;
    border-style: solid;
}
body .ui-chkbox .ui-chkbox-box.ui-state-active {
    border: 1px solid #073f3f;
    background-color: #073f3f;
}
body .ui-paginator .ui-paginator-first, body .ui-paginator .ui-paginator-prev, 
body .ui-paginator .ui-paginator-next, body .ui-paginator .ui-paginator-last {
	vertical-align: inherit;	
}
.accent {
  color: #073f3f; 
}
.ui-inputgroup .md-inputfield {
	width: calc(100% - 36px);
}
.ui-inputgroup .altri_parti {
	width: 100%;
	margin-top: 10px;
}
.ui-inputgroup .altri_controparti {
	width: 100%;
	margin-top: 10px;
}
body .ui-tooltip .ui-tooltip-text {
    background-color: #073f3f;
    border-color: #073f3f;
    color: #ffffff;
    font-weight: bold;
}
body .ui-tooltip.ui-tooltip-right .ui-tooltip-arrow{
    border-color: transparent;
    border-right-color: #073f3f;
}
body .ui-tooltip.ui-tooltip-left .ui-tooltip-arrow{
    border-color: transparent;
    border-left-color: #073f3f;
}
body .ui-tooltip.ui-tooltip-top .ui-tooltip-arrow {
    border-color: transparent;
    border-top-color: #073f3f;
}
.ui-inputgroup .ui-inputgroup-addon-panel {
	display: inline-block;
    text-align: center;
    min-width: 1.5em;
}
body .ui-inputgroup .ui-inputgroup-addon-panel {
	padding: 4px 10px;
    color: #4c566a;
    min-width: 28px;
    height: 28px;
}
body .ui-tooltip.ui-tooltip-bottom .ui-tooltip-arrow {
    border-color: transparent;
    border-bottom-color: #073f3f;
}
body .ui-panelgrid.no-border .ui-widget-content{
	border: none;
	background: none;
}
body .ui-panelgrid.no-border .ui-panelgrid-cell{
	border: none;
	background: none;
}
body .ui-panelgrid.no-border td{
	padding-top: 16px;
}
body .ui-panelgrid.no-border td .ui-selectonemenu{
	width: 100%;
}
body .md-inputfield > .ui-calendar .ui-inputfield.ui-state-disabled) {
	background: #eeeeee;
}
.card h1:first-child {
	margin-bottom: 3px;
}
.ui-sidebar-right {
	width: 95%;
}
.layerPdf {
	height: calc(100% - 120px);
}
body .ui-menu.ui-contextmenu {
	z-index: 15000 !important;
}
.layout-dashboard .overview-box .overview-box-text span a{
    color: #fff !important;
    font-size: 12px;
    text-decoration: underline;
}
.layout-dashboard .overview-box .overview-box-text h1 {
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
}
.layout-dashboard .news-row-wrapper .news-row .news.news-1, .layout-dashboard .news-row-wrapper .news-row .news.news-2, 
.layout-dashboard .news-row-wrapper .news-row .news.news-3 {
	background-image: url("/javax.faces.resource/images/dashboard/richieste.jpg.xhtml?ln=mirage-layout");
}
.layout-dashboard .news-row-wrapper .news-row .news .news-title {
    width: 250px;
}
.layout-dashboard .news-row-wrapper .news-row .news {
	z-index: 1;
}
.layout-dashboard .news-row-wrapper .news-atto {
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    transition: transform 500ms ease 0s;
}
.layout-dashboard .news-row-wrapper .news-atto .news {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 35px;
    z-index: -1;
    flex: 1 0 100%;
    -moz-transition: visibility 0.8s;
    -o-transition: visibility 0.8s;
    -webkit-transition: visibility 0.8s;
    transition: visibility 0.8s;
    -moz-transition: transform 500ms ease 0s;
    -o-transition: transform 500ms ease 0s;
    -webkit-transition: transform 500ms ease 0s;
    transition: transform 500ms ease 0s;
    overflow: hidden;
}
.layout-dashboard .news-row-wrapper .news-atto .news .news-title {
    width: 250px;
    height: 25px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}
.layout-dashboard .news-row-wrapper .news-atto .news {
	z-index: 1;
}
.layout-dashboard .news-row-wrapper .news-atto .news .news-title h1 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #434c5e;
    margin: 0;
}
.layout-dashboard .news-row-wrapper .news-atto .news h2 {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}
.layout-dashboard .news-row-wrapper .news-atto .news p {
    color: #ffffff;
    opacity: 0.6;
    margin-bottom: 20px;
}
.layout-dashboard .news-row-wrapper .news-atto .news.atto-1, .layout-dashboard .news-row-wrapper .news-atto .news.atto-2, 
.layout-dashboard .news-row-wrapper .news-atto .news.atto-3 {
	background-image: url("/javax.faces.resource/images/dashboard/processo-telematico.jpg.xhtml?ln=mirage-layout");
}
.layout-dashboard .news-row-wrapper .news-atto .news.atto-1 .news-title {
	background: linear-gradient(246deg, #f2c260 0%, #ebcb8b 100%);
}
.layout-dashboard .news-row-wrapper .news-atto .news.atto-2 .news-title {
	background: linear-gradient(246deg, #8fb56f 0%, #a3be8c 100%);
}
.layout-dashboard .news-row-wrapper .news-atto .news.atto-3 .news-title {
	background-color: #45b0d5;
	background-image: linear-gradient(to bottom, #45b0d5, #59c7ed 99%);
}
.layout-dashboard .news-row-wrapper .news-atto .news.atto-1 .link a {
    color: #ebcb8b;
}
.layout-dashboard .news-row-wrapper .news-atto .news.atto-2 .link a {
    color: #a3be8c;
}
.layout-dashboard .news-row-wrapper .news-atto .news.atto-3 .link a {
    color: #88c0d0;
}
.layout-dashboard .news-row-wrapper .link-points .points .pointatto {
    width: 10px;
    height: 10px;
    background-color: #eceff4;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 3px;
    cursor: pointer;
}
.layout-dashboard .news-row-wrapper .link-points .points .pointatto.active-point.point-1 {
    background-color: #ebcb8b;
}
.layout-dashboard .news-row-wrapper .link-points .points .pointatto.active-point.point-2 {
    background-color: #a3be8c;
}
.layout-dashboard .news-row-wrapper .link-points .points .pointatto.active-point.point-3 {
    background-color: #88c0d0;
}
.layout-dashboard .news-row-wrapper .news-row .news p {
    opacity: inherit;
}
.layout-dashboard .news-row-wrapper .news-atto .news p {
    opacity: inherit;
}
.timeline{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #ffffff;
    padding: 18px;
}
.layout-dashboard .overview-box.overview-box-1 .overview-box-text span button {
	background-color: #d08770;
}
.layout-dashboard .timeline .task-info {
    text-align: right;
    padding-right: 18px;
    margin-top: 4px;
}
.layout-dashboard .timeline .task-info span.highlighted {
    color: #4c566a;
    font-weight: 500;
}
body .ui-menu.ui-menu-dynamic.dashboard {
	background-color: #d08770;
	color: white;
}
body .ui-menu.dashboard .ui-menu-list .ui-menuitem .ui-menuitem-link {
	color: #dcf2f9;
}
body .ui-menu.dashboard .ui-menuitem-link:hover {
	background-color: #d08770;
}
.layout-dashboard .tasks {
    background: #fff;
}
body .p-grid.layout-dashboard {
	margin-top: 0;
}
.layout-content {
    padding-top: 2px;
}
body .ui-selectcheckboxmenu.ui-selectcheckboxmenu-multiple .ui-selectcheckboxmenu-multiple-container.ui-inputfield {
	min-height: 19px;
	margin-left: 55px;
}
.layout-dashboard .tasks .checkboxes {
	width: 100%;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul {
	min-width: 285px;
}
body .ui-datatable .ui-datatable-data > tr.ui-rowgroup-header.ui-widget-header {
	background-color: #e8f0fe;
}	
.editTooltip {
	margin-top: 4px;
	margin-right: 3px;
	color: red !important;
}
body .ajax-loader {
    font-size: 50px;
}
body .ui-sidebar-close .ui-icon {
	width: 25px;
    font-size: 20px;
}
.class_h1 {
	margin-top: 2px !important;
	margin-bottom: 0px !important;
    color: red;
    font-size: 15px !important;
}
body .ui-selectonemenu-panel .ui-selectonemenu-filter-container {
    width: 98%;
}
.ui-fluid .ui-calendar.heightcalendar input {
	height:34px;
}
body .ui-widget-overlay {
  background-color: #58575c;
  opacity: 0.4;
}
#blockdiv, #blockdivloader {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
	z-index: 999999;
	text-align: center;
	cursor: wait;
}
#blockdivloader {
	background: url("/javax.faces.resource/eulotech/images/spinner.svg.xhtml") no-repeat center 250px;
}

.mzr_no-smil #blockdivloader {
	background: url("/javax.faces.resource/eulotech/images/ajaxloadingbar.gif.xhtml") no-repeat center 250px;
}
body .ui-datatable .ui-datatable-data > tr.ui-state-highlight {
	font-weight: bold;
}
.ui-selectcheckboxmenu-multiple .ui-selectcheckboxmenu-token {
	display: none;
}
body .md-inputfield > .ui-selectcheckboxmenu:focus ~ label, body .md-inputfield > .ui-selectcheckboxmenu.ui-state-filled ~ label {
    color: #2f4050;
    top: -20px;
    font-size: 12px;
}
.badge {
  	position: absolute;
  	top: 15px;
  	right: 0px;
  	padding: 1px 6px;
  	border-radius: 50%;
  	background: #4c566a;
  	color: white;
}
.p-grid > .p-col, .p-grid > [class*="p-col"] {
    margin-top: 13px;
}
body .ui-paginator .ui-paginator-current {
    color: #073f3f;
}
.ui-datatable-tablewrapper {
    overflow: hidden;
}
.card h1:first-child {
	margin-bottom: 3px;
	font-size: 18px;
    font-weight: 400;
}
.layout-sidebar {
	z-index: 1002;
}
body .ui-state-active, body .ui-state-highlight {
    color: white;
}
.italia-it-button-size-s {
	margin-top: 15px;
	height: 37px;
}
.spid-idp-button .spid-idp-button-menu li > a img {
	height: 40px;
}
.login-body.layout-light .login-content .login-panel .login-panel-content .buttons .spid-idp-button-link a,
.login-body.layout-light .login-content .login-panel .login-panel-content .buttons .spid-idp-support-link a {
	background-color: white;
}
.ui-texteditor {
	background: white;
}
.ui-tooltip.ui-tooltip-right, .ui-tooltip.ui-tooltip-left {
    max-width: 45%;
}
.disabled-menuitem, .disabled-menuitem a {
	background: inherit !important;
	cursor: default;
}
.disabled-menuitem > a > span {
	color: #9a9a9a;
}
.layout-menu-light .layout-sidebar .layout-menu > li.disabled-menuitem > a .menuitem-text {
    color: #2e3440;
}
.layout-menu-light .layout-sidebar .layout-menu > li.disabled-menuitem > a i {
    color: #2e3440;
}
table { border-collapse: collapse; empty-cells: show; }

td { position: relative; }

tr.strikeout td:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  border-bottom: 1px solid #111;
  width: 100%;
}

tr.strikeout td:after {
  content: "\00B7";
  font-size: 1px;
}
.button-spid {
    background-color: #06C !important;
    color: #FFF;
}
body .topbar-item .ui-commandlink, body .topbar-item .ui-link {
    color: #4c566a;
    transition: background-color 0.15s, color 0.15s, border-color 0.15s, box-shadow 0.15s;
    font-size: 22px;
}
@media (max-width:1024px) {
	.login-body .login-content {
		display: block;
		height: 100%;
	}
	
	.login-body.layout-light .login-content .ecost {
	    width: 100%;
	    margin-top: 50px;
	}
	.login-body .login-content .ecost_left {
	    /*display: none;*/
	    width: 100%;
	    margin-top: 0px;
	}
	.login-body .landing-login-logo .logo {
		display: none;
	}
	.img_ecost_lef {
		display: none;
	}
	.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo-wrapper .layout-topbar-logo img {
    	height: 50px;
    	width: 60px;
	}
	.login-body .login-content .login-panel .login-panel-content .buttons {
		display: grid;
	}
}
@media (min-width: 1024px) {
	.login-body .landing-login-logo .logo-ecost {
		display: none;
	}
	.layout-menu-light.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
    	background-color: #073f3f; 
    }
    .layout-menu-light.layout-horizontal .layout-sidebar .layout-menu > li > ul li.active-menuitem > a .menuitem-text {
        color: #073f3f; 
    }
    .layout-menu-light.layout-horizontal .layout-sidebar .layout-menu > li > ul li.active-menuitem > a i {
        color: #073f3f; 
    }
    .layout-menu-dark.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
      	background-color: #073f3f; 
    }
    .layout-menu-naples.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
      	background-color: #073f3f; 
    }
    .layout-menu-naples.layout-horizontal .layout-sidebar .layout-menu > li > ul li.active-menuitem > a .menuitem-text {
        color: #073f3f; 
    }
    .layout-menu-naples.layout-horizontal .layout-sidebar .layout-menu > li > ul li.active-menuitem > a i {
        color: #073f3f; 
    }
    .layout-menu-pool.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
    	background-color: #073f3f; 
    }
    .layout-menu-pool.layout-horizontal .layout-sidebar .layout-menu > li > ul li.active-menuitem > a .menuitem-text {
        color: #073f3f; 
    }
    .layout-menu-pool.layout-horizontal .layout-sidebar .layout-menu > li > ul li.active-menuitem > a i {
        color: #073f3f; 
    }
    .layout-menu-canopy.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
        background-color: #073f3f; 
    }
    .layout-menu-canopy.layout-horizontal .layout-sidebar .layout-menu > li > ul li.active-menuitem > a .menuitem-text {
        color: #073f3f; 
    }
    .layout-menu-canopy.layout-horizontal .layout-sidebar .layout-menu > li > ul li.active-menuitem > a i {
        color: #073f3f; 
    }
    .layout-menu-ferris.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
      	background-color: #073f3f; 
    }
    .layout-menu-ferris.layout-horizontal .layout-sidebar .layout-menu > li > ul li.active-menuitem > a .menuitem-text {
        color: #073f3f; 
    }
    .layout-menu-ferris.layout-horizontal .layout-sidebar .layout-menu > li > ul li.active-menuitem > a i {
        color: #073f3f; 
    }
    .layout-menu-porsuk.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
      	background-color: #073f3f; 
    }
    .layout-menu-porsuk.layout-horizontal .layout-sidebar .layout-menu > li > ul li.active-menuitem > a .menuitem-text {
        color: #073f3f; 
    }
    .layout-menu-porsuk.layout-horizontal .layout-sidebar .layout-menu > li > ul li.active-menuitem > a i {
        color: #073f3f; 
    }
}