@font-face {
    font-family: "Sora";
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url("/fonts/sora/sora-latin.woff2") format("woff2");
}

body, html {
    font-size: 16px;
    line-height: 1.5;
}

h1, h2, h3 {
color: #00264d;
}

.box {
background-color: #fff;
text-align: center;
margin-bottom: 20px;
margin-top: 20px;
-webkit-box-shadow: 0 0 10px #ccc;
box-shadow: 0 0 10px #ccc;
}

.box .box-header {
background-color: #cccdd4;
width: 100%;
height: 80px;
padding: 22px;
font-weight: bold;
}

.box .box-content {
color: #004a55;
font-weight: bold;
font-size: 3em;
}

.box .box-content span.currency {
font-weight: normal;
}

.stat-box {
text-align: center;
margin-bottom: 20px;
margin-top: 20px;
}

.stat-box .stat-content {
width: 90%;
margin: auto;
height: 100px;
}
.stat-box .stat-value{
font-size: 3em;
display: inline-block;
color: #0066cc;
font-weight: bold;
vertical-align: middle;
}

.stat-box .stat-label{
display: inline-block;
line-height: 1em;
text-align:left;
width: 100px;
vertical-align: middle;
}

.mims-title {
margin-top: 30px;
margin-bottom: 30px;
font-size: 20px;
}
.dark-blue {
color: #00264d;
}

.mims-subtitle {
margin-bottom: 10px;
text-align: center;
}

.gray-box {
background-color: #cccdd4;
padding-top: 50px;
padding-bottom: 50px;
text-align: center;
font-size: 1.5em;
}

.avanzamento .box-header {
height: 130px;
padding: 10px;
}

.circle {
height: 50px;
width: 50px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
vertical-align: middle;
margin-top: -10px;
}

.green {
background-color: #5c9c9f;
}

.red {
background-color: red;
}

.box-content {
height: 150px;
line-height: 150px;
display: inline-block;
vertical-align: middle;
}

.bold {
font-weight:bold!important;
}

.cantieri .box-header {
font-size: 1.3em;
text-transform: uppercase;
}

#cantiere-header {
position: relative;
min-height: 500px;
background-image: url(/images/slide.jpg);
}

.overlay {
background-color: rgba(0,0,0,0.5);
}

#cantiere-title {
width: 100%;
position: absolute;
color: #FFF;
bottom: 0;
padding: 20px;
text-align: center;
}

#cantiere-title h1 {
color: #FFF !important;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.cantiere-section .box-content {
font-size: 2.8em;
}


.cantiere-section .box-header {
font-size: 1.3em;
}

.img-responsive {
max-width: 100%;
}

html {
overflow-x: hidden;
}

.document-item {
line-height: 40px;
margin-bottom: 10px;
}

.document-item img {
height: 40px;
margin-right: 10px;
}

.col-4-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 57.142857%;
flex: 0 0 57.142857%;
max-width: 57.142857%;
}

.col-2-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 28.142857%;
flex: 0 0 28.142857%;
max-width: 28.142857%;
}

.col-1-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 14.142857%;
flex: 0 0 14.142857%;
max-width: 14.142857%;
}

.fasi .separator {
text-align: center;
font-weight: bold;
font-size: 0.8em;
}

.fasi .separator.esecuzione {
width:100%;
border-bottom: 3px solid #5c9c9f;
color: #5c9c9f;
}

.fasi .separator.progettazione {
width:100%;
border-bottom: 3px solid #cd7579;
color: #cd7579;
}

.fasi .separator.conclusione {
width:100%;
border-bottom: 3px solid #99608c;
color: #99608c;
}

.fasi .fase {
margin-left: 5px;
margin-right: 5px;
background-color: #fff;
margin-bottom: 20px;
margin-top: 20px;
-webkit-box-shadow: 0 0 5px #ccc;
padding: 0;
box-shadow: 0 0 5px #ccc;
}

.fasi .fase.progettazione .fase-header {
background-color: #cd7579;
}

