﻿.full-heigth {
    height: -moz-calc(100% - 64px);
    height: -webkit-calc(100% - 64px);
    height: calc(100% - 64px);
}

/*Forzo i margini per aver nascosto i menù */
#wrapper {
    margin: 0;
    width: 100%;
}
#sidebar, #topbar {
    display: none;
}

label {
    font-size: 14pt;
}

.imgLogo a {
    text-decoration: none;
}

.imgLogo:after {
    width: 100%;
    bottom: 1px;
    z-index: -1;
    transform: scale(.9);
    box-shadow: 0px 0px 8px 2px #000000;
}


h3 {
    background-color: #d8d8d8;
    padding: 10px;
}

.consentBox {
    background-color: #fffbc0;
    padding: 10px;
}

#pw_container {
    min-height: 100%;
}

#pw_main {
    /*overflow: auto;*/
    padding-bottom: 100px;
}

#pw_footer {
    /*background-color: rgba(247, 247, 247, 0.91);*/
    position: relative;
    height: 70px;
    margin-top: -70px;
    clear: both;
}