body{
  background: #0abab5;
  width: 90%;
}

.FileForm{
  position: absolute;
  top: 31%;
  left: 50%;
  margin-top: -100px;
  margin-left: -380px;
  width: 750px;
  height: 200px;
  border: 4px dashed #fff;
}

form p{
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 170px;
  color: #ffffff;
  font-family: Arial;
}
.FileForm input{
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
}
form button {
  margin: 0;
  color: #fff;
  background: #16a085;
  border: none;
  width: 750px;
  height: 35px;
  margin-left: -4px;
  border-radius: 4px;
  border-bottom: 4px solid #117A60;
  transition: all .2s ease;
  outline: none;
}
form button:hover{
	background: #149174;
	color: #0C5645;
}
form button:active{
  border:0;
}

.FunctionTitle {
	position: absolute;
	color: #FFFFFF;
	font-size:38px;
	left: 50%;
	margin-left: -380px;		
}

#SearchForm{
	position: absolute;
	top: 31%;
	left: 50%;
	margin-top: -100px;
	margin-left: -380px;
	width: 750px;
	height: 200px;
	border: 4px dashed #fff;
}

#MerkleForm{
	position: absolute;
	top: 31%;
	left: 50%;
	margin-top: -100px;
	margin-left: -380px;
	width: 750px;
	height: 270px;
	border: 4px dashed #fff;
}

#MerkleForm label{
    color: #ffffff;
    margin-left: 5% !important; 
    font-size:20px;
    padding-top: 20px; 
}

#MerkleForm input[type=text]{
    margin-left: 5% !important; 
    text-align: center;
}

#MerkleForm .space{
    height: 10px ;
}

.ShowResult{
	position: absolute;
	top: 50%;
	color: #FFFFFF;
	left: 50%;
    margin-left: -380px;
    width: 750px;
}
.ShowResult h1{
	font-size:38px;
}

#ShowResult4{
    position: absolute;
	top: 60%;
	color: #FFFFFF;
	left: 50%;
    margin-left: -380px;
    width: 750px;
}
#ShowResult4 h1{
	font-size:38px;
}


#CheckStampFunction, #SearchByIDFunction, #CheckMerkleRoot, #ShowResult1, #ShowResult2, #ShowResult3, #ShowResult4{
	display:none;
}

#StampFileFunction{
	display:block;
}

.ResultBlock{
    background-color: #FFFFFF;
    width: 720px;
    padding: 10px 15px;
    border-radius: 4px;
    margin-bottom: 5px !important;
    color: #000000;
}

.MoreDetail{
    background-color: #FFFFFF;
    width: 720px;
    padding: 10px 15px;
    border-radius: 4px;
    margin-bottom: 5px;
    color: #000000;
}

  /* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding: 5% 5% 0 0;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
} 

#myBtn, #UpdateButton, .item{
	background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
	cursor:pointer;
    overflow: hidden;
	color: #FFFFFF;
}

#myBtn{
	float: left;
	padding-top: 1%;
}

.item{
	float: right;
	padding-top: 1%;
}

#TopMenuBar{
	height: 50px;
}

#MerkleForm input[type=text], #SearchForm input[type=text] {
	width: 80%;
    padding: 12px 20px;
    margin: 8px 0;
    text-align: center;
    box-sizing: border-box;
    border-radius: 4px;
	background-color: white;
    background-image: url('https://johnathan.i234.me/src/img/search-black.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding-left: 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

#SearchForm input[type=text]:focus {
    background-color: #09a7a3;
    background-image: url('https://johnathan.i234.me/src/img/search-white.png');
    font-size: x-large;
    color:#FFFFFF;
    width: 100%;
}

#MerkleForm input[type=text]:focus{
    background-color: #09a7a3;
    background-image: url('https://johnathan.i234.me/src/img/search-white.png');
    font-size: x-large;
    color:#FFFFFF;
    width: 95%;    
}

 /* Modal Header */
.modal-header {
    padding: 2px 5px 5px 15px;
    background-color: White;
    font-size: large;
    color: #0abab5;
}

/* Modal Body */
.modal-body {
    padding: 2px 16px;
    height:80px;
}

/* Modal Footer */
.modal-footer {
    background-color: #16a085;
    color: white;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s
}

#UpdateButton{
    padding-left: 5%;
    padding-bottom: 2px;
    width:100%;
    text-align:left;
}


/* Add Animation */
@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
} 


 /* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible; /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
   However, delay the fade out process for 2.5 seconds */
   -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
   animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
} 

footer{
    text-align: left;
    position: fixed;
    bottom: 0;
    left:10px;
}