.material-symbols-outlined {
    font-variation-settings:
        'FILL' 0,
        'wght' 300,
        'GRAD' 0,
        'opsz' 20
}

a {
    color: #4293d5;
}

a:HOVER {
    color: #29b1e6;
}


.nav-sidebar .nav-link:HOVER {
    background-color: #f3f3f3;
}

.dark-mode .nav-sidebar .nav-link:HOVER p,
.dark-mode .nav-sidebar .nav-link:HOVER i {
    color: #3395ff;
}

.btn-primary {
    color: #fff;
    background-color: #4293d5;
    border-color: #4293d5;
}

.btn-switch {
    color: #fff;
    background-color: #b4b4b4;
    border-color: #b4b4b4;
}

.btn-switch:not(:disabled):not(.disabled).active,
.btn-switch:not(:disabled):not(.disabled):active,
.show>.btn-switch.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}


.btn-outline-primary {
    color: #4293d5;
    border-color: #4293d5;
}

.btn-primary:HOVER,
.btn-outline-primary:HOVER {
    color: #fff;
    background-color: #29b1e6;
    border-color: #29b1e6;
}


.content-wrapper {
    padding: 10px;
}


.nav-pills .nav-link:HOVER {
    color: #29b1e6 !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #29b1e6;
}

/* TEMA COLOR*/

.cambia-tema {
    width: 160px;
    float: left;
    margin: 20px 20px 0 0;
    text-align: center;
}

.cambia-tema img {
    width: 100%;
    margin-bottom: 5px;
    border: #666666 2px solid;
}

.cambia-tema.active img {
    border: #4293d5 2px solid;
}

.cambia-tema:HOVER img {
    border: #29b1e6 2px solid;
}

.brand-link:HOVER,
.brand-text:HOVER {
    color: #29b1e6 !important;
}

.brand-link:HOVER .brand-text {
    color: #29b1e6 !important;
}

.dark-mode .brand-link:HOVER,
.brand-text:HOVER {
    color: #3395ff !important;
}

.dark-mode .brand-link:HOVER .brand-text {
    color: #3395ff !important;
}






.main-sidebar {
    background-color: #ffffff;
}

.main-sidebar.sidebar-dark-primary {
    background-color: #343a40;
}

.main-header {
    background-color: #ffffff;
}

.main-header.navbar-dark {
    background-color: #343a40;
}



.card-lw {
    margin-bottom: 25px !important;
}

.logo-login {
    width: 100%;
}

/* SWITCH TEMA MODE MENU TOP RIGHT*/

.switch-darkmode {
    padding: 8px 8px 8px 51px;
}

.switch-darkmode label {
    font-weight: 500 !important;
}

.brand-link .brand-image {
    margin-left: .3rem;
    margin-top: -2px;
}

/*IMAGE PROFILE ADMIN*/

.imgprofile {
    border-radius: 8px;
    background-color: rgb(189 189 189 / 15%);
    padding: .5rem 1rem .5rem .6rem !important;
}

.imgprofile img {
    height: 30px;
    width: 30px;
    position: relative;
    margin: -5px 5px 0px 0px;
}

.cabinet.center-block {
    position: relative;
    height: 210px;
    width: 210px;
    overflow: hidden;
}

.cabinet.center-block figure {
    position: absolute;
    top: 0px;
    left: 0px;
}

.cabinet.center-block .icon-img-profile {
    position: absolute;
    top: 65px;
    left: 65px;
    font-size: 64px;
    opacity: 0;
    color: #ffffff;
    background-color: #3f474e;
    border-radius: 10px;
    padding: 5px 10px;
}

.cabinet.center-block:HOVER .icon-img-profile {
    opacity: 0.9;
}

#btn-attivanotifiche {
    background-color: #4293d5;
    color: #ffffff;
    display: inline-block;
    padding: 0px 5px;
    margin: 0px 3px;
    border-radius: 3px;
    cursor: pointer;
}

#btn-attivanotifiche:hover {
    background-color: #87c655;
    color: #ffffff;
}

#stato-adesso.attiva {
    color: #4caf50;
}

#stato-adesso.disattiva {
    color: #e64b4b;
}



label.cabinet {
    display: block;
    cursor: pointer;
}

