#chatBot{
    display:none;
    box-shadow: 3px 3px 5px 2px black;
    background-color: #f1f3f2;
    max-width: 400px;
    position: fixed;
    z-index: 10000;
    bottom: 0;
    right: 0;
}
#chatBot .content{
    padding: 1rem;
}
#chatBot .title{
    background-color: #333739;
    display: inline-block;
    padding: 10px 20px;
    /*font-size: 100%;*/
    cursor: pointer;
    color: white;
}
#chatBot hr{
    color: #a7aaaa;
}
#chatBot .subtitle{
    color: #007dc4;
    font-size: 110%;

}
#chatBot .text{
    color: #66696a;
    font-size: 0.8rem;
}

#chatBot form{
    padding: 5px 0;
}
#chatBot form select,
#chatBot form input[type="text"],
#chatBot form input[type="email"]{
    display: block;
    background-color: white;
    border: 1px solid #9ea1a2;
    margin-bottom: 15px;
    border-radius: 5px;
    padding: 5px 1rem;
    width: calc(100% - 40px);
    height: 30px;
    font-size: 0.8rem;
}
#chatBot form select{
    width: 100%;
    height: 40px;
}

#chatBot form button{
    background-color: #007dc4;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 1rem;
}
#chatBot form button:disabled,
#chatBot form button[disabled]{
    background-color: #cccccc;
    color: #666666;
}

#chatBot small{
    line-height: 1.5;
    font-size: 50%;
    display: block;
}

.chiudiP{
    position: absolute;
    margin-top: -50px;
    margin-left:350px;
    font-weight:bold;
}

/* BUGFIX */
#chatBot [type=checkbox]:not(:checked) {
    left: inherit;
    margin-top: 8px;
}

#chatBot #chatBotDestinazione+div .ui-autocomplete {
    position: absolute;
    background-color: white;
    padding: 0 5px;
    border: 1px solid grey;
    z-index: 1000;
    cursor: pointer;
}
/* BUGFIX */
