body {
    font-family: 'Titillium Web';
}
.badge {
    padding: 3px 5px 2px;
    position: absolute;
    top: 8px;
    right: 5px;
    display: inline-block;
    min-width: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
}

.badgeIntestazione {
    padding: 3px 5px 2px;
    top: 8px;
    right: 5px;
    display: inline-block;
    min-width: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
}


.badge-danger {
    background-color: #db5565;
}
.badge-success {
    background-color: #5cb85c;
}

.colorGray {
    color: #B4B4B4 !important;
}

.boxR > .icon {
    text-align: center;
    position: relative;
}

    .boxR > .icon > .image {
        position: relative;
        z-index: 2;
        margin: auto;
        width: 88px;
        height: 88px;
        border: 8px solid white;
        line-height: 88px;
        border-radius: 50%;
        background: #D43F3A;
        vertical-align: middle;
        padding-top: 15px;
    }

    .boxR > .icon:hover > .image {
        opacity: 0.5;
    }

    .boxR > .icon > .image > i {
        font-size: 36px !important;
        color: #fff !important;
    }

    .boxR > .icon:hover > .image > i {
        color: white !important;
    }

    .boxR > .icon > .info {
        margin-top: -24px;
        background: rgba(0, 0, 0, 0.04);
        border: 1px solid #e0e0e0;
        padding: 15px 0 10px 0;
        height: 90px;
    }

    .boxR > .icon:hover > .info {
        background: rgba(0, 0, 0, 0.04);
        border-color: #e0e0e0;
        color: white;
    }

    .boxR > .icon > .info > h3.title {
        /*font-family: "Roboto",sans-serif !important;*/
        font-size: 16px;
        color: #222;
        font-weight: 500;
    }

    .boxR > .icon > .info > p {
        /*font-family: "Roboto",sans-serif !important;*/
        font-size: 13px;
        color: #666;
        line-height: 1.5em;
        margin: 20px;
    }

    .boxR > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > input.btnHome {
        color: #222;
        background-color: transparent;
        border: none;
    }

    .boxR > .icon > .info > .more input.btnHome {
        /*font-family: "Roboto",sans-serif !important;*/
        font-size: 12px;
        color: #63B76C;
        line-height: 12px;
        text-decoration: none;
        background-color: transparent;
        border: none;
        font-weight: bold;
        color: black;
        width: 85px;
        height: 25px;
    }

    .boxR > .icon:hover > .info > .more > input.btnHome {
        color: white !important;
        padding: 6px 8px;
        background-color: #63B76C !important;
    }

.boxR .space {
    height: 30px;
}

.boxV > .icon {
    text-align: center;
    position: relative;
}

    .boxV > .icon > .image {
        position: relative;
        z-index: 2;
        margin: auto;
        width: 88px;
        height: 88px;
        border: 8px solid white;
        line-height: 88px;
        border-radius: 50%;
        background: #4CAE4C;
        vertical-align: middle;
        padding-top: 15px;
    }

    .boxV > .icon:hover > .image {
        opacity: 0.5;
    }

    .boxV > .icon > .image > i {
        font-size: 36px !important;
        color: #fff !important;
    }

    .boxV > .icon:hover > .image > i {
        color: white !important;
    }

    .boxV > .icon > .info {
        margin-top: -24px;
        background: rgba(0, 0, 0, 0.04);
        border: 1px solid #e0e0e0;
        padding: 15px 0 10px 0;
        height: 90px;
    }

    .boxV > .icon:hover > .info {
        background: rgba(0, 0, 0, 0.04);
        border-color: #e0e0e0;
        color: white;
        height: 90px;
    }

    .boxV > .icon > .info > h3.title {
        /*font-family: "Roboto",sans-serif !important;*/
        font-size: 16px;
        color: #222;
        font-weight: 500;
    }

    .boxV > .icon > .info > p {
        /*font-family: "Roboto",sans-serif !important;*/
        font-size: 13px;
        color: #666;
        line-height: 1.5em;
        margin: 20px;
    }

    .boxV > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > input.btnHome {
        color: #222;
        background-color: transparent;
        border: none;
    }

    .boxV > .icon > .info > .more input.btnHome {
        /*font-family: "Roboto",sans-serif !important;*/
        font-size: 12px;
        color: #63B76C;
        line-height: 12px;
        text-decoration: none;
        background-color: transparent;
        border: none;
        font-weight: bold;
        color: black;
        width: 85px;
        height: 25px;
    }

    .boxV > .icon:hover > .info > .more > input.btnHome {
        color: white !important;
        padding: 6px 8px;
        background-color: #63B76C !important;
    }

.boxV .space {
    height: 30px;
}


