<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: 'Titillium Web';
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Titillium Web';
}
.Login {
    background: url(../../images/matite.jpg) no-repeat center center;
    background-size: 100% 145%;
    height: 100%;
    padding-top: 80px;
    padding-bottom: 0px;
    vertical-align: middle;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.controlField{
    border: 1px solid red !important;
}

.displayblock{
    display: block !important;
}

.display-none {
    display: none;
}

.displaynone{
    display: none !important;
}
.LogoComune{
    margin-top:-15px;
    width:47px;
}

.errorValidation{
    border:1px red solid !important;
}
.ServicePut{
    border-radius:4px;
}

.avvisoLogin{
    /*color: #727272;*/
    font-weight: bold;
    font-size: 13px;
}
.charge{
    display:none;
    position:absolute;
    z-index:10;
    bottom:279px;
    left:521px;
}
.relative{
    position:relative;
}
.panel-violet {
  border-color: #C8ADFF;
}
.panel-violet &gt; .panel-heading {
  color: #904CFF;
  background-color: #DACDFF;
  border-color: #C8ADFF;
}

.panel-violet &gt; .panel-heading + .panel-collapse .panel-body {
  border-top-color: #C8ADFF;
}

.panel-violet &gt; .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #C8ADFF;
}
.bloccoPagina {
    display: block; /* Hidden by default */
   
    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: white;
    background-image: url("../../images/charge.gif" );
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.4;
}
.grey{
    color:#666666;
}
.pannello{
    margin-top:50px;
    border:2px solid #bce8f1;
}
.pannello2{
    margin-top:50px;
    border: 2px solid #eed3d7;
}
.sfondo{
    width: 1920px;
    margin-left: -390px;
    margin-top:6px;
    background: url('../../images/.jpg') no-repeat center center; 
    background-size: 100% 230%;
}
.infoPsw {
    background-color: transparent;
    border: 0px;
    font-size: 14px;
}

.goog-te-combo {
    background: url(../img/select.jpg) no-repeat right 30px center !important;
    -moz-appearance: none !important;
    color: rgba(255, 255, 255, 0.8);
    border: 0;
    font-size: 14px !important;
    font-family: 'Open Sans', sans-serif !important;
    line-height: 21px;
    text-indent: 0px;
    font-weight: 600;
    /*background-color: #2f3c43 !important;*/
    background-color: #282424 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(basso.png) !important;
    margin-right: 1000px !important;
    width: 160px;
    margin-top: 17px !important;
    cursor: pointer;
}

.goog-te-banner-frame {
    display: none !important;
}
.goog-text-highlight {
    display:none !important;
}
.spinner,
.spinner-small {
    height: 80px;
    width: 80px;
    margin: 0px auto;
    position: absolute;
    top: 42%;
    left: 50%;
    margin: -20px 0 0 -20px;
    border: 4px solid #fff;
    border-top: 4px solid #1570d1;
    border-radius: 100%;
}

.fade.in .spinner,
.fade.in .spinner-small {
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
}

.spinner-small {
    border: 2px solid rgba(0,0,0,0.05);
    border-top: 2px solid #e74a13;
    height: 30px;
    width: 30px;
    margin: -15px 0 0 -15px;
}

#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #f7f7f7;
    z-index: 9999;
}

@media (max-width: 768px) {
    .btnDocumenti {
        width:200px;
        margin-top:7px;
    }
}
@media (min-width: 768px) {
    .btnDocumenti {
        width: 200px;
    }
}

@media (max-width: 768px) {
    .btnCambioMailIscrizioni {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 768px) {
    .btnCambioMailIscrizioni {
        padding: 0px;
        margin-top: 24px;
        margin-left: -5px;
    }
}

@media (max-width: 768px) {
    .TastiFixedBottom {
        position: fixed;
        bottom: 0;
        width: 101%;
        left: 0;
        height: 125px;
        background-color: #fff;
        border-top: 1px solid #838383;
        padding-top: 25px;
        z-index: 1;
    }
}

@media (min-width: 768px) {
    .TastiFixedBottom {
        position: fixed;
        bottom: 0;
        width: 101%;
        left: 0;
        height: 80px;
        background-color: #fff;
        border-top: 1px solid #838383;
        padding-top: 25px;
        z-index: 1;
    }
}

@media (max-width: 768px) {
    .btnNextStep {
        margin-top: 10px;
    }
}

@media (min-width: 768px) {
    .btnNextStep {
        text-align: right;
    }
}

.btn-grey {
    color: #fff;
    background-color: #6C6C6C;
}

.btn-video {
    color: #fff;
    background-color: #ea7066;
    border-color: #ea7066;
}


.embed-responsive-16by9 {
    padding-bottom: 56.25% !important;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0 !important;
}

    .overlay:hover {
        color: hsl(0, 0%, 0%);
        text-decoration: none;
        opacity: 0.75;
        background-color: lightgray;
    }

.modal-lg {
    width: 50%;
    height: 50%;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: hsl(0, 0%, 0%);
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='hsl%280, 0%, 0%%29'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 4px;
    opacity: 0.5;
}

    .btn-close:hover {
        color: hsl(0, 0%, 0%);
        text-decoration: none;
        opacity: 0.75;
    }

    .btn-close:focus {
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(21, 47, 82, 0.25);
        opacity: 1;
    }

    .btn-close:disabled, .btn-close.disabled {
        pointer-events: none;
        user-select: none;
        opacity: 0.25;
    }</pre></body></html>