.fasi .fase.esecuzione .fase-header {
background-color: #5c9c9f;
}

.fasi .fase.conclusione .fase-header {
background-color: #99608c;
}

.fasi .fase .fase-header {
width: 100%;
height: 120px;
padding: 18px 10px 8px 10px;
font-weight: bold;
color: #FFF;
}

.fasi .fase .fase-content {
height: 200px;
line-height: 200px;
padding: 5px;
text-align: center;
font-weight: bold;
vertical-align: middle;
}

.fasi .fase.progettazione .fase-content {
color: #cd7579;
}

.fasi .fase.esecuzione .fase-content {
color: #5c9c9f;
}

.fasi .fase.conclusione .fase-content {
color: #99608c;
}

.fasi .fase .fase-content p {
display: inline-block;
vertical-align: middle;
line-height: 1em;
}

div.monitoraggio , div.lista-cantieri {
margin-top: 40px;
}
.monitoraggio h1, .lista-cantieri h1 {
font-size: 24px;
}

.lista-cantieri .box .box-content {
height: 200px;
line-height: 200px;
font-size: 1.5em;
display: inline-block;
vertical-align: middle;
}

.black {
color: #000;
}

.blue-bg {
background-color: #00264d!important;
color: #FFF;
}

.lista-cantieri .box .box-content p {
font-size: 1em;
line-height: 1.5em;
display: inline-block;
vertical-align: middle;
}

.uppercase {
text-transform: uppercase;
}



.home-box {
height: 200px;
color: #FFF;
line-height: 200px;
}

.home-box p {
line-height: 1.2em;
font-size: 1.5em;
vertical-align: middle;
display: inline-block;
text-align: center;
width: 100%;
}

.light-blue-bg {
background-color: #06c;
color: #FFF;
}

.medium-blue-bg {
color: #FFF;
background-color: #034f9c;
}
.home-box p a {
color: #FFF !important;
}

.home-box p a:hover {
text-decoration: none;
}

.cantiere-item {
margin-left: 20px;
}

.gray-bg {
color: black;
background-color: #ccc;
}

.modal-body ul, .modal-body ul li {
list-style-type: disc;
font-size: 0.9em;
padding-left: 15px;
}

.page-template-single-mims-project .mims-title {
margin-bottom: 5px;
}



input[type='date'],
input[type='datetime-local'],
input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='time'],
input[type='url'],
textarea {
  font-weight: 300;
}


.form-group label.pos-relative {
    position: relative;
}

/* Horizontal forms: keep labels in their own column instead of using the
   floating-label treatment provided by Bootstrap Italia. */