label.cabinet input.file {
    position: relative;
    height: 100%;
    width: auto;
    opacity: 0;
    -moz-opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    margin-top: -30px;
}

#upload-resize {
    width: 250px;
    height: 250px;
    padding-bottom: 25px;
    margin: auto;
}

.withtable .btn-table-add {
    float: right;
}

/* TAB PAGE PROFILE*/




#mainmenu {
    padding: 0px 0px 0px 0px;
    background-color: #ffffff;
    display: inline-block;
    width: 100%;
}

#mainmenu.filterreports {
    background-color: transparent;
}



#mainmenu ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

#mainmenu ul li {
    float: left;
}

#mainmenu ul li a {
    float: left;
    position: relative;
    display: block;
    padding: 10px 15px;
}


#mainmenu ul li a.active {
    color: #cccccc;
}



.dark-mode #mainmenu {
    background-color: #2c3136;
}



.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #ced4da 1px !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da !important;
}

.dark-mode .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #6c757d 1px !important;
    background-color: #343a40 !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
    height: 38px !important;
    padding: 6px 11px;
}

.select2-container--default .select2-dropdown {
    border: 1px solid #80bdff;
}

.select2-dropdown .select2-results { background-color: #f3f3f3; }
.select2-dropdown .select2-results li { border-bottom: #dddddd 1px solid; }
.dark-mode .select2-dropdown .select2-results { background-color: #2d3338; }
.dark-mode .select2-dropdown .select2-results li { border-bottom: #777777 1px solid; }


.select2-result-repository__text {
    float: left;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    height: 24px;
    font-weight: 700;
    padding: 2px 1%;
    margin: 0.3% 2% 0.3% 0%;
    background-color: #fff;
    border-radius: 4px;
    color: #333;
}


.select2-result-repository__username {
    float: left;
    width: 48%;
    overflow: hidden;
    font-size: 14px;
    height: 24px;
    font-weight: 700;
    padding: 2px 1%;
    margin: 0.3% 2% 0.3% 0%;
    background-color: #fff;
    border-radius: 4px;
    color: #333;
}

.select2-result-repository__name {
    float: left;
    width: 48%;
    overflow: hidden;
    font-size: 12px;
    font-weight: 400;
    height: 24px;
    padding: 3px 1%;
    margin: 0.3% 0 0 2%;
    background-color: #fff;
    border-radius: 4px;
    color: #666;
}

.select2-result-repository__email {
    float: left;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    padding: 2px 1%;
    margin: 1% 0% 1% 0%;
    background-color: #fff;
    border-radius: 4px;
    color: #666;
}


.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
    height: 38px !important;
    padding: 6px 11px;
}

.dark-mode .select2-container--default .select2-selection--single {
    border: 1px solid #6c757d !important;
    background-color: #343a40 !important;

}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px !important;
    right: 6px !important;
}

.dark-mode .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ffffff !important;
}

.row-filto-table {
    padding-bottom: 0px;
    margin-bottom: 10px;
    border-bottom: #cccccc 1px dotted;
}

.row-filto-table label {
    color: #4293d5;
    font-size: 15px;
}

.row-filto-table .btn-margintop {
    padding-top: 35px;
}

.padding10 {
    padding: 10px !important;
}

.box {
    padding: 20px 20px !important;
}

.dark-mode .box {
    background-color: #454d55;
}

.profile-body {
    padding: 1.25rem;
    background-color: #ffffff;
    width: 100%;
    display: block;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
}

.dark-mode .profile-body {
    background-color: #3f4348;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #ffffff;
    color: #4e4e4e;
}

.dark-mode .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #343a40;
    border: 1px solid #aaa;
    color: #ffffff;
}


.btn-reload {
    text-align: right;
    padding: 5px 25px;
}

.btn-reload #reload {
    color: #1591a5;
}

.btn-responsive-menu {
    display: none;
}

@media (max-width: 767px) {
    .btn-responsive-menu {
        display: block;
        float: none;
        padding: 10px 5px;
        cursor: pointer;
        margin: 0px 20px 0 0;
        color: #ffffff;
        text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
        background: #4293d5;
        -webkit-border-radius: 4px 4px 0px 0px;
        -moz-border-radius: 4px 4px 0px 0px;
        border-radius: 4px 4px 0px 0px;
        width: 100%;
        text-align: center;
    }

    #mainmenu {
        display: none;
    }

    #mainmenu.show {
        display: block;
    }

    #mainmenu ul li {
        float: none;
    }
}

