﻿#TP_divCustomChatProactive {
	display: none;
	position: fixed;
	top: 150px;
	right: 0px;
	z-index: 1000;
	cursor: pointer;
}

#TP_YesProactiveButton {
	cursor: pointer;
	position: fixed;
	top: 150px;
	right: 0px;
	width: 300px;
	z-index: 1000;
}

#TP_NoProactiveButton {
	cursor: pointer;
	position: fixed;
	top: 175px;
	right: 10px;
	width: 30px;
	z-index: 2000;
}

#TP_ChatWidget {
	cursor: pointer;
	bottom: 0px;
	position: fixed;
	right: 0px;
	float: right;
	z-index: 200;
}

	#TP_ChatWidget div a img {
		width: 182px;
		cursor: pointer;
	}

#TP_ChatIframe {
	border: none;
	z-index: 200;
	position: fixed;
	bottom: 290px;
	right: 0;
	/* border-left: 5px solid #792c87; */
	/* border-left: 5px solid white; */
	border-top-left-radius: 10px;
	margin-bottom: 3% !important;
	margin-right: 1% !important;
}

#TP_ChatIframeTPToken {
	border: none;
	z-index: 200;
	position: fixed;
	bottom: 0;
	right: 300px;
	border-left: 5px solid #792c87;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#TP_ChatIframeQuickQuestions {
	border: none;
	z-index: 200;
	position: fixed;
	bottom: 0;
	right: 300px;
	border-left: 5px solid #792c87;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#TP_ChatIframe img {
	display: inline-block;
	width: 20px;
}

#TP_ChatIframeTPToken img {
	display: inline-block;
	width: 20px;
}

#TP_ChatIframeQuickQuestions img {
	display: inline-block;
	width: 20px;
}

#TP_ChatLogo {
	display: inline-block;
	width: 140px !important;
	margin-top: 1px !important;
}

#TP_ChatLogoTPToken {
	display: inline-block;
	width: 140px !important;
	margin-top: 1px !important;
}

#TP_ChatLogoQuickQuestions {
	display: inline-block;
	width: 140px !important;
	margin-top: 1px !important;
}

#TP_MinimizeIframe {
}

#TP_MaximizeIframe {
}

#TP_CloseIframe {
}

#TP_ImagesIframeMenu {
	position: absolute;
	top: 3px;
	left: calc(100% - 50px);
	right: 0;
	cursor: pointer;
	/*height: 45px;*/
}

#TP_ImagesIframeMenuTPToken {
	position: absolute;
	top: 5px;
	left: calc(100% - 60px);
	right: 0;
	cursor: pointer;
	height: 45px;
}

#TP_ImagesIframeMenuQuickQuestions {
	position: absolute;
	top: 5px;
	left: calc(100% - 60px);
	right: 0;
	cursor: pointer;
	height: 45px;
}


#TP_IframeMenu {
	top: 0px;
	left: 0px;
	right: 0px;
	height: 35px;
	display: flex;
	flex-direction: row;
	border-top-left-radius: 7px;
	/* background: linear-gradient(to right, #792c87 0%,#b62381 100%); */
	background: white;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#792c87', endColorstr='#b62381',GradientType=1 );
	/* border: 1px solid #4e4e4e; */
	border-bottom: 1px solid #ddd;
}

#TP_IframeMenuTPToken {
	top: 0px;
	left: 0px;
	right: 0px;
	height: 35px;
	display: flex;
	flex-direction: row;
	border-top-left-radius: 7px;
	background: linear-gradient(to right, #792c87 0%,#b62381 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#792c87', endColorstr='#b62381',GradientType=1 );
	border-top-right-radius: 10px;
}

#TP_IframeMenuQuickQuestions {
	top: 0px;
	left: 0px;
	right: 0px;
	height: 35px;
	display: flex;
	flex-direction: row;
	border-top-left-radius: 7px;
	background: linear-gradient(to right, #792c87 0%,#b62381 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#792c87', endColorstr='#b62381',GradientType=1 );
	border-top-right-radius: 10px;
}

#TP_divChatContainer {
	background: white;
	/*overflow: auto;*/
}

#TP_divChatContainerTPToken {
	background: white;
	/*overflow: auto;*/
}

#TP_divChatContainerQuickQuestions {
	background: white;
	overflow: auto;
}


#TP_ChatWidgetText {
	font-weight: bold;
	color: #ff0000;
}

#TP_ChatIframe {
	display: none;
}

#TP_ChatQueueOutOfSchedule {
	display: block;
	cursor: pointer;
	bottom: 0px;
	position: fixed;
	right: 300px;
	float: right;
	box-sizing: border-box;
	background: white;
	/* display: none; */
}

.menuSchedule {
	top: 0px;
	left: 0px;
	right: 0px;
	height: 50px;
	display: flex;
	flex-direction: row;
	background-color: #FF1527;
}

.accionesSchedule {
	position: relative;
	background: #ff1527;
	width: 100px;
	color: #ffd801;
	float: right;
	padding: 10px;
	right: -15px;
	z-index: 9;
	top: 45px;
}
