
html, body {
    font-weight: 300;
    font-family: Poppins;
}

h2{
    letter-spacing: normal !important;
}

.Form-input {
    border: 1px solid #ccc !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    color: inherit !important;
    display: block !important;
    font-family: inherit !important;
    font-size: inherit !important;
    margin: 0 !important;
    margin-top: 0px !important;
    padding: .5em !important;
    width: 100% !important;
    font-weight: 100 !important;
    height: 4.5rem !important;
}

.Form-input:disabled{
    background-color: lightgray !important;
}

.form-control{
    height: 4.5rem !important;
    width: auto !important;
    display: inline !important;
    border: 1px solid #979899 !important;
}

.Treeview .hasFocus {
    font-weight: bold;
}

.page-link{
    font-size: small !important;
}

/*Stile pulsanti tabella istanze online*/
.ioButton{
    float: left;
    box-sizing: content-box;
}

/*Sovrascrittura codice agid per correzione bug*/
.fr-dialogmodal--is-ready{
    z-index: 31;
}

/*Sfondo trasparente pulsante di dettalio tabelle*/
.sfondoTrasparente{
    background-color: transparent;
}

/*Sfondo blu pulsanti di ricerca/reset sezioni*/
.sfondoBlu{
    background-color: #06c;
    color: #fff;
}

/*Sfondo verde pulsanti di ricerca/reset sezioni*/
.sfondoVerde{
    background-color: #009900;
    color: #fff;
}

.with100{
    width: 100% !important;
}

.colorBlu{
    color: #0059b3 !important;
}

.ioIstanzaMessageWarning{
    background-color: #ffb822;
    color: white;
}

/*stile per gli allegati*/
.allegatoStyle{
    text-align: left;
    padding: .6em;
    border-left:3px solid #06c;
}

/*inserito per migliorare l'aspetto delle dialog*/
.Dialog-content{
    min-width: 60%;
}

/*Stile sezione dimensione file*/
.dimFileSec{
    float: right;display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 5px;
}

/*Stile sezione stampa informazioni aggiornamento*/
.aggSec{
    padding-left: 5%;
    color: gray;
    font-size: 1rem;
}

/*Stile allegato stampa informazioni aggiornamento*/
.aggAll{
    padding-left: 3%;
    color: gray;
    font-size: 1rem;
}

/*Stile label ricerca*/
.labelRic{
    width: 100%;
    max-width: 35%;
    padding: 2rem;
    padding-top: .5rem;
}

/*stile div contenuto ricerca*/
.ricCont{
    max-width: 60%;
    /* margin: 1rem;*/
}

/*bordi sezioni interne del pannello di ricerca*/
.searchBorder {
    border: 1px solid lightgray;
    padding-top: 2rem;
    margin-bottom: 2rem;
}

/*Stili label*/
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.label-success {
    background-color: #5cb85c;
}

.label-danger {
    background-color: #d9534f;
}

.label-grey {
    background-color: #777777;
}

.label-yellow {
    background-color: #e5ce23;
}

.label-blue {
    background-color: #33aaff;
}

/*Checkbox*/
.container {
    display: block;
    position: relative;
   /* padding-left: 35px;*/
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    border: 1px solid #bbbbbb;
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/**********/

.selected{
    font-weight: bold;
    background-color: #eee;
}

/*Tabella allegati - albo*/
.tableAllegati{
    empty-cells: show;
    border: 1px solid #cbcbcb;
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: inherit;
    line-height: 2;
    table-layout: fixed;
}

.tableAllegati thead{
    background-color: #e0e0e0;
    color: #000;
    text-align: left;
    vertical-align: bottom;
}

.tableAllegati th{
    padding: .5em 1em;
}

.tableAllegati td{
    border-bottom-width: 0;
    border-left-width: 0;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: .5em 1em;
    word-wrap: break-word;
}

/**********************/

/*Div annullamento dell'albo*/
.annullamento{
    max-width: 50%;
    border: 1px solid #d9534f;
    margin-top: 10px;
    padding: 10px;
}

/*Bordo grigio*/
.greyBorder{
    border: 1px solid #cbcbcb;
    border-radius: 5px
}

/*Classe per visualizzare l'elemanto*/
.isVisible{
    visibility: visible;
}

.notVisible{
    visibility: hidden;
}

/*Classe documenti scaricabili FOIA*/
.foiaDocScaricabili{
    margin-top: 0.5em;
    border: 1px solid #cc6600;
    border-radius: 5px;
    padding: 1em;
}

/*Classe documenti caricati FOIA*/
.foiaDocCaricati{
    margin-top: 0.5em;
    border: 1px solid #4CAF50;
    border-radius: 5px;
    padding: 1em;
}

/*Classe documenti caricati da integrare FOIA*/
.foiaIntegCaricati{
    margin-top: 0.5em;
    border: 1px solid #e5ce23;
    border-radius: 5px;
    padding: 1em;
}

/*Classe per le note FOIA*/
.foiaNote{
    margin-top: 0.5em;
    border: 1px solid #33aaff;
    border-radius: 5px;
    padding: 1em;
}

.foiaNote ul{
    list-style: disc;
    margin-left: 3rem;
}

/*Classe testo sezione allegati FOIA*/
.h2Foia{
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 10px;
    padding-top: 25px;
}


/* --------------------------------

xnugget info

-------------------------------- */
.cd-nugget-info {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 50px;
    bottom: 0;
    left: 0;
}
.cd-nugget-info a {
    position: relative;
    font-size: 14px;
    color: #5e6e8d;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.no-touch .cd-nugget-info a:hover {
    opacity: .8;
}
.cd-nugget-info span {
    vertical-align: middle;
    display: inline-block;
}
.cd-nugget-info span svg {
    display: block;
}
.cd-nugget-info .cd-nugget-info-arrow {
    fill: #5e6e8d;
}

/* --------------------------------

Main components

-------------------------------- */


.cd-popup-trigger {

}
@media only screen and (min-width: 1170px) {
    .cd-popup-trigger {
        margin: 6em auto;
    }
}

/* --------------------------------

xpopup

-------------------------------- */
.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(94, 110, 141, 0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 10;
}
.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: 4em auto;
    background: #FFF;
    border-radius: .25em .25em .4em .4em;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.cd-popup-container p {
    padding: 3em 1em;
}
.cd-popup-container .cd-buttons:after {
    content: "";
    display: table;
    clear: both;
}
/*.cd-popup-container .cd-buttons li {
    float: left;
    width: 50%;
    list-style: none;
}*/
.cd-popup-container .cd-buttons a {
    display: block;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    color: #FFF;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.cd-popup-container .cd-buttons li:first-child a {
    background: #fc7169;
    border-radius: 0 0 0 .25em;
}
.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
    background-color: #fc8982;
}
.cd-popup-container .cd-buttons li:last-child a {
    background: #b6bece;
    border-radius: 0 0 .25em 0;
}
.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
    background-color: #c5ccd8;
}
.cd-popup-container .cd-popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
}
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    background-color: #8f9cb5;
}
.cd-popup-container .cd-popup-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}
.cd-popup-container .cd-popup-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
}

