@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400;1,700&family=Fira+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


h1,
h2,
h3,
h4,
h5,
h6,
label {
    font-family: 'Open Sans', sans-serif;
}

a,
div,
p,
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

/* label {
    font-family: 'Fira Sans Condensed', sans-serif;
} */
.logo-txt {
    display: none !important;
}

footer.front .row {
    background: white !important;
    margin: 0 auto;
    padding: 2px 0;
}

footer.front .row .col-sm-6 {
    background: white !important;
}

footer.front {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px;
    overflow: auto;
    background: white !important;
    z-index: 100000;
}

.text-sm-end {
    text-align: right;
}

.logo-txt {
    color: white;
    font-size: 16px;
    font-weight: bold;
}

form:not(#hiddenSearchForm):not(#qt2-exportcsv) {
    /*padding-bottom: 30px;*/
}

/*button.qt2-export{
    height: 25px;
}*/
a {
    font-size: 14px;
    color: #00ACDC;
}

.login-box {
    width: 450px;
    background: #fff;
    padding: 20px;
}

.card-body {
    min-height: 300px;
}

.card-body-inner {

    width: 90%;
    margin: 0 auto;
    background: #fff;
}

.logo-txt {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    text-align: center;
    padding: 20px;
    color: #333333;
    font-size: 18px;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    background: #fff;
}

.card {

    box-shadow: none !important;
    margin-bottom: 0 !important;

}

.login-logo {
    background: #fff;
}

.login-logo img {
    max-height: 80px;
}

.h-captcha {
    text-align: center;
    margin: 20px 0 20px 0;
}

.login-logo img {
    max-width: 200px;
}

.login-page .card-body {
    margin: 0 !important;
    padding: 0 !important;
}

.login-page .message-box-container {
    width: 100%;
}

.login-page .alert {
    margin-bottom: 0.3rem !important;
    padding: .25rem 1.25rem;
}

@media(max-width: 600px) {

    .login-box {
        width: 100%;
    }

    .login-page,
    .register-page {
        height: unset;
    }
}

.content-header h1 {
    padding-top: 0px;
    border-radius: 4px;
    font-weight: normal !important;
    font-size: 24px;
}

.os-host-overflow-x .nav-link p {
    display: none;
}

.nav-link p {
    text-wrap: wrap;
    max-width: calc(100% - 40px)
}

/**input autocomplete**/
.ui-widget-content {
    border: 1px solid #d3d3d3;
    background: #ffffff;
    color: #222222;
    cursor: pointer;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}

.ui-front {
    z-index: 100;
}

.ui-menu .ui-menu-item {
    padding: 5px 8px;
}

.ui-menu .ui-menu-item:hover {
    background: #d3d3d3
}

.ui-widget.ui-widget-content {
    max-height: 300px;
    overflow-y: scroll;
}

.nav-sidebar>.nav-item {
    width: 100%;
}

#menuPrincipale {
    padding-bottom: 140px;
}


body:not(.sidebar-mini-md) .content-wrapper,
body:not(.sidebar-mini-md) .main-footer,
body:not(.sidebar-mini-md) .main-header {
    margin-left: 210px;
}

.layout-fixed .brand-link,
.main-sidebar.sidebar-dark-primary {
    width: 210px;
}

.nav-sidebar>.nav-item>.nav-treeview li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 13% !important;
}

.nav-sidebar>.nav-item>.nav-treeview li a p {
    font-size: 12px;
}

tr.riga_disdetta td {
    text-decoration: line-through;
    opacity: 0.6;
    color: #6c757d !important;
}


#table-elenco tr,
#table-elenco td:not(:last-child),
#table-elenco th:not(:last-child),
.table-elenco tr,
.table-elenco td:not(:last-child),
.table-elenco th:not(:last-child) {
    white-space: normal !important;
    word-wrap: break-word !important;
}

#table-elenco td:last-child,
#table-elenco th:last-child,
.table-elenco td:last-child,
.table-elenco th:last-child {
    min-width: 100px;
}

#table-elenco tbody td .btn.btn-sm,
.table-elenco tbody td .btn.btn-sm {
    height: 28px;
    width: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

#table-elenco tbody td .btn.btn-sm i,
.table-elenco tbody td .btn.btn-sm i {
    font-size: 16px;
}