body{
	background-color: #f4f4f4;/* #f4f4f4; */
	margin: 0px;
	padding: 0px;
	font-family: Segoe UI Semilight, Segoe UI Light, Levenim MT;
}
#form_field{
	background-color: #ffffff;
	border-radius: 0.4cm;
	margin: 0px;
	width: 20cm;
	margin: auto;
	background-color: #ffffff;
	overflow: hidden;
	min-height: 13cm;
	margin-top: 2cm;
	margin-bottom: 2cm;
	box-shadow: 1px 3px 10px 0px #e3e3e3;
}
#header{
	width: 100%;
	height: 1.5cm;
	line-height: 1.5cm;
	background-color: #1faeff;  /*  008aee*/ 
}
#text_header{
	float: left;
	color: #ffffff;
	margin-left: 0.5cm;
	font-size: 25px;
	font-family: Segoe UI Light;
}
li{
	list-style: none;
}
#first_lang_field{
	height: 2.5cm;
	width: 50%;
	float: left;
	margin-top: 0.5cm;
}
#lbl_first_lang{
	font-size: 23px;
	font-family: Segoe UI Semilight;
	color: #008aee;  /* 1faeff */ 
	margin-left: 2cm;
}
#first_lang{
	margin-left: 2cm;
	width: 5cm;
	height: 1cm;
	margin-top: 0.25cm;
	font-size: 18px;
	font-family: Segoe UI Light;
}
#indicator_to_right{
	float: right;
	padding: 0px;
	margin: 0px;
	font-size: 80px;
	color: #e3e3e3;
	margin-right: -0.75cm;
	margin-top: -0.9cm;
}
#second_lang_field{
	height: 2.5cm;
	width: 50%;
	float: right;
	margin-top: 0.5cm;
}
#lbl_second_lang{
	font-size: 23px;
	font-family: Segoe UI Semilight;
	color: #008aee;  /* 1faeff */ 
	float: right;
	margin-right: 2.5cm;
}
#second_lang{
	width: 5cm;
	height: 1cm;
	margin-top: 0.25cm;
	font-size: 18px;
	font-family: Segoe UI Light;
	float: right;
	margin-right: 2cm;
}
#lbl_text{
	font-size: 23px;
	font-family: Segoe UI Semilight;
	color: #008aee;  /* 1faeff */ 
	display: block;
	margin-left: 2cm;
}
#text_field{
	-webkit-appearance: none;
	height: 1.5cm;
	width: 15.7cm;
	padding-left: 0.3cm;
	margin: auto;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	outline: none;
	background-color: #ffffff;
	font-size: 23px;
	font-family: Segoe UI Light;
	letter-spacing: 1px;
	margin-top: 0.2cm;
	margin-left: 2cm;
	outline: none;
	-webkit-transition: box-shadow 0.3s;
	-moz-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
}
#text_field:focus{
	box-shadow: 1px 3px 10px 0px #e3e3e3;
}
#text_field:hover{
	box-shadow: 1px 3px 10px 0px #e3e3e3;
}
#controller{
	position: absolute;
	width: 1cm; /* 6cm */
	height: 4cm;
	padding: 0.25cm;
	border: 1px solid #e3e3e3;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 1px 3px 10px 0px #e3e3e3;
	color: #242424;
	font-size: 18px;
	font-family: Segoe UI Semilight;
	background-color: #ffffff;
	margin-left: 18.3cm;
	margin-top: -3cm;
	opacity: 0;
	display: none;
}
#left_triangle_icon{
	position: absolute;
	margin-top: 1.6cm;
	margin-left: -0.52cm;
	width: 0.3cm;
	height: 0.5cm;
}
#controller_icon{
	width: 0.8cm;
	height: 0.8cm;
	margin-top: 0.2cm;
	margin-left: 0.25cm;
	margin-right: 0.25cm;
	float: left;
}
#controller_text{
}
#btn_translate{
	margin-top: 1.5cm;
	height: 2cm;
	line-height: 0.5cm;
	width: 16cm;
	margin-left: 2cm;
	border-radius: 4px;
	background-color: #1faeff;  /*  008aee*/ 
	border: none;
	font-size: 23px;
	font-family: Segoe UI Light;
	letter-spacing: 1px;
	color: #ffffff;
	cursor: pointer;
	-webkit-transition: box-shadow 0.3s;
	-moz-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
}
#btn_translate:hover{
	box-shadow: 1px 5px 10px 0px #e3e3e3;
}
#translated_header{
	font-size: 23px;
	font-family: Segoe UI Semilight;
	color: #008aee; 
	letter-spacing: 1px;
	color: #008aee;  /* 1faeff */ 
	margin-top: 1cm;
	margin-left: 2cm;
}
#translated_text_field{
	min-height: 6cm;
	width: 15.75cm;
	padding: 0.3cm;
	margin: auto;
	border-top: 1px solid #e3e3e3;
	margin-top: 0.25cm;
	color: #242424;
	opacity: 0.8;
	font-size: 18px;
	font-family: Segoe UI Semilight;
}
#loading_icon{
	width: 1.5cm;
	height: 1.5cm;
}