.boxG > .icon {
    text-align: center;
    position: relative;
}

    .boxG > .icon > .image {
        position: relative;
        z-index: 2;
        margin: auto;
        width: 88px;
        height: 88px;
        border: 8px solid white;
        line-height: 88px;
        border-radius: 50%;
        background: #F0AD4E;
        vertical-align: middle;
        padding-top: 15px;
    }

    .boxG > .icon:hover > .image {
        opacity: 0.5;
    }

    .boxG > .icon > .image > i {
        font-size: 36px !important;
        color: #fff !important;
    }

    .boxG > .icon:hover > .image > i {
        color: white !important;
    }

    .boxG > .icon > .info {
        margin-top: -24px;
        background: rgba(0, 0, 0, 0.04);
        border: 1px solid #e0e0e0;
        padding: 15px 0 10px 0;
        height: 90px;
    }

    .boxG > .icon:hover > .info {
        background: rgba(0, 0, 0, 0.04);
        border-color: #e0e0e0;
        color: white;
    }

    .boxG > .icon > .info > h3.title {
        /*font-family: "Roboto",sans-serif !important;*/
        font-size: 16px;
        color: #222;
        font-weight: 500;
    }

    .boxG > .icon > .info > p {
        /*font-family: "Roboto",sans-serif !important;*/
        font-size: 13px;
        color: #666;
        line-height: 1.5em;
        margin: 20px;
    }

    .boxG > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > input.btnHome {
        color: #222;
        background-color: transparent;
        border: none;
    }

    .boxG > .icon > .info > .more input.btnHome {
        /*font-family: "Roboto",sans-serif !important;*/
        font-size: 12px;
        color: #63B76C;
        line-height: 12px;
        text-decoration: none;
        background-color: transparent;
        border: none;
        font-weight: bold;
        color: black;
        width: 85px;
        height: 25px;
    }

    .boxG > .icon:hover > .info > .more > input.btnHome {
        color: white !important;
        padding: 6px 8px;
        background-color: #63B76C !important;
    }

.boxG .space {
    height: 30px;
}

.bs-calltoaction {
    padding: 2px 15px;
    border: 1px solid black;
    margin-top: 0px;
    margin-bottom: 10px;
    border-radius: 5px;
    height: 45px;
}

.tastoNewHome {
    color: white;
    border-radius: 50px;
    width: 72px;
    height: 72px;
    margin-top: -15px;
    padding-top: 13px;
}


.bs-calltoaction.bs-calltoaction-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.bs-calltoaction.bs-calltoaction-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.bs-calltoaction.bs-calltoaction-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.bs-calltoaction.bs-calltoaction-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.bs-calltoaction.bs-calltoaction-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.bs-calltoaction.bs-calltoaction-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .bs-calltoaction.bs-calltoaction-primary .cta-button .btn,
    .bs-calltoaction.bs-calltoaction-info .cta-button .btn,
    .bs-calltoaction.bs-calltoaction-success .cta-button .btn,
    .bs-calltoaction.bs-calltoaction-warning .cta-button .btn,
    .bs-calltoaction.bs-calltoaction-danger .cta-button .btn {
        border-color: #fff;
        margin-top: 2px;
    }


/*.box > .icon:hover > .info > .more > input.btnHome {background-color:#63B76C; border:none; }*/

.fsAnagraficaModRic {
    border: 2px solid #507CD1;
    left: 7px !important;
    padding-left: 0px !important;
}

fieldset {
    margin: 0.6em;
    vertical-align: top;
    text-align: left;
    /*border: 1px solid C0C0C1; /* #357f98 */ */
}

.fsLogin {
    text-align: center;
    /*border: 1px solid C0C0C1; /* #357f98 */ */
}

.notiferror {
    color: red;
}


.notifinfotable {
    color: black;
}

.avvisiHome {
    background-color: #fdf2f0;
    border-left: 8px solid #897E7A;
    width: 98%;
}

.backarrow {
    font-size: 20px !important;
}

.titoloAvvisiHome {
    color: #897D7D;
    font-size: 24px;
    font-weight: bold;
    margin-left: 1.4%;
    margin-top: 30px;
    margin-bottom: 25px;
    padding-top: 20px;
}

.grey {
    color: #897D7D;
    margin-bottom: -2px;
    font-size: 14px;
    font-weight: bold;
}

.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 2px;
    margin-bottom: 15px;
}

.info-box-icon {
    color: white;
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0,0,0,0.2);
    padding-top: 18px;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

@media(max-width:780px) {
    .menuFixed {
        z-index: 999999 !important;
        top: 0.2px !important;
        width: 100%;
    }
}

@media(min-width:780px) {
    .menuFixed {
        position: fixed !important;
        z-index: 999999 !important;
        top: 0.2px !important;
        width: 100%;
    }
}

.MarginBody130 {
    margin-top: 130px !important;
}

.MarginBody190 {
    margin-top: 190px !important;
}

@media(max-width:780px) {
    .MarginBody130 {
        margin-top: 0px !important;
    }
}

@media(max-width:780px) {
    .MarginBody190 {
        margin-top: 0px !important;
    }
}

.bloccoPagina {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1111; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    background-color: white;
    background-image: url("../images/loading.gif" );
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
}

.modal-lg {
    width: 1168px !important;
}

.divModificaCF {
    padding: 10px;
    height: 500px;
    margin-top: 5%;
    margin-left: 20%;
    margin-right: 20%;
    background-color: #C9DBEC;
    border: 1px #337AB7 solid;
    z-index: 10000;
    opacity: 1;
    -webkit-border-radius: 0px 50px 0px 50px;
    -moz-border-radius: 0px 50px 0px 50px;
    border-radius: 0px 50px 0px 50px;
}

.bloccoPaginaCodiceFiscale {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1111; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    background-color: white;
    /*background-image: url("../images/loading.gif" );
    background-repeat: no-repeat;
    background-position: center;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,2989d8+50,207cca+51,7db9e8+100;Blue+Gloss+Default */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.grassetto {
    font-weight: bold;
}

#ImageButton2:hover {
    color: #F65922;
    text-decoration: none;
}

#btnCambiaAnno:hover {
    color: #F65922;
    text-decoration: none;
    font-weight: bold;
}

