body {
    background: #d2d6de;
}

.error-box {
    padding: 0;
    background: #3c8dbc;
    list-style: none;
}

.error-box li {
    padding: 5px;
    text-align: center;
    font-weight: lighter !important;
    color: #fff;
}

.login-logo {
    max-width: 240px;
    margin: 20px auto;
}

.login-box-body,
.register-box-body {
    background: #fdfbfb;
}

.login-box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -240px;
    margin-left: -170px;
}

.tab-setting {
    width: 50%;
    border: none !important;
    border-radius: 0 !important;
}

.tab-setting a {
    font-size: 14px;
    border: none !important;
    text-align: center;
    border-radius: 0 !important;
    background-color: #3c8dbc !important;
    color: #fff !important;
    border: none !important;
    border-radius: 0 !important;
}

.active a {
    background-color: #fdfbfb !important;
    color: #3c8dbc !important;
}

.nav-tabs>li>a {
    margin-right: 0 !important;
    color: #000;
}

.logoPosizione {
    position: absolute;
    bottom: 0;
    right: 20px;
}

.logoPosizioneEfree {
    right: 90px;
}

.logoPosizioneEfreeShark {
    right: 140px;
}

.lockscreen-image {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border: 1px solid #0d6aad;
    left: -66px !important;
    top: -18px;
}

.lockscreen-image>img {
    width: 116%;
    height: auto;
    margin-top: -12px;
    margin-left: -4px;
}

#tabellaDirettiIndiretti tbody tr td {
    padding: 8px 0 !important;
}

.tabellaAltezza tbody tr td {
    padding:2px 2px !important;
}

label {
    font-size:12px;
}

.disabilitaLink strong {
    color:grey !important;
    font-weight: bold !important;
}
/*# sourceMappingURL=generale.css.map */