p.credit-disp {
    position: absolute;
    transition: .2s ease-out;
    top: 70px;
    font-size: .722rem;
    z-index: 1;
    left: 4%;
    display: none;
}
#stato_servizio_messaggio {
    top: 30% !important;
}
.alert-arancione {
    border-left: 8px solid #ffa500;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23sl(351deg, 68%, 53.125%)' d='M11.5 14.2V5.7h1.2v8.5zm-.1 4.1h1.2v-1.8h-1.2zM22 7.9v8.3L16.1 22H7.9L2 16.2V7.9L7.9 2h8.2zm-1 .4L15.7 3H8.3L3 8.3v7.5L8.3 21h7.4l5.3-5.2z'%3E%3C/path%3E%3C/svg%3E");


}
.alert-rosso {
    border-left: 8px solid #ff0000;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23sl(351deg, 68%, 53.125%)' d='M11.5 14.2V5.7h1.2v8.5zm-.1 4.1h1.2v-1.8h-1.2zM22 7.9v8.3L16.1 22H7.9L2 16.2V7.9L7.9 2h8.2zm-1 .4L15.7 3H8.3L3 8.3v7.5L8.3 21h7.4l5.3-5.2z'%3E%3C/path%3E%3C/svg%3E");

}
.alert-giallo {
    border-left: 8px solid #ffff00;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23sl(351deg, 68%, 53.125%)' d='M11.5 14.2V5.7h1.2v8.5zm-.1 4.1h1.2v-1.8h-1.2zM22 7.9v8.3L16.1 22H7.9L2 16.2V7.9L7.9 2h8.2zm-1 .4L15.7 3H8.3L3 8.3v7.5L8.3 21h7.4l5.3-5.2z'%3E%3C/path%3E%3C/svg%3E");

}
.bg-allerta0{
    background: yellow !important;
    color:#000 !important;
}
.bg-allerta2{
    background: orange !important;
    color:#000 !important;

}
.bg-allerta4{
    background: red !important;
    color:#000 !important;

}

@media (min-width: 992px) {
    .subscribeicon {
        position: absolute;
        max-width: 250px;
        top: -250px;
        right: -100px;
    }
}


@media (min-width: 1400px) {
    .subscribeicon {
        position: absolute;
        max-width: 300px;
        top: -300px;
        right: -100px;
    }
    .table-responsive {
        overflow-x: unset !important;
    }
}

table{
    width: 100%;
}
table .form-check{
    display: flex;
    margin-top:0;
}

.required {
    color: red;
}

form .dropdown button.btn-dropdown {
    color:inherit;
    border-bottom: 1px solid;
    width: 100%;
    padding: 0.55rem 0.5rem;
}
form .dropdown button.btn-dropdown > span:first-child {
    display: flex;
    justify-content: space-between;
}

form .map{
    width: 100%;
    height: 400px !important;

}
#pac-input {
    border-bottom: 1px solid #5b6f82 !important;
    width: 100%;
    font-family: Titillium Web;
    box-shadow: 0 0 20px #666;
}
.gm-style {
    font: 400 11px Titillium Web, Roboto, Arial, sans-serif;
}

.notification.with-icon.dismissable{
    z-index: 2;
}

input[type=checkbox].disabled{
    cursor: not-allowed;
    background-color: #e6e9f2;
}
input[type="checkbox"].disabled + label {
    cursor: not-allowed;
}

.form-check .disabled:checked + label:after{
    background-color: #e6e9f2;
    border-color: #e6e9f2;
}
/* @media only screen and (min-width: 1368px) {
    .table-responsive {
        overflow-x: unset !important;
    }
} */


@media (max-width: 991px) {

    form .map{
        height: 300px !important;

    }
}

