.jumbotron {
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-bottom: 0;
    background-color: #fff;
    background: url('../Immagini/Immagine.jpg') no-repeat;
    height:200px;
    width:100%
}
@media (min-width: 768px) {
  .jumbotron {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron h1 {
  font-weight: 100;
}

.jumbotron .container {
    margin-top: -40px !important
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}


.TextLogin2 {
    width: 100%;
    height: 38px;
    padding: 6px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 5px;
    margin-top: 5px
}
.invisibile {
    display: none;
}
.visibile {
    display: block;
}
.BoxModaleVideo {
    padding: 0px;
    width: 500px;
    height: auto;
    background-color: #FFF;
    z-index: +30000;
    position: fixed;
    top: 20%;
    left: 50%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 0 -265px;
}

.ModaleGrafico {
    padding: 0px;
    width: 60%;
    height: 60%x;
    background-color: #FFF;
    z-index: +30000;
    position: fixed;
    top: 10%;
    left: 50%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 0 -30%;
}

.BoxModaleVideo2 {
    padding: 0px;
    width: 450px;
    height: auto;
    background-color: #FFF;
    z-index: +30000;
    position: fixed;
    top: 5%;
    left: 50%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 0 -225px;
}

.BoxModaleVideo3 {
    padding: 0px;
    width: 340px;
    height: auto;
    background-color: #FFF;
    z-index: +30000;
    position: fixed;
    top: 5%;
    left: 50%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 0 -170px;
}

.BoxModaleVideoDrive {
    padding: 0px;
    width: 670px;
    height: auto;
    background-color: #FFF;
    z-index: +30000;
    position: fixed;
    top: 10%;
    left: 50%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 0 -335px;
}


.ModaleVideoDrive {
    width: 96% !important;
    height: 94% !important;
    margin: 0 !important;
    padding: 0 !important;
    background-color: #FFF;
    z-index: +30000;
    position: fixed;
    top: 2%;
    left: 2%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    max-width: none !important;
}

.BoxModaleInfo2 {
    padding: 0px;
    width: 450px;
    height: auto;
    background-color: #FFF;
    z-index: +30000;
    position: fixed;
    top: 2%;
    left: 50%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 0 -225px;
}

.VideoDrive {
    width: 100% !important;
    height: 100% !important;
    margin-top:0px;
    margin-bottom:0px;
    margin-left:0px;
    margin-right:0px;
    padding: 0 !important;
    max-width: none !important;
}

.RigaPausa {
    width: 100% !important;
    height: 100% !important;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: lemonchiffon;
    color: black;
    padding:10px
}
.RigaCliente {
    width: 100% !important;
    height: 100% !important;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: greenyellow;
    color: black;
    padding: 10px
}
.RigaPerso {
    width: 100% !important;
    height: 100% !important;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background-color:orange;
    color: black;
    padding: 10px
}
.RigaAttesa {
    width: 100% !important;
    height: 100% !important;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: white;
    color: black;
    padding: 10px
}

.RigaContratto {
    width: 100% !important;
    height: 100% !important;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: rgba(54,162,235,0.5);
    color: black;
    padding: 10px
}

.RigaNormale {
    padding: 10px
}

.TestoRigaPausa {

    color: black
}

.TestoAlertPostit1 {
    color: royalblue;
   
}
.TestoAlertPostit2 {
    color: red;
    font-weight: bold
}

.TestoPostIt {
    color: black;
    font-size:12px;
    float:right;
}

.TestoPostIt2 {
    color: black;
    font-size: 12px;
    float: left;
}


.TestoGiorni {
    color: black;
    font-size: 12px;
    float: left;
}

.FileDrive {
    width: 100% !important;
    height: 675px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0 !important;
    max-width: none !important;
    border: solid;
    border-width:1px;
    border-color:lightgrey
}

.hidebtn {
    width: 60px;
    height: 60px;
    background: #FF0000;
    position: absolute;
    right: 1px;
    top: 2px;
    text-decoration: none;
}

.hidebtn2 {
    width: 62px;
    height: 52px;
    background: #FF0000;
    position: absolute;
    right: 1px;
    top: 2px;
    text-decoration: none;
}

.BoxModaleInfo {
    padding: 0px;
    width: 500px;
    height: auto;
    background-color: #FFF;
    z-index: +30000;
    position: fixed;
    top: 10%;
    left: 50%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 0 -265px;
}

.BoxModaleBrand {
    padding: 0px;
    width: 800px;
    height: auto;
    background-color: #FFF;
    z-index: +30000;
    position: fixed;
    top: 5%;
    left: 50%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 0 -400px;
}

.ModaleInfo {
    padding: 0px;
    width: 300px;
    height: auto;
    background-color: #FFF;
    z-index: +30000;
    position: fixed;
    top: 10%;
    left: 50%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 0 -150px;
}


.ModaleObj {
    padding: 0px;
    width: 300px;
    height: auto;
    background-color: #FFF;
    z-index: +30000;
    position: fixed;
    top: 15%;
    left: 50%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 0 -150px;
}

.ModaleCalcolo {
    padding: 0px;
    width: 440px;
    height: auto;
    background-color: #FFF;
    z-index: +30000;
    position: fixed;
    top: 10%;
    left: 50%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 0 -220px;
}

.ModaleGG {
    padding: 0px;
    width: 540px;
    height: auto;
    background-color: #FFF;
    z-index: +30000;
    position: fixed;
    top: 10%;
    left: 50%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 0 -270px;
}

.BoxModaleIP {
    padding: 0px;
    width: 400px;
    height: auto;
    background-color: #FFF;
    z-index: +30000;
    position: fixed;
    top: 10%;
    left: 50%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 0 -265px;
}

.modal-header-Video {
    padding: 20px; 

}

.SfondoModale {
    background: #000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    cursor: auto;
    opacity: .7;
    filter: alpha(opacity=80);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}



.text-avviso {
    font-style: italic !important;
    font-size:13px;
    color:darkgrey
}

.custom-switch {
    padding-left: 2.25rem
}

    .custom-switch .custom-control-label::before {
        left: -2.25rem;
        width: 1.75rem;
        pointer-events: all;
        border-radius: .5rem
    }

    .custom-switch .custom-control-label::after {
        top: calc(.25rem + 2px);
        left: calc(-2.25rem + 2px);
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        background-color: #adb5bd;
        border-radius: .5rem;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
        transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out
    }

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.Labelswitch {
    position:  inherit;
    display: inline-block;
    bottom: 14px;
    margin-top: 20px;
    min-width:100px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.slidecontainer {
    width: 100%;
}


.slider2 {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider2:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider2 {
    background-color: greenyellow
}

input:focus + .slider2 {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider2:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider2.round {
    border-radius: 34px;
}

    .slider2.round:before {
        border-radius: 50%;
    }

    /* gruppo potenziali */

.slider3 {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider3:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider3 {
    background-color: lime
}

input:focus + .slider3 {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider3:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider3.round {
    border-radius: 34px;
}

    .slider3.round:before {
        border-radius: 50%;
    }


.slider4 {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider4:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider4 {
    background-color: green
}

input:focus + .slider4 {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider4:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider4.round {
    border-radius: 34px;
}

    .slider4.round:before {
        border-radius: 50%;
    }

.slider5 {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider5:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider5 {
    background-color: orange
}

input:focus + .slider5 {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider5:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider5.round {
    border-radius: 34px;
}

    .slider5.round:before {
        border-radius: 50%;
    }

.slider6 {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider6:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider6 {
    background-color: red
}

input:focus + .slider6 {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider6:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider6.round {
    border-radius: 34px;
}

    .slider6.round:before {
        border-radius: 50%;
    }

.slider7 {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider7:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider7 {
    background-color: #607d8b
}

input:focus + .slider7 {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider7:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider7.round {
    border-radius: 34px;
}

    .slider7.round:before {
        border-radius: 50%;
    }

.slidecontainer {
    width: 100%;
}



.TextCensimento {
    width: 100%;
    height: 32px;
    padding: 6px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    float:right;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

}

.TextCard {
    width: 100%;
    height: 32px;
    padding: 6px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid rgba(0,0,0,.125);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.NotaPotenziale {
    width: 100%;
    height: auto;
    padding: 6px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    float: right;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.TextGiorni {
    width: 100%;
    height: auto;
    padding: 6px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    float: right;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.TextCalendar {
    width: 100%;
    height: 40px;
    padding: 6px;
    margin-bottom:25px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    float: right;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.Descrizione {
    width: 100%;
    min-width:300px;
    height: 32px;
    padding: 6px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    float: right;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.ModificaContratto {
    width: 100%;
    height: 32px;
    padding: 6px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
 
    background-color: yellow;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.ModificaContratto2 {
    width: 100%;
    height: 32px;
    padding: 6px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
   
    background-color: yellow;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.TextCensimento2 {
    width: 100%;
    height: 32px;
    padding: 6px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    text-align:center;
    vertical-align: middle;
    float: right;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.TextCensimento3 {
    width: 100%;
    height: 32px;
    padding: 6px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    float: left;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.TextPDL {
    width: 100px;
    height: 38px;
    float:right;
    padding: 6px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    float: right;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn-primary2 {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    float:right;
    
}

    .btn-primary2:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc
    }

    .btn-primary2.focus, .btn-primary:focus {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
        box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)
    }

    .btn-primary2.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

    .btn-primary2:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf
    }

        .btn-primary2:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)
        }

.btn-primary3 {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    float: left
}

    .btn-primary3:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc
    }

    .btn-primary3.focus, .btn-primary:focus {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
        box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)
    }

    .btn-primary3.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

    .btn-primary3:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf
    }

        .btn-primary3:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)
        }

.btn-warning2 {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
    float:right;
    margin-right:20px
        
}

    .btn-warning2:hover {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00
    }

    .btn-warning2.focus, .btn-warning:focus {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00;
        box-shadow: 0 0 0 .2rem rgba(222,170,12,.5)
    }

    .btn-warning2.disabled, .btn-warning:disabled {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-warning2:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
        color: #212529;
        background-color: #d39e00;
        border-color: #c69500
    }

        .btn-warning2:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(222,170,12,.5)
        }

.btn-warning3 {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
    float: right;
}

    .btn-warning3:hover {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00
    }

    .btn-warning3.focus, .btn-warning:focus {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00;
        box-shadow: 0 0 0 .2rem rgba(222,170,12,.5)
    }

    .btn-warning3.disabled, .btn-warning:disabled {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-warning3:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
        color: #212529;
        background-color: #d39e00;
        border-color: #c69500
    }

        .btn-warning3:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(222,170,12,.5)
        }


.btn-warning4 {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
    width: 100%;
}

    .btn-warning4:hover {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00
    }

.btn-info2 {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    float:left;
}

    .btn-info2:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b
    }

    .btn-info2.focus, .btn-info:focus {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b;
        box-shadow: 0 0 0 .2rem rgba(58,176,195,.5)
    }

    .btn-info2.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .btn-info2:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #117a8b;
        border-color: #10707f
    }

        .btn-info2:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(58,176,195,.5)
        }


    .PulsanteInfo {
        margin-bottom:4px;
        margin-right:10px
    }

.modal-body2 {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-top:-50px;
    padding-bottom:10px;
    padding-left:20px;
    padding-right:20px;
    text-align:justify
}
.modal-bodylog {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify
}
.modal-dialog {
    overflow-y: initial !important
}
.modal-body3 {
    height: 400px;
    overflow-y: scroll !important;
}

.modal-body4 {
    height: 400px;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    padding-left:30px;
    padding-right:30px;
    padding-bottom:20px;
    padding-top:20px;
}

.modal-body5 {
    height: auto;

    padding-bottom: 10px;
    padding-top: 10px;
}

.modal-header-Info {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-outline-secondaryX {
    color: #6c757d;
    border-color: gainsboro;
    float:right

}

    .btn-outline-secondaryX:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: darkgray
    }

    .btn-outline-secondaryX.focus, .btn-outline-secondary:focus {
        box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
    }

    .btn-outline-secondaryX.disabled, .btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: transparent
    }

    .btn-outline-secondaryX:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

        .btn-outline-secondaryX:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
        }


.btn-outline-secondary3{
    color: #6c757d;
    border-color: gainsboro;
    margin:0px;
    float:right
}

    .btn-outline-secondary3:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: darkgray
    }

    .btn-outline-secondary3.focus, .btn-outline-secondary:focus {
        box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
    }

    .btn-outline-secondary3.disabled, .btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: transparent
    }

    .btn-outline-secondary3:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

        .btn-outline-secondary3:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
        }

.testoPreventivo {
    color: lightgrey;
 
}

.btn-danger2 {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    float: right;
    margin-bottom:10px;
    margin-right:-10px
}

    .btn-danger2:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130
    }

    .btn-danger2.focus, .btn-danger:focus {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
        box-shadow: 0 0 0 .2rem rgba(225,83,97,.5)
    }

    .btn-danger2.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-danger2:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d
    }

        .btn-danger2:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(225,83,97,.5)
        }

.btn-danger3 {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    width: 100%;
}

    .btn-danger3:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130
    }

    .btn-danger3.focus, .btn-danger:focus {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
        box-shadow: 0 0 0 .2rem rgba(225,83,97,.5)
    }

    .btn-danger3.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-danger3:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d
    }

        .btn-danger3:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(225,83,97,.5)
        }

