/**
 * 2018-2022 Optyum S.A. All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Optyum S.A. and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Optyum S.A.
 * and its suppliers and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Optyum S.A.
 *
 * @author    Optyum S.A.
 * @copyright 2018-2022 Optyum S.A.
 * @license  Optyum S.A. All Rights Reserved
 *  International Registered Trademark & Property of Optyum S.A.
 */


.container_smtwp_btn{
	position: fixed;
	z-index: 999;
	padding: 10px;
	cursor: pointer;
	margin: 15px;
	color: #FFFFFF;
}
.superior_izquiera{
	top: 0 !important;
	left: 0 !important;
}
.superior_centro{
	top: 0 !important;
	left: 50% !important;
}
.superior_derecha{
	top: 0 !important;
	right: 0 !important;
}
.inferior_centro{
	bottom: 0 !important;
	left: 50% !important;
}
.inferior_derecha{
	bottom: 0 !important;
	right: 0 !important;
}
.inferior_izquiera{
	bottom: 0 !important;
	left: 0 !important;
}
.medio_centro{
	top: 50% !important;
	left: 50% !important;
}
.medio_derecha{
	top: 50% !important;
	right: 0 !important;
}
.medio_izquiera{
	top: 50% !important;
	left: 0 !important;
}

.container_agentes{
	position: fixed;
	z-index: 999;
	width: 300px;
}
.container_agentes .popover{
	position: initial;
}
.container_agente{
	cursor: pointer;
	padding: 10px;
}
.container_agente:hover{
	background-color: #f7f7f7;;
}
.imagen_agente{
	max-width: 50px;
	max-height: 50px;
	border-radius:150px;
	background-color: #1c8aa1;
}
.nombre_agente{
	color: #7a7a7a;
	font-weight: 400;
}
.padding-0{
	padding: 0 !important;
}