/* 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 #1b1a1a;
  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 { top:-20px; opacity:0 } 
  to { top:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ top:-20px; opacity:0 } 
  to{ top:0px; opacity:1 }
}

#myDiv {
  display: none;
  /*text-align: center;*/
}



.qr {
                width: 174px;
                border-color: #9E9E9E;
                border-style: solid;
                border-width: 1;
                border-radius: 4px;
                margin-bottom: 20px;
                margin-top: 9px;
                background: white;
        }
        .botonSup {
            color: white;
            position: absolute;
            top: 20px;
            border: 1px white solid;
            padding: 14px;
            border-radius: 5px;
            width:70px;
            text-align: center;
            font-weight: 700;
            display: inline-block;
            cursor: pointer;
            
        }
        .botonSup:hover {
            background-color: #34a1b7;
        }
        .pie {
            font-size: 10px;    margin: 0px; color: #6d6c6c;
        }
        .hash {
            top: -10px;
            position: relative;
            font-size: smaller;
            color: #888686;
            word-break: break-word;
        }
        .filerow {
            border: azure;
            border-style: outset;
            padding: 10px;
            border-radius: 7px;
            border-width: 1;
            background: #ffffff;
            /*display: table;*/
            width: 95%;
            padding-bottom: 0;
            border-bottom: 1px solid #D5D5D5;
            //display: table-cell;
            clear: both;
            background-color: #FFFFFF;
            list-style-type: none;
            border-radius: 5px;
            border: 1px solid #D5D5D5;
            margin: 1px 0 1px 0;
                text-align: start;
        }
        .inputfile {
        	width: 0.1px;
        	height: 0.1px;
        	opacity: 0;
        	overflow: hidden;
        	position: absolute;
        	z-index: -1;
        }
        .inputfile + label {
            font-size: 1.25em;
            font-weight: 700;
            color: white;
            background-color: black;
            display: inline-block;
        }
        
        .inputfile:focus + label,
        .inputfile + label:hover {
            background-color: #34a1b7;
        }
        .inputfile + label {
            	cursor: pointer; /* "hand" cursor */
            }
        .inputfile:focus + label {
        	outline: 1px dotted #000;
        	outline: -webkit-focus-ring-color auto 5px;
        }
        .inputfile + label * {
        	pointer-events: none;
        }
        
        * {
    box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.columnL {
    float: left;
    width: 30%;
    padding: 10px;
    min-width: 350px;
}

.columnR {
    float: left;
    width: 70%;
    padding: 10px;
    margin-bottom: 20px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
.hashStatus {
    border-style: solid;
    border-width: 0;
    padding: 10;
    
    color: white;
    border-radius: 10px;
    border-color: #f6f6f6;
    margin-bottom: 10px;
    text-align: center;
    z-index: 1;
    margin-left: 10px;
    padding: 3px 10 3px 10;
    font-size: smaller;
}
.hashTitle {
    padding: 10;
    color: black;
    margin-bottom: 10px;
    text-align: center;
    margin-left: 10px;
    padding: 4px 10 4px 10;
    top: 37px;
    position: relative;
    font-weight: 500;
    font-size: 18px;
}
.hashData {
    font-size: smaller;
    border-style: solid;
    border-width: 1;
    padding: 14px 24px 10px 14px;
    /*z-index: 9;*/
    position: initial;
    top: -12px;
    word-break: break-word;
    min-width: 350px;
        background: white;
        border-color: #c3c2c2;
        border-radius: 3px;
}
.hashValue {
    margin: 5px 0 17px 0;
    font-size: 11.5px;
}
.hashValueTitle {
    margin: 5px 0 0 0;
    background: #efeeee;
    font-weight: 500;    
    padding: 7px;
    border-radius: 3px;    

    
}



.hashTime {
    margin: 0px 0 0 0;color: #807f7f;font-size: 9px;
}
.buscarTxid {
            height: 35px;
            border-radius: 4px;
            border-style: solid;
            border-width: 0.5px;
            border-color: #9e9e9e;
            width: 70%;
            max-width: 600px;
            background: #f0f0ec;
            margin-top: 10px;
            padding-left: 5px;
        }
        .Link {
                border-style: solid;
    border-width: 1;
    border-radius: 10px;
    background: #1d1d1d;
    text-decoration: blink;
    font-size: 12px;
    color: white;
    border-color: #1d1d1d;
    padding: 2px 0 3px 0px;
    width: 62px;
    position: relative;
    float: right;
    top: -30px;
    text-align: center;
    
        }