.btn-danger4 {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    float: left;
}

    .btn-danger4:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130
    }

    .btn-danger4.focus, .btn-danger:focus {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
        box-shadow: 0 0 0 .2rem rgba(225,83,97,.5)
    }

    .btn-danger4.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-danger4:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d
    }

        .btn-danger4:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(225,83,97,.5)
        }

.LabelValore {
    width: 80%;
    height: 60px;
    vertical-align: middle;
    border: 1.5px solid gray;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.LabelPremio {
    width: 260px;
    height: 260px;
    margin-right: 40px;
    vertical-align: middle;
    border: 1.5px solid black;
    border-radius: 40px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    padding-left: 70px;
    padding-top: 110px;
}

.btn-success2 {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    float:right;
}

    .btn-success2:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34
    }

    .btn-success2.focus, .btn-success:focus {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34;
        box-shadow: 0 0 0 .2rem rgba(72,180,97,.5)
    }

    .btn-success2.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

    .btn-success2:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #1e7e34;
        border-color: #1c7430
    }


.CellaTipo {
    width:12%;
}
.CellaTipo1 {
    width: 24%;
}
.CellaTipo2 {
    width: 76%;
}

.btn-primary6 {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
  
    float:right
}

    .btn-primary6:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130
    }

.btn-primary7 {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    width: 100%;
  
}
    .btn-primary7:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc
    }