.btnHomeStato {
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
}

#lblSaldiPositivi:hover {
    background-color: #808080;
}

#lblSaldiNegativi:hover {
    background-color: #808080;
}

#lblSaldiMesePrecedente:hover {
    background-color: #808080;
}

#lblSaldiNegativiDelGiorno:hover {
    background-color: #808080;
}

.buttonHome {
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    width: 180px;
    height: 80px;
    /*font-family: Verdana;*/
    text-decoration: none;
    vertical-align: middle;
    background-color: #235493;
    position: relative;
    z-index: 1;
    padding-left: 30%;
    white-space: normal;
    -webkit-box-shadow: 3px 4px 7px #666666;
    -moz-box-shadow: 3px 4px 7px #666666;
    box-shadow: 3px 4px 7px #666666;
}

    .buttonHome:hover {
        color: #ffffff;
        background-color: #3276b1;
        border-color: blue;
        border: 1px solid;
    }

.buttonMessaggi {
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    width: 180px;
    height: 80px;
    /*font-family: Verdana;*/
    text-decoration: none;
    padding-bottom: 9%;
    background-color: #5cb85c;
    position: relative;
    z-index: 1;
    padding-left: 20%;
    -webkit-box-shadow: 3px 4px 7px #666666;
    -moz-box-shadow: 3px 4px 7px #666666;
    box-shadow: 3px 4px 7px #666666;
}

    .buttonMessaggi:hover {
        color: #ffffff;
        background-color: #449d44;
        border-color: #ffffff;
        border: 1px solid;
    }

.nextinvio {
    color: #fff;
    font-size: 13px;
}

.buttonHomeAlert {
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    width: 180px;
    height: 80px;
    /*font-family: Verdana;*/
    text-decoration: none;
    vertical-align: middle;
    background-color: #eea236;
    border-color: #eea236;
    position: relative;
    z-index: 1;
    padding-left: 30%;
    white-space: normal;
    -webkit-box-shadow: 3px 4px 7px #666666;
    -moz-box-shadow: 3px 4px 7px #666666;
    box-shadow: 3px 4px 7px #666666;
}

    .buttonHomeAlert:hover {
        color: #ffffff;
        background-color: #EFBA70;
        border-color: #eea236;
        border: 1px solid;
        -webkit-box-shadow: 3px 4px 7px #666666;
        -moz-box-shadow: 3px 4px 7px #666666;
        box-shadow: 3px 4px 7px #666666;
    }

.buttonSituazioneSaldi {
    width: 28em;
    height: 2em;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
}

.labelAvvisiEsempio {
    font-size: medium;
    font-style: oblique;
    font-weight: bold;
}

fieldset legend {
    padding: 0.5em;
    font-weight: bold;
}

fieldset label {
    float: left;
    text-align: left;
    padding: 0.5em;
    white-space: nowrap;
}

fieldset .checkbox {
    text-align: center;
}

radio {
    text-align: right;
}

fieldset .checkbox input {
    display: block;
    border: 0;
    font-size: 0.8em;
}

fieldset textarea {
    display: block;
    border: 1px solid Gray;
    font-size: 0.8em;
}

fieldset span {
    display: block;
}

fieldset br {
    clear: both;
}

fieldset label .linkbutton {
    float: none;
    display: block;
}

fieldset .linkbutton {
    background-color: #f5f5f5;
    border: 1px solid gray;
    text-align: center;
    display: inline;
}

.fieldsetlike {
    text-align: left;
    padding: 0.5em;
    border: 1px solid #3399CC;
}

.inputcalendar {
    vertical-align: top;
}

.checkboxlist {
    font-size: 1em;
}

    .checkboxlist INPUT {
        border: 0;
        display: inline;
    }

    .checkboxlist LABEL {
        display: inline;
        float: none;
    }

img {
    border: 0em;
    margin: 0em;
    padding: 0em;
}


a {
    color: #505050;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
        color: #c41b04;
    }

.inactive {
    color: #505050;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hidden {
    display: none;
}

.reset {
    clear: both;
}

.obbligatori {
    background-color: #E7EFFF;
    background: #E7EFFF;
}

.inline {
    display: inline;
}

.tablecell {
    display: table-cell;
    margin-left: 3px;
    margin-right: 3px;
}


.hiddentext {
    display: none;
}

.clearer {
    clear: left;
    line-height: 0;
    height: 0;
}

.currency {
    text-align: right;
}

div#acapo {
    display: run-in;
}

div#container {
    margin: 0 auto 0 auto;
    background-color: #FFFFFF;
    text-align: left;
    position: relative;
}

div#content {
    padding: 0.5em 0 0.5em 0;
    background-color: #FFFFFF;
}

div#sidebar {
    padding: 0.5em 0 0.5em 0;
    float: left;
    background-color: #FFFFFF;
}

div#header {
    float: left;
    padding: 0em;
}

#header .nomecomune {
    font-size: 2em;
    color: #000000;
    font-weight: bold;
}

.marginBodyMaster {
    margin: 0em 0em 0.7em 0em;
    /*margin: 0.7em 1em 0.7em 1em;*/
}

#header .nomecomunedefault {
    font-size: 19px;
    font-weight: normal;
    color: #3F3F46;
    text-transform: uppercase;
}

#header .stemmacomune img {
    width: 4.697em;
    height: 3.162em;
}

#tabcontent {
    border: 1px solid navy;
    padding: 0.5em;
    float: left;
    overflow: hidden;
    position: relative;
}