.cd-popup .sfondoBlu{
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 25px;
}

.is-visible .cd-popup-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
    .cd-popup-container {
        margin: 8em auto;
    }
}

.buttonClose{
    position: initial !important;
    width: auto !important;
    height: auto !important;
}

.buttonClose::before, .buttonClose::after {
    content: '';
    position: absolute;
    top: 0px !important;;
    width: 0px !important;
    height: 0px !important;
    background-color: transparent !important;
}


/****DIV LOADING******/
.loader {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    padding-top: 20%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    text-align: center;
}


/***************************/

#calendar {
    margin: 0 auto;
}

.fc-time-grid-container{
    height: auto !important;
}

/*separatore footer*/
.footerseparator {
    border-top: 1px solid;
    margin-top: 10px;
    padding-top: 10px;
    clear: both;
    position: absolute;
    top: 50px;
    left: 634px;
    right: 2em;
    z-index: 0;
    color: #fff;
}

/*CAPTCHA*/
#captcha input{
    font-size: 2.1rem !important;
    letter-spacing: .005em !important;
    border-radius: 4px !important;
    border: 1px solid #ccc;
}

/*Sovrascrittura codice jquery per calendario*/
.fc-unthemed .fc-axis{
    padding-top: 0rem!important;
}

/*zindex delle modali per tenerle sempre in primo piano*/
.Dialog{
    z-index: 1100;
}


/*CSS per paginatore amministrazione trasparente seziona atti delle amministrazioni*/
.paginationAT{
    padding-top: 2rem;
}

.paginationATFont{
    font-size: initial !important;
    color: #06c !important;
    text-align: center;
    height: auto !important;
}

.pagination-container{
    float: right;
}

.pagination > li{
    padding-left: 1rem;
    padding-right: 1rem;
    cursor: pointer;
}

.u-layout-wide {
    max-width: 155rem !important;
}

/*Aumentata la dimensione globale sezioni trasparenza*/
.u-layout-wide-trasparenza {
    max-width: 175rem !important;
}

/*CSS sovrascritto per migliorare grafica homepage trasparenza*/
/*elimina il simbolo > (maggiore) nei link*/
.Leads-link:after {
    content: "";
}

.Leads-link {
    border: none !important;
}

.Leads-link:hover {
    color: #06c !important;
}

/*sovrascritto per dare dimensione fissa ai box trasparenza in homepage*/
.u-lg-size1of4 {
    text-align: center;
    width: 24% !important;
    height: 10rem;
    background-color: #06c;
    border-radius: 5px;
    margin: .3rem;
}

.u-lg-size1of4:hover {
    border: 1px solid #06c !important;
    background-color: #d9e6f2 !important;
}

/*******************************************************************/

/*link trasparenza*/
.linkTrasparenza {
    text-decoration: underline !important;
    font-weight: bold;
    cursor: pointer;
}

.linkTrasparenza:hover {
    color: #06c !important;
}

body.modal-open {
    overflow: hidden;
}

.provvedimenti select{
    max-width: 20rem;
    text-overflow: ellipsis;
}



/*****Overwrite CSS calendar per impedire click su eventi già inseriti*****/
.fc-event-container{
    margin: 0 -0.5% 0 0 !important;
}

.fc-content{
    padding-left: 0.5rem;
}

/**************************************************************************/