.btn-primary8 {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    width: 100%;
 
}
    .btn-primary8:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b
    }

.btn-primary88 {
    color: #fff;
    background-color: #a5eefa;
    border-color: #94d8e3;
    width: 100%;
}

    .btn-primary88:hover {
        color: #fff;
        background-color: #94d8e3;
    }


.btn-primary9 {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    float: right;
}
    .btn-primary9:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b
    }

.TestoCella {
    padding-top: 20px;
    margin-bottom: -5px;
    text-align: center;
    color: darkgray;
    font-size:13px;
}

.btn-danger04 {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    float: left;
    margin-right:20px
}

    .btn-danger04:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130
    }
.btn-danger05 {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    width: 100%;
}

    .btn-danger05:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130
    }
.btn-success3 {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    margin-left:20px
}

    .btn-success3:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34
    }

.btn-secondary100 {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    width:100%;
}

    .btn-secondary100:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62
    }

.btn-secondary-left {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    float:left
}
    .btn-secondary-left:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62
    }


.btn-secondary-right {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    float: right;
}

    .btn-secondary-right:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62
    }

.btn-secondary-left-margin {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    float: left;
    margin-left:20px;
    margin-right:20px;
}

    .btn-secondary-left-margin:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62
    }

.btn-secondary-right-margin {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    float: right;
    margin-left: 20px;
    margin-right: 20px;
}

    .btn-secondary-right-margin:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62
    }


