/*OTE*/

.ote-trigger-calculator-icon{
	transition: font-size 0.3s ease;
	width: 24px !important;
}

.ote-trigger-calculator-icon:hover{
	font-size: 18px;
}

.ote-trigger-calculator-icon:before{
	content: "\f1ec";
}

/*VOULI_THYRIDA*/

.helpMenuButton{
	-moz-border-radius:16px;
    -webkit-border-radius:16px;
    border-radius:16px;
	box-shadow: 0px 0px 5px 2px #69ACE7;
	transition: box-shadow 0.5s ease;
}

.helpMenuButton:hover{
	-moz-border-radius:16px;
    -webkit-border-radius:16px;
    border-radius:16px;
	box-shadow: 0px 0px 0px 2px #69ACE7;
}

/*ΘΥΡΙΔΑ pending icon*/
.thy-pending:before {
	content: "\f044";
	line-height: 64px;
}
.thy-old-pending:before {
    content: "\f1da";
    line-height: 64px;
}

/*ΘΥΡΙΔΑ withdrawn icon*/
.thy-withdrawn:before {
	content: "\f014";
	line-height: 64px;
}

/*ΘΥΡΙΔΑ notreplied icon*/
.thy-notreplied:before {
	content: "\f122";
	line-height: 64px;
}

/*ΘΥΡΙΔΑ done icon*/
.thy-done:before {
	content: "\f046";
	line-height: 64px;
}

/*ΘΥΡΙΔΑ answers icon*/
.thy-answers:before {
	content: "\f045";
	line-height: 64px;
}

/*ΘΥΡΙΔΑ συνερωτόμενο icon*/
.thy-coAnswers:before {
	content: "\f234";
	line-height: 64px;
}