/*Updated 8-3-2018*/
.abi-widget input:focus::-webkit-input-placeholder { color:transparent; line-height: normal;}
.abi-widget input:focus:-moz-placeholder { color:transparent; line-height: normal;} /* Firefox 18- */
.abi-widget input:focus::-moz-placeholder { color:transparent; line-height: normal;} /* Firefox 19+ */
.abi-widget input:focus:-ms-input-placeholder { color:transparent; line-height: normal;} /* oldIE ;) */

.abi-widget input::-ms-clear {
    display: none;
}
.abi-widget.main {
	background-color: #001C71;
	display: inline-block;
	border: solid 1px #001C71;
	border-radius: 8px;
	padding: 0;
	z-index: -1;
	font-family: Arial, sans-serif;
}

.abi-widget.header-convo {
	color: white;
	padding: 5px 10px 5px 15px;
}

.abi-widget.robot {
	width: 45px;
	vertical-align: middle;
	display: inline;
}

.abi-widget.tagline {
	vertical-align: middle;
	padding-left: 10px;
}

.abi-widget.full-height {
	height: 100%;
}

.abi-widget.container-convo {
	background-color: white;
	padding: 1px 20px;
	max-height: 300px;
	overflow: scroll;
}

.abi-widget.full-width {
	width: 100%;
	display: block;
	overflow: hidden;
}

.abi-widget.item {
	border-radius: 8px;
	margin: 8px 5px 3px 0;
	max-width: 80%;
	display: inline-block;
}

.abi-widget.item p {
	padding: 8px 12px;
	margin: 0;
	float: left;
}

.abi-widget.buttonmash {
	width: 60%;
	/*display: block;*/
	overflow: hidden;
	border: 1px solid #001C71;
	margin-left: 20px;
	padding: 0;
}

.abi-widget.yesnobuttonset {
	margin-left: 20px;
}

.abi-widget.singlebutton {
	max-width: 60%;
	display: block;
	margin-left: 20px;
}

.abi-widget.item-noradius {
	padding: 12px;
	margin: 0;
	float: left;
	display: block;
	color: #333333;
	font-weight: bold;
	/*font-size: 1rem;*/
	text-align: left;
	border-color: transparent;
}

.abi-widget.bot-button {
	color: #333333;
	font-weight: bold;
	/*font-size: 1rem;*/
	text-align: center;
	float: left;
	margin-bottom: 8px;
	margin-right: 15px;
	border: 1px solid #001C71;
	border-radius: 8px;
}

.abi-widget.not-top-button {
	border-top: 1px solid #001C71;
}

.tableclass {
	display: table;
	width: 100%;
}

.abi-widget.bot-icon {
	display: table-cell;
	width: 35px;
	background-image: url('img/abbybot-logo.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom 15px right;
}

.abi-widget.bot-icon-filler {
	display: table-cell;
	width: 35px;
}

.abi-widget.buttons {
	display: table-cell;
	float: left;
}

.abi-widget.bot-convo a {
    color: #0075C9;
    /*Adding the below to underline and make bold only the hyperlinks returned in the response*/
	text-decoration: underline !important;
	font-weight: bold;
}

.abi-widget.bot-convo {
	background-color: #E9E9E9;
	display: table-cell;
	position: relative;
	float: left;
	margin: 8px 0 8px 20px;
	padding-bottom: 0;
}

/* speech triangle on bottom */

/*.abi-widget.bot-convo:after {
	content: '';
	border-style: solid;
	border-width: 10px 10px 0;
	border-color: #E9E9E9 transparent;
	display: block;
	float: left;
	width: 0;
	z-index: 1;
	margin-left: 30px;
	margin-bottom: -14px;
	clear: both;
}*/

.abi-widget.bot-convo:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #E9E9E9;
	border-width: 6px 12px;
	margin-top: -2px;
}


.abi-widget.dotcontainer {
	width: 75px;
	height: 34px;
	text-align: center;
}

input:-ms-input-placeholder{		/* Placeholder font size same as normal text */
	font-size:inherit;

}

.abi-widget.dotcontainer .dot {
	display: inline-block;
	background: #666;
	height: 8px;
	width: 8px;
	margin-top: 13px;
	margin-right: 6px;
	opacity: 0.3;
	border-radius: 50%;
	animation: pulse 2s infinite;
}

@keyframes pulse {
	50% {
		opacity: 0.1;
	}
}

.abi-widget.dotcontainer .dot:nth-child(2) {
	animation-delay: .5s;
}

.abi-widget.dotcontainer .dot:nth-child(3) {
	animation-delay: 1s;
}

.abi-widget.customer-convo {
	background-color: #001C71;
	position: relative;
	color: white;
	float: right;
	margin-bottom: 20px;
	margin-right: 20px;
}

/* speech triangle on bottom */

/*.abi-widget.customer-convo:after {
	content: '';
	border-style: solid;
	border-width: 10px 10px 0;
	border-color: #001C71 transparent;
	display: block;
	float: right;
	width: 0;
	z-index: 1;
	margin-right: 15px;
	margin-bottom: -14px;
	clear: both;
}*/

.abi-widget.customer-convo:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-left-color: #001C71;
	border-width: 6px 12px;
	margin-top: -2px;
}

/**************************************************/

.abi-widget.dialog {
	border-top: solid 1px #001C71;
	padding: 10px 20px;
	background-color: white;
	display: block;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}

.abi-widget.search-field {
	/*font-size: 1.1rem;*/
	padding: 6px !important;
	border: 1px solid #4E5969;
	border-radius: 8px;
	width: 88%;
	margin-right: 2%;
}

.abi-widget.search-field:focus {
	outline: thin dotted;
}

.abi-widget.search-field::placeholder {
	color: #333333;
	font-size:inherit;
}

.abi-widget.ask {
	color: #001E60;
	/*font-size: 1.1rem;*/
	padding-right: 5px;
	width: 5%;
	float: right;
	display: inline;
	text-align: center;
}

.abi-widget.paperplane {
	width: 40%;
	padding: 8% 25%;
	cursor: pointer;
	border: 1px solid #0075C9;
	border-radius: 8px;
}

/********************************/

.abi-widget.suggestions-container {
	margin-top: -1px;
	/*margin-left: 20px;*/
	background-color: white;
	position: absolute;
	z-index: 999;
	border: 1px solid #001C71;
	border-radius: 8px;
	width: 47%;
}

.abi-widget.suggestions-container:empty {
	display: none;
}

.abi-widget.suggestions-container ul {
	padding: 5px 0;
	margin: 0;
	list-style-type: none;
}

.abi-widget.suggestions-container ul li {
	/*font-size: 1rem;*/
	overflow-wrap: normal;
	padding-bottom: 2px;
}

.abi-widget.suggestions-container a {
	display: block;
	color: black;
	padding: 2px 10px;
}

.abi-widget.suggestions-container a:hover {
	background-color: #E3E9ED;
}

.abi-widget.no-focus:focus {
	outline: none;
}

/********************************/

.abi-widget.main a {
	text-decoration: none;
}

.abi-widget.bot-button:focus {
	outline: thin dotted;
}

.abi-widget.item-noradius:hover {
	cursor: pointer;
}

.abi-widget.bot-button-disabled {
	background-color: #E9E9E9;
	border-radius: 8px;
}

.abi-widget.bot-button-disabled:hover {
	cursor: default;
}


