.ares-font-size-1 {
    font-size: 1rem !important;
}

.ares-font-size-11px {
    font-size: 11px !important;
}

.ares-font-size-14px {
    font-size: 14px !important;
}

.ares-fixed-60 {
    width: 60px !important;
}

.ares-fixed-100 {
    width: 100px !important;
}

.ares-fixed-120 {
    width: 120px !important;
}

.mt-25px {
    margin-top: 25px;
}

.text-black {
    color: #48465b;
}

.font-weight-500 {
    font-weight: 500;
}

.table th,
.table td {
    font-weight: 400;
    padding: 0.6rem !important;
}

.table-hover tbody tr:hover {
    color: #ffffff !important;
    background-color: #009cde !important;
}

.table-hover tbody tr:hover > a {
    color: #ffffff !important;
}

table.ares-table-v-align--middle th,
table.ares-table-v-align--middle td {
    vertical-align: middle !important;
    white-space: nowrap;
}

.kt-quick-panel {
    width: 420px !important;
    transition: right 0.3s ease, left 0.3s ease;
    right: -440px;
}

.kt-quick-panel.kt-quick-panel--on {
    transition: right 0.3s ease, left 0.3s ease;
    right: 0;
}

.kt-quick-panel--right .kt-quick-panel {
    left: -440px;
    right: auto;
}

.kt-quick-panel--right .kt-quick-panel.kt-quick-panel--on {
    transition: right 0.3s ease, left 0.3s ease;
    left: 0;
    right: auto;
}

.ares_kt-form-quick-panel {
    color: #48465b !important;
}

.ares_no-wrap {
    white-space: nowrap;
}

/* pagina dettaglio annuncio */
.ares-detail-label {
    display: block;
    font-size: 1rem;
    color: #74788d;
    font-weight: lighter;
    text-transform: uppercase;
}

.ares-detail-value {
    display: block;
    font-size: 1.1rem;
    color: #595d6e;
    font-weight: 500;
    margin-top: 3px;
}

.dropdown-menu.dropdown-menu-xl {
    width: 420px !important;
}

@media (max-width: 768px) {
    .dropdown-menu.dropdown-menu-xl,
    .dropdown-menu.dropdown-menu-lg,
    .dropdown-menu.dropdown-menu-md {
        width: 420px !important;
    }
}

.kt-header__topbar
    .kt-header__topbar-item
    .kt-header__topbar-wrapper
    .kt-header__topbar-icon
    i {
    color: #ffffff !important;
}

.kt-header .kt-header__bottom {
    background-color: #ffffff !important;
}

@media (min-width: 1025px) {
    .kt-header-menu-wrapper {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
}

.kt-header-menu
    .kt-menu__nav
    > .kt-menu__item.kt-menu__item--here
    > .kt-menu__link {
    background-color: #ffffff !important;
}

.kt-notification .kt-notification__item:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
}

button.dropdown-item {
    padding: 0.7rem 1.2rem !important;
}

.nav-link.dropdown-toggle:after,
.btn.dropdown-toggle:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
}

.kt-subheader .kt-subheader__main .btn:not(.dropdown-toggle-split) {
    margin-right: 0 !important;
}

@media (min-width: 1025px) {
    .kt-header-menu-wrapper {
        justify-content: left !important;
    }
}

.dropup .nav-link.dropdown-toggle:after,
.dropup .btn.dropdown-toggle:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
}

.kt-section__title {
    font-size: 1.2rem !important;
}

.kt-switch.kt-switch--icon input:empty ~ span:after {
    font-family: "Font Awesome 5 Pro";
    content: "";
}
.kt-switch.kt-switch--icon input:checked ~ span:after {
    content: "\f00c";
}
.kt-switch.kt-switch--icon-check input:checked ~ span:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f00c";
}

.kt-ares-container-dati {
    width: 100%;
    height: 100%;
    padding: 15px;
    background-color: #eff1f5;
    border-radius: 7px;
}

.kt-ares-container-dati h4 {
    color: #72809d;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 15px;
    margin: 0;
    margin-bottom: 10px;
}

.kt-ares-container-dati p {
    color: #48465b;
    font-weight: 400;
    margin: 0;
    padding: 0;
    overflow-wrap: break-word;
}