.horizontal-form .form-group.row {
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.horizontal-form .form-group.row > label {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    display: block;
    width: 100%;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1rem !important;
    line-height: 1.5;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    cursor: default;
}

.horizontal-form .project-field-control .form-control {
    width: 100%;
}

@media (max-width: 767.98px) {
    .horizontal-form .form-group.row > label {
        padding-bottom: .25rem;
    }
}

.static-select-field .static-field-label,
.quill-field-wrapper > .static-field-label {
    display: block;
    width: 100%;
    max-width: 100%;
    position: static !important;
    transform: none !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    z-index: auto !important;
    margin: 0 0 8px !important;
    padding: 0 !important;
    color: inherit;
    font-size: 1rem;
    line-height: 1.35;
    white-space: normal;
}

.quill-field-wrapper {
    display: block;
    position: relative;
    clear: both;
    width: 100%;
    margin-bottom: 32px;
    padding-top: 0 !important;
    overflow: visible;
}

.quill-field {
    display: block;
    position: relative;
    clear: both;
    width: 100%;
}

.static-select-field select.form-control {
    width: 100%;
    margin-top: 0;
}

.quill-field .ql-toolbar {
    display: block;
    position: static !important;
    float: none !important;
    width: 100%;
    clear: both;
}

.quill-field .ql-toolbar,
.quill-field .ql-container {
    background: #fff;
}

.quill-field .ql-container {
    display: block;
    position: relative !important;
    float: none !important;
    clear: both;
    width: 100%;
    height: 220px !important;
    min-height: 220px;
    overflow: hidden;
}

.quill-field .ql-editor {
    height: 100%;
    min-height: 0;
    overflow-y: auto;
    font-weight: 300;
}

.quill-editor.is-invalid .ql-toolbar,
.quill-editor.is-invalid .ql-container {
    border-color: #d9364f;
}

.project-row {
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DDD;
}

.project-row a {
    float: right;
}

.project-detail-container {
    background-color: #aec4da;
    color: #000;
    margin-top: 30px;
    padding: 15px;
    margin-bottom: 30px;
}

.project-detail-container .label {
    color: #00264d;
    font-weight: bold;
}

.project-detail-container .project-detail {
    margin-bottom: 20px;
}

.hidden_label {
    display: none!important;
}

.alert-success, .alert-danger {
    background-position: 10px 4px;
}

.form-check [type=checkbox]:checked+label::after {
    background-color: #fff;
}

.form-check [type=checkbox]+label::before, .form-check [type=checkbox]:checked+label::before {
    border-color: transparent #06c #06c transparent;
}

.it-datepicker-wrapper .input-group {
    background-color: #FFF;
}

.it-datepicker-wrapper .datepicker-calendar {
    width: 400px;
}


.modal .modal-dialog .modal-content .modal-header h5 {
    font-size: 1.2em;
}

.modal-body ul, .modal-body ul li {
    font-size: 1.1em;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 700px;
        margin: 1.5rem auto;
    }
}

.opera-container {
    background-color: #FFF;
    padding:0;
}

.box {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    box-shadow: 0 0 10px #ccc;
    border-radius: 10px;
}

.white-box {
    color: #2d489d;
    background-color: #FFF;
}

.flag_container div {
    width: 33.3333333333%;
    height: 8px;
    overflow: hidden;
    float: left;
  }
  .flag_container div.green {
    background: #009246;
  }
  .flag_container div.white {
    background: #ffffff;
  }
  .flag_container div.red {
    background: #ce2b37;
  }

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

  .clearfix:after {
    clear: both; }

    .alert {
        font-weight: bold;
    }


a.attachment-link {
    text-decoration: none;
    font-size: 1.2em;
}

.icon.light-blue {
    fill: #96c2e5;
}
.btn.btn-light-blue {
    background-color: #96c2e5;
}

.governance-form label {
    font-size: 1.3em;
}

.governance-form input {
    border-bottom: 0;
    font-size: 1.2em;
}

.governance-form {
    background-color: #b1c8df;
    padding-top: 20px;   
}

.btn.btn-50-opacity {
    opacity: 0.4;
}

.upload[type=file]+label {
    background-color: #b1c8df;
}

.news-content img{
    max-width: 100%;
    height: auto;
}

.aubac-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #fff;
}

.aubac-page__content {
    flex: 1 0 auto;
}

.aubac-shell {
    width: min(calc(100% - 60px), 1360px);
    margin-right: auto;
    margin-left: auto;
}

.aubac-header,
.aubac-footer {
    font-family: "Sora", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.aubac-header {
    position: sticky;
    top: 0;
    z-index: 500;
    flex: 0 0 auto;
    color: #fff;
    background: #3a63be;
}

.aubac-header__inner {
    padding: 32px 0;
}

.aubac-header__row {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}

.aubac-header__brand {
    display: inline-flex;
    align-items: center;
    flex: 0 1 482px;
    color: inherit;
    text-decoration: none;
}

.aubac-header__logo {
    display: block;
    width: 482px;
    max-width: 100%;
    height: auto;
}

.aubac-header__user-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
    flex: 0 0 auto;
    font-size: 16px;
    line-height: 1.5;
}

.aubac-header__user-link,
.aubac-header__user-link:visited {
    position: relative;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0 0.1em;
    transition: background-size 250ms ease-in-out;
}

