/*Stili Comuni*/


/* roboto-regular - latin */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/roboto-v29-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''), url('../fonts/roboto-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v29-latin-regular.svg#Roboto') format('svg');
    /* Legacy iOS */
}

html {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: 'Roboto';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    margin: 0;
}

input,
select,
button,
li.paginate_button a {
    border-radius: 0px !important;
}

.full-height {
    min-height: 100vh;
}

.full-page {
    min-height: 100vh;
    padding-left: 0;
    padding-right: 0;
}

.img-xs {
    width: 32px;
    min-width: 32px;
    height: 32px;
}

.img-curved {
    border-radius: 10px;
}

.img-raised {
    box-shadow: 0 4px 8px 0 rgba(42, 55, 71, 0.15);
}

.img-lg {
    width: 92px;
    min-width: 92px;
    height: 92px;
}

.img-md {
    width: 60px;
    min-width: 60px;
    height: 60px;
}

.img-sm {
    width: 43px;
    min-width: 43px;
    height: 43px;
}

.img-xs {
    width: 32px;
    min-width: 32px;
    height: 32px;
}


/*Stile Pagina Login*/

.wrapper-index-page {
    background: url('../images/index-page/login.webp');
    background-size: cover;
}

.form-login {
    background: #fff;
    padding: 40px 40px 10px;
    border-radius: 4px;
    box-shadow: 0 -25px 37.7px 11.3px rgb(8 143 220 / 7%);
}


/*Navbar*/

@media (min-width: 768px) {
    .navbar.default-layout .navbar-menu-wrapper .navbar-nav .nav-item {
        margin-right: 1rem;
    }
}


/*Sidebar*/

.profile-badge {
    margin-right: 10px;
}


/*DataTables*/

div.dataTables_wrapper div.dataTables_length select {
    min-width: 60px;
}

.dataTables_length {
    display: none;
}

div.dataTables_filter {
    text-align: left !important;
}

li.paginate_button.page-item.previous,
li.paginate_button.page-item.next {
    display: none;
}

@media (min-width: 768px) {
    .dataTables_length {
        display: block;
    }
    div.dataTables_filter {
        text-align: right !important;
    }
    li.paginate_button.page-item.previous,
    li.paginate_button.page-item.next {
        display: flex;
    }
}