.kt-ares-container-dati span {
    display: block;
    color: #72809d;
    font-size: 13px;
    margin-top: 8px;
    overflow-wrap: break-word;
}

.kt-ares-container-dati ul li {
    color: #48465b;
    overflow-wrap: break-word;
}

.modal .modal-content .modal-header .close:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f00d";
}

/* box per aggiunta informazioni */
.box-square {
    width: 100%;
    border: 1px solid #e2e5ec;
    border-radius: 7px;
}

.box-square-header {
    border-bottom: 1px solid #e2e5ec;
    padding: 0.5rem 1rem;
    overflow: auto;
    background-color: #f9f9f9;
}

.box-square-header h3 {
    font-size: 13px;
    font-weight: 600;
    color: #48465b;
    margin: 0;
    padding: 0;
}

.box-square-header .btn {
    background-color: #ffffff;
}

.box-square-body {
    padding: 1rem;
}

.box-square-footer {
    border-top: 1px solid #e2e5ec;
    padding: 0.5rem;
    text-align: center;
}

.box-square-plus {
    /*border: 1px dashed #ebedf2;*/
    padding: 1rem 1rem;
    border-radius: 7px;
    text-align: center;
}

/* CSS PERSONALIZZAZIONE GRAFICA */
a {
    color: #009cde;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #009cde;
    text-decoration: underline;
}
.btn-primary {
    background: #009cde;
    border: none;
}
.btn-primary:hover {
    color: #fff;
    background-color: #2467ab;
    border-color: none;
}
.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #2467ab;
    border-color: none;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(113, 126, 226, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(113, 126, 226, 0.5);
}

.btn-brand {
    color: #fff;
    background-color: #009cde !important;
    border-color: #009cde !important;
    color: #ffffff;
}
.btn-brand:hover {
    color: #ffffff;
    background-color: #2467ab !important;
    border-color: #2467ab !important;
}
.btn-brand:focus,
.btn-brand.focus {
    color: #ffffff;
    background-color: #2467ab !important;
    border-color: #2467ab !important;
}
.btn-brand.disabled,
.btn-brand:disabled {
    color: #ffffff;
    background-color: #5d78ff !important;
    border-color: #5d78ff !important;
}

label.btn.btn-label-brand,
a.btn.btn-label-brand,
button.btn.btn-label-brand,
input.btn.btn-label-brand {
    cursor: pointer !important;
}
label.btn.btn-label-brand:focus,
label.btn.btn-label-brand:hover,
label.btn.btn-label-brand.active,
a.btn.btn-label-brand:focus,
a.btn.btn-label-brand:hover,
a.btn.btn-label-brand.active,
button.btn.btn-label-brand:focus,
button.btn.btn-label-brand:hover,
button.btn.btn-label-brand.active,
input.btn.btn-label-brand:focus,
input.btn.btn-label-brand:hover,
input.btn.btn-label-brand.active {
    background-color: #009cde;
    color: #ffffff;
}

label.btn.btn-label-primary:focus,
label.btn.btn-label-primary:hover,
label.btn.btn-label-primary.active,
a.btn.btn-label-primary:focus,
a.btn.btn-label-primary:hover,
a.btn.btn-label-primary.active,
button.btn.btn-label-primary:focus,
button.btn.btn-label-primary:hover,
button.btn.btn-label-primary.active,
input.btn.btn-label-primary:focus,
input.btn.btn-label-primary:hover,
input.btn.btn-label-primary.active {
    background-color: #009cde;
    border-color: none;
}
.btn.btn-label-primary {
    background-color: rgba(57, 141, 226, 0.1);
    color: #009cde;
    cursor: text !important;
}
.kt-header {
    background: #252b33;
}
.kt-header .kt-header__top {
    height: 70px;
}
.kt-header .kt-header__bottom {
    height: 48px;
}
.kt-header-menu
    .kt-menu__nav
    > .kt-menu__item.kt-menu__item--here
    > .kt-menu__link {
    background-color: transparent !important;
    border-bottom: 3px solid #009cde;
}
.kt-header-menu
    .kt-menu__nav
    > .kt-menu__item
    > .kt-menu__link
    .kt-menu__link-text {
    font-weight: 400;
}
.kt-header-menu
    .kt-menu__nav
    > .kt-menu__item.kt-menu__item--here
    > .kt-menu__link
    .kt-menu__link-text {
    color: #009cde;
}
.kt-header-menu-wrapper
    .kt-header-menu
    .kt-menu__nav
    > .kt-menu__item
    > .kt-menu__link {
    border-radius: 0px;
    padding: 1.1rem 1.45rem 0.8rem 1.45rem;
}
.kt-header-menu-wrapper
    .kt-header-menu
    .kt-menu__nav
    > .kt-menu__item
    > .kt-menu__link:hover {
    color: #009cde !important;
    background-color: transparent !important;
}
.kt-header-menu
    .kt-menu__nav
    > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active)
    > .kt-menu__link
    .kt-menu__link-text,
