html {
    font-size: 1rem !important;
}

.badge-yellow {
    background-color: #f39c12 !important;
    color: #fff;
    cursor: default;
}

.badge-orange {
    background-color: #FF851B !important;
    color: #fff;
    cursor: default;
}

.badge-red {
    background-color: #dd4b39 !important;
    color: #fff;
    cursor: default;
}

.badge-black {
    background-color: #111 !important;
    color: #fff;
    cursor: default;
}

.pull-left {
    float:left !important;
}

.pull-right {
    float:right !important;
}

.fa, .fab, .fad, .fal, .far, .fas {
    line-height: inherit;
}

.logo-grande {
    width: 300px;
    max-height: 100px;
}

.user-image {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -2px;
}

.breadcrumb>li>a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
}

.bg-black .icon {
    color: rgba(255, 255, 255, 0.25);
}
/*** FIX Bordo nero navbar per colori chiari */
.navbar-dark {
    border-color: #dee2e6 !important;
}

/*** DASHBOARD - CARD Trend */
.metric-chart {
    padding-bottom: 10px;
    text-align: center;
}

.metric-chart h1 {
    font-size: 72px;
}

.table-trend {
    width: calc(100% - 30px);
    margin: 15px;
    border-collapse: collapse;
    text-align: center;
}

.table-trend td {
    padding: 6px;
    border: 1px solid black;
}

.table-trend > thead td, .table-trend > tbody td:first-child {
    background: #dddddd;
    /*color:white;*/
}
/*** END DASHBOARD - CARD Trend */

/*** DASHBOARD TECNICA */
.dashboard-tecnica {
    display: block;
    background: #000;
    border: none;
    height: calc(100vh - 175px);
    width: 100%;
}
/*** END DASHBOARD TECNICA */

.form-avatar {
    height: 0;
}

.btn-change-avatar {
    border-radius: 50%;
    border: none;
    background-color: #ddd;
    position: relative;
    top: -35px;
    left: 35px;
    font-size: 1rem;
}

.icon-required {
    color: rgba(207,73,80,.5);
    font-size: 13px;
    transform: translate(0,-5px);
}

/*** CORREZIONE BOOTSTRAP SWITCH */
.bootstrap-switch {
    display: block !important;
}


/* MINIBOX DASHBOARD */
.bg-vul-low {
    background-color: #6092c0 !important;
}
.bg-vul-medium {
    background-color: #d6bf57 !important;
}
.bg-vul-high {
    background-color: #e7664c !important;
}

/* TABELLE CON RIGA CLICCABILE */
.cursor-pointer{
    cursor:pointer;
}

.direct-chat-text {
    background-color: #eee;
}

.direct-chat-text-user {
    background-color: #bfb;
    border-color:#9d9;
}
.direct-chat-text-user::after, .direct-chat-text-user::before {
    border-right-color:#9d9;
}

.direct-chat-text-user .link-black:hover {
    color: initial;
}

.header-badge {
    font-size: .8rem;
    font-weight: 600;
    right: 3px;
}

.bg-vul-medium.header-badge {
    color: rgba(0,0,0,.65);
}