/*Estiliza los botones en la visualizacion*/

.botonCreado {
	width: 36px;
	height: 46px;
	padding: 0 0 3px;
	position: relative;
}

.buttonBg {
	width: 36px;
	height: 36px;
	padding: 3px;
	border-radius: 2px;
	background-color: #35b06c;
}

.buttonTriangle {
	width: 16px;
	height: 10px;
}
        
.ic_status_graph {
	width: 30px;
	height: 30px;
	padding: 4px;
	object-fit: contain;
}
        
.im_green_bubbletip {
	width: 11px;
	height: 6px;
	object-fit: contain;
}
        
.buttonShadow {
	width: 16px;
	height: 34px;
	border-radius: 2px;
	-webkit-filter: blur(3px);
	filter: blur(3px);
	background-color: rgba(45, 66, 188, 0.31);
	position: absolute;
 	top: 12;
	left: 15;
	z-index: -1;
}