/* STYLES FOR PRINTING
-------------------------------------------------*/
@page {
    size: A4;
    margin: 1.5cm;
}
ul.skiplinks,
.navbar,
.header-slim-right-zone, 
.it-header-slim-wrapper,
.it-header-navbar-wrapper, 
.it-right-zone, 
.it-brand-wrapper img.icon,
.it-right-zone,
.back-to-top,
#briciole,
fieldset legend,
#footer,
footer {
    display: none !important;
}
/* Prevents space under header when is-stiky */
.bs-it-sticky-wrapper {
	height:auto  !important;
}
/* Prevents header running on all pages */
.bs-is-fixed.is-sticky {
	position: relative !important;
    z-index: 0 !important;
}

.it-header-center-wrapper {
    background: none;
}
.it-header-center-wrapper .container {
    margin:0;
}
.it-header-center-wrapper .it-header-center-content-wrapper {
    
}
.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper .it-brand-text {
    display:block !important;
    color: black;
    position:absolute !important;
    left:0 !important;
}
h2 {
    font-size:23px;
    margin-top: 0 !important;
    font-weight: 700;
}
.attrDisplay_section > .attrDisplay_section {
    font-size: 14px;
}
/* We use operationsInsideAndAudioguide as an anchor combined with 
  the adjacent sibling selector (+) and general sibling selector (~) 
  in order to add a style to divs from the second instance onward.
*/
.operationsInsideAndAudioguide + div ~ div .summarySchemaItem {
	margin-top:2.5em !important;
}
.isiportalPartialAdminFormBox .summarySchemaItem h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 16px 0;
    border: 1px solid black;
    background: #fff;
    padding: 0.5em;
    width: 99%;
}
.multiple-form .label-default {
    border:1px solid grey;
    padding:5px;
    font-size: 14px;
}
.alert,
.custom-alert {
    border: 1px solid #b1b1b3;
    padding: 1rem !important; 
    margin-bottom: 20px;
    font-size: 14px;
}
.alert[class*="alert-"],
.custom-alert[class*="custom-alert-"] {
    background-image: none;
}
.alert-warning,
.custom-alert-warning {
    border-left: 8px solid #995c00;
}
.alert-info,
.custom-alert-info{
    border-left: 8px solid #979899;
}
.pnrr-panel .panel-body .alert {
    margin-top: 24px;
}
fieldset div.iuFieldContainer .iuLabelContainer label {
    width: 97%;
    font-weight: bold;
    text-align:right;
}
fieldset div.iuFieldContainer .iuReadOnlyFieldValue  {
    font-weight: normal !important;
}