.color-gray {
    color: #999;
}
.construction-color-default{
    color: #999;
}
.construction-bg-default{
    background-color: #999;
}
.btn.loading{
	position: relative;
    pointer-events: none;
}

.btn.loading * {
    opacity: 0;
}

.btn.loading:after {
    animation: lds-dual-ring 1.2s linear infinite;
    border-color: #fff;
    border-bottom: 2px solid #fff;
    border-left: 2px solid transparent;
    border-radius: 50%;
    border-right: 2px solid transparent;
    border-top: 2px solid #fff;
    content: " ";
    display: block;
    height: 24px;
    left: 50%;
    margin-left: -12px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: 24px;
}

.btn.btn-outline-primary.loading::after {
    border-bottom: 2px solid #0b51b7;
    border-top: 2px solid #0b51b7;

}

.dl {
    cursor: pointer;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.selectr-placeholder {
    display: block;
    width: 100%;
    -moz-padding-start: calc(1rem - 3px);
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000 !important;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

.ab-feedback {
    background-color: #cdeaff;
    border: 1px solid #4ab2ff;
    margin-bottom: 16px;
    padding: 6px 12px
}

.ab-feedback,
.ab-feedback ol,
.ab-feedback p,
.ab-feedback ul {
    color: black;
    font-size: 1rem;
    line-height: 1.4
}

.ab-feedback strong {
    font-weight: 600
}

.ab-feedback.success {
    background-color: #c3ffc4;
    border-color: #85ff87
}
.ab-feedback.clear {
    background-color: #fff;
    border-color: #fff;
}

.ab-feedback.error {
    background-color: #fbbdbd;
    border-color: #ff8b8b
}

.ab-feedback.warning {
    background-color: #f4fbb1;
    border-color: #e7f464
}

.ab-feedback.small {
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
    text-align: center
}

.ab-feedback a {
    color: #000;
    text-decoration: underline
}

.ab-modal-wizard .wizard-scroll-container {
    outline: none !important;
}

body #main .ab-virtual-tour {
    display: none
}

.card-preventivo .pre-title .num {
    width: 100px;
    font-size: 14px;
}

#pagamenti .to-show {
    display: none;
}

.insert-data-container .data-content-collapse .form-row {
    border-bottom: 1px solid #ccc;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.left-content .card-container button.add-people {
    min-height: 167px;
}

.left-content .card-container .buttons button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.label.table-empty {
    font-size: 14px;
    border: 1px solid #e8ebf3;
    background-color: #e8ebf3;
    border-radius: 8px;
    padding: 10px;
    margin-top: 10px;
}

.table-appuntamenti-empty {
    border: none;
}

.table-doc .document-delete {
    margin-right: 11px;
}

.modal-unit .modal-body form:last-child {
    display: none;
}

.modal-unit .modal-body form:nth-child(2),
.modal-unit .modal-body form .btn-outline-primary {
    display: none !important;
}
.modal-body .swiper-img {
    object-fit: contain;
}

.card-preventivo.invalid-conf {
    border: 2px solid #C50C2A;
}

.badge.badge-invalid-conf {
    color: #C50C2A;
    background-color: rgba(197, 12, 42, 0.1);
}

.title-alerts p {
    border-color: #C50C2A;
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title-alerts p i {
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    align-items: center;
    justify-content: center;
}

.title-alerts p i:before,
.title-alerts p i:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: #C50C2A;
    top: 50%;
    left: 0;
    margin-top: -0.5px;
    transform: rotate(45deg);
}

.title-alerts p i:after {
    transform: rotate(-45deg);
}


.forms-lines .form-row .badge {
    text-transform: uppercase;
}

.is-unavailable,
.is-expired,
.inactive select,
.inactive input {
    opacity: .4 !important;
    pointer-events: none !important;
}


.inline.feedback {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.inline.feedback:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #eee;
    z-index: -10;
}


.inline.feedback .inner {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    width: 100%;
    max-width: 400px;
}

.inline.feedback .inner button{
    width: 100%;
}
.inactive input{
    opacity: .4!important;
    pointer-events: none!important;
}

.wizard-loading-modal,
.wizard-loading {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: white;
    display: none;
}
.wizard-loading-modal:hover,
.wizard-loading:hover {
	cursor: wait;
}

.error-breadcrumb {
    color: #ed1416 !important;
    margin-top: 15px;
    font-weight: 500;
}

.card-planimetry-wizard.card-planimetry .img-buttons {
    border-right: 0;
}


.modal-container.no-backdrop + .modal-backdrop{
    display:none!important;
}