﻿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 > .panel-heading {
  color: #904CFF;
  background-color: #DACDFF;
  border-color: #C8ADFF;
}

.panel-violet > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #C8ADFF;
}

.panel-violet > .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;
}