.kt-header-menu
    .kt-menu__nav
    > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active)
    > .kt-menu__link
    .kt-menu__link-text {
    color: #009cde !important;
    background-color: transparent !important;
}
.kt-aside-menu {
    background-color: #282733 important;
}
.kt-aside-menu-wrapper {
    background-color: #282733 important;
}
.cropper {
    width: 150px;
    height: 100px;
    overflow: hidden;
    border-radius: 10px;
}
.kt-portlet {
    -webkit-box-shadow: 0px 0px 13px 0px rgba(52, 59, 62, 0.15);
    box-shadow: 0px 0px 13px 0px rgba(52, 59, 62, 0.15);
}
.kt-badge.kt-badge--outline.kt-badge--dark {
    color: #009cde;
    border: 1px solid #ccc;
}
.kt-badge.kt-badge--inline {
    border-radius: 25px;
}
.kt-badge.kt-badge--outline.kt-badge--dark a {
    font-size: 15px;
    color: #979a9a;
}
.kt-pagination.kt-pagination--brand
    .kt-pagination__links
    .kt-pagination__link--active {
    background: #009cde;
}
.kt-font-brand {
    color: #009cde !important;
}
.kt-subheader .kt-subheader__main .kt-subheader__desc.annunci_risultati {
    font-weight: 400;
    font-size: 1.2rem;
    color: #48465b;
    padding: 0 1.5rem 0 1.5rem;
}
.kt-subheader .kt-subheader__main .kt-subheader__desc.annunci_risultati span {
    font-weight: 600;
    color: #48465b;
}
.kt-nav .kt-nav__item > .kt-nav__link {
    padding: 0.75rem 1.75rem;
}
.kt-head .kt-head__title {
    text-align: left;
    margin: 0 0 0 1.5rem;
}
.kt-header-menu
    .kt-menu__nav
    > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active)
    > .kt-menu__link,
.kt-header-menu
    .kt-menu__nav
    > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active)
    > .kt-menu__link {
    background-color: #fff;
}
.kt-widget.kt-widget--user-profile-2 .kt-widget__footer .btn {
    padding: 0.6rem 0;
}
.agency_box .btn {
    background-color: #fff;
    border: 1px solid #ddd;
}
.kt-portlet .kt-portlet__head.title_annuncio {
    background: #0076a5;
}

