/*
 * Globals
 */


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #E9FFF9;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #002642;
}

/* General for all pages*/
.page-container  {
   max-width: 400px;
   /*border-color: #256eff;
   border-style: solid;
   border-width: thin;
   margin-top: 20px;
   margin-bottom: 20px;*/
}

.page-heading-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
}

.page-main-text {
	font-family: "Times New Roman", Times, serif;
	font-size:33px;
	line-height: 1.0;
	font-weight: lighter;
}

.page-secondary-text {	
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height: 1.0;	
}

.page-title-text {
	font-family: "Times New Roman", Times, serif;
	font-size:33px;
	line-height: 1.0;
	font-weight: lighter;
	padding-bottom: 10px;
	padding-top: 20px;
}

.page-maintenance-text {	
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 1.0;	
	/*text-align: center;*/
	padding-top: 20px;
}

.page-primary-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size:25px;
	line-height: 1.0;
	font-weight: bold;
	background-color: #256eff;
	color: #ffffff;
	border-radius: 78px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	
	box-shadow:0px 4px 0px 0px #002642;
}

.page-secondary-button {
	font-family: Arial, Helvetica, sans-serif;
	color: #256eff;
	font-size:18px;
	line-height: 1.0;		
}

.page-arrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size:40px;
	display: inline-block;
}

.page-arrowtext {
	padding-top:15px; 
	padding-left:10px; 
	display: inline-block; 
	vertical-align: top;
}

.page-blue-color {
	color: #256eff;
}

.page-red-color {
	color: #840032;
}

/*
 * Main-page
 */
 
.main-selected-image-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height: 1.0;
}

 
.main-happyimage {
	width: 70px;
	height: 42px;
}


/*
 * Succeed-page
 */

.succeed-image {
	padding: 20px;
	border-width: thin;
	border-style: solid;  
	border-color: #256eff;
}

.succeed-code-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.0;
	font-weight: bold;
}



/*
 * Navigation
 */

.navigation-image {
	width: 15px;
	height: 15px;
}



#browse_image_input {
 display:none;
}