/*Select2 ReadOnly Start*/

select[readonly].select2-hidden-accessible+.select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible+.select2-container .select2-selection {
    background: #eee;
    box-shadow: none;
}

select[readonly].select2-hidden-accessible+.select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible+.select2-container .select2-selection__clear {
    display: none;
}

.shortcut-toolbar {
    display: inline-block;
    background: #fafafa;
    border: 1px solid #c4c4c4;
    /* border-bottom: 0.5px; */
    width: 100%;
    z-index: 5;
    min-height: 37px;
    top: 2.5px;
    position: relative;
}

.sh-title {
    color: #333;
    position: relative;
    font-weight: 400;
    min-height: 100%;
    margin-top: 9px;
    margin-left: 12px;
}

.shortcut-elements {
    display: inline;
    list-style-type: none;
    padding-left: 0px;
}

.shortcut-elements li {
    display: inline;
    color: #333;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 2px;
    cursor: pointer;
}

.shortcut-elements li:hover {
    background-color: #e6e6e6;
}

.shortcut-elements li:active {
    background-color: #d9d9d9;
    box-shadow: inset 0 2px 2px #bfbfbf;
}

.prog-check {
    top: -12px;
    left: 5px;
}

/*.shortcut-elements li:focus{
    background-color: #d9d9d9;
    box-shadow: inset 0 2px 2px #d9d9d9;
}*/

/*Select2 ReadOnly End*/

/* LABEL */

.form-group label {
    font-size: 0.8rem;
    font-weight: 300;
}

.form-control, .select2-selection__rendered {
    color: #000 !important;
    font-weight: 500 !important;
}

/*ricerca google visibile su un modal*/

.pac-container {
    z-index: 10000 !important;
}

.homepage-title {
    margin: 0;
    padding: 0 1rem 0 0;
    font-size: 1.4rem;
    font-weight: 500;
    color: #434349 !important;
}

.breadcrumb-start-icon {
    font-size: 1rem;
    color: #c5cbe7;
    padding: 5px;
}

/*.breadcrumb-start-icon:hover{
    color: #5d78ff;
}*/

.breadcrumb-separator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: content;
    -ms-flex-pack: content;
    justify-content: content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0.35rem 0 0;
}

.breadcrumb-separator:after {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    content: " ";
    background: #e7e8ef;
}

.breadcrumb-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.25rem 0;
    margin-left: 25px;
}

.breadcrumb-link {
    padding: 0 0.35rem 0 0;
    font-size: 1rem;
    font-weight: 500;
    color: #959cb6;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/*.breadcrumb-link:hover {
    color: #5d78ff;
}*/

.clicked-button {
    cursor: pointer;
    position: relative;
    border: none;
    transition-duration: 0.4s;
    overflow: hidden;
}

/*.clicked-button:after {
    content: "";
    background: #498ee9;
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -20px !important;
    margin-top: -120%;
    opacity: 0;
    transition: all 0.8s
}*/

.clicked-button:active:after {
    padding: 0;
    margin: 0;
    opacity: 0.4;
    transition: 0s
}

.clicked-button:focus {
    outline: 0;
}

.btn-sm-multiple {
    padding: 0.2rem 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.filter-btn {
    width: 90px !important;
    top: 7.5px;
}

.filtro-label {
    margin-top: 10px;
    margin-right: 10px;
}

.switch-view-row {
    display: inline-flex;
    position: relative;
    right: 45px;
    width: 200px!important;
}

.switch-view-row .type-view {
    position: relative;
    top: 7.5px;
    margin-right: 10px;
    margin-left: 10px;
}

.add-project {
    position: relative;
    top: 7.5px;
    right: 5px;
}

.details-lead {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
}

.social {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 180px;
    border-right: 1px solid #959cb6;
    border-left: 1px solid #959cb6;
}

.sito-web {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 80px;
}

.partita_iva {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100px;
    margin-left: 20px;
}

.visite {
    margin-left: 20px;
    margin-top: 10px;
}

.messaggio {
    margin: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
}

.messaggio-dx {
    background-color: #498ee9;
    color: #ffffff;
    position: relative;
    float: right;
}

.messaggio-sx {
    background-color: #7bc840;
    color: #ffffff;
    position: relative;
    float: left;
}

.arrowdown {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.arrowup {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.scroll-mod::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.scroll-mod::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.scroll-mod::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
}

.dataTables_wrapper .dataTable th, .dataTables_wrapper .dataTable td {
    color: #212529;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--active>.kt-menu__heading .kt-menu__link-icon, .kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--active>.kt-menu__link .kt-menu__link-icon {
    color: #5d78ff !important;
    /*se si commenta alcune icone del menu non si colorano quando in active*/
}

.kt-wizard-v3 .kt-wizard-v3__nav .kt-wizard-v3__nav-items .kt-wizard-v3__nav-item.c7-col, flex-meteo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex: 0 0 12.5%;
}

.elimina-riga-prodotto, .aggiungi-riga-prodotto {
    margin-right: 5px;
}

.fc-description {
    color: #FFF !important;
}

.fc-axis span {
    font-weight: 500;
    font-size: 13px !important;
}

.popover {
    font-size: 13px;
}

#calendar .fc-timeGridWeek-view .fc-today:not(.fc-day-header), #calendar .fc-timeGridWeek-view .fc-today:not(.fc-day-header) {
    background: #e8f0f9 !important;
}

