a {
    color: #107dac;
}

a:HOVER {
    color: #17a2b8;
}


.content-wrapper {
    padding: 10px;
}

.btn-primary {
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-primary:HOVER {
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.nav-pills .nav-link:HOVER {
    color: #17a2b8 !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #17a2b8;
}

/* 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: #107dac 2px solid;
}

.cambia-tema:HOVER img {
    border: #44a7d2 2px solid;
}

.brand-link:HOVER, .brand-text:HOVER {
    color: #44a7d2;
}

.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: #3375ac;
    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: #2f343a;
    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;
    color: #ffffff;
    position: relative;
    display: block;
    padding: 10px 15px;
    background-color: #2f343a;
    border-left: #252729 1px solid;
}

#mainmenu ul li a:HOVER {
    color: #cccccc;
}

#mainmenu ul li a.active {
    color: #495057;
    background-color: #f4f6f9;
    border-color: #dee2e6 #dee2e6 #fff;
}

#mainmenu ul li a.active {
    color: #495057;
    background-color: #f4f6f9;
    border-color: #dee2e6 #dee2e6 #fff;
}


.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;
}

.dark-mode .select2-container--default .select2-selection--multiple {
    border: 1px solid #6c757d !important;
    background-color: #343a40 !important;
    color: #ffffff;
}


.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: #107dac;
    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: #107dac;
        -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: #3498db !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: #107dac;
}


.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;}
.userclass .user-no{display: none !important;}
.userclass aside.main-sidebar {display: none !important;}
.userclass .content-wrapper, .userclass .main-header, .userclass .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: #17a2b8;
    border-color: #17a2b8;
}
	
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    background-color: #17a2b8;
}

.btn-add {
    display: inline-block;
    color: #05a9cd;
    text-align: center;
    border-radius: 5px;
    border: 3px solid #23b5d5;
    padding: 8px;
    cursor: pointer;
    margin-bottom: 20px;
    margin-right: 10px;;
}
.btn-add:HOVER {
    background: rgb(19,104,155);
    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;}


.list_old-add-other-committente{
    display: block;
    float: left;
    width: 100%;
}

.list_admin_associa_other_committente{
    display: block;
    float: left;
    width: 100%;
    padding: 5px;
    border-bottom: #ccc 1px dotted;
}




.history.fa.fa-history{
    cursor: pointer;
}




/*

classe da aggiungere a body:

small-versione  

*/


.small-versione .bloccodipendente i {
    font-size: 22px !important;
    margin: 0px !important;
    left: 10px !important;
    position: absolute !important;
    top: 12px !important;
}

.small-versione .bloccodipendente .attachment-block {
    background-color: transparent !important;
    border: none !important;
    margin-bottom: 0px !important;
    padding: 0px !important;
}

.small-versione  #dipendenti_nome {margin: 0 !important;}

.small-versione .bloccodipendente {
    padding: 10px 5px 5px !important;
}

.small-versione .card-footer {
    padding: 5px 10px 10px !important;   
    border-top: none !important;
    background-color: transparent !important;
}

.small-versione .card-footer .row:nth-child(2) {
    display: none;
}