.kt-portlet__head.title_annuncio .kt-portlet__head-title {
    color: #fff !important;
    font-size: 1.3rem !important;
}
.kt-portlet__head .kt-portlet__head.title h3 {
    color: #fff;
}
.kt-portlet__body .back_info {
    background: #fafafa;
    border: 2px solid #fff;
}
.kt-portlet__head .kt-portlet__head-title {
    color: #0076a5;
}
.btn_azzera_filtri a {
    height: 2.8rem;
}
.btn_azzera_filtri a {
    border-radius: 25px;
}
.btn_azzera_filtri a i {
    margin-right: 5px;
}
.kt-subheader .kt-subheader__main {
    padding: 0.5rem 0;
}
.kt-subheader .kt-subheader__main h3 {
    padding: 0.5rem 0;
}
.kt-subheader .kt-subheader__main .kt-subheader__desc {
    padding: 0.5rem 1rem 0.5rem 0;
}
.tittle_annunci spam {
    font-size: 1.5rem;
}
.custom_annuncio .kt-heading {
    font-size: 1.5rem;
    color: #0076a5 !important;
    font-weight: 600;
}
.custom_annuncio .form-group label {
    font-weight: 500;
    color: #50566a;
}
.custom_annuncio .kt-separator {
    border-bottom: 2px solid #0076a5;
}
.kt-switch input:checked ~ span:after {
    background-color: #009cde;
}
.footer_logo {
    width: 20%;
}
.carousel {
    height: 400px;
    overflow: hidden;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    height: 450px;
}
.carousel-indicators {
    position: relative;
    height: 65px;
    margin-right: 0;
    margin-left: 0;
}
.carousel-indicators li {
    width: 100px;
    height: 65px;
    overflow: hidden;
}
.kt-aside-toggler span::before,
.kt-aside-toggler span::after {
    background: #009cde;
}
.kt-scrolltop {
    background: #009cde;
}
.kt-quick-panel .kt-quick-panel__close:hover {
    background-color: #009cde;
}
.kt-aside-toggler span {
    background: #009cde;
}
.kt-aside-toggler span::before,
.kt-aside-toggler span::after {
    background: #009cde;
}
.kt-aside-toggler:hover span {
    background: #009cde;
}
.kt-aside-toggler:hover span::before,
.kt-aside-toggler:hover span::after {
    background: #009cde;
}

.dropdown-menu > .dropdown-item [class*=" fa-"] {
    font-size: 0.9rem;
    margin-top: 4px;
}
.swal2-styled.swal2-confirm {
    background-color: #009cde;
}
@media (max-width: 576px) {
    .carousel {
        height: 200px;
        overflow: hidden;
    }
}

.toast .toast-close-button {
    font-family: "Font Awesome 5 Pro";
}

.toast .toast-close-button:before {
    content: "\f00d";
}

.input-aggiudicata {
    display: none;
}

/* leaflet custom controls */
.leaflet-custom-control {
    border-radius: 7px !important;
    width: 120px !important;
    height: 80px !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
    position: absolute !important;
    bottom: 20px !important;
    box-shadow: 0 4px 2px -2px #d5d5d5 !important;
    z-index: 9999;
}

.leaflet-custom-control-mobile {
    border-radius: 7px !important;
    width: 50px !important;
    height: 50px !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
    position: absolute !important;
    box-shadow: 0 4px 2px -2px #d5d5d5 !important;
    bottom: 0 !important;
    z-index: 9999;
}

/* Bottoni su mappa [DESKTOP] */
.leaflet-map {
    width: 100%;
    height: 400px;
    z-index: 1;
    /*z-index: 10 !important;*/
}

.leaflet-map-auto {
    width: 100%;
    height: auto;
    z-index: 1;
    /*z-index: 10 !important;*/
}

.desktop-circle {
    background-image: url(../images/button-map-disegno.png) !important;
    background-position: 0px 0px !important;
    left: 20px !important;
}
.desktop-circle:hover {
    background-position: 0px -80px !important;
}

.desktop-polygon {
    background-image: url(../images/button-map-disegno.png) !important;
    background-position: -120px -80px !important;
    left: 150px !important;
}
.desktop-polygon:hover {
    background-position: -120px 0px !important;
}

.desktop-clear-drawed,
.desktop-confirm-drawed {
    display: none;
    width: 120px !important;
    height: 40px !important;
    border: none;
    border-radius: 7px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
    font-weight: 400;
}
.desktop-clear-drawed {
    left: 300px;
    background-color: #97999b;
}
.desktop-clear-drawed:hover {
    background-color: #4a4a4a;
}
.desktop-confirm-drawed {
    left: 440px;
    background-color: #00aef2;
}
.desktop-confirm-drawed:hover {
    background-color: #00597c;
}

.desktop-edit {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50px !important;
    left: 20px !important;
    bottom: 210px !important;
    background-image: url(../images/button-map-modifica.png) !important;
    background-color: #97999b;
    display: none;
}

.desktop-drag {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50px !important;
    left: 20px !important;
    bottom: 140px !important;
    background-image: url(../images/button-map-sposta.png) !important;
    background-color: #00aef2;
    display: none;
}