/* END TAB PAGE PROFILE*/


.main-footer {
    border-top: none;
}

/* Darker Daterange Picker */

.dark-mode .daterangepicker td.off,
.dark-mode .daterangepicker td.off.in-range,
.dark-mode .daterangepicker td.off.start-date,
.dark-mode .daterangepicker td.off.end-date {
    background-color: transparent;
    color: rgba(200, 200, 200, 0.5);
}

.dark-mode .daterangepicker {
    background-color: inherit;
    color: #ebf4f0;
}

.dark-mode .daterangepicker .calendar-table {
    background-color: transparent;
}

.dark-mode .datepicker.dropdown-menu table {
    background-color: transparent;
}

.dark-mode .daterangepicker td.active,
.dark-mode .daterangepicker td.active:hover {
    background-color: transparent;
    color: #ebf4f8 !important;
}

.dark-mode .daterangepicker td.in-range {
    background-color: rgba(37, 47, 57, 0.9);
    color: #ebf4f8;
}

.dark-mode .daterangepicker select.monthselect {
    color: rgba(37, 47, 57, 0.9);
}

.dark-mode .daterangepicker select.yearselect {
    color: rgba(37, 47, 57, 0.9);
}

.dark-mode .daterangepicker .input-mini {
    color: #ebf4f8;
}

.dark-mode .daterangepicker td.available:hover,
.dark-mode .daterangepicker th.available:hover,
.dark-mode .daterangepicker .ranges li:hover {
    background-color: #3f6791 !important;
}



.custom-select {
    box-shadow: none;

}



/* TABLE PADDING 0 MOBILE */

@media (max-width: 767px) {



    #sottomenu,
    #mainmenu,
    .profile-body {
        margin-bottom: 0;
        box-shadow: none;
        /*margin-left: -25.5px;
        width: 100vw !important;*/
    }

    #sottomenu.filterreports,
    #mainmenu.filterreports {
        margin-bottom: 0;
        box-shadow: none;
        /*margin-left: -20.5px;
        width: 100vw !important;*/
    }

    #mainmenu.filterreports .row-filto-table {
        padding: 15px;
    }



    .profile-body .card {
        /*margin-left: -20.5px;*/
    }

    .ui-sortable .card {
        margin-top: 15px;
        /*width: 106% !important;
        margin-left: -3%;*/
        box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    }


}

.card-header {
    background-color: #e6eaef;
}

.dark-mode .card-header {
    background-color: #2c3136;
}

.card .card-footer {
    font-size: 12px;
}

