.body{
    background-color: #FFF;
    /* background-image: url('../img/sfondo.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    background-attachment: fixed; */
}


#header .header-body {
	background: #FFF;
    border-radius:3px;
    border-top-style:none;
}

#headerTopUserDropdown {
    border-radius: 5px 0 5px 5px
}

.main {
    padding-top:80px;
}

.sfondo {
    background-color:rgba(255,255,255,0.7);
    border:1px solid #f1f1f1;
    border-radius:3px;
}

@media (max-width: 991px) {
    .main {
        padding-top:10px;
    }
    #sfuma {
        display: none;
    }
}

p {
    color:#000;
}

.fc-h-event {
    border-radius:2px;
    padding-left:6px;
    padding-right:6px;
    color:#FFF;
}

.fc-sticky{
    color:#FFF;
}

.fc-toolbar-title{
    text-transform: uppercase;
}

.mask1 {
    border-radius:3px;
  }

.m0 {
    margin:0;
}
.p0 {
    padding:0;
}

iframe { position:absolute;top:0;left:0;width:100%;height:100%; }