.ui-autocomplete {
    z-index: 1001 !important;
    max-height: 300px;
    overflow-y: auto;
}

/* Procedura: disabilita visualizzazione campi */
.inputs-procedura-giudiziale,
.inputs-procedura-stragiudiziale,
.inputs-esecuzioni-immobiliari,
.inputs-fallimentare {
    display: none;
}

/* Importa Lista Excel */
ul.list-matches {
    padding: 0;
}

ul.list-matches li {
    list-style-type: none;
}

a.show-match-pratica {
    color: #595d6e;
    display: block;
    text-decoration: underline;
    font-size: 11px;
}

/* Pagination */
ul.pagination {
    margin-bottom: 0 !important;
}

/* Status Ares */
.kt-badge-status-1 {
    border-radius: 5px !important;
    padding: 0.15rem 0.75rem !important;
    background-color: #ffea00;
    color: #ffffff;
}

.kt-badge-status-2,
.kt-badge-status-piaciuto {
    border-radius: 5px !important;
    padding: 0.15rem 0.75rem !important;
    background-color: #0abb87;
    color: #ffffff;
}

.kt-badge-status-3,
.kt-badge-status-inattesa {
    border-radius: 5px !important;
    padding: 0.15rem 0.75rem !important;
    background-color: #f9a825;
    color: #ffffff;
}

.kt-badge-status-4,
.kt-badge-status-nonpiaciuto {
    border-radius: 5px !important;
    padding: 0.15rem 0.75rem !important;
    background-color: #ff1744;
    color: #ffffff;
}

.kt-badge-status-5 {
    border-radius: 5px !important;
    padding: 0.15rem 0.75rem !important;
    background-color: #c2664a;
    color: #ffffff;
}

.kt-badge-status-6,
.kt-badge-status-proporre {
    border-radius: 5px !important;
    padding: 0.15rem 0.75rem !important;
    background-color: #1e88e5;
    color: #ffffff;
}

.kt-badge-status-7,
.kt-badge-status-scartato {
    border-radius: 5px !important;
    padding: 0.15rem 0.75rem !important;
    background-color: #939393;
    color: #ffffff;
}

.kt-badge-status-8 {
    border-radius: 5px !important;
    padding: 0.15rem 0.75rem !important;
    background-color: #c2664a;
    color: #ffffff;
}

.kt-badge-status-max {
    width: 130px !important;
    font-size: 0.9rem;
}

/* Ermes */
.box-info-ermes {
    background-color: #eff1f5;
    border-radius: 7px;
    padding: 15px;
}

.box-info-ermes h1 {
    color: #72809d;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 15px;
    margin: 0;
    margin-bottom: 10px;
}

.box-info-ermes p {
    color: #48465b;
    font-weight: 400;
    margin: 0;
    padding: 0;
    overflow-wrap: break-word;
}

/* Header Pratiche */
.kt-subheader-pratiche-archivio {
    background-color: #ffffff !important;
    border-top: 8px solid #ffbd00;
    margin-top: 0px;
    margin-bottom: 30px;
    padding: 10px 0px;
    box-shadow: 0 5px 19px 0 rgba(82, 63, 105, 0.08);
}

.kt-subheader-pratiche-archivio .logo {
    height: 20px;
    margin-left: 1rem;
}

.kt-subheader-pratiche-ares {
    border-top: 8px solid #0abb87;
}

.btn-icon-page {
    width: 24px;
    height: 24px;
    background-color: #e2e5ec;
    border: none;
    border-radius: 6px;
    color: #595c6f;
    text-align: center;
    padding: 0px 5px;
}

.btn-icon-page i {
    font-size: 14px;
    text-align: center;
}

.btn-icon-page-active {
    background-color: #009cde;
    color: #ffffff;
}

span.title-section-page {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #48465b !important;
}
span.title-section-page span {
    text-transform: capitalize;
    font-weight: normal;
    font-size: 16px;
    color: #48465b !important;
}

span.result-info {
    font-size: 15px;
    color: #48465b;
}
span.result-info span {
    font-weight: bold;
}

