@charset "ISO-8859-1";

/*
/////////////////////////////////////////////////////////////////////////////
//
// style.css
//
// Copyright 2008-2015 Avaya Inc. All Rights Reserved.
//
// Usage of this source is bound to the terms described
// in <INSERT_LINK_TO_LICENSE_TEXT>
//
// Avaya - Confidential & Proprietary. Use pursuant to your signed agreement
// or Avaya Policy
//
/////////////////////////////////////////////////////////////////////////////
*/

/*
 *	CHAT
 *	****************************************************************
 */

/* template webchat */
.img-template {
  width: 250px;
  height: auto;
}
.button-template {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
.button-template a {
  color: #f15a25;
}

ุุุ้้้.button-template {
  padding: 5px;
  border-radius: 3em;
  border: solid 2px #f15a25;
}

.slide-out-div-chat {
  padding-top: 10px;
  padding-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  width: 520px;
  background: #fff;
  color: #f37022;
}

#chatForm {
  display: block;
  margin-top: 10px;
}
#chatInterface {
  /* display: none; */
}
/*
 *	The messages in the chat are posted inside this div.
 *	The overflow setting, when combined with a maximum height,
 *	gives the div a scrollbar.
 */
#messages {
  padding-left: 0px;
  padding-right: 5px;
  padding-top: 0px;
  padding-bottom: 5px;
  height: 400px;
  word-wrap: break-word;
  overflow-y: scroll;
}
#messages a {
  color: #f15a25;
  font-weight: bold;
}
#participants {
  padding-top: 4px;
}
#participants div {
  display: inline-block;
  width: 145px;
}
#controls {
  padding-top: 7px;
}
#usersDiv {
  height: 45px;
}

.bigtext {
  font-size: 19px;
}
.smalltext {
  font-size: 13px;
}

.sectionBorder {
  display: block;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}

.formTable {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  padding: 0px;
}
.formTable td {
  padding-left: 3px;
  padding-right: 3px;
}
.formLabel {
  padding: 0px;
  font-size: 11px;
  /* color: white; */
}
.formField {
  width: 170px;
  padding-bottom: 2px;
  text-align: left;
}
.formField input,
select {
  width: 160px;
  border: 1px solid #f37022;
  padding: 3px;
  background-color: #fff;
  font-size: 12px;
  color: white;
}
.formField select {
  width: 168px;
}

.formCheckbox {
  padding-right: 172px;
  text-align: right;
}

#openbutton-chat {
  width: 160px;
}

.chatField {
  width: 305px;
  border: 1px solid #f37022;
  padding: 3px;
  background-color: #fff;
  font-size: 12px;
  color: #f37022;
}

.poweredBy {
  display: block;
  border-top: 1px solid #cccccc;
  padding-top: 10px;
  text-align: right;
  position: relative;
  left: -20px;
  width: 520px;
  padding-right: 40px;
  font-size: 10px;
  background: #4a4a4a;
}

/*
 *	The WebOnHold URLS are posted inside this div.
 */
#webOnHoldDiv {
  float: right;
  width: 50%;
  padding-top: 20px;
}

/*
 *	Sent chat messages are inside a orange paragraph
 */
div.sent {
  width: 80%;
  float: right;
}

.sent div {
  position: relative;
  color: #fff;
  background: #f37022;
  border-radius: 1em;
  float: right;
  padding: 5px 10px;
  margin: 5px;
  border-bottom-right-radius: 0px;
}

.sent span {
  position: relative;
  float: right;
  padding: 5px 10px;
  margin: 5px;
}
/*
 *	Received chat messages are inside a orange paragraph,
 *	with italics to help distinguish them from sent paragraphs
 */
div.response {
  width: 90%;
  float: left;
}

.response div {
  position: relative;
  padding: 5px 10px;
  margin: 5px;
  background: #e9e9e9;
  border-radius: 1em;
  color: #f37022;
  float: left;
  border-bottom-left-radius: 0px;
}

.response span {
  padding: 5px 10px;
  margin: 5px;
}

.clear {
  clear: both;
}
/*
 *	CALL BACK
 *	****************************************************************
 */
.slide-out-div-callback {
  padding-top: 10px;
  padding-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  /* width: 520px; */
  background: #fdcc66;
  color: #f37022;
  /* right: 70px; */
  /* position: fixed;
	bottom: 10%;
	z-index: 1000; */
  /* opacity: 0.9; */
}

#callbackForm {
  margin-top: 7px;
  padding-bottom: 2px;
}
#displayDay {
  border: 1px solid yellow;
  color: white;
}

.center {
  text-align: center;
}

.user {
  display: inline;
  width: 170px;
}

.hidden {
  display: none;
}

.typing {
  background: yellow;
  color: black;
}

.urlField:invalid {
  background-color: white;
  color: #4a4a4a;
}

.urlField:valid {
  background-color: #fff;
  color: white;
}

.areaInput {
  width: 50px;
  background-color: #fff;
  color: white;
}

.phoneInput {
  width: 100px;
  background-color: #fff;
  color: white;
}

.link-url {
  text-decoration: underline;
  -webkit-text-decoration-color: blue;
  text-decoration-color: blue;
  color: blue !important;
}

.dotsContainer {
  width: 65px;
  height: 30px;
  background: #e9e9e9;
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 0px;
  margin: 5px;
}
#dot1,
#dot2,
#dot3 {
  width: 5px;
  height: 5px;
  background: #f15a25;
  border-radius: 50%;
  margin: 5px;
  transition: all 0.5s ease-in-out;
  animation: typing 1s infinite;
}

#dot1 {
  animation-delay: 1s;
}

#dot2 {
  animation-delay: 0.5s;
}

#dot3 {
  animation-delay: 0.8s;
}

@keyframes typing {
  0% {
    transform: translateY(0);
    transition: all 0.5s ease-in-out;
  }

  50% {
    transform: translateY(-5px);
    transition: all 0.5s ease-in-out;
  }

  100% {
    transform: translateY(0);
    transition: all 0.5s ease-in-out;
  }
}

.btn-quick-reply {
  /* padding: 5px 30px;
  border-radius: 3em;
  background-color: #e9e9e9;
  color: #fff !important; */

  padding: 6px;
  font-weight: 400;
  font-size: 14px;
  margin: 2px;
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 100%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
  color: #fff;
  background-color: #e9e9e9;
}