.fc-unthemed .fc-toolbar .fc-button .fc-icon {
    font-size: 18px;
}

.fc-unthemed .fc-toolbar .fc-today-button {
    font-size: 16px;
}

.fake-portlet {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    box-shadow: 0px 0px 13px 0px rgb(82 63 105 / 6%);
    background-color: #ffffff;
    margin-bottom: 20px;
    border-radius: 4px;
}

.fake-ckeditor {
    width: 100% !important;
    resize: none !important;
    overflow-y: hidden !important;
    padding: 10px;
    color: #646c9a !important;
    border: 1px solid #c4c4c4 !important;
    outline: none;
}

.fake-ckeditor:active {
    border: 1px solid #5d78ff !important;
}

.fake-ckeditor:focus {
    border: 1px solid #5d78ff !important;
}

.header-icons {
    font-size: 20px;
    padding-top: 12px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.header-icons:hover {
    transition: all 0.3s;
    background-color: rgba(77, 89, 149, 0.06);
}

.dropdown.show .header-icons{
    transition: all 0.3s;
    background-color: rgba(77, 89, 149, 0.06);
}

.red-dot-notification {
    border-radius: 50% !important;
    width: 8px !important;
    height: 8px !important;
    font-weight: bold !important;
    padding: 0px !important;
    position: relative !important;
    top: 20px !important;
    right: 12px !important;
}
.status-dot{
    border-radius: 50% !important;
    width: 10px !important;
    height: 10px !important;
    padding:0px !important;
}
.scadenze-descrizione-notifiche {
    margin-bottom: 3px;
    color: #333;
    font-size: 11px;
}

.scadenza_list{
    list-style-type: none;
    overflow-x: scroll;
    overflow-y: hidden;
    width:100%;
    display: flex;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.scadenza_list::-webkit-scrollbar{
    display: none;
}
.scadenza_list li{
    width: 300px;
    height: 175px;
    display: inline-block !important;
    position: relative;
    border-radius: 5px;
    /*padding:10px;*/
    margin:5px;
    -webkit-box-shadow: 0px 0px 7px 0px rgb(82 63 105 / 10%);
    box-shadow: 0px 0px 7px 0px rgb(82 63 105 / 10%);
    background-color: #ffffff;
}
.scadenza_list li div {
    width: 300px;
    padding-top:10px;
    padding-left:10px;
    padding-right:10px;
}
.scadenza_list button{
    position: absolute;
    right: 10px;
    bottom:10px;
}

.pcr-button {
    border: 1px solid #d8d8d8ad !important;
    width: 38px !important;
    height: 38px !important;
    margin-right: 5px !important;
}

ul.select2-selection__rendered {
    overflow-y: auto !important;
    max-height: 300px;
}


/* Extra small devices (portrait phones, less than 576px)*/

@media (max-width: 575.98px) {}

/*// Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) and (max-width: 767.98px) {}

/* Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) and (max-width: 991.98px) {}

/* Large devices (desktops, 992px and up)*/

@media (min-width: 992px) and (max-width: 1199.98px) {}

/* Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {}

@media (max-width: 770.98px) {
    #cerca-referenti-lente-big {
        padding: 5px;
    }
    #search-referenti-prepend {
        max-width: 40px;
    }
    #kt_select2_1+.select2-container {
        width: 300px !important;
    }
}

@media (max-width: 1124px) {
    .kt-header {
        background-color: #fff;
    }
}