.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
  }
  
  .badge-success {
    color: #fff;
    background-color: #28a745;
  }
  
  .badge-danger {
    color: #fff;
    background-color: #dc3545;
  }
  
  .clean-input {
    display: none;
}

.gn-menu-content {

    display: flex;
    justify-content: space-between;
    align-items: center;

}

.it-header-center-wrapper {
    background-color: white;
}

.site-title {
    width: 280px;
}

.it-header-slim-wrapper {
    background: #023047!Important;
}

.it-header-navbar-wrapper {
    background-color: #397aab;
}

.it-header-slim-wrapper img {
    width: 23px;
    height: 26px;
}

.it-header-slim-wrapper-content a, .it-header-slim-wrapper-content a:focus {
    text-decoration: none!Important;
}

.it-footer-main {
    background-color: #023047 !important;
}
 .menu-wrapper .cloned-element, .menu-wrapper .cloned-element:hover, .menuUtenteCollegatoAncora , .menuUtenteCollegatoAncora:hover {
    background-color: #397aab;
    border-color: #397aab;

}

/*.btn-primary {
    background-color: #397aab;
    border-color: #397aab;
}*/

td.empty {
    background-color: #eee;
}

<style>
        .profilo-table th {
            background-color: #f8f9fa;
            font-weight: bold;
            /*text-align: center;*/
        }
        .profilo-table td {
            /*text-align: center;*/
        }
        .profilo-table .icon-yes {
            color: green;
        }
        .profilo-table .icon-no {
            color: red;
        }
    </style>

