
#app-body-app {
	margin: 0px; 
	min-width: 0px;
	top: 0px; 
	left: 0px;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	overflow-x: auto;
	-ms-overflow-style: none;
	padding: 0px;
}


#app-container-app{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 30px 0px 0px 0px;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	text-align: center;
}

#app-container-app form{
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#app-main-container-app{
	width: 100%;
	max-width: 1360px;
	height: auto;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.app-mix-input-box{
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	text-align: center;
	height: 30%;
	font-size: 1.0em;
	line-height: 80px;
	color: #666666;
	padding: 0px;
	margin: 0px;
}

#show-answer{
	width: auto;
	font-size: 1.0em;
	line-height: 80px;
	font-weight: bold;
	cursor: pointer;
		
}

#showed-answer{
	width: auto;
	font-size: 1.0em;
	line-height: 80px;
	font-weight: bold;
	cursor: pointer;
	display: none;
}

#show-answer span{
	color: #1e90ff;
	font-style: normal;
}

#show-answer span:hover{
	color: #0e4479;
}


.app-mix-input-box div{
	font-weight: bold;
	line-height: 80px;
	width: auto;
}
.app-mix-input-box span{
	font-weight: bold;
	width: auto;
}

.app-mix-input-box div span{
	font-weight: normal;
	font-style: italic;
	line-height: 25px;
	height: 30px;
	margin-top: 0px;
	
}




.app-input{
	width: 80px;
	height: 40px;
	color:#666666;
	font-size: 1em;
	overflow: visible;
	text-decoration: none;
	padding: 3px;
	resize: none;
	border: #d3d3d3 1px solid;
	border-radius: 6px;
	line-height: 40px;
	text-align: center;
}

.app-input-passive{
	width: 80px;
	height: 40px;
	color:#666666;
	font-size: 1em;
	overflow: visible;
	text-decoration: none;
	padding: 3px;
	resize: none;
	border: #d3d3d3 1px solid;
	border-radius: 6px;
	line-height: 40px;
	background-color: #f0f4f8;
	text-align: center;
	
}


.app-input:active, .app-input:focus {
	border: #1e90ff 1px solid;
	color:#000000 !important;
}


.app-button-submit{
	width: 200px;
	font-size:1em;
	text-align:center;
	height: 50px;
	border-radius: 6px;
	border:0px;
	margin: 0px 20px 0px 20px;
	color:#ffffff;
	background-color: #135da5;
	font-weight: bold;
}

.app-button-submit:hover{
	cursor: pointer;
	background-color: #1e90ff;
}

.app-button-submit:disabled{
	cursor: default;
	background-color: #f0f4f8;
	color:#999999;
}

.app-button-update{
	width: 200px;
    font-size:1em;
	text-align:center;
	height: 50px;
	display: inline-block;
	border-radius: 6px;
	border:0px;
	margin: 0px 20px 0px 20px;
	color:#ffffff;
	background-color: #666666;
	text-decoration: none;
	line-height: 50px;
	cursor: pointer;
}

.app-button-update:hover{
	background-color: #999999;
}

.app-answer-info-box{
	width: 100%;
	height: auto;
	min-height: 50px;
	margin: 20px 0px 0px 0px;
	padding: 10px 20px 10px 20px;
	text-align: center;
	border: #d8e9ea 1px solid;
	border-radius: 6px;
}

.app-answer-info-box div{
	font-size: 0.9em;
	color:#000000;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	line-height: 30px;
	text-align: center;
}

.app-answer-info-box div span{
	font-size: 1.0em;
	font-weight: bold;
}


@media only screen and (max-width:1050px) {
	#app-container-app{	margin: 20px 0px 0px 0px;}
	.app-mix-input-box{flex-direction: column; font-size: 0.9em;}
	.app-input{	width: 40px; height: 30px;font-size: 0.9em;	padding:1px; line-height: 30px;}
	.app-input-passive{	width: 40px; height: 30px;font-size: 0.9em;	padding:1px; line-height: 30px;}
	.app-mix-input-box div{line-height: 40px; margin-bottom: 10px;}
	.app-mix-input-box span{line-height: 40px; margin-bottom: 10px;}
	#show-answer{line-height: 40px;}
	.app-mix-input-box div span{width: 100%; height:25px;line-height: 25px;}
    #showed-answer{line-height: 40px; display:none;}


}