div#footer {
    padding-top: 0.5em;
    clear: both;
    font-size: 0.8em;
    background-color: #FFFFFF;
}

#footer .copyright {
    clear: both;
    border-top: 2px solid navy;
    text-align: center;
}

div#titlebar {
    float: left;
    width: 100%;
}

    div#titlebar input {
        padding-left: 0.5em;
    }

    div#titlebar .freespeech {
        font-size: 1.1em;
        font-weight: bold;
        padding-left: 0.5em;
        padding-right: 0.5em;
        text-transform: capitalize;
        color: #3399CC;
    }

#titlebar .titoloscheda {
    vertical-align: middle;
    font-size: 1.72em;
    text-transform: capitalize;
}

#titlebar .section {
    vertical-align: middle;
    font-size: 1.2em;
}

div#buttonbar {
    clear: both;
    /*position:relative;*/
}

    div#buttonbar .buttonsection {
        padding-top: 1em;
        padding-bottom: 0.2em;
        vertical-align: middle;
        /*float:left;
	width:100%;*/
    }

    div#buttonbar select {
        font-size: 1em;
    }

div#tabbar {
    float: left;
    width: 100%;
}

div#inline {
    display: inline;
}

#tabbar ul {
    margin: 0;
    padding: 0;
}

#tabbar li {
    margin: 0;
    padding: 0;
    display: inline;
}

#tabbar a {
    font-size: 0.9em;
    color: White;
    float: left;
    background: url("img/tab_right.png") no-repeat right top;
    text-decoration: none;
    padding: 0 0 0.2em 0;
}

#tabbar span {
    font-size: 1em;
    color: black;
    float: left;
    display: block;
    background: url("img/tab_right.png") no-repeat right top;
    /*padding:0.542em 1.355em 0.542em 0.542em;*/
    padding: 0.2em 1em 0.2em 0.542em;
}

#tabbar a span {
    color: white;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabbar a span {
    float: none;
}
/* End IE5-Mac hack */
#tabbar a:hover {
    margin: 0;
    color: white;
    text-decoration: underline;
}


.internaltab {
    float: none;
    border: 0;
    padding: 0;
}

    .internaltab ul {
        margin: 0;
        padding: 0;
    }

    .internaltab li {
        margin: 0;
        padding: 0;
        display: inline;
    }

    .internaltab a {
        /*height:4em;*/
        margin: 0;
        /*font-size:0.9em;*/
        float: left;
        /*background:url("img/tab_right_in.png") no-repeat right top;*/
        text-decoration: none;
        /*padding:0 0 0.2em 0;*/
        cursor: hand;
    }

    .internaltab span {
        margin: 0;
        width: 9em;
        height: 2.8em;
        font-size: 0.9em;
        color: black;
        float: left;
        display: block;
        background: url("img/tab_right.png") no-repeat right top;
        /*padding:0.542em 1.355em 0.542em 0.542em;*/
        padding: 0 1em 0 0.542em;
    }

    .internaltab a span {
        color: white;
    }

    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    .internaltab a span {
        float: none;
    }
    /* End IE5-Mac hack */
    .internaltab a:hover {
        margin: 0;
        color: white;
        text-decoration: underline;
    }

    .internaltab select {
        float: right;
        font-size: 1em;
    }

.internaltabborder {
    clear: both;
    margin: 0;
    border: 1px solid navy;
    position: relative;
    height: 100%;
    width: 100%;
}

.internaltabborderwb {
    clear: both;
    margin: 0;
    border: 1px solid navy;
    position: relative;
    height: 100%;
    width: 100%;
    padding-bottom: 1em;
}

.waiter {
    position: absolute;
    z-index: 999;
    padding: 1em;
    background-color: #F5F5F5;
    border: 2px solid gray;
}

.PagerStyle {
    line-height: 1.44em;
    font-weight: bold;
}

    .PagerStyle td table {
        border-left: 0;
        border-right: 0;
        border-top: 0;
        border-bottom: 0;
    }

.HeaderStyle {
    line-height: 1.44em;
    background-color: #f5f5f5;
    font-weight: bold;
}

    .HeaderStyle td {
        border-left: 0.09em solid gray;
        border-right: 0.09em solid gray;
        border-top: 0.09em solid gray;
        border-bottom: 0.09em solid gray;
    }

.ItemStyle td {
    border-left: 0.09em solid gray;
    border-right: 0.09em solid gray;
}

.AlternatingItemStyle td {
    border-left: 0.09em solid gray;
    border-right: 0.09em solid gray;
}

.bordiTD2 table {
    border-left: 0.09em solid gray;
    border-right: 0.09em solid gray;
    border-top: 0.09em solid gray;
    border-bottom: 0.09em solid gray;
    width: 100%;
}

.SelectedItemStyle td {
    border-left: 0.09em solid gray;
    border-right: 0.09em solid gray;
    background-color: #f5f5f5;
}

.internalbutton {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0.2em auto 0.2em auto;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    border-top: 1px solid navy;
    text-align: right;
}

.internalbuttons {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0.2em auto 0.2em auto;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    border-top: 1px solid navy;
    text-align: right;
}

.gridbuttons {
    bottom: 0;
    width: 100%;
    margin: 0.2em auto 0.2em auto;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    text-align: right;
}

