/****************************************/
	/*file: view.jsp*/ 
/******************************************/

#view-input-foreas-afm {
	min-width: 230px;
	width:230px;
	text-align: left;	
}

#afmid {
	/*width: 90px; */
}

#insertAfm {
	padding-left:5px;
	padding-right: 8px;
}


/****************************************/
	/* welcome.jsp */
/****************************************/
.wrapper__instructions {
	height:730px;
	font-size: 14px;
	font-weight: normal;
}

.borderxaki {
	
	margin-bottom: 5px;
}

.welcome-text {
	line-height: 1.3;
}

.instructions, .subnotes {
	/*background: rgba(255, 255, 255, 0.47);*/
}

.instructions {
	margin-bottom: 20px;
}

.instructions__header {
	margin-top: 0;
	margin-bottom:10px;
    padding: 5px 0px 0 0px;
    text-align: left;
}

.instructions__list {
    margin-bottom: 0;
    padding-right: 10px;
    list-style-type: decimal;
}

.list-style-type_en {
	list-style-type: lower-latin;
}

.list-style-type_gr {
	list-style-type: lower-greek;
}

.instructions__list_item p{
	margin-bottom: 10px;
}

.instructions__text {
	margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px dashed #ccc;
    padding: 10px 5px;
}

.asterisk {
	display:inline-block;
	font-size: 10px;
	font-weight: 600;
    color: #23a7b6;
}

.subnotes__list{
    margin-bottom: 20px;
    margin-top: 0;
    /* padding-top: 10px; */
    padding-right: 5px;
    padding-bottom: 6px;
    font-size: 12px;
    color: #676767;
}

.subnotes__item {
	margin-bottom: 4px;
}

.resultN-error {
	width: 150px;
	margin-top: 5px;
	margin-left: 7px;
}

.field-afm-error-message {
	width: 270px;
}


