html *
{
   font-size: 1em !important;
   font-family: -apple-system,system-ui,"Segoe UI",Roboto,sans-serif;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #2196f3;
    margin: 0 0;
    padding: 0; 
}

/*** Standard text ***/
#text-message {
   padding-top: 10px;
   padding-bottom: 10px;
}

.mobile-header
{
    padding: 4px;
    background-color: white;
    font-family: -apple-system,system-ui,"Segoe UI",Roboto,sans-serif;
    font-size: small;
    font-weight: bold;
    color: #233FFF;
    vertical-align: middle;
	text-align: center;
}



/*** Info message ***/
#info-message {
   padding-top: 10px;
   padding-bottom: 10px;
}

/*** Footer text ***/
.footer {
  font-size: 0.5em !important;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1em;
  background-color: #efefef;
  text-align: center;  
}

/*** THE CAPTURE BUTTONS ***/
.mobile-button
{
  font-size:1em;
  font-family:-apple-system,system-ui,"Segoe UI",Roboto,sans-serif;
  font-weight:bold;
  text-decoration: none;
  /***
  background-color: #2196f3;
  color: #FFFFFF;
 ***/
  background-color: #2196f3;
  color: White;
  
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding: 6px 60px 6px 60px;
   /***
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
***/
  border-top: 1px solid #2196f3;
  border-right: 1px solid #2196f3;
  border-bottom: 1px solid #2196f3;
  border-left: 1px solid #2196f3;
  
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius: 5px;
	
  width: 90%;
}

.mobile-button2
{
	font-size:1em;
	font-family:-apple-system,system-ui,"Segoe UI",Roboto,sans-serif;
	font-weight:bold;
	text-decoration: none;
	background-color: #2196f3;
	color: white;

	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding: 6px 60px 6px 60px;

	border-top: 1px solid #2196f3;
	border-right: 1px solid #2196f3;
	border-bottom: 1px solid #2196f3;
	border-left: 1px solid #2196f3;

	display: inline-block;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius: 5px;

}

div.twoButtons{
	display: flex; 
	justify-content: space-between;
}

/*** THE OVERLAY FOR THE EXTRACTION RESULTS DIV ***/
.overlay{
    opacity:1.0;
    background-color:#ffffff;
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:1000;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

  
/*** THE CAPTURE BUTTONS ***/

.capture-button {
  font-size:1em;
  font-family:-apple-system,system-ui,"Segoe UI",Roboto,sans-serif;
  font-weight:bold;
  text-decoration: none;
  /***
  background-color: #2196f3;
  color: #FFFFFF;
 ***/
  background-color: #2196f3;
  color: White;
  
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding: 6px 60px 6px 60px;
   /***
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
***/
  border-top: 1px solid #2196f3;
  border-right: 1px solid #2196f3;
  border-bottom: 1px solid #2196f3;
  border-left: 1px solid #2196f3;
  
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius: 5px;
	
  width: 90%;
}

.extract-button {
  font-size:1em;
  font-family:-apple-system,system-ui,"Segoe UI",Roboto,sans-serif;
  font-weight:bold;
  text-decoration: none;
  /***
  background-color: #2196f3;
  color: #FFFFFF;
 ***/
  background-color: SeaGreen;
  color: White;
  
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding: 6px 60px 6px 60px;
   /***
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
***/
  border-top: 1px solid SeaGreen;
  border-right: 1px solid SeaGreen;
  border-bottom: 1px solid SeaGreen;
  border-left: 1px solid SeaGreen;
  
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
	
  width: 90%;
}

/*** THE DIV FOR THE ADVANCED CAPTURE USING FULL PAGE ***/

#image-capture {
    opacity:1.0;
    background-color:#000000;
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:1000;
}

/*** THE DIV FOR THE IMAGE REVIEW USING FULL PAGE ***/

#image-review {
    opacity:1.0;
    background-color:#000000;
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:1000;
}


/*** THE CSS LOADER ***/

/* Center the loader */
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;  
  border-radius: 50%;
  /*** border-top: 16px solid #3498db;***/
   border-top: 16px solid #0da6e0;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}