.linkbutton {
    background-color: #f5f5f5;
    border: 1px solid gray;
    text-align: center;
    font-weight: bold;
}

    .linkbutton a {
        color: navy;
        text-decoration: none;
    }

    .linkbutton span {
        background-color: #f5f5f5;
        border: 1px solid gray;
        text-align: center;
        white-space: nowrap;
        float: left;
        font-size: 1.2em;
        font-weight: bold;
    }


.disabled {
    color: Gray;
}

.linkbutton a:hover {
    text-decoration: none;
}

.linkbutton span .disabled {
}

.treeviewselected {
    background-color: #f5f5f5;
    border: 1px solid gray;
    text-align: center;
    white-space: nowrap;
}

.error {
    z-index: 0;
    position: absolute;
    /*left:0;*/
    /*width:60em;*/
    clear: both;
    /*border:1px solid gray;*/
    /*background-color:#F5F5F5;*/
    font-weight: bold;
    color: Red;
    padding: 0.2em;
}

.closemessage {
    text-align: right;
    font-weight: normal;
    color: Gray;
    font-size: 0.8em;
}

.message {
    z-index: 999;
    position: absolute;
    left: 0;
    width: 60em;
    clear: both;
    border: 1px solid gray;
    background-color: #F5F5F5;
    color: Blue;
    padding: 0.2em;
}

.confirm {
    clear: both;
    position: absolute;
    width: 86.95em;
    height: 40em;
    border: 1px solid gray;
    background-color: #F5F5F5;
    color: Blue;
    padding: 0.2em;
}

/* The main calendar widget.  DIV containing a table. */

div.calendar {
    position: relative;
    Z-INDEX: 500;
}



.calendarTable {
    border-right: #556 1px solid;
    border-top: #556 1px solid;
    font-size: 11px;
    background: #e1eefb;
    border-left: #556 1px solid;
    cursor: default;
    color: #000;
    border-bottom: #556 1px solid;
    /*font-family: tahoma,verdana,sans-serif;*/
}

/* Header part -- contains navigation buttons and day names. */

.calendarButton { /* "<<", "<", ">", ">>" buttons have this class */
    text-align: center; /* They are the navigation buttons */
    padding: 2px; /* Make the buttons seem like they're pressing */
}

.calendarTitle { /* This holds the current "month, year" */
    font-weight: bold; /* Pressing it will take you to the current date */
    text-align: center;
    background: #fff;
    color: #000;
    padding: 2px;
}

.calendarFRow {
    background: navy;
    color: #fff;
}

.calendarHRow { /* Row <TR> containing navigation buttons */
    background: #778;
    color: #fff;
}

.calendarDayRow {
    background: navy;
}

.calendar thead .name { /* Cells <TD> containing the day names */
    border-bottom: 1px solid #556;
    padding: 2px;
    text-align: center;
    color: #FFFFFF;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
    color: #FF9900;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
    background: #cde;
    color: #000000;
    padding: 2px 0px 0px 2px;
}

/* The body part -- contains all the days in month. */

.calendarCell { /* Cells <TD> containing month days dates */
    width: 2em;
    color: #456;
    text-align: right;
    padding: 2px 4px 2px 2px;
}

.controlli {
    margin: 0em 1em 0em 1em;
}

.griglia {
    margin: 2em;
}

table#check {
    margin: 1em;
}

.calendar table .wn {
    color: #FFFFFF;
    padding: 2px 3px 2px 2px;
    border-right: 1px solid #000;
    background: navy;
}

.calendar tbody .rowhilite td {
    background: lightyellow;
}

    .calendar tbody .rowhilite td.wn {
        color: #000000;
        background: lightyellow;
    }

