

/* for native styling use
    https://docs.microsoft.com/en-us/adaptive-cards/sdk/rendering-cards/net-html/native-styling
 */


/*normalizes fonts across all cards, dialogs, and buttons*/
.ac-container,
.ac-pushButton,
.avatar,
#chat-window p,
nobr,
.main form,
#chat-window code
 {
  font-size: 13px;
  font-family: Arial;
  font-weight: 400;
  white-space: pre-wrap !important;
  word-wrap: break-word !important;
  opacity: 1 !important;
  color:black;
}

/*pointer for anyting that is selectable*/
.ac-selectable,
.ac-pushButton,
#chat-window button {
  cursor: pointer;
}

/*
  bold font for intro card
  centers intro card
*/
.ac-selectable .ac-textBlock p {
  font-weight: 600 !important;
  padding: 10px;
  color: #0574ac !important;
}
#webchat input{
  padding-bottom:5px;
}
/*
  gives the intro card the same look and feel of the hero cards
  except in ie11 for some reason
*/
.ac-selectable,
.ac-pushButton {
  border-style: solid;
  border-width: 0px !important;
  background-color: white !important;
  border-color: #dfdede !important;
  height: 37px !important;
}
.topcorner {
  position: fixed;
  bottom: 0;
  right: 15px;
  background-color: white;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid rgb(51, 51, 51);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0px 0px 5px 5px #888888;
}

.wc-header {
  display: none;
}

.chat-title {
  padding: 10px;
  color: black;
  background-color: rgb(51, 51, 51);
  color: #ffffff;
  text-align: center;
  padding: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  font-family: Omnes_ATTW02Medium, arial, sans-serif !important;
}

.arrowImageDiv {
  float: left;
  padding-left: 15px;
}

#chat-bottom {
  background: #0574ac;
  display: block;
  bottom: 150px;
  margin: 0;
  padding: .5rem 1.5rem;
  position: fixed;
  right: 0rem;
  text-decoration: none;
  z-index: 1;
  color: white;
  font-size: 16px;
  font-weight: bold;
  font-family: Omnes_ATTW02Medium, arial, sans-serif !important;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  cursor: pointer;
}
#chat-window,
#survey-window {
  z-index:9999;
}
#chat-window .from-user p, nobr {
color:white;
}