.aubac-header__user-link:hover,
.aubac-header__user-link:focus-visible {
    color: #fff;
    text-decoration: none;
    background-size: 100% 0.1em;
}

.aubac-header__brand:focus-visible,
.aubac-header__user-link:focus-visible,
.aubac-footer a:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 5px;
}

.aubac-footer {
    flex: 0 0 auto;
    color: #fff;
    background: #2a4789;
    font-size: 16px;
    line-height: 1.5;
}

.aubac-footer__pre {
    padding: 48px 0;
    border-bottom: 1px solid #e0ecf9;
    background: #2a4789;
}

.aubac-footer__brand-row {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 30px;
    align-items: center;
}

.aubac-footer__logo {
    grid-column: 1 / span 3;
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 68px;
}

.aubac-footer__social {
    grid-column: 11 / span 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
}

.aubac-footer__social-link {
    display: inline-flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: opacity 150ms ease;
}

.aubac-footer__social-link:hover {
    color: #fff;
    opacity: 0.72;
}

.aubac-footer__menu {
    padding: 48px 0;
    background: #2a4789;
}

.aubac-footer__menu-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 48px;
}

.aubac-footer__links,
.aubac-footer__legal-links {
    padding: 0;
    margin: 0;
    list-style: none;
}

.aubac-footer__links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.aubac-footer a,
.aubac-footer a:visited {
    color: #fff;
}

.aubac-footer__links a,
.aubac-footer__legal-links a {
    display: inline;
    text-decoration: none;
    background-image: linear-gradient(transparent, transparent), linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: 100% 100%, 0 100%;
    background-size: 100% 0.1em, 0 0.1em;
    transition: background-size 250ms ease-in-out;
}

.aubac-footer__links a:hover,
.aubac-footer__links a:focus-visible,
.aubac-footer__legal-links a:hover,
.aubac-footer__legal-links a:focus-visible {
    color: #fff;
    text-decoration: none;
    background-size: 0 0.1em, 100% 0.1em;
}

.aubac-footer__colophon {
    padding: 20px 0;
    background: #3a63be;
}

.aubac-footer__legal-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
}

@media (max-width: 1023.98px) {
    .aubac-shell {
        width: calc(100% - 40px);
    }

    .aubac-header__inner {
        padding: 24px 0;
    }

    .aubac-header__row {
        min-height: 38px;
        gap: 24px;
    }

    .aubac-header__brand {
        flex-basis: 234px;
    }

    .aubac-header__logo {
        width: 234px;
    }

    .aubac-footer__pre,
    .aubac-footer__menu {
        padding: 40px 0;
    }

    .aubac-footer__brand-row {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .aubac-footer__logo {
        width: auto;
        max-width: 60%;
        margin: 0 auto;
    }

    .aubac-footer__social {
        justify-content: center;
    }

    .aubac-footer__menu-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 40px;
    }

    .aubac-footer__links {
        padding: 40px 0;
    }

    .aubac-footer__colophon {
        padding: 40px 0;
    }
}

@media (min-width: 1024px) and (max-width: 1439.98px) {
    .aubac-header__row {
        min-height: 57px;
    }

    .aubac-header__brand {
        flex-basis: 351px;
    }

    .aubac-header__logo {
        width: 351px;
    }
}

@media (max-width: 767.98px) {
    .aubac-header__row {
        gap: 16px;
    }

    .aubac-header__brand {
        flex-basis: 234px;
        min-width: 0;
    }

    .aubac-header__logo {
        width: 234px;
    }

    .aubac-header__user-nav {
        gap: 12px;
        font-size: 14px;
    }

    .aubac-footer__menu-grid {
        display: block;
    }

    .aubac-footer__links {
        border-top: 2px solid #3a63be;
    }

    .aubac-footer__legal-links {
        flex-direction: column;
        gap: 12px;
    }
}

@media (max-width: 479.98px) {
    .aubac-header__row {
        align-items: flex-start;
        flex-direction: column;
    }

    .aubac-header__user-nav {
        width: 100%;
        justify-content: flex-start;
    }
}
