/* general stylesheet for buttons */

.ia-icon3 {
	width				: 48px;
	height				: 48px;
	line-height			: 48px;
	text-align			: center;
	display				: inline-block;
	font-size			: 20px;
	color				: var(--button1_color);
	border				: solid 1px var(--font_awesome_border);
	background-color	: var(--button1_background);
	cursor				: pointer;
	-webkit-border-radius: 50%;
	-moz-border-radius	: 50%;
	border-radius		: 50%;
}

.ia-icon3 a {
	color				: var(--button1_color);
	text-decoration		: none;
}
.ia-icon3:hover {
	font-size			: 16px; /*25px;*/
	}

.ia-icon4-text {
	line-height			: 48px;
	font-size 			: 12px;
}

.ia-icon3-desc {
	color				: var(--main_color1);
	font-weight			: bold;
	vertical-align      : bottom;
}

.ia-disabled {
	color				: lightgrey;
}

.ia-icon-text {
	line-height: 65px;
	font-size  : 12px;
}

.ia-icon {
	width: 65px;
	height: 65px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	//line-height: 78px;
	line-height: 65px;
	text-align: center;
	display: inline-block;
	font-size: 12px;
	color: white;
	border: solid 1px  var(--font_awesome_back_color);
	background-color:  var(--font_awesome_back_color);
	cursor: pointer;
}


