@charset "utf-8";

@font-face{
	font-family: Rubric;
	font-style: normal;
	font-weight: normal;
	src:url(../Assets/fonts/Cabin-Bold.ttf);
}

@font-face{
	font-family: Ans;
	font-style: normal;
	src:url(../Assets/fonts/Roboto-Regular.ttf);
}

@font-face{
	font-family: Title;
	font-style: normal;
	font-weight: normal;
	src:url(../Assets/fonts/Courgette-Regular.ttf);
}

body{
	margin:0px;
	padding:0px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
}

#main{
	/*width: 1280px;
	height: 720px;*/
}

.optionDesign{
	/*border-radius:3px;
	padding: 3px;
	border:2px solid orange;*/
}

.optionLine{
	word-spacing:30px;
	padding:10px;
	border:2px solid orange;
	border-radius:5px;
}

.txtformat{
	/*-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;*/
	background:transparent;
	border:0;
	border-bottom:2px solid black;
}

#submit{
	font-size: 21px;
    font-family: Ans;
    display: block;
    width: 145px;
    font-weight: bold;
    text-align: center;
    background: -webkit-linear-gradient( #fcfcfc, #bcbcbc);
    background: -o-linear-gradient(#fcfcfc, #bcbcbc);
    background: -moz-linear-gradient($fcfcfc, #bcbcbc);
    background: linear-gradient( #fcfcfc, #bcbcbc);
    color: #151515;
    cursor: pointer;
    padding: 7px 0 7px 0;
    border-radius: 10px;
    border-bottom: 1px solid #9c9999;
    box-shadow: 2px 2px 5px 1px #3e3e3e;
	visibility:hidden;
}
#answer{
	font-size: 21px;
    font-family: Ans;
    display: block;
    width: 145px;
    font-weight: bold;
    text-align: center;
    background: -webkit-linear-gradient( #fcfcfc, #bcbcbc);
    background: -o-linear-gradient(#fcfcfc, #bcbcbc);
    background: -moz-linear-gradient($fcfcfc, #bcbcbc);
    background: linear-gradient( #fcfcfc, #bcbcbc);
    color: #151515;
    cursor: pointer;
    padding: 7px 0 7px 0;
    border-radius: 10px;
    border-bottom: 1px solid #9c9999;
    box-shadow: 2px 2px 5px 1px #3e3e3e;
	float:right;
	visibility:hidden;
}

#checkSolution{
	position:absolute;
	width:350px;
	top:525px;
	left:260px;
	z-index:1;
}

.nextpreNav{
	width:540px;
    position: absolute;
	display:inline-block;
}

#nextBtn{
	background:url(../Assets/images/arrow.png);
	background-size: 61px 61px;
	width: 61px;
    height: 61px;
	float: right;
	cursor:pointer;
}

#preBtn{
	background:url(../Assets/images/arrow2.png);
	background-size: 61px 61px;
	float:left;
	width: 61px;
    height: 61px;
	cursor:pointer;
}

#dialogBtn{
	margin:442px 0 0 130px;
	border: 2px solid #FFF;
	border-radius:5px;
	background:#fff;
	padding: 7px;
	width:130px;
	text-align:center;
	font-size:20px;
	cursor:pointer;
	font-family:Rubric;
	font-size:20px;
	box-shadow:#ccc 3px 3px 3px;
}