﻿/* GENERALI */
body {
    font-family: 'Roboto', sans-serif;
}

main {
    background-color: #F5F6F8;
}

    main .main-content.container-fluid {
        padding-left: 140px;
        padding-right: 140px;
    }

.border-right {
    border-right: 0.75px solid #C8C8C8;
}

* {
    padding: 0;
    margin: 0;
}

html, body {
    height: 100%;
    display: flex;
    flex-direction: column;
}

    body > * {
        flex-shrink: 0;
    }

main {
    flex-grow: 1;
}

.page-container {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}
/* RESPONSIVE */
@media (min-width: 1400px) {
    .hidden-xxl-up {
        display: none !important;
    }
}

@media (max-width: 1399px) {
    .hidden-xxl-down {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .hidden-xl-down {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 575px) {
    .hidden-sm-down {
        display: none !important;
    }
}
/* SIDE BAR */
.wl-sidebar {
    width: 115px;
    background-color: #08A5E0;
    position: fixed;
    top: 0;
    height: 100%;
    overflow-y: scroll;
    display: grid !important;
}

.wl-side-icon img {
    max-width: 25px;
    max-height: 25px;
    margin: auto;
}

.wl-side-icon span {
    margin: auto;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.03em;
}

.wl-side-icon {
    max-width: 96px;
    max-height: 60px;
    margin: auto;
    padding: 12px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #63B6E7;
    border-radius: 12px;
}

.nav-pills .nav-link:hover {
    background-color: #63B6E7;
    border-radius: 12px;
}

.wl-sidebar .nav-link {
    color: #fff !important;
}

.wl-sidebar ul li {
    position: relative;
}

.wl-active-line {
    width: 4px;
    background-color: #fff;
    height: 40px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.wl-sidebar ul li.active .wl-active-line {
    display: block;
}

.wl-sidebar-col {
    max-width: 82px;
}

.wl-side-icon {
    margin-bottom: 6px !important;
    margin-top: 6px !important;
}

.wl-side-main {
    margin-bottom: 47px !important;
    max-width: 100%;
}

    .wl-side-main img {
        max-width: 100%;
        max-height: 100%;
    }
/* HEADER */
.wl-nav-header {
    padding: 15px 0 !important;
}

    .wl-nav-header .nav-item {
        display: flex;
        margin-left: 22px;
        border-right: 0.75px solid #C8C8C8;
    }

    .wl-nav-header .wl-first-nav .nav-item {
        min-width: 170px;
    }

    .wl-nav-header .nav-item:first-child {
        margin-left: 0;
    }

    .wl-nav-header .nav-link {
        color: #555555;
        font-weight: bold;
        font-size: 14px;
        text-transform: uppercase;
    }

        .wl-nav-header .nav-link:hover {
            text-decoration: underline;
        }

    .wl-nav-header .nav-item img {
        max-height: 26px;
        margin-top: 6px;
    }

    .wl-nav-header .nav-item:last-child {
        border-right: none;
    }

    .wl-nav-header .container-fluid {
        padding-left: 140px;
        padding-right: 144px;
    }

    .wl-nav-header .wl-second-nav .nav-item a {
        font-weight: normal;
        font-size: 14px;
        text-align: left;
        color: #000;
        text-transform: none;
    }

    .wl-nav-header .wl-second-nav .nav-item .rounded-circle {
        top: 12px;
        left: 75%;
        width: 11px;
        height: 11px;
    }

    .wl-nav-header .wl-second-nav .nav-item {
        margin-left: 15px;
        border-right: none;
    }

    .wl-nav-header .wl-second-nav .dropdown {
        margin-left: 30px;
        padding-left: 30px;
    }

        .wl-nav-header .wl-second-nav .dropdown::before {
            content: "";
            width: 1px;
            height: 30px;
            background-color: #C8C8C8;
            position: absolute;
            left: 0px;
            top: 5px;
        }

        .wl-nav-header .wl-second-nav .dropdown .profile-text {
            font-weight: 600;
            font-size: 14px;
            line-height: 16px;
        }

            .wl-nav-header .wl-second-nav .dropdown .profile-text span {
                font-weight: normal;
                font-style: italic;
                font-size: 12px;
            }

        .wl-nav-header .wl-second-nav .dropdown .profile-pic {
            max-width: 40px;
            max-height: 40px;
            width: 100%;
            margin-left: 15px;
            margin-right: 10px;
        }

        .wl-nav-header .wl-second-nav .dropdown .dropdown-menu {
            padding: 18px 20px;
            margin-top: 20px;
            border-radius: 6px;
            background: #fff;
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
            border: none;
            width: 210px;
        }

            .wl-nav-header .wl-second-nav .dropdown .dropdown-menu .dropdown-item {
                font-weight: normal;
                font-size: 16px;
                text-align: left !important;
                padding: 0 0 7px 0;
            }

        .wl-nav-header .wl-second-nav .dropdown .dropdown-toggle::after {
            border: none;
            content: none;
        }

.dropdown-item:focus, .dropdown-item:hover {
    color: #1e2125;
    background-color: #fff;
    text-decoration: underline;
}

.wl-nav-header .wl-second-nav .logo {
    padding-left: 36px;
}
/* TEMPLATE TITOLO */
.template-titolo {
    padding-top: 30px;
    padding-bottom: 47px;
}

    .template-titolo h1 {
        font-weight: normal;
        font-size: 28px;
        text-align: left;
        color: #000;
    }

    .template-titolo .sub-title {
        font-weight: normal;
        font-size: 16px;
        text-align: left;
        color: #000;
    }
/* CARDS */
.big-card {
    margin-right: 24px;
    border-radius: 12px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.13);
    border: none;
    position: relative;
    max-width: 180px;
    height: 200px;
    width: 100%;
}

.template-card .sprint-view .big-card:last-child {
    margin-right: 0;
}

.bg-green {
    background-color: #80BD58;
}

.bg-blue {
    background-color: #08A5E0;
}

.template-card .sprint-view .big-card {
    color: #fff;
}

    .template-card .sprint-view .big-card.bg-white {
        color: #000;
    }

.big-card .card-icon {
    width: 30px;
    margin-bottom: 10px;
}

.big-card .card-title {
    font-weight: normal;
    font-size: 16px;
    margin: 0;
}

.big-card .card-text {
    font-weight: 600;
    font-size: 28px;
}

.big-card .card-body {
    position: absolute;
    bottom: 0;
    padding: 18px;
}

.card-line {
    position: absolute;
    bottom: 0;
    left: 18px;
    height: 4px;
    width: 40px;
    background-color: #fff;
    border-radius: 4px 4px 0px 0px;
}

.big-card.bg-white .card-line {
    background-color: #000;
}

@media(min-width: 1400px) {
    .template-card .sprint-view {
        max-width: 408px;
    }
}

.template-card .incarichi .row {
    max-width: 800px;
}

.small-card .card-body {
    width: 180px;
    height: 90px;
    position: static;
}

.template-card .incarichi .col {
    max-width: 204px;
    padding: 0 12px;
}

.small-card {
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.13);
    border: none;
    margin-bottom: 20px;
}

    .small-card .card-title {
        font-weight: normal;
        font-size: 14px;
        margin-bottom: 0;
    }

    .small-card .card-text {
        font-weight: 600;
        font-size: 28px;
    }

    .small-card .icon-arrow {
        position: absolute;
        bottom: 10px;
        right: 10px;
    }
/* TABELLA */
table {
    border-collapse: separate;
    border-spacing: 0 6px;
    margin-bottom: 0 !important;
}

tr {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.13) !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

td {
    background-color: #fff !important;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.13) !important;
    padding: 10px !important;
    border-right: 0.75px solid #C8C8C8 !important;
    border-left: none !important;
    font-weight: normal;
    font-size: 14px;
}

.table-header td {
    padding: 8px 15px 8px !important;
    position: relative;
    font-size: 14px;
    font-weight: 600;
}

    .table-header td img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 12px;
    }

