#header {
    position: relative;
    height: 122px;
    width: 100%;
}
img.logo {
    position: absolute;
    top: 0;
    left: 0;
}
p.title {
    position: absolute;
    top: 30px;
    left: 15px;
    padding: 5px !important;
    margin: 0 !important;
}
p.today {
    position: absolute;
    top: 75px;
    right: 20px;
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 14px;
    color: #000000 !important;
}
.username-box {
    position: absolute;
    top: 0;
    right: 20px;
}
.logout-box {
    display: inline-block;
    float: right;
}
.backend, .area-operatori {
    display: inline-block;
    float: right;
    margin-right: 20px;
}

.user-icon {
    float: right;
    padding-top: 2px;
    padding-right: 5px;
}
.user-name {
    margin: 0;
    padding: 0;
    float: right;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    color: #ED4D00;
}