.btn-pulisci-filtri {
    background-color: #e2e5ec;
    color: #595c6f;
}

.btn-pulisci-filtri i {
    color: #d10000;
}

.kt-subheader-pratiche-archivio .btn:not(.dropdown-toggle-split) {
    margin-left: 0;
}

/* Prunecluster */
.prunecluster-small div,
.prunecluster-medium div,
.prunecluster-large div,
.leaflet-oldie .prunecluster-small div,
.leaflet-oldie .prunecluster-medium div,
.leaflet-oldie .prunecluster-large div {
    background-color: rgba(0, 126, 208, 0.8) !important;
    color: #ffffff !important;
    font-weight: bold;
}

.prunecluster-small,
.prunecluster-medium,
.prunecluster-large,
.leaflet-oldie .prunecluster-small,
.leaflet-oldie .prunecluster-medium,
.leaflet-oldie .prunecluster-large {
    background-color: rgba(0, 126, 208, 0.3) !important;
}
/* fine prunecluster */

.btn-icon-list {
    background-color: #e2e5ec;
    border: none;
    border-radius: 6px;
    color: #48465b;
    text-align: center;
    padding: 0px 3px;
}

.btn-icon-list i {
    font-size: 12px;
    text-align: center;
}

.kt-portlet__head-filter {
    align-items: center !important;
    justify-content: left !important;
}

.kt-badge-filter {
    width: auto;
    height: 30px;
    border-radius: 25px !important;
    background-color: #ffffff !important;
    color: #48465b !important;
    border: 1px solid #595c6f !important;
    padding: 5px !important;
    margin-right: 10px;
    font-size: 12px;
}

.kt-badge-filter .rimuovi-filtro {
    cursor: pointer;
    color: #d10000;
}

/* Popup marker mappa */
.popup-marker {
    width: 400px;
    height: auto;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(52, 59, 62, 0.15);
    box-shadow: 0px 0px 13px 0px rgba(52, 59, 62, 0.15);
    border-radius: 4px;
    color: #48465b;
}

.popup-marker-header {
    width: 100%;
    height: auto;
    background-color: #f6f8f9;
    border-bottom: 1px solid #d0d1d5;
    padding: 10px;
}

.popup-marker-header span {
    font-size: 12px;
    font-weight: 500;
}

.popup-marker-body {
    width: 100%;
    height: auto;
    padding: 16px 10px;
}

.popup-marker-footer {
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: #f6f8f9;
    border-top: 1px solid #d0d1d5;
}

.popup-marker-footer .col span:nth-child(1) {
    color: #929598;
}

.popup-marker-status-1 {
    border-top: 6px solid #ffea00;
}
.popup-marker-status-2 {
    border-top: 6px solid #0abb87;
}
.popup-marker-status-3 {
    border-top: 6px solid #f9a825;
}
.popup-marker-status-4 {
    border-top: 6px solid #ff1744;
}
.popup-marker-status-5 {
    border-top: 6px solid #c2664a;
}
.popup-marker-status-6 {
    border-top: 6px solid #1e88e5;
}
.popup-marker-status-7 {
    border-top: 6px solid #939393;
}
.popup-marker-status-8 {
    border-top: 6px solid #c2664a;
}

.leaflet-popup-content {
    width: auto !important;
    margin: 13px 19px;
    line-height: 1.4;
}

.fc .fc-more-popover .fc-popover-body {
    height: 300px !important;
    overflow: auto !important;
}

.btn-dropdown-black {
    background-color: #ffffff;
    color: #272b2e;
    border: none;
}

/* icona marker richieste */

.city-icon > div.active {
    background-color: #0abb87;
    color: #343a40;
    text-align: center;
}

.city-icon > div.unactive {
    background-color: #000000;
    color: #ffffff;
    text-align: center;
}

/* Tab importa lista excel + ermes */
.nav-link-solid {
    padding: 6px 20px !important;
    margin-bottom: 10px !important;
}

.nav-link-solid.active {
    background-color: #009cde !important;
    color: #fff !important;
    border-radius: 5px !important;
}

.badge-notification {
    display: none;
    background-color: #d10000;
    color: #ffffff;
    position: absolute;
    top: 0px;
    right: 5px;
    padding: 0px 5px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 25px;
}