.calendar tbody td.hilite { /* Hovered cells <TD> */
    background: lightyellow;
    padding: 1px 3px 1px 1px;
    border: 1px solid #bbb;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
    background: #cde;
    padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { /* Cell showing today date */
    font-weight: bold;
    border: 1px solid #000;
    padding: 1px 3px 1px 1px;
    background: #fff;
    color: #000;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
    color: #FF9900;
}

.calendar tbody td.today { /* Cell showing selected date */
    font-weight: bold;
    color: #00f;
}

.calendar tbody .disabled {
    color: #999;
}

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
    visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
    display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
    text-align: center;
    background: #556;
    color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
    background: #fff;
    color: #445;
    border-top: 1px solid #556;
    padding: 1px;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
    background: #aaf;
    border: 1px solid #04f;
    color: #000;
    padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
    background: #77c;
    padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.combo {
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    width: 4em;
    cursor: default;
    border: 1px solid #655;
    background: #def;
    color: #000;
    font-size: smaller;
}

    .combo .label {
        width: 100%;
        text-align: center;
    }

    .combo .hilite {
        background: #acf;
    }

    .combo .active {
        border-top: 1px solid #46a;
        border-bottom: 1px solid #46a;
        background: #eef;
        font-weight: bold;
    }
/*start Pagina Home*/
.situa {
    background-color: #719DDB;
    color: #000;
    font-weight:;
    font-size: 20px;
    padding: 3px;
    padding-left: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    background: #e3eefb;
    background: -webkit-gradient(linear, left top, left bottom, from(#719DDB), to(#e3eefb));
    background: -webkit-linear-gradient(top, #719DDB, #e3eefb);
    background: -moz-linear-gradient(top, #719DDB, #e3eefb);
    background: -ms-linear-gradient(top, #719DDB, #e3eefb);
    background: -o-linear-gradient(top, #719DDB, #e3eefb);
    text-align: center;
}

.contiene {
    border: 1px solid #c2b8b8;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
}

.colorescritta {
    color: #808080;
    font-size: 23px;
    margin-top: 10px;
    margin-bottom: -10px;
}

.scrittanotifica {
    color: #808080;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: -10px;
    margin-left: 15px;
    background-color: white;
    border: 0;
}

.btnControlloTrasmissioni {
    border-radius: 5px;
    color: white;
    background-color: #ff3333;
    border: 1px solid #e60000;
    margin-bottom: px;
    opacity: 0.75;
    width: 190px;
    height: 40px;
}

    .btnControlloTrasmissioni.active,
    .btnControlloTrasmissioni.focus,
    .btnControlloTrasmissioni:active,
    .btnControlloTrasmissioni:focus,
    .btnControlloTrasmissioni:hover,
    .open > .dropdown-toggle.btnControlloTrasmissioni {
        color: #fff;
        background-color: #ff1a1a;
    }

.f {
    width: 150px;
}
/*end Home Page */
.superbutton {
    background: #841d14;
    border: 2px solid #841d14;
    color: #fff;
    display: block;
    /*font-family: 'Lobster', Georgia, serif;*/
    font-size: 11px;
    height: 12px;
    margin: 0 auto;
    padding: 13px 30px;
    position: relative;
    text-align: center;
    width: 395px;
    line-height: 0;
    margin-bottom: -25px;
    text-shadow: 0 -1px 1px #555;
    background-image: -moz-linear-gradient(90deg, #841d14, #b0271b 75%);
    background-image: -webkit-linear-gradient(top, #841d14, #b0271b 75%);
    background-image: -o-linear-gradient(top, #841d14, #b0271b 75%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #841d14),color-stop(1, #b0271b));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545454';
    endColorstr ='#333333';
    );
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.superbuttonv {
    background: #00802b;
    border: 2px solid #004d1a;
    color: #fff;
    display: block;
    /*font-family: 'Lobster', Georgia, serif;*/
    font-size: 11px;
    height: 12px;
    margin: 0 auto;
    padding: 13px 30px;
    position: relative;
    text-align: center;
    width: 395px;
    line-height: 0;
    margin-bottom: -5px;
    text-shadow: 0 -1px 1px #555;
    background-image: -moz-linear-gradient(90deg, #004d1a, #00802b 75%);
    background-image: -webkit-linear-gradient(top, #004d1a, #00802b 75%);
    background-image: -o-linear-gradient(top, #004d1a, #00802b 75%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #004d1a),color-stop(1, #00802b));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545454';
    endColorstr ='#333333';
    );
    -webkit-border-radius: px;
    -moz-border-radius: px;
    -ms-border-radius: px;
    -o-border-radius: px;
    border-radius: 5px;
}

.white {
    background-color: #ffffff !important;
}

.superbuttonb {
    background: #b8b894;
    border: 2px solid #a3a375;
    color: #fff;
    display: block;
    /*font-family: 'Lobster', Georgia, serif;*/
    font-size: 11px;
    height: 12px;
    margin: 0 auto;
    padding: 13px 30px;
    position: relative;
    text-align: center;
    width: 395px;
    line-height: 0;
    margin-bottom: -5px;
    text-shadow: 0 -1px 1px #555;
    background-image: -moz-linear-gradient(90deg,#a3a375, #b8b894 75%);
    background-image: -webkit-linear-gradient(top, #a3a375, #b8b894 75%);
    background-image: -o-linear-gradient(top, #a3a375, #b8b894 75%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #a3a375),color-stop(1, #b8b894));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545454';
    endColorstr ='#333333';
    );
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.tablenotifiche tr:nth-child(even) {
    background-color: #f5f5f0;
}


.tablenotifiche tr:nth-child(odd) {
    background-color: white;
}

.tablenotifiche {
    width: 90%;
    padding: 10px;
    margin-bottom: 10px;
}

.contenitorebottoni {
    background-color: #f8f8f8;
    border: 1px solid #d6d6c2;
    margin-bottom: 35px;
    padding-left: 2%;
    margin-right: 15px;
}

.buttonincassi {
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    width: 210px;
    height: 100px;
    /*font-family: Verdana;*/
    text-decoration: none;
    vertical-align: middle;
    background-color: #235493;
    border-color: #357ebd;
    border: 1px solid;
    background-image: url('incassi.jpg');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 80px;
}

    .buttonincassi:hover {
        color: #ffffff;
        background-color: #3276b1;
        border-color: blue;
        border: 1px solid;
    }

.buttondivieto {
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    width: 210px;
    height: 100px;
    /*font-family: Verdana;*/
    text-decoration: none;
    vertical-align: middle;
    background-color: #235493;
    border-color: #357ebd;
    border: 1px solid;
    background-image: url('divieto.jpg');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 80px;
}

    .buttondivieto:hover {
        color: #ffffff;
        background-color: #3276b1;
        border-color: blue;
        border: 1px solid;
    }

.modifica {
    font-weight: bold;
    float: left;
}

.font {
    margin-top: 10px;
}

.contienisaldinotifiche {
    border: 1px solid #d6d6c2;
    margin-bottom: 20px;
    background-color: #f8f8f8;
}

.contenitoredescrizione {
    border: 4px dotted #ccc;
    width: 420px;
    height: 705px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    font-size: 16px;
}

.immagine {
    float: left;
}

.btn-testo {
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    /*font-family: Arial;*/
    color: #000000;
    font-size: 16px;
    background: #E1E1E1;
    padding: 7px 16px 7px 16px;
    border: solid #838a8a 1px;
    text-decoration: none;
    height: 37px;
}

    .btn-testo:hover {
        background: #ccc;
        text-decoration: none;
    }

.testodesc {
    font-size: 16px;
}

.btn-dettagli {
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 3px;
    /*font-family: Arial;*/
    color: #000000;
    font-size: 14px;
    background: #E1E1E1;
    padding: 2px 10px 2px 10px;
    border: solid #838a8a 1px;
    text-decoration: none;
    height: 23px;
}

    .btn-dettagli:hover {
        background: #ccc;
        text-decoration: none;
    }

.assistenza {
    border-radius: 3px;
    width: 198px;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 6px;
}

.menuPersonal {
    background-color: #cccccc;
    color: #ffffff;
}

.anomalie {
    width: 28px;
    border-radius: 50px;
    height: 28px;
    color: #ffffff;
    font-weight: bold;
    font-size: 19px;
    background-color: #ff3333;
    border: 1px solid #ff3333;
    -webkit-box-shadow: 3px 4px 7px #b4b4b4;
    -moz-box-shadow: 3px 4px 7px #b4b4b4;
    box-shadow: 3px 4px 7px #b4b4b4;
    cursor: pointer;
}

    .anomalie:hover {
        color: #ffffff;
        background-color: #e60000;
        border: 1px solid #e60000;
        text-decoration: none;
    }

.percentual {
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    padding-top: 9px;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

.classi {
    border: 1px solid #cccccc;
    height: 250px;
    margin-left: 2%;
    position: relative !important;
    margin-top: 20px;
}

.noti {
    background-color: white;
    border: 0;
}

.croce {
    background-color: white;
    border: 0;
    color: #b3b3b3;
}

    .croce:hover {
        color: #8c8c8c;
        background-color: white;
        border: 0;
    }

.crocee {
    background-color: #f8f8f8;
    border: 0;
    color: #b3b3b3;
}

    .crocee:hover {
        color: #8c8c8c;
        background-color: #f8f8f8;
        border: 0;
    }

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 380px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

.noscroll {
    overflow-y: hidden;
}

.contorno {
    position: relative;
    border: 2px solid #e2e2e2;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
}

.titolo {
    position: absolute;
    background-color: #ffffff;
    width: 100px;
    height: 50px;
    text-align: center;
    top: -36px;
}

.pannelloData {
    border: 1px solid #DDDDDD;
    padding: 5px;
    background-color: #F2F2F2;
}

.scrittaiscrizioni {
    font-size: 15px !important;
    color: #4d4d4d;
    font-weight: bold !important;
}

#back-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    opacity: 0.4;
    z-index: 10;
}

.hoverNavMenu div ul ul li a:hover {
    color: red !important;
}

.navMenu0 div ul ul li a {
    font-size: 13px;
}


.navMenu1 div ul ul li a {
    font-size: 14px;
}

.navMenu2 div ul ul li a {
    font-size: 15px;
}


.navMenu3 div ul ul li a {
    font-size: 16px;
}

.labelPre {
    color: #294d9c;
    font-size: medium;
    font-weight: bold;
}

.msg {
    font-size: 23px;
}

.verde {
    background-color: #5CB85C;
    width: 12px;
    height: 12px;
    margin-top: 50px;
    margin-bottom: 30px;
    position: relative;
}

.rosso {
    background-color: #FF6384;
    width: 12px;
    height: 12px;
    position: relative;
}

.positivi {
    left: 32px;
    position: absolute;
    top: 47px;
    width: 78px;
    font-size: 13px;
    color: #666666;
}

.negativi {
    left: 32px;
    position: absolute;
    top: 89px;
    width: 85px;
    font-size: 13px;
    color: #666666;
}

input.cmn-toggle-round + label {
    padding: 2px;
    width: 60px;
    height: 30px;
    background-color: #dddddd;
    border-radius: 60px;
}

    input.cmn-toggle-round + label:before,
    input.cmn-toggle-round + label:after {
        display: block;
        position: absolute;
        top: 1px;
        left: 1px;
        bottom: 1px;
        content: "";
    }

    input.cmn-toggle-round + label:before {
        right: 1px;
        background-color: #f1f1f1;
        border-radius: 60px;
        transition: background 0.4s;
    }

    input.cmn-toggle-round + label:after {
        width: 28px;
        background-color: #fff;
        border-radius: 100%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        transition: margin 0.4s;
    }

input.cmn-toggle-round:checked + label:before {
    background-color: #8ce196;
}

input.cmn-toggle-round:checked + label:after {
    margin-left: 30px;
}

.cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

    .cmn-toggle + label {
        display: block;
        position: relative;
        cursor: pointer;
        outline: none;
        user-select: none;
    }

.imgOpen {
    background-color: transparent;
    cursor: pointer;
    color: black;
}

.switch {
    position: relative;
    display: inline-block;
    width: 47px;
    height: 20px;
}


    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: red;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 30px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 15px;
        width: 15px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%;
    }


input:checked + .slider {
    background-color: lightgreen;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.intestazioneIscrizioni {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
}

.contenitoreHome {
    overflow-x: hidden;
}

.colorScrittanotiche {
    margin-left: 15px;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #808080;
    font-weight: bold;
}

.groupBox1 {
    margin-left: -0.5%;
    width: 102.5%;
    padding: 11px;
    margin-bottom: 5px;
}

.groupBox2 {
    /*margin-left: -0.5%;
    width: 100.5%;*/
    padding: 11px;
    margin-bottom: 5px;
}


.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ddd !important;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

table.tableComunicazione tbody tr:hover {
    cursor: pointer;
    background-color: lightgray;
}


.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 25px;
        margin-right: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: calc( 100% - 75px );
            float: right;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                left: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-right: 15px solid #ccc;
                border-left: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                left: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-right: 14px solid #fff;
                border-left: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 0px;
            margin-right: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: left;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-right-width: 0;
                border-left-width: 15px;
                right: -15px;
                left: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-right-width: 0;
                border-left-width: 14px;
                right: -14px;
                left: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

.timeline-body {
    display: none;
}

/*.custom-select {
    display: inline-block;
    max-width: 100%;
    height: calc(3.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.25;
    color: #464a4c;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: auto auto;
    -webkit-background-size: 8px 10px;
    background-size: 8px 10px;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    -moz-appearance: none;
    -webkit-appearance: none;
}*/

.titololegend {
    position: absolute;
    background-color: #bfbfbf;
    color: #000000;
    top: -11px;
    left: 37px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    font-size: 16px;
}

.titololegend1 {
    position: absolute;
    background-color: #ffffff;
    color: #262626;
    top: -11px;
    left: 37px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    font-size: 16px;
}

.legendAllegati {
    height: 80px;
    width: 100%;
    border: 1px solid #ffffff;
    position: relative;
    margin-top: 17px;
}

.legendAllegati1 {
    height: 80px;
    width: 100%;
    border: 1px solid #bfbfbf;
    position: relative;
    margin-top: 17px;
}

.titoloNP {
    color: #008196;
    margin-top: 30px;
}

.txtNP {
    font-size: 18px;
    color: #7b7b7b;
    /*font-family: Palatino,serif;*/
}

.ContenitoreNP {
    border: 2px solid #D1D1D1;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #fbfbfb;
    margin-bottom: 40px;
}

.jumbotron {
    background-color: white;
}

@media(max-width: 1200px) {
    .iconMenu {
        display: none !important;
    }
}

.btn-quadratura {
    font-size: 11px;
    border-color: black;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: white;
    width: 33.033px;
}

fieldset .radioButton label {
    float: none;
}

.noBorder td {
    border: none;
}

.ajax__tab_xp2 .ajax__tab_body {
    height: auto;
}

.schoolInfo h2 {
    /*font-family: 'Dosis', sans-serif;*/
    font-size: 36px;
    line-height: 42px;
    text-transform: capitalize;
    color: #ea7066;
    font-weight: 700;
}

@media (min-width: 320px) {
    .schoolInfo h2 {
        margin: 25px 0;
    }
}

@media (min-width: 768px) {
    .schoolInfo h2 {
        margin: 0 0 25px 0;
    }
}

.schoolInfo p {
    font-size: 15px;
    color: #222222;
    margin-bottom: 25px;
}

.schoolInfo .btn-primary {
    margin-top: 20px;
}

.para-list.list-unstyled {
    margin-bottom: 35px;
}

    .para-list.list-unstyled li {
        color: #666666;
        font-size: 15px;
        margin-bottom: 10px;
    }

        .para-list.list-unstyled li i {
            margin-right: 10px;
        }

.sticker-round {
    width: 70px;
    padding: 10px 0;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    background-color: #84bed6;
    display: block;
    text-align: center;
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #ffffff;
}

.btn-PastoBianco {
    background-color: #838CC3;
    color:white;
}

.btn-FestiviSD {
    background-image: url('btnFestivo2.png');
    color: #333;
    cursor: no-drop;
    border: 1px solid #adadad;
}

.btn-nonMangia {
    background-color: #e5e5e5;
    border: 1px solid #B6B6B6;
    color: #333;
    cursor: no-drop;
}

.collapseMarginPersonal {
    font-size: 17px;
    display: inline-block;
    width: 100%;
    padding: 15px;
}

.panelHeadingCollapsePersonal{
    padding:0px;
    height:50px,
}

.collapseMarginPersonalIscrizioni {
    font-size: 15px;
    display: inline-block;
    width: 100%;
    padding: 10px;
}

.tabellaStatiSollecito td {
    width: 33%
}

/* graduatorie */
.statoPianificato {
    background-color: #007bff !important;
    color: #fff !important;
}
.statoAttivo {
    background-color: #28a745 !important;
    color: #fff !important;
}
.statoChiuso {
    background-color: #343a40 !important;
    color: #fff !important;
}
.statoSospeso {
    background-color: #dc3545 !important;
    color: #fff !important;
}
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5); 
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000; 
}
.modal-content {
    width: 90%;
    max-width: 600px; /* Larghezza massima della modal */
    background-color: #fff; /* Sfondo bianco per il contenuto */
    padding: 20px;
    border-radius: 8px; /* Arrotonda i bordi */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Ombra per effetto di profondità */
    max-height: 80vh;
    z-index: 1010; /* Per essere sopra l'overlay */
    overflow-y:auto;
}

.modal-content-fit {
    width: 90%;
    background-color: #fff; /* Sfondo bianco per il contenuto */
    padding: 20px;
    border-radius: 8px; /* Arrotonda i bordi */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Ombra per effetto di profondità */
    z-index: 1010; /* Per essere sopra l'overlay */
    overflow-y: auto;
}

.modal-content-anteprime {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1010;
    overflow-y: auto;
}