@charset "UTF-8";

/* 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:0; opacity:1 }
}

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


.menuOpt{
    text-decoration: blink;color: white;padding: 5px 6 8px 6;
}

.menuOpt:hover{
    background: #1b1a1a;
}

.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;
        min-height: 44px;
            min-width: 93px;
}
.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;
    width: 90%;
    padding-bottom: 0;
    border-bottom: 1px solid #D5D5D5;
    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;
    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;
}
.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;
}
.hashStatus {
    border-style: solid;
    border-width: 0;
    padding: 10;
    color: white;
    border-radius: 10px;
    border-color: #f6f6f6;
    margin-bottom: 0px;
    text-align: center;
    z-index: 1;
    margin-left: 10px;
    padding: 3px 10 3px 10;
    font-size: smaller;
    position: relative;
    right: 20px;
    float: right;
    top: -27px;
}

.botonSubMenu {
    height: 16px;
    text-decoration: none;
    color: white;
    border-style: solid;
    padding: 2px 5 7px 5;
    border-radius: 5px;
    background: black;
    border-color: black;
    width: 50px;
    position: absolute;
    font-size: smaller;
    min-height: 16px;
}

.botonSubMenu:hover {
    background-color: #34a1b7;
    border-color: #34a1b7;
}


 .qr {
                width: 174px;
                border-color: #9E9E9E;
                border-style: solid;
                border-width: 1;
                border-radius: 4px;
                margin-bottom: 20px;
                margin-top: 9px;
                background: white;
        }
        
.data {
            border-color: #b7b7b7;
            border-width: 1;
            border-style: solid;
            padding: 10px;
            /*max-width: 80%;
            min-width: 340px;*/
            background: white;
            border-radius: 5px;
            text-align: start;
            padding: 5px 10 7px 10;
        }
.botonEditar:hover {
                border-color: #607D8B;
                background: #607D8B;
                color: white;

        }
.botonEditar {
                border-color: #000000;
                background: #000000;
                color: white;
                border-width: 1;
                border-style: solid;
                border-radius: 5px;
                float: right;
                top: 5px;
                position: relative;
                padding: 2px 10px 2px 10px;
                text-align: center;
            font-weight: 700;
            display: inline-block;
            cursor: pointer;
        }
.linkPost {
    border-style: solid;
    border-width: 1;
    border-radius: 10px;
    background: #2d2dc7;
    border-color: #2d2dc7;
    text-decoration: blink;
    font-size: 12px;
    color: white;
    padding: 2px 0 3px 0px;
    width: 62px;
    position: relative;
    float: right;
    top: -20px;
    text-align: center;
}
.linkPost:hover {
                border-color: #607D8B;
                background: #607D8B;
                color: white;

        }     

.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: -20px;
    text-align: center;
    right: 5px;
}
.Link:hover {
                border-color: #607D8B;
                background: #607D8B;
                color: white;

        }     
  
  /* 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 0 0;
    font-size: 11.5px;
}

.hashValueTitle {
    margin: 5px 0 0 0;
    /*background: #efeeee;*/
    font-weight: 500;  
    font-size: 14.5px;
    padding: 7px;
    border-radius: 3px;    
}

.hashTime {
    margin: 0px 0 0 0;color: #807f7f;font-size: 9px;
}
.hashLink {
    width: 90px;
    border-style: solid;
    border-width: 1;
    border-radius: 5px;
    background: black;
    color: white;
    padding: 2px 0px 2px 0px;
    text-align: center;
    margin-top: 5px;    
    position: relative;
    top: -32px;
    float: right;
    text-decoration: blink;
    cursor: pointer;
}
.hashLink:hover {
    background-color: #34a1b7;
}
.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;
        }
