body.login-page {
    background-image: url("/img/sfondo-login.jpg");
}

li.nav-item > ul.nav > li.nav-item > a.nav-link {
    padding-left: 1.8em;
}

.tab-content {
    padding: 1%;
}

.danger {
    color: #dc3545;
}

h1,h2,h3 {
    vertical-align:middle;
}

.badge-big {
    font-size: 100%;
}

td.details-control {
    /*background: url('../img/details_open.png') no-repeat center center;*/
    cursor: pointer;
}

tr.shown td.details-control,
tr.details td.details-control {
    /*background: url('../img/details_close.png') no-repeat center center;*/
}

table tr td span.badge {
    font-size: 100%;
    font-weight: normal;
}

.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 1%;
}

.card-title {
    font-size: 1.4rem;
}

.btn-xs {
    font-size: .8rem;
}

.btn-s {
    padding: .150rem .50rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .15rem;
}

.widget-user-2 .widget-user-desc, .widget-user-2 .widget-user-username {
    margin-left: 0px;
}

.text-orange {
    color: #ff851b;
}