﻿#header {
    height: 90px;
    color: white;
}

.visible-off {
    visibility: hidden;
}

#title_app {
    font-size: 1.8em;
    color: white;
}

#areaApplicazione {
    background-color: white;
    height: 90px;
    width: 100%;
}

#logoApplicativo{
    width: 235px !important;
    height: 74px !important;
}

/*  top Menu    */
#top-menu {
    background-color: #212529;
    height: 40px;
    color: white;
}

.top-menu-item {
    margin-right: 15px;
    color: white;
}

/*  user    */
.user {
    font-size: 12px;
}

.userName {
    margin-left: 5px;
    margin-right: 10px;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f5f5f5;
}

#userIcon {
    font-size: 2.6em;
}
