﻿div.TicketContainerCronostoria {
  min-height: 200px;
  border-radius: 4px;
  overflow-y: auto;
  padding: 20px;
}

.imagefooter > img {
  /* float: right; */
  /* margin-right: 10px; */
  height: 47px;
  border: 2px solid #FFF;
  border-radius: 3px;
  background: #FFF;
  margin-top: 5px;
  margin-right: 5px;
}

div.Chatbot.Chat {
  width: 100%;
  height: 100vh;
  border: 0;
  overflow-y: scroll;
  font-size: 18px;
}

a.chatbotselect {
  padding: 9px 19px;
  border: 1px solid #666;
  border-radius: 4px;
  display: block;
  margin-bottom: 5px;
  margin-left: auto;
  width: 40%;
  min-width: 350px;
}

a.chatbotselect:hover {
  background: #6e8cbb;
  color: #FFF !important;
}

div.chatbot {
  border: 1px solid #999;
  padding: 10px;
  width: 70%;
  border-radius: 6px;
  min-width: 350px;
  margin-bottom: 10px;
}

div.chatbot.system {
  background: #f3fcff;
}

div.chatbot.user {
  margin-right: 0;
  margin-left: auto;
  text-align: right;
  background: #fdf8f8;
}

div.chatbot.system img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  img.imgfooter, div.imgfooter {
    max-height: 40px !important;
  }
}