.text-limit-card-body {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* CSS LOADER, ICONA PER INVIO FORM IN CORSO */

.loader-sfere-div {
    text-align: center;
}

.loader-sfere {
    display: block;
    position: relative;
    width: 72px;
    height: 72px;
    margin: auto;
}

.loader-sfere div {
    position: absolute;
    border: 4px solid #000;
    opacity: 1;
    border-radius: 50%;
    animation: loader-sfere 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.loader-sfere div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes loader-sfere {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

/* FINE CSS LOADER */


.dz-message.needsclick {
    font-size: 14px;
    color: #8c8c8c;
    font-weight: 600;
    line-height: 26px;
}

.dz-message.needsclick strong {
    font-size: 19px;
    color: #8c8c8c;
}

.dz-message.needsclick span {
    font-size: 16px;
    font-weight: 700;
    color: #357ca5;
    padding: 10px 7px;
    border-radius: 9px;
    border: #357ca5 2px solid;
}

.dropzone {
    min-height: 150px;
    border: 2px dashed rgba(0, 0, 0, 0.3);
    background: transparent;
    padding: 20px 20px;
    margin: 15px;
}

.dropzone:HOVER {
    min-height: 150px;
    border: 2px dashed rgba(0, 0, 0, 0.5);
    background: #ffffff;
    padding: 20px 20px;
    margin: 15px;
}

.dropzone:HOVER .dz-message.needsclick {
    color: #aaaaaa;
}

.dropzone:HOVER .dz-message.needsclick strong {
    color: #aaaaaa;
}

.dropzone:HOVER .dz-message.needsclick span {
    color: #63a3c7;
    border: #63a3c7 2px solid;
}

.subtitle {
    color: #4293d5;
}


.bloccoindirizzihome {
    text-align: center;
}

.bloccoindirizzihome p {
    margin: 0;
    padding: 5px;
    border-top: rgba(204, 204, 204, 0.205) 1px dotted;
}

.bloccodipendente {
    text-align: center;
}

.bloccodipendente i {
    font-size: 62px;
    margin: 20px;
}

.bloccodipendente p {
    margin: 0px;
}

.card-warning .bloccodipendente i {
    color: #ffc107
}

.card-success .bloccodipendente i {
    color: #28a745
}

.card-danger .bloccodipendente i {
    color: #dc3545
}

.card-secondary .bloccodipendente i {
    color: #6c757d
}

.card-secondary.card-outline {
    border-top: 3px solid #b9b9b98f;
}

.card-title i {
    opacity: 0.5;
    background-color: #fff;
    color: #000000;
    padding: 5px 7px;
    border-radius: 50%;
    margin-right: 10px;
}


.dark-mode input:-webkit-autofill,
.dark-mode input:-webkit-autofill:focus,
.dark-mode input:-webkit-autofill:hover,
.dark-mode select:-webkit-autofill,
.dark-mode select:-webkit-autofill:focus,
.dark-mode select:-webkit-autofill:hover,
.dark-mode textarea:-webkit-autofill,
.dark-mode textarea:-webkit-autofill:focus,
.dark-mode textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px #343a40 inset;
    transition: background-color 5000s ease-in-out 0s;
}

.adminclass .user-so {
    display: none !important;
}

.nosidebar .user-no {
    display: none !important;
}

.nosidebar aside.main-sidebar {
    display: none !important;
}

.nosidebar .content-wrapper,
.nosidebar .main-header,
.nosidebar .main-footer {
    margin-left: 0px !important;
}

@media (max-width: 767px) {
    .layout-navbar-fixed.sidebar-mini.sidebar-collapse .wrapper .brand-link {
        width: auto !important;
    }

    .adminclass .nav-item.user-so {
        display: block !important;
    }
}


.main-footer {
    font-size: 12px;
}

.marginright {
    margin-right: 5px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #29b1e6;
    border-color: #29b1e6;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    background-color: #29b1e6;
}

.btn-add {
    display: inline-block;
    color: #4293d5;
    text-align: center;
    border-radius: 5px;
    border: 3px solid #4293d5;
    padding: 8px;
    cursor: pointer;
    margin-bottom: 20px;
    margin-right: 10px;
    ;
}

.btn-add:HOVER {
    background: #29b1e6;
    background: linear-gradient(325deg, rgba(19, 104, 155, 1) 0%, rgba(8, 172, 208, 1) 100%);
    color: #ffffff;
}

.btn-add .info-box-content {
    margin-left: 50px;
    padding: 8px 6px;
}

.btn-add .info-box-number {
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
}


.btn-add .info-box-icon.elevation-1 {
    float: left;
    font-size: 21px;
    padding: 5px;
    text-align: center;
    height: 40px;
    border-radius: 5px;
    width: 40px;
    box-shadow: none !important;
}

.btn-add:HOVER .info-box-icon.elevation-1 {
    background-color: #ffffff !important;
    color: #05a9cd !important;
}



@media (max-width: 767px) {
    .btn-add .info-box-number {
        white-space: initial;
    }

    .content-wrapper {
        padding: 0;
    }

    .content-wrapper .container-fluid {
        padding: 0
    }
}




.rowmodulo {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: #dddddd 1px dotted;
}

.padding-desktop {
    padding-top: 10px;
    text-align: right;
}

@media (min-width: 768px) {
    .padding-desktop {
        padding-top: 35px;
    }
}


.getinfo {
    cursor: pointer;
}

.modal-body .main,
.modal-body .dip,
.modal-body .sub,
.modal-body .sub_dip {
    width: 100%;
    padding: 2px 10px;
    border-bottom: #eeeeee 1px solid;
    float: left;
}

.modal-body .main {}

.modal-body .dip {
    padding-left: 35px;
}

.modal-body .sub {}

.modal-body .sub_dip {
    padding-left: 35px;
}

@media (max-width: 767px) {
    .imgprofile{
    padding: 7px !important;
    background-color: transparent;}
.imgprofile span {display: none;}

    .modal-body {
        height: 100vh!important;
        padding-bottom: 140px;
        overflow: auto;
    }
    .modal-dialog {
        margin: 0rem;
    }

    .modal-body-nob {
        height: 100vh!important;
        overflow: auto;
    }

    .modal-body-noh {
        height: auto !important;
    }


    .modal-footer {
        display: block;
        text-align: center;
        position: fixed;
        bottom: 71px;
        z-index: 9999;
        left: 0;
        width: 100%;
        background-color: #f3f3f3;
        -webkit-box-shadow: 0px 3px 30px 8px rgba(0,0,0,0.36); 
box-shadow: 0px 3px 30px 8px rgba(0,0,0,0.36);
    }

    .modal-footer .btn-primary {
        width: 45%;
    }

    .modal-footer .btn-default {
        display: none;
    }

}

.note-editing-area  .note-editable{
    height: 120px;
}

.jodit-container:not(.jodit_inline) {
    color: black;
}

.jodit-popup__content {
    color: black;
}



@media (min-width: 767px) {
    .align-center-35 {
        display: flex;
        align-items: center;
        min-height: 35px;
    }
}

.sortable-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: 0.3;
    cursor: move;
}

.sortable {
    cursor: ns-resize;
}

.elenco_share_single {
    border: #adb5bd 1px solid;
    display: inline-block;
    padding: 0.25em 0.4em;
    margin-right: 0.25em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.elenco_tag_single {
    font-size:16px;
    border: #adb5bd 1px solid;
    display: inline-block;
    padding: 0.25em 0.4em;
    margin-right: 0.25em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.see_tags{
    margin-bottom: 10px;
}
.directory_img{
    max-width:200px; 
    float:left; 
    padding:10px; 
    margin:0 10px 10px 0;
}
.card-footer {
    padding: 0.75rem 0.75rem;
}

@media (min-width: 767px) {
    .btn-span span {
        display: none;
    }

    /*
    .btn-span:HOVER {white-space: nowrap; position:relative;}
    .btn-span:HOVER span{display: inline; position:absolute; right: 28px; top: 0px;
            color: #ffffff;
            background-color: #29b1e6;
            padding: 0.25rem 0.5rem;
            font-size: .875rem;
            line-height: 1.5;
            border-radius: 0.2rem;
    }
    */
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

.whitespaceno {
    white-space: nowrap;
}

.cursorhelp {
    cursor: help;
}




/*   */

@media (max-width: 767px) {
    .modal-mobile {
        max-width: 1000px;
        /*width: CALC(100% + 18px);*/
        margin: -5px 0 0 0;
    }
}

.btn-file[aria-expanded="true"] {
    background-color: #eeeeee;
    color: #444444;
    border-color: #444444;
}

.modal-mobile .modal-header .close {
    font-size: 42px;
    position: relative;
    top: 0px;
    right: 0px;
}

.modal-mobile .modal-content {
    border: none !important;
}

.modal-mobile .btn-file {
    margin-bottom: 10px;
}

/* MENU FOOTER MOBILE */

@media (min-width: 768px) {
.mobile-menu {
        display: none;
    }
}

.mobile-menu {
    z-index: 99999;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border-top: 1px solid #dee2e6;
    text-align: center;
}

.dark-mode .mobile-menu {
    background-color: #111111;
    border-top: 1px solid #000000;
}

.mobile-menu-content {
    margin: auto;
    max-width: 480px;
}

.secondmenu-mobile {
    position: relative;
    padding-bottom: 20px;
}

.secondmenu-mobile h3 {
    padding: 5px 15px;
}

.secondmenu-mobile .close {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 42px;
}


.secondmenu-mobile .dropdown-item {
    padding: 10px;
    font-size: 18px;
    background-color: #f3f3f3;
    margin: 2%;
    width: 96%;
    border-radius: 8px;
}

.dark-mode .secondmenu-mobile .dropdown-item {

    background-color: #222222;
}

.secondmenu-mobile .dropdown-item:active {
    color: #fff;
    background-color: #29b1e6;
}

.dark-mode .dropdown-menu.secondmenu-mobile {
    background-color: #111111;
}

.btn-plus .material-symbols-outlined {
    font-size: 50px;

}

.dark-mode .gm-style .gm-style-iw-c {
    color: #3a3a3a;
}

.dark-mode .gm-style .gm-style-iw-tc::after {}

.btn-plus .dropdown-menu {
    width: 100%;
    position: fixed !important;
    bottom: 0px;
    height: auto;
    top: auto !important;
    left: 0;
    z-index: 99;
    transform: initial !important;
}

.btn-effectclick {
    width: 19%;
    position: relative;
    padding: 0.375rem 0;
}

.dark-mode .btn-effectclick {
    color: #dddddd;
}

.btn-effectclick:active::AFTER {
    content: " ";
    background-color: rgb(149 149 149 / 9%);
    transform: translateY(4px);
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 100%;
}


.search-dashboard span.select2.select2-container {
    width: 100% !important;
}

.search-dashboard span.select2-selection {
    height: 48px;
    margin-right: 5px;
}

.search-dashboard .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    padding: 7px;
}

.search-dashboard .input-group-append {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
}

.btn-group-dashboard {
    padding: 10px 0;
}

@media (min-width: 767px) {
    .btn-group-dashboard {
        padding: 80px 0;
    }
}

.btn-dashboard {
    padding: 20px 0;
    width: 100%;
    margin-bottom: 10px;
}

.btn-dashboard i {
    font-size: 72px;
    padding: 10px;
}
@media (max-width: 767px) {
    .btn-dashboard i {
        font-size: 38px;
        padding: 7px 0;
    }
}


.agg-nota-row {
    padding: 7px;
    margin-bottom: 10px;
}

.agg-nota-row>.col-xs-12 {
    padding: 10px 20px;
    background-color: #f7f7f7;
    border-radius: 4px;

    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    border: 0 solid rgba(0, 0, 0, .125);


}

@media (min-width: 992px) {
    .col-anagrafica {
        padding-left: 30px;
        padding-right: 20px;
    }
}

@media (max-width: 992px) {
    .navigation-slide-container {
        width: 100%;
        overflow-x: auto;
        padding-bottom: 11px;
    }

    .navigation-slide {
        display: -webkit-box;
        flex-wrap: initial;
        position: relative;
    }

    .navigation-slide-container::after {
        content: " ";
        position: absolute;
        right: 0;
        top: 0;
        width: 35px;
        height: 100%;
        background: rgb(230, 234, 239);
        background: linear-gradient(90deg, rgba(230, 234, 239, 0) 0%, rgba(230, 234, 239, 1) 81%);
    }

    .navigation-slide .nav-item {
        background-color: #f7f7f7;
        margin-right: 10px;
        min-width: 100px;
    }

    .navigation-slide .nav-item:last-child {
        padding-right: 15px;
    }

    .dark-mode .navigation-slide-container::after {
        background: #343a40;
        background: linear-gradient(90deg, rgba(52, 58, 64, 0) 0%, rgba(52, 58, 64, 1) 81%);
    }

    .dark-mode .navigation-slide .nav-item {
        background-color: #343a40;
    }

    .navigation-slide .nav-link {
        text-align: center;
    }

    .icon-slide {
        display: block;
    }
}


@media (max-width: 480px) {
    .btn-table-mod span {
        display: none;
    }
}


.dataTables_filter {
    display: none;
}


.ap-layout-relative,
.ap-layout-inline {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100%;
    height: 100%;
}

.ap-layout-relative,
.ap-layout-inline .ap-cont {
    position: relative !important;
    width: 100% !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem;
}

.ap-theme-default {
    color: #555555 !important;
}

.ap-component-selector {
    border-top: 1px solid #29b1e6 !important;
    border-bottom: 1px solid #29b1e6 !important;
}

.brand-link {
    padding: 0.35rem;
}

.brand-link .brand-image {
    max-height: 54px;
    height: 54px;
}

.brand-text {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: 100%;
    padding: 5px;
    background-color: #fff;
}

@media (max-width: 767px) {
    .display-4 {
        font-size: 2.5rem;
        line-height: 1;
    }    

    #add_timeline {
        margin-bottom: 10px;
    }
}

.titleactivity {
    font-weight: bold;
    color: #4293d5;
    cursor: pointer;
}



.substatus_3 {
    border-left: #fcd917 5px solid !important;
}
.substatus_3  .titleactivity {
    color: #dfbd01;
}

.substatus_5 {
    border-left: #48c748 5px solid !important;
}
.substatus_5  .titleactivity {
    color: #48c748;
}
.substatus_7 {
    border-left: #cc0000 5px solid !important;
}
.substatus_7  .titleactivity {
    color: #cc0000;
}

.align-center-35 .custom-switch {
    padding: 0.5rem 1rem 0.5rem 2.25rem;
}

.attivita_resoconto {
    color: #fff;
    background-color: #6c757d;
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}



.modello_list_fatture_altri > div {padding: 10px 10px 10px 15px; border-bottom: #ccc 1px dotted;}


.animation__wobble {background-color: #ffffff; border-radius: 8px;}









.logodark {display: none !important;}
.dark-mode .logodark {display: inline-block !important; background-color: #343a40;}
.dark-mode .logolight {display: none;}







/* LAST */

.simobile {
    display: none;
}
@media (max-width: 767px) {
    .nomobile {
        display: none;
    }

    .simobile {
        display: inline;
    }
}



.conimgprofile img {
    height: 15px;
    width: 15px;
    position: relative;
    margin: -5px 5px 0px 0px;
}


@media (max-width: 767px){
.timeline>div>.timeline-item>.time {
	width: 100%;
}
}





input.timedate {
    position: relative;
	padding-left: 30px;
}
input.timedate::-webkit-calendar-picker-indicator {
    position: absolute;
    width: 95%;
	left: 7px;
	right: 0px;
	padding:0;
	margin:0;
}


.login-page, .register-page {
    background-color: #ffffff;
}

.dataTables_info{
    font-size: 10px;
}

.page-item.disabled .page-link {
    border:none !important;
}


.page-item.active .page-link {
    color:#6c757d;
    background-color: #ffffff;
    border-color: #29b1e6;
    border-top-color: #c3c3c3;
    border-right-color: #c3c3c3;
    border-bottom-color:  #c3c3c3;
    border-left-color:  #c3c3c3;
}

.logo-login-top{
    position: fixed;
    width: 220px;
    max-width: 80%;
    right: 15px;
    top: 15px;

}

.login-footer{
    font-size: 12px;
    color: #869099;
    padding: 1rem;
}

.btn-outline-warning:hover {
    color: #ffffff;
}


.content-wrapper {
    background-color: #ffffff;
}

.dark-mode .content-wrapper {
    background-color: #454d55;
    color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #4293d5 !important;
}
.dark-mode .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #4293d5 !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #4293d5 !important;
}


.modal ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #4293d5 !important;
    opacity: 1; /* Firefox */
  }
  
  .modal :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #4293d5 !important;
  }
  
  .modal ::-ms-input-placeholder { /* Microsoft Edge */
    color: #4293d5 !important;
  }

custom-control-label::before,  .custom-file-label,  .custom-file-label::after, .custom-select,  .form-control:not(.form-control-navbar):not(.form-control-sidebar),  .input-group-text {
    color: #4293d5 !important;
}




.switch-holder {
    display: flex;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    justify-content: space-between;
    align-items: center;
	background-color: #f9f9f9;
    min-height: 90px;
color:#222222;
    -webkit-box-shadow: 1px 0px 11px 1px #cccccc;
    -moz-box-shadow: 1px 0px 11px 1px #cccccc;
    -o-box-shadow: 1px 0px 11px 1px #cccccc;
    box-shadow: 1px 0px 11px 1px #cccccc;
}

.switch-label {

}

.switch-label i {
    margin-right: 5px;
}

.switch-toggle {
    height: 40px;
    background-color: #f3f3f3;
    border-radius: 10px;
    display: inline-block;
}

.switch-toggle input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -2;
}

.switch-toggle input[type="checkbox"] + label {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 40px;
    border-radius: 20px;
    margin: 0;
    cursor: pointer;
    
}

.switch-toggle input[type="checkbox"] + label::before {
    position: absolute;
    content: 'OFF';
    font-size: 13px;
    color: black;
    text-align: center;
    line-height: 25px;
    top: 8px;
    left: 8px;
    width: 45px;
    height: 25px;
    border-radius: 20px;
    background-color: #d1dad3;
    transition: .3s ease-in-out;
}

.switch-toggle input[type="checkbox"]:checked + label::before {
    left: 50%;
    content: 'ON';
    color: #fff;
    background-color: #00b33c;

}



.timeline-item .time .conimgprofile img{
	height: 30px;
    width: 30px;
}

.timeline-item .time span{
	font-size: 16px;
}

.timeline-item .time {
	font-size: 16px !important;
}

.p_foto img{
    max-height: 250px;
    max-width: 100%;
}




.product__modal-form .cart-plus-minus {
    width: 180px;
    text-align: center;
    position:relative;
  }
  .product__modal-form .cart-plus-minus input {
    border: 0px;
    outline: 0px;
    background: none;
    font-weight: 400;
    color: #000000;
    font-size: 35px;
    display: inline-block;
    height: 50px;
    width: 50px;
    border: 1px solid #e3e6e7;
    text-align: center;
    line-height: 50px;
  }
  .product__modal-form .cart-plus-minus .qtybutton {
    font-size: 40px;
    color: #4293d5;
    display: inline-block;
    position: absolute;
    top: 50%;
    background: transparent;
    cursor: pointer;
    text-align: center;
    border-radius: 0;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
  .product__modal-form .cart-plus-minus .inc {
    right: 7px;
  }
  .product__modal-form .cart-plus-minus .dec {
    left: 7px;
  }

  .cart-plus-minus {
    width: 180px;
  }
  
  .cdcart-plus-minus input {
    border: 0px;
    outline: 0px;
    background: none;
    font-weight: 400;
    color: #000;
    font-size: 14px;
    display: inline-block;
    height: 45px;
    list-style: 45px;
    padding: 0 50px;
    width: 180px;
    border: 1px solid #ebebeb;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  
  .cart-plus-minus .qtybutton {
    font-size: 20px;
    color: #000;
    display: inline-block;
    position: absolute;
    top: 50%;
    height: 22px;
    width: 22px;
    background: transparent;
    border-radius: 30px;
    line-height: 1;
    cursor: pointer;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .cart-plus-minus .dec {
    left: 7px;
  }
  
  .cart-plus-minus .inc {
    right: 7px;
  }

  .item_with_note{
    background-color: #ffffc7 !important;
  }

  .dark-mode .item_with_note{
    background-color: #ffffc7 !important;
  }
  .dark-mode .timeline>div>.timeline-item.item_with_note>.timeline-header {
    color:#6b6b6b !important;
}
.dark-mode .timeline>div>.timeline-item.item_with_note>.time {
    color:#6b6b6b !important;
}

.dark-mode .btn-outline-primary {
    color: #fff;
    background-color: #3f6791;
    border-color: #3f6791;
}

.dark-mode .item_with_note  .btn-outline-primary {
    color: #fff;
    background-color: #3f6791;
    border-color: #3f6791;
}

.dark-mode .item_with_note  .btn-outline-primary:HOVER {
    color: #fff;
    background-color: #3f6791;
    border-color: #3f6791;
}

#tab_cantieri tr td:first-child {
    background-color: #eaf1fb;
}

.dark-mode #tab_cantieri tr td:first-child {
    background-color: #494c4e;
}


#report_table tr .tdcoorato {
    background-color: #eaf1fb;
}

.dark-mode #report_table tr .tdcoorato {
    background-color: #494c4e;
}


.table_report_attivita tr .tdcoorato {
    background-color: #eaf1fb;
}

.dark-mode .table_report_attivita tr .tdcoorato {
    color:#fff !important;
    background-color: #494c4e;
}


tr.status-0 td  {
    background-color: #cccccc;
}

.dark-mode tr.status-0 td {
 
    background-color: #6c757d;
}

tr.status-0 td:nth-child(4)  {
    color: #f39c12;
}

.dark-mode tr.status-0 td:nth-child(4)  {
    color: #f39c12;
}