tr td:first-child {
    border-top-left-radius: 10px;
}

tr td:last-child {
    border-top-right-radius: 10px;
    border-right: none;
}

tr td:first-child {
    border-bottom-left-radius: 10px;
}

tr td:last-child {
    border-bottom-right-radius: 10px;
}

tr td {
    border-top-style: solid;
}

    tr td:first-child {
        border-left-style: solid;
    }

.search-container {
    display: flex;
    align-items: flex-end;
    padding: 5px;
    width: 340px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #b8b8b8;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.13);
}

.search-icon {
    margin-right: 10px;
    margin-top: auto;
    margin-bottom: auto;
    width: 14px;
    height: 14px;
}

.search-input {
    border: none;
    outline: none;
    width: 100%;
}

    .search-input::placeholder {
        color: #000;
        font-weight: normal;
        font-size: 14px;
        opacity: 1;
    }

.table-label {
    font-weight: normal;
    font-size: 18px;
}

table .wl-badge p {
    margin-bottom: 0;
    padding: 5px;
    width: fit-content;
    border-radius: 4px;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
}
/* PAGINA LOGIN */
.template-login {
    max-width: 516px;
    width: 100%;
}

    .template-login h1 {
        font-weight: normal;
        font-size: 28px;
    }

    .template-login .sub-title {
        font-weight: normal;
        font-size: 16px;
        padding-bottom: 47px;
    }

    .template-login #inputName {
        margin-bottom: 23px;
    }

    .template-login #inputPassword {
        margin-bottom: 35px;
    }

    .template-login .checkbox {
        margin-bottom: 22px;
    }

    .template-login .btn {
        font-weight: bold;
        font-size: 16px;
        letter-spacing: 0.1em;
        margin-bottom: 17px;
        height: 48px;
        border-radius: 3px;
        background: #3f94d3;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.13);
        border: none;
    }

    .template-login .password-recovery {
        font-weight: normal;
        font-size: 16px;
        color: #000;
        text-decoration: none;
    }

#headerLogin {
    display: flex;
    padding-left: 80px;
    padding-top: 48px;
    padding-right: 88px;
}

    #headerLogin .headerTitle {
        font-weight: bold;
        font-size: 33px;
        letter-spacing: 0.01em;
        color: #585857;
        margin-left: 9px;
        margin-bottom: auto;
        margin-top: auto;
        line-height: 29px;
    }

    #headerLogin svg {
        width: 34px;
        height: 29px;
    }

