@charset "utf-8";
/* CSS Document */

* {
  box-sizing: border-box;
}

/* Style the container */
.container 
{
  position: absolute;
  border-radius: 20px;
  background-color: #e7f5e2;
  padding: 15px;
  width: 92%;
  margin: auto;
}

.scontainer 
{
  position: relative;
  padding: 10px;
  border-radius: 20px;
  background-color: #f9fbd8;
  padding: 10px;
  width: 100%;
  height: auto;
  
  display: inline-block;
  vertical-align: middle;
  margin: auto;
}

.mcontainer {
  position: relative;
  border-radius: 20px;
  background-color: #fdfae6;
  padding: 10px;
  width: 100%;
  height: auto;
  margin-right: auto ;
  display: inline-block;
  vertical-align: middle;
  float:right;
}

textarea 
{
    display: block;
	width: 80%;
	height:150px;
	background-color: #edf7f9;
	border-radius: 10px;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  	border: 2px solid #ccc;
	font-family: Raleway;
	font-size:17px;
	padding: 12px;
	resize: none;
  	color:#930;
	letter-spacing:2px;					
	text-align:justify;					
	line-height:1.6;					/* height per line of text */
}

select
{
	display: block;
	width: 250px;
	height:50px;
	font-family: Raleway;
	font-size:16px;
	color:#930;
	background-color: #edf7f9;
	border: 2px solid #ccc;
	border-radius: 10px;
	}

input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  background-color: #edf7f9;
  border: 1px solid #aaaaaa;
  color:#930;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

input[type=text], select, textarea
{
  width: 250px;
  padding: 12px 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-sizing: border-box;
  resize: none;
  font-family: 'lucida sans unicode', sans-serif;
  background-color: #edf7f9;
  color:#930;
}

input[type=tel]
{
  width: 250px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-sizing: border-box;
  resize: vertical;
  font-family: arial;
  font-size:17px;
  color:#0038a3;
  text-align:left;
  background-color: #edf7f9;
}

input[type=email]
{
  width: 250px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-sizing: border-box;
  resize: vertical;
  font-family: Raleway;
  font-size:17px;
  color:#390;
  text-align:left;
  background-color: #edf7f9;
}

input[type=file]
{
  width: 300px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-sizing: border-box;
  resize: vertical;
  font-family: Raleway;
  font-size:17px;
  color:#930;
  text-align:left;
  background-color: #edf7f9;
  float:left;
}

/* Style the submit button */

input[type=submit] 
{
  background-color: #4CAF50;
  color:#06F;
  padding: 12px 20px;
  border: 2px solid #ccc;
  border-radius: 10px;
  cursor: pointer;
  font-family: Raleway;
}


/* FORM NAME*/
#notice {
  border-radius: 20px;
  background-color: #e5e6db;
  margin: 5px 5px 10px 50px;
  font-family: Raleway;
  padding: 10px;
  width: 90%;
  min-width: 500px;
}
/* Hide all steps by default: */
.tab {
  display: none;
}
/*BUTTON GLOBAL*/
.nbutton
{
  	background-color: #04AA6D;
  	color: #ffffff;
  	padding: 10px 20px;
	width:100px;
  	height:30px;
	float:right;
	
  	font-size: 16px;
	font-family:Arial;
	font-weight:normal;
	text-align: center;
	text-shadow:1px 1px 0px #cc9f52;
	line-height: 0;
	
	cursor:pointer;
			
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	
	border:1px solid #eeb44f;	
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	
	opacity: 0.6;
}

.nbutton:hover 
{
  opacity: 1.0;
}

#prevBtn {
  background-color: #bbbbbb;
}

/*BUTTON CLASS*/
.n2button 
{
	cursor:pointer;
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	border-radius:16px;
	border:1px solid #eeb44f;
	color:#FF3;
	font-family:Raleway;
	font-size:16px;
	width:25%;
	font-weight:bold;
	text-align: center;
	text-shadow:1px 1px 0px #cc9f52;
	float: ;
  	width:100px;
  	height:50px;
	line-height: 0;
}

.n2button:hover 
{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#049115;
}



/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #04AA6D;
}