.kt-checkbox > span {
    background-color: #ffffff !important;
}

.kt-checkbox > span:after {
    border-color: #48465b !important;
}

/* Agenda: promemoria */
.fc-promemoria .fc-event-title:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f8fa";
    margin-right: 5px;
    margin-left: 3px;
}

.fc-appuntamento .fc-event-title {
    color: #48465b;
}

.fc-appuntamento .fc-event-title:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f0b1";
    margin-right: 5px;
    margin-left: 4px;
}

/* Scheda dettaglio pratica */
.kt-container-dettaglio-pratica {
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(52, 59, 62, 0.1);
    box-shadow: 0px 0px 13px 0px rgba(52, 59, 62, 0.1);
    overflow: hidden;
}

.kt-header-dettaglio-pratica {
    width: 100%;
    height: 45px;
    padding: 10px 20px;
    background-color: #006b9b;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 400;
}

.kt-header-dettaglio-pratica.kt-header-bozza,
.kt-header-bozza {
    background-color: #ffb822;
}

.kt-header-dettaglio-pratica .btn-sm {
    padding: 0.3rem 1rem !important;
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
}

.kt-body-dettaglio-pratica {
    width: 100%;
    min-height: 126px;
    padding: 14px 20px;
    background-color: #ffffff;
}

.kt-body-dettaglio-pratica .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.kt-body-dettaglio-pratica .kt-dati-pratica {
    padding: 3px 3px 8px 3px;
    border-bottom: 1px solid #fafafa;
    margin-bottom: 8px;
}

.kt-body-dettaglio-pratica h4 {
    color: #48465b;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
    margin-bottom: 6px;
}

.kt-body-dettaglio-pratica p {
    color: #48465b;
    font-weight: 400;
    margin: 0;
    padding: 0;
    overflow-wrap: break-word;
}

.kt-body-dettaglio-pratica span {
    display: block;
    color: #72809d;
    font-size: 13px;
    margin-top: 8px;
    overflow-wrap: break-word;
}

.kt-body-dettaglio-pratica ul li {
    color: #48465b;
    overflow-wrap: break-word;
}

.kt-body-dettaglio-pratica-inner {
    padding: 10px;
    background-color: #e8e5e5;
    color: #48465b;
    font-size: 12px;
    margin-bottom: 14px;
}

.kt-body-dettaglio-note {
    width: 100%;
    max-height: 300px;
    overflow: auto;
    color: #48465b;
    font-weight: 400;
}

/* Storico vendite */
.bg-storico-title {
    background-color: #a6a2a2;
    color: #ffffff !important;
}

.bg-storico-title-bozza {
    background-color: #ffb822;
}

.bg-storico-body {
    background-color: #e8e5e5;
}

.bg-storico-subbody {
    background-color: #f5f3f6 !important;
}

/* Wizard v1 */
.kt-wizard-v1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.kt-wizard-v1__nav {
    border-bottom: 1px solid #eeeef4;
}

.kt-wizard-v1__nav-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}

.kt-wizard-v1__nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.kt-wizard-v1__nav-items_left {
    -webkit-box-align: left !important;
    -ms-flex-align: left !important;
    align-items: left !important;
    -webkit-box-pack: left !important;
    -ms-flex-pack: left !important;
    justify-content: left !important;
}

.kt-wizard-v1__nav-item_left {
    -webkit-box-align: left !important;
    -ms-flex-align: left !important;
    align-items: left !important;
    -webkit-box-pack: left !important;
    -ms-flex-pack: left !important;
    justify-content: left !important;
    -webkit-box-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
}

.kt-wizard-v1__nav-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2rem 1rem;
    text-align: center;
}

.kt-wizard-v1__nav-label {
    font-size: 1.1rem;
    font-weight: 500;
    color: #74788d;
}

.kt-wizard-v1__nav-label-current {
    color: #009cde;
}

.kt-wizard-v1__nav-item {
    cursor: pointer;
}