.menu-footer ul {
    list-style: none;
    display: flex;
    padding: 0;
}

    .menu-footer ul li {
        padding-right: 30px;
    }

        .menu-footer ul li:last-child {
            padding-right: 0;
        }

        .menu-footer ul li a {
            font-weight: normal;
            font-size: 14px;
        }

footer .credits {
    font-weight: normal;
    font-size: 12px;
}

footer {
    padding: 0 88px 62px 88px;
}


@media (max-width: 991px) {
    /*
    main .main-content.container-fluid {
        padding-left: 100px;
        padding-right: 18px;
    }
*/
    .template-titolo h1 {
        font-size: 24px;
    }

    .template-card .sprint-view .big-card {
        max-width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
        height: 150px;
    }

    .template-card .incarichi .col {
        max-width: 100%;
    }

    .search-container {
        width: 100%;
    }
}

@media (min-width: 991px) and (max-width: 1600px) {
    .wl-nav-header .nav-link {
        display: none;
    }

    .wl-nav-header .wl-first-nav .nav-item {
        min-width: auto;
        padding-right: 20px;
    }
}

@media(max-width: 560px) {
    main .main-content.container-fluid {
        padding-right: 30px;
    }
}

/* TABELLA Dev Extreme */
.dx-datagrid {
    background-color: transparent !important;
    font-family: 'Roboto', sans-serif !important;
    color: #000 !important;
}

.dx-toolbar {
    background-color: transparent !important;
}

.dx-datagrid-filter-row {
    display: none;
}

.dx-header-row td {
    padding: 8px 10px 8px !important;
    position: relative;
    font-size: 14px;
    font-weight: 600;
}

.dx-datagrid-text-content {
    color: #000 !important;
}

.dx-datagrid-headers, .dx-datagrid-rowsview, .dx-datagrid {
    border: none !important;
}

.dx-datagrid-content .dx-datagrid-table {
    border-collapse: separate !important;
    border-spacing: 0 4px !important;
    margin-bottom: 0 !important;
    margin-top: -2px !important;
    background-color: #f5f6f8 !important;
}

.dx-datagrid-rowsview table td:nth-child(5), .dx-datagrid-rowsview table td:nth-child(6), .dx-datagrid-rowsview table td:nth-child(7) {
    text-align: end !important;
}

.dx-datagrid-headers table {
    border-spacing: 0 !important;
}

.dx-datagrid-search-panel {
    border-radius: 3px;
    background: #fff;
    border: 1px solid #b8b8b8 !important;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.13) !important;
}

.dx-searchbox .dx-icon-search::before {
    color: #000;
}

.dx-placeholder::before {
    color: #000 !important;
    font-weight: normal !important;
    font-size: 14px !important;
    opacity: 1 !important;
}

.dx-item.dx-toolbar-item {
    color: #000 !important;
    font-family: 'Roboto', sans-serif !important;
}

.dx-texteditor-input {
    font-family: 'Roboto', sans-serif !important;
}

.dx-datagrid-header-panel {
    border-bottom: 0px solid !important;
}

.dx-selection td {
    background-color: #e6e6e6 !important;
}
.nav-link {
    padding: 0.5rem 1rem !important;
}

.link-dark {
    color: #212529;
}
nav.navbar a{
    color: black ;
    text-align:right ;
}

.row > div {
    margin-top: 0px;
    margin-bottom: 0px;
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.ntschiuso {
    height: 0px;
    display: none;
}

.link{
    cursor: pointer;
}

.dx-datagrid-content i {
    margin-right: 5px !important;
}

.ntsSvgIcon {
    margin-right: 4px !important;
}

.ntsIconDelete {
    margin-right: 1px !important;
    margin-left: 2px !important;
    
}
.dx-widget .ntsSvgIcon {
    padding-right: 1px !important;
    margin-right: 5px !important;
}


.wl-sidebar {
    --scrollbar-width: 8px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}

.wl-sidebar {
    scrollbar-width: thin;
    scrollbar-color: #63B6E7 transparent;
}

.wl-sidebar::-webkit-scrollbar {
    width: var(--scrollbar-width);
}

.wl-sidebar::-webkit-scrollbar-thumb {
    background-color: #63B6E7;
    border-radius: 9999px;
}

.wl-sidebar::-webkit-scrollbar-track {
    background-color: transparent;
}

/*
.dx-scrollable-container {
    overflow: unset !important;
}

.dx-scrollable-container tbody {
    overflow: unset !important;
}

.dx-datagrid-rowsview .dx-row > td {
overflow: unset !important;
}

.dx-datagrid-scroll-container {
overflow: unset !important;
}

.dx-datagrid.dx-gridbase-container {
overflow-x: auto !important;
}

.dx-datagrid-rowsview {
overflow: unset !important;
}*/

.ms-auto {
    margin-left: auto !important;
}

a.ntsHelpOnline:hover {
    opacity: 1 !important;
}