.btn-light100 {
    color: #212529;
    background-color: #e9ecef;
    border-color: #f8f9fa;
    width:100%;
}

    .btn-light100:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5
    }

.btn-light-right {
    color: #212529;
    background-color: #e9ecef;
    border-color: #f8f9fa;
    float: right
}

    .btn-light-right:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5
    }

.btn-dark100 {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    width:100%;
}

    .btn-dark100:hover {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124
    }

.btn-primary22 {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    float: right;
    margin-right:20px
}

    .btn-primary22:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc
    }

.btn-primary222 {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    float: right;
    margin-left: 20px
}

    .btn-primary222:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc
    }


.LabelPDL {
    float: right;
    margin-left: 30px;
    margin-right:0px;
    margin-top:6px
}

.Mouse-invisibile {
    cursor: none;
    pointer-events: none
}


.btn-outline-secondary2 {
    color: #6c757d;
    border-color: gainsboro;
    width:100%
        
}

    .btn-outline-secondary2:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: darkgray
    }

    .btn-outline-secondary2.focus, .btn-outline-secondary2:focus {
        box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
    }

    .btn-outline-secondary2.disabled, .btn-outline-secondary2:disabled {
        color: #6c757d;
        background-color: transparent
    }

    .btn-outline-secondary2:not(:disabled):not(.disabled).active, .btn-outline-secondary2:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary2.dropdown-toggle {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

        .btn-outline-secondary2:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary2:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary2.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
        }