@media (max-width: 1399px) {
    .kt-wizard-v1__nav-items {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .kt-wizard-v1__nav-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 2rem 0;
    }

    .kt-wizard-v1__nav-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        position: relative;
        width: 100%;
    }

    .kt-wizard-v1__nav-body {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0.5rem 2rem;
    }
}

.kt-wizard-v1__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ffffff;
}

.kt-wizard-v1__wrapper .kt-form {
    width: 90%;
    padding: 0 0 5rem 0;
}

.kt-wizard-v1__form {
    margin-top: 3rem;
}

.kt-wizard-v1__content {
    display: none;
}

@media (max-width: 768px) {
    .kt-wizard-v1__wrapper {
        padding: 2rem;
    }
    .kt-wizard-v1__wrapper .kt-form {
        width: 100%;
        padding: 2rem 1rem 4rem;
    }
}
/* fine wizard */

/* Inizio wizard v2 */
.kt-wizard-v2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 768px) {
    .kt-wizard-v2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.kt-wizard-v2 .kt-wizard-v2__aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    border-right: 1px solid #eeeef4;
    padding: 3.5rem 1.5rem 3.5rem 1.5rem;
}
.kt-wizard-v2 .kt-wizard-v2__aside .kt-wizard-v2__nav {
    width: 100%;
}
.kt-wizard-v2 .kt-wizard-v2__aside .kt-wizard-v2__nav .kt-wizard-v2__nav-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.kt-wizard-v2
    .kt-wizard-v2__aside
    .kt-wizard-v2__nav
    .kt-wizard-v2__nav-items
    .kt-wizard-v2__nav-item {
    padding: 0.75rem 1.5rem;
    position: relative;
    color: #48465b;
    font-weight: 500;
    font-size: 1.1rem;
}
.kt-wizard-v2
    .kt-wizard-v2__aside
    .kt-wizard-v2__nav
    .kt-wizard-v2__nav-items
    .kt-wizard-v2__nav-item
    .kt-wizard-v2__nav-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.kt-wizard-v2
    .kt-wizard-v2__aside
    .kt-wizard-v2__nav
    .kt-wizard-v2__nav-items
    .kt-wizard-v2__nav-item
    .kt-wizard-v2__nav-body
    .kt-wizard-v2__nav-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.kt-wizard-v2
    .kt-wizard-v2__aside
    .kt-wizard-v2__nav
    .kt-wizard-v2__nav-items
    .kt-wizard-v2__nav-item-current {
    background-color: #009cde;
    color: #ffffff !important;
    border-radius: 5px;
}
.kt-wizard-v2
    .kt-wizard-v2__aside
    .kt-wizard-v2__nav
    .kt-wizard-v2__nav-items.kt-wizard-v2__nav-items--clickable
    .kt-wizard-v2__nav-item {
    cursor: pointer;
}
@media (max-width: 768px) {
    .kt-wizard-v2 .kt-wizard-v2__aside {
        padding: 1rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }
    .kt-wizard-v2
        .kt-wizard-v2__aside
        .kt-wizard-v2__nav
        .kt-wizard-v2__nav-items
        .kt-wizard-v2__nav-item-current:after {
        content: none;
    }
}
.kt-wizard-v2 .kt-wizard-v2__wrapper {
    background-color: #f4f6f9;
    width: 100%;
}
.kt-wizard-v2 .kt-wizard-v2__wrapper .kt-form {
    padding: 3.5rem 3.5rem;
}
@media (max-width: 768px) {
    .kt-wizard-v2 .kt-wizard-v2__wrapper .kt-form {
        padding: 2rem 2.5rem 4rem;
    }
}
.kt-wizard-v2 .kt-wizard-v2__wrapper .kt-form .kt-wizard-v2__content {
    display: none;
}
.kt-wizard-v2 .kt-wizard-v2__wrapper .kt-form .kt-form__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.kt-wizard-v2.kt-wizard-v2--white .kt-wizard-v2__wrapper {
    background-color: #ffffff;
}
/* fine wizard */

.box-categoria-tipologia {
    background-color: #f9f9fc;
    border: 1px solid #e7eaef;
    border-radius: 7px;
    padding: 1.5rem;
}

.box-categoria-tipologia h1 {
    font-size: 16px;
    color: #48465b;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 10px;
}
