@font-face{
	font-family:'Digital7';
	src:url(../fonts/digital-7.eot?#iefix) format('embedded-opentype'), 
			url(../fonts/digital-7.woff) format('woff'),
			url(../fonts/digital-7.woff2) format('woff2'), 
			url(../fonts/digital-7.ttf) format('truetype');
	font-weight:normal;
	font-style:normal;
}

@font-face{
	font-family:'BMIN00B';
	src:url(../fonts/BMIN00B.eot?#iefix) format('embedded-opentype'), 
			url(../fonts/BMIN00B.woff) format('woff'),
			url(../fonts/BMIN00B.woff2) format('woff2'), 
			url(../fonts/BMIN00B.ttf) format('truetype');
	font-weight:normal;
	font-style:normal;
}

div.guide_pin-code{
	position:relative;
	width:100%;
	min-height:inherit;
}

div.input-panel{
	/*
	width:330px;
	height:310px;
	*/

	/*
	width:270px;
	height:260px;
	*/

	width:300px;
	height:290px;

	position:absolute;
	top:50%;
	left:50%;
	margin:-145px 0 0 -150px;
	/*
	background:url(../images/pin-code/calculator.svg);
	background-repeat:no-repeat;
	background-position:50% 100%;
	*/

	display:flex;
	flex-wrap:wrap;

}

div.input-panel::after{
	z-index:2;
	content:'';
	background-color:rgba(255, 255, 255, 0);
	top:0;
	left:0;
	position:absolute;
	transition:background-color 0.2s linear 0s;
	cursor:wait;
}

div.input-panel.active::after{
	/* background-color:rgba(255, 255, 255, 0.5); */
	width:100%;
	height:100%;
}

div.input-panel > input[type="text"]{
	width:100%;
	height:50px;
	/* border-radius:12px; */
	background:#EEE;
	color:#333;
	border:none;
	text-align:center;

	/* font-family:'Digital7'; */
	/* font-size:36px; */
	font-size:20px;

	box-sizing:border-box;
}

div.pin-code_panel input[type="text"]{
	letter-spacing:35px;
	padding-left:35px;
}

div.input-panel > input[type="text"]::placeholder{
	color:#333;
	opacity:1; /* Firefox */
}

div.input-panel > a{
	width:100px;
	height:60px;

	/* border-radius:12px; */
	/* background:rgba(255, 0, 0, 0.5); */
	/* position:absolute; */

	/* background-color:#64A23A; */
	background-color:rgb(204, 137, 91);

	color:#FFF;
	text-align:center;
	font-size:22px;
	display:flex;
	text-decoration:none;

	border-style:solid;
	border-color:#FFF;
	border-width:0 1px 1px 0;
	box-sizing:border-box;

	justify-content:center;
	align-items:center;

	font-weight:600;

}

div.input-panel > a:nth-of-type(3n){
	border-right-width:0;
}

div.input-panel > a:nth-of-type(10), 
div.input-panel > a:nth-of-type(11), 
div.input-panel > a:nth-of-type(12){
	border-bottom-width:0;
}

/*
div.input-panel > a:nth-of-type(1), 
div.input-panel > a:nth-of-type(2), 
div.input-panel > a:nth-of-type(3){
	top:65px;
}

div.input-panel > a:nth-of-type(4), 
div.input-panel > a:nth-of-type(5), 
div.input-panel > a:nth-of-type(6){
	top:130px;
}

div.input-panel > a:nth-of-type(7), 
div.input-panel > a:nth-of-type(8), 
div.input-panel > a:nth-of-type(9){
	top:195px;
}

div.input-panel > a:nth-of-type(10), 
div.input-panel > a:nth-of-type(11), 
div.input-panel > a:nth-of-type(12){
	top:260px;
}

div.input-panel > a:nth-of-type(1), 
div.input-panel > a:nth-of-type(4), 
div.input-panel > a:nth-of-type(7), 
div.input-panel > a:nth-of-type(10){
	left:0;
}

div.input-panel > a:nth-of-type(2), 
div.input-panel > a:nth-of-type(5), 
div.input-panel > a:nth-of-type(8), 
div.input-panel > a:nth-of-type(11){
	left:115px;
}

div.input-panel > a:nth-of-type(3), 
div.input-panel > a:nth-of-type(6), 
div.input-panel > a:nth-of-type(9), 
div.input-panel > a:nth-of-type(12){
	left:230px;
}
*/

div.pin-code_panel.error, 
div.participants_panel.error{
	animation-play-state			:running;
  animation-name						:horizontal-shake;
  animation-duration				:100ms;
  animation-timing-function	:ease-in-out;
  animation-iteration-count	:10;
}