.btn-outline-secondary1 {
    color: #6c757d;
    border-color: gainsboro
}

    .btn-outline-secondary1:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: darkgray
    }

    .btn-outline-secondary1.focus, .btn-outline-secondary1:focus {
        box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
    }

    .btn-outline-secondary1.disabled, .btn-outline-secondary1:disabled {
        color: #6c757d;
        background-color: transparent
    }

    .btn-outline-secondary1:not(:disabled):not(.disabled).active, .btn-outline-secondary1:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary1.dropdown-toggle {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

        .btn-outline-secondary1:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary1:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary1.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
        }


.ContenitorePagina {

    padding-top: 100px
}

.Verde {
    background-position: center !important;
    background-image: url('../img/Verde.png');

    background-repeat: no-repeat;
    width: 90px;
    height: 30px;
}

.Giallo {
    background-position: center !important;
    background-image: url('../img/Giallo.png');
    background-repeat: no-repeat;
    width: 90px;
    height: 30px;
}

.Rosso {
    background-position: center !important;
    background-image: url('../img/Rosso.png');
    background-repeat: no-repeat;
    width: 90px;
    height: 30px;
}

.VerdeGeo {
    background-position: center !important;
    background-image: url('../img/VerdeGeo.png');
    background-repeat: no-repeat;
    width: 30px;
    height: 30px !important;
}
.RossoGeo {
    background-position: center !important;
    background-image: url('../img/RossoGeo.png');
    background-repeat: no-repeat;
    width: 30px;
    height: 30px !important;
}


.card-big-shadow {
    max-width: 320px;
    position: relative;
}

.coloured-cards .card {
    margin-top: 30px;
}

.card[data-radius="none"] {
    border-radius: 0px;
}

.card {
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
    background-color: #FFFFFF;
    color: #252422;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}


    .card[data-background="image"] .title, .card[data-background="image"] .stats, .card[data-background="image"] .category, .card[data-background="image"] .description, .card[data-background="image"] .content, .card[data-background="image"] .card-footer, .card[data-background="image"] small, .card[data-background="image"] .content a, .card[data-background="color"] .title, .card[data-background="color"] .stats, .card[data-background="color"] .category, .card[data-background="color"] .description, .card[data-background="color"] .content, .card[data-background="color"] .card-footer, .card[data-background="color"] small, .card[data-background="color"] .content a {
        color: #FFFFFF;
    }

    .card.card-just-text .content {
        padding: 10px 15px;
        text-align: left;
    }

    .card .content {
        padding: 20px 20px 10px 20px;
    }

    .card[data-color="blue"] .category {
        color: #7a9e9f;
    }

    .card .category, .card .label {
        font-size: 14px;
        margin-bottom: 20px;
    }



.card-big-shadow:before {
    
    background-image: url('../img/shadow.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -12%;
    content: "";
    display: block;
    left: -12%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

h4, .h4 {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.2em;
}

h6, .h6 {
    font-size: 0.9em;
    font-weight: 600;
    text-transform: uppercase;
}

.card .description {
    font-size: 16px;
    color: #66615b;
}

.content-card {
    margin-top: 30px;
}

a:hover, a:focus {
    text-decoration: none;
}

.ElencoUtenti {
    padding-left: 5px;
    padding-top: 5px;
    border: 1px solid rgba(0,0,0,.125);
}

/*======== COLORS ===========*/
.card[data-color="blue"] {
    background: #b8d8d8;
}

    .card[data-color="blue"] .description {
        color: #506568;
    }

.card[data-color="green"] {
    background: #d5e5a3;
}

    .card[data-color="green"] .description {
        color: #60773d;
    }

    .card[data-color="green"] .category {
        color: #92ac56;
    }

.card[data-color="yellow"] {
    background: #ffe28c;
}

    .card[data-color="yellow"] .description {
        color: #b25825;
    }

    .card[data-color="yellow"] .category {
        color: #d88715;
    }

.card[data-color="brown"] {
    background: #d6c1ab;
}

    .card[data-color="brown"] .description {
        color: #75442e;
    }

    .card[data-color="brown"] .category {
        color: #a47e65;
    }

.card[data-color="purple"] {
    background: #baa9ba;
}

    .card[data-color="purple"] .description {
        color: #3a283d;
    }

    .card[data-color="purple"] .category {
        color: #5a283d;
    }

.card[data-color="orange"] {
    background: #ff8f5e;
}

    .card[data-color="orange"] .description {
        color: #772510;
    }

    .card[data-color="orange"] .category {
        color: #e95e37;
    }

.card[data-color="red"] {
    background: #ff7f50;
}

    .card[data-color="red"] .description {
        color: #ff7f50;
    }

    .card[data-color="red"] .category {
        color: #ff7f50;
    }

.card[data-color="cyan"] {
    background: #00ffff;
}

    .card[data-color="cyan"] .description {
        color: #00ffff;
    }

    .card[data-color="cyan"] .category {
        color: #00ffff;
    }


.btn-success4 {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    margin-left: 10px;
    width:80px;
    float:right
}

    .btn-success4:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34
    }

.btn-check:focus + .btn-success4, .btn-success4:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    box-shadow: 0 0 0 .25rem rgba(60,153,110,.5)
}

.btn-check:active + .btn-success4, .btn-check:checked + .btn-success4, .btn-success4.active, .btn-success4:active, .show > .btn-success4.dropdown-toggle {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f
}

    .btn-check:active + .btn-success4:focus, .btn-check:checked + .btn-success4:focus, .btn-success4.active:focus, .btn-success4:active:focus, .show > .btn-success4.dropdown-toggle:focus {
        box-shadow: 0 0 0 .25rem rgba(60,153,110,.5)
    }

.btn-success4.disabled, .btn-success4:disabled {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.BoxModaleRicerca {
    padding: 0px;
    width: 400px;
    height: 110px;
    background-color: rgb(210, 210, 210, 0.7);
    z-index: +100;
    position: fixed;
    top: 115px;
    right: 40px !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.modal-header-ricerca {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.modal